@azure/arm-search 2.0.0 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -78
  4. package/dist/index.js +2926 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/{esm/models/adminKeysMappers.js → dist-esm/src/index.js} +5 -2
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +692 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +21 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +35 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +503 -558
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +22 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/parameters.js +92 -47
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/adminKeys.d.ts +33 -0
  29. package/dist-esm/src/operations/adminKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/adminKeys.js +90 -0
  31. package/dist-esm/src/operations/adminKeys.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +1 -2
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/operations.d.ts +26 -0
  37. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/operations.js +90 -0
  39. package/dist-esm/src/operations/operations.js.map +1 -0
  40. package/dist-esm/src/operations/privateEndpointConnections.d.ts +79 -0
  41. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  42. package/dist-esm/src/operations/privateEndpointConnections.js +273 -0
  43. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  44. package/dist-esm/src/operations/privateLinkResources.d.ts +34 -0
  45. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  46. package/dist-esm/src/operations/privateLinkResources.js +103 -0
  47. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  48. package/dist-esm/src/operations/queryKeys.d.ts +66 -0
  49. package/dist-esm/src/operations/queryKeys.d.ts.map +1 -0
  50. package/dist-esm/src/operations/queryKeys.js +213 -0
  51. package/dist-esm/src/operations/queryKeys.js.map +1 -0
  52. package/dist-esm/src/operations/services.d.ts +123 -0
  53. package/dist-esm/src/operations/services.d.ts.map +1 -0
  54. package/dist-esm/src/operations/services.js +475 -0
  55. package/dist-esm/src/operations/services.js.map +1 -0
  56. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +107 -0
  57. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  58. package/dist-esm/src/operations/sharedPrivateLinkResources.js +379 -0
  59. package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +25 -0
  61. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +1 -0
  62. package/{src/models/adminKeysMappers.ts → dist-esm/src/operationsInterfaces/adminKeys.js} +2 -5
  63. package/dist-esm/src/operationsInterfaces/adminKeys.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +15 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/{src/models/queryKeysMappers.ts → dist-esm/src/operationsInterfaces/operations.js} +2 -6
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -7
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +37 -0
  81. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/queryKeys.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/queryKeys.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/services.d.ts +85 -0
  85. package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
  86. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/services.js} +2 -1
  87. package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
  89. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  92. package/dist-esm/src/searchManagementClient.d.ts +25 -0
  93. package/dist-esm/src/searchManagementClient.d.ts.map +1 -0
  94. package/dist-esm/src/searchManagementClient.js +58 -0
  95. package/dist-esm/src/searchManagementClient.js.map +1 -0
  96. package/dist-esm/test/search_examples.d.ts +4 -0
  97. package/dist-esm/test/search_examples.d.ts.map +1 -0
  98. package/dist-esm/test/search_examples.js +163 -0
  99. package/dist-esm/test/search_examples.js.map +1 -0
  100. package/package.json +65 -32
  101. package/review/arm-search.api.md +600 -0
  102. package/rollup.config.js +181 -30
  103. package/{esm/models/queryKeysMappers.js → src/index.ts} +5 -2
  104. package/src/lroImpl.ts +34 -0
  105. package/src/models/index.ts +563 -1357
  106. package/src/models/mappers.ts +516 -575
  107. package/src/models/parameters.ts +122 -48
  108. package/src/operations/adminKeys.ts +65 -109
  109. package/src/operations/index.ts +1 -2
  110. package/src/operations/operations.ts +64 -39
  111. package/src/operations/privateEndpointConnections.ts +223 -235
  112. package/src/operations/privateLinkResources.ts +100 -54
  113. package/src/operations/queryKeys.ts +192 -190
  114. package/src/operations/services.ts +423 -409
  115. package/src/operations/sharedPrivateLinkResources.ts +390 -232
  116. package/src/operationsInterfaces/adminKeys.ts +48 -0
  117. package/src/operationsInterfaces/index.ts +15 -0
  118. package/src/operationsInterfaces/operations.ts +22 -0
  119. package/src/operationsInterfaces/privateEndpointConnections.ts +88 -0
  120. package/src/operationsInterfaces/privateLinkResources.ts +31 -0
  121. package/src/operationsInterfaces/queryKeys.ts +66 -0
  122. package/src/operationsInterfaces/services.ts +144 -0
  123. package/src/operationsInterfaces/sharedPrivateLinkResources.ts +131 -0
  124. package/src/searchManagementClient.ts +90 -46
  125. package/tsconfig.json +3 -3
  126. package/types/arm-search.d.ts +1104 -0
  127. package/types/tsdoc-metadata.json +11 -0
  128. package/dist/arm-search.js +0 -2737
  129. package/dist/arm-search.js.map +0 -1
  130. package/dist/arm-search.min.js +0 -1
  131. package/dist/arm-search.min.js.map +0 -1
  132. package/esm/models/adminKeysMappers.d.ts +0 -2
  133. package/esm/models/adminKeysMappers.d.ts.map +0 -1
  134. package/esm/models/adminKeysMappers.js.map +0 -1
  135. package/esm/models/index.d.ts +0 -1499
  136. package/esm/models/index.d.ts.map +0 -1
  137. package/esm/models/index.js.map +0 -1
  138. package/esm/models/mappers.d.ts +0 -38
  139. package/esm/models/mappers.d.ts.map +0 -1
  140. package/esm/models/mappers.js.map +0 -1
  141. package/esm/models/operationsMappers.d.ts +0 -2
  142. package/esm/models/operationsMappers.d.ts.map +0 -1
  143. package/esm/models/operationsMappers.js +0 -9
  144. package/esm/models/operationsMappers.js.map +0 -1
  145. package/esm/models/parameters.d.ts +0 -14
  146. package/esm/models/parameters.d.ts.map +0 -1
  147. package/esm/models/parameters.js.map +0 -1
  148. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  149. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  150. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  151. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  152. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  153. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  154. package/esm/models/privateLinkResourcesMappers.js +0 -9
  155. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  156. package/esm/models/queryKeysMappers.d.ts +0 -2
  157. package/esm/models/queryKeysMappers.d.ts.map +0 -1
  158. package/esm/models/queryKeysMappers.js.map +0 -1
  159. package/esm/models/servicesMappers.d.ts +0 -2
  160. package/esm/models/servicesMappers.d.ts.map +0 -1
  161. package/esm/models/servicesMappers.js +0 -9
  162. package/esm/models/servicesMappers.js.map +0 -1
  163. package/esm/models/sharedPrivateLinkResourcesMappers.d.ts +0 -2
  164. package/esm/models/sharedPrivateLinkResourcesMappers.d.ts.map +0 -1
  165. package/esm/models/sharedPrivateLinkResourcesMappers.js +0 -9
  166. package/esm/models/sharedPrivateLinkResourcesMappers.js.map +0 -1
  167. package/esm/operations/adminKeys.d.ts +0 -74
  168. package/esm/operations/adminKeys.d.ts.map +0 -1
  169. package/esm/operations/adminKeys.js +0 -92
  170. package/esm/operations/adminKeys.js.map +0 -1
  171. package/esm/operations/index.d.ts.map +0 -1
  172. package/esm/operations/index.js.map +0 -1
  173. package/esm/operations/operations.d.ts +0 -28
  174. package/esm/operations/operations.d.ts.map +0 -1
  175. package/esm/operations/operations.js +0 -50
  176. package/esm/operations/operations.js.map +0 -1
  177. package/esm/operations/privateEndpointConnections.d.ts +0 -161
  178. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  179. package/esm/operations/privateEndpointConnections.js +0 -197
  180. package/esm/operations/privateEndpointConnections.js.map +0 -1
  181. package/esm/operations/privateLinkResources.d.ts +0 -40
  182. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  183. package/esm/operations/privateLinkResources.js +0 -58
  184. package/esm/operations/privateLinkResources.js.map +0 -1
  185. package/esm/operations/queryKeys.d.ts +0 -120
  186. package/esm/operations/queryKeys.d.ts.map +0 -1
  187. package/esm/operations/queryKeys.js +0 -156
  188. package/esm/operations/queryKeys.js.map +0 -1
  189. package/esm/operations/services.d.ts +0 -225
  190. package/esm/operations/services.d.ts.map +0 -1
  191. package/esm/operations/services.js +0 -355
  192. package/esm/operations/services.js.map +0 -1
  193. package/esm/operations/sharedPrivateLinkResources.d.ts +0 -147
  194. package/esm/operations/sharedPrivateLinkResources.d.ts.map +0 -1
  195. package/esm/operations/sharedPrivateLinkResources.js +0 -255
  196. package/esm/operations/sharedPrivateLinkResources.js.map +0 -1
  197. package/esm/searchManagementClient.d.ts +0 -31
  198. package/esm/searchManagementClient.d.ts.map +0 -1
  199. package/esm/searchManagementClient.js +0 -44
  200. package/esm/searchManagementClient.js.map +0 -1
  201. package/esm/searchManagementClientContext.d.ts +0 -23
  202. package/esm/searchManagementClientContext.d.ts.map +0 -1
  203. package/esm/searchManagementClientContext.js +0 -61
  204. package/esm/searchManagementClientContext.js.map +0 -1
  205. package/src/models/privateEndpointConnectionsMappers.ts +0 -33
  206. package/src/models/privateLinkResourcesMappers.ts +0 -33
  207. package/src/models/servicesMappers.ts +0 -35
  208. package/src/models/sharedPrivateLinkResourcesMappers.ts +0 -33
  209. package/src/searchManagementClientContext.ts +0 -68
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-search.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/adminKeysMappers.ts","../src/operations/adminKeys.ts","../src/models/queryKeysMappers.ts","../src/operations/queryKeys.ts","../src/models/servicesMappers.ts","../src/operations/services.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/sharedPrivateLinkResourcesMappers.ts","../src/operations/sharedPrivateLinkResources.ts","../src/searchManagementClientContext.ts","../src/searchManagementClient.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 * Input of check name availability API.\n */\nexport interface CheckNameAvailabilityInput {\n /**\n * The search service name to validate. Search service names must only contain lowercase letters,\n * digits or dashes, cannot use dash as the first two or last one characters, cannot contain\n * consecutive dashes, and must be between 2 and 60 characters in length.\n */\n name: string;\n}\n\n/**\n * Output of check name availability API.\n */\nexport interface CheckNameAvailabilityOutput {\n /**\n * A value indicating whether the name is available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isNameAvailable?: boolean;\n /**\n * The reason why the name is not available. 'Invalid' indicates the name provided does not match\n * the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists'\n * indicates that the name is already in use and is therefore unavailable. Possible values\n * include: 'Invalid', 'AlreadyExists'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: UnavailableNameReason;\n /**\n * A message that explains why the name is invalid and provides resource naming requirements.\n * Available only if 'Invalid' is returned in the 'reason' property.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * Response containing the primary and secondary admin API keys for a given Azure Cognitive Search\n * service.\n */\nexport interface AdminKeyResult {\n /**\n * The primary admin API key of the search service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primaryKey?: string;\n /**\n * The secondary admin API key of the search service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondaryKey?: string;\n}\n\n/**\n * Describes an API key for a given Azure Cognitive Search service that has permissions for query\n * operations only.\n */\nexport interface QueryKey {\n /**\n * The name of the query API key; may be empty.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The value of the query API key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly key?: string;\n}\n\n/**\n * Defines the SKU of an Azure Cognitive Search Service, which determines price tier and capacity\n * limits.\n */\nexport interface Sku {\n /**\n * The SKU of the search service. Valid values include: 'free': Shared service. 'basic':\n * Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12\n * partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per\n * search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12\n * replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to\n * 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions.\n * 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'. Possible values\n * include: 'free', 'basic', 'standard', 'standard2', 'standard3', 'storage_optimized_l1',\n * 'storage_optimized_l2'\n */\n name?: SkuName;\n}\n\n/**\n * The private endpoint resource from Microsoft.Network provider.\n */\nexport interface PrivateEndpointConnectionPropertiesPrivateEndpoint {\n /**\n * The resource id of the private endpoint resource from Microsoft.Network provider.\n */\n id?: string;\n}\n\n/**\n * Describes the current state of an existing Private Link Service connection to the Azure Private\n * Endpoint.\n */\nexport interface PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState {\n /**\n * Status of the the private link service connection. Can be Pending, Approved, Rejected, or\n * Disconnected. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n */\n status?: PrivateLinkServiceConnectionStatus;\n /**\n * The description for the private link service connection state.\n */\n description?: string;\n /**\n * A description of any extra actions that may be required. Default value: 'None'.\n */\n actionsRequired?: string;\n}\n\n/**\n * Describes the properties of an existing Private Endpoint connection to the Azure Cognitive\n * Search service.\n */\nexport interface PrivateEndpointConnectionProperties {\n /**\n * The private endpoint resource from Microsoft.Network provider.\n */\n privateEndpoint?: PrivateEndpointConnectionPropertiesPrivateEndpoint;\n /**\n * Describes the current state of an existing Private Link Service connection to the Azure\n * Private Endpoint.\n */\n privateLinkServiceConnectionState?: PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState;\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 * Describes an existing Private Endpoint connection to the Azure Cognitive Search service.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * Describes the properties of an existing Private Endpoint connection to the Azure Cognitive\n * Search service.\n */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/**\n * The IP restriction rule of the Azure Cognitive Search service.\n */\nexport interface IpRule {\n /**\n * Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format\n * (eg., 123.1.2.3/24) to be allowed.\n */\n value?: string;\n}\n\n/**\n * Network specific rules that determine how the Azure Cognitive Search service may be reached.\n */\nexport interface NetworkRuleSet {\n /**\n * A list of IP restriction rules that defines the inbound network(s) with allowing access to the\n * search service endpoint. At the meantime, all other public IP networks are blocked by the\n * firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the\n * search service is 'enabled'; otherwise, traffic over public interface is not allowed even with\n * any public IP rules, and private endpoint connections would be the exclusive access method.\n */\n ipRules?: IpRule[];\n}\n\n/**\n * Describes the properties of an existing Shared Private Link Resource managed by the Azure\n * Cognitive Search service.\n */\nexport interface SharedPrivateLinkResourceProperties {\n /**\n * The resource id of the resource the shared private link resource is for.\n */\n privateLinkResourceId?: string;\n /**\n * The group id from the provider of resource the shared private link resource is for.\n */\n groupId?: string;\n /**\n * The request message for requesting approval of the shared private link resource.\n */\n requestMessage?: string;\n /**\n * Optional. Can be used to specify the Azure Resource Manager location of the resource to which\n * a shared private link is to be created. This is only required for those resources whose DNS\n * configuration are regional (such as Azure Kubernetes Service).\n */\n resourceRegion?: string;\n /**\n * Status of the shared private link resource. Can be Pending, Approved, Rejected or\n * Disconnected. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n */\n status?: SharedPrivateLinkResourceStatus;\n /**\n * The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed,\n * Succeeded or Incomplete. Possible values include: 'Updating', 'Deleting', 'Failed',\n * 'Succeeded', 'Incomplete'\n */\n provisioningState?: SharedPrivateLinkResourceProvisioningState;\n}\n\n/**\n * Describes a Shared Private Link Resource managed by the Azure Cognitive Search service.\n */\nexport interface SharedPrivateLinkResource extends Resource {\n /**\n * Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive\n * Search service.\n */\n properties?: SharedPrivateLinkResourceProperties;\n}\n\n/**\n * Describes the properties of a resource type that has been onboarded to private link service,\n * supported by Azure Cognitive Search.\n */\nexport interface ShareablePrivateLinkResourceProperties {\n /**\n * The resource provider type for the resource that has been onboarded to private link service,\n * supported by Azure Cognitive Search.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The resource provider group id for the resource that has been onboarded to private link\n * service, supported by Azure Cognitive Search.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The description of the resource type that has been onboarded to private link service,\n * supported by Azure Cognitive Search.\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 * Describes an resource type that has been onboarded to private link service, supported by Azure\n * Cognitive Search.\n */\nexport interface ShareablePrivateLinkResourceType {\n /**\n * The name of the resource type that has been onboarded to private link service, supported by\n * Azure Cognitive Search.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Describes the properties of a resource type that has been onboarded to private link service,\n * supported by Azure Cognitive Search.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: ShareablePrivateLinkResourceProperties;\n}\n\n/**\n * Describes the properties of a supported private link resource for the Azure Cognitive Search\n * service. For a given API version, this represents the 'supported' groupIds when creating a\n * shared private link resource.\n */\nexport interface PrivateLinkResourceProperties {\n /**\n * The group ID of the private link resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The list of required members of the private link resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The list of required DNS zone names of the private link resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredZoneNames?: string[];\n /**\n * The list of resources that are onboarded to private link service, that are supported by Azure\n * Cognitive Search.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];\n}\n\n/**\n * Describes a supported private link resource for the Azure Cognitive Search service.\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * Describes the properties of a supported private link resource for the Azure Cognitive Search\n * service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: PrivateLinkResourceProperties;\n}\n\n/**\n * Identity for the resource.\n */\nexport interface Identity {\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 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 identity type. Possible values include: 'None', 'SystemAssigned'\n */\n type: IdentityType;\n}\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 * Describes an Azure Cognitive Search service and its current state.\n */\nexport interface SearchService extends TrackedResource {\n /**\n * The number of replicas in the search service. If specified, it must be a value between 1 and\n * 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. Default value: 1.\n */\n replicaCount?: number;\n /**\n * The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12.\n * Values greater than 1 are only valid for standard SKUs. For 'standard3' services with\n * hostingMode set to 'highDensity', the allowed values are between 1 and 3. Default value: 1.\n */\n partitionCount?: number;\n /**\n * Applicable only for the standard3 SKU. You can set this property to enable up to 3 high\n * density partitions that allow up to 1000 indexes, which is much higher than the maximum\n * indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or\n * 'highDensity'. For all other SKUs, this value must be 'default'. Possible values include:\n * 'default', 'highDensity'. Default value: 'default'.\n */\n hostingMode?: HostingMode;\n /**\n * This value can be set to 'enabled' to avoid breaking changes on existing customer resources\n * and templates. If set to 'disabled', traffic over public interface is not allowed, and private\n * endpoint connections would be the exclusive access method. Possible values include: 'enabled',\n * 'disabled'. Default value: 'enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The status of the search service. Possible values include: 'running': The search service is\n * running and no provisioning operations are underway. 'provisioning': The search service is\n * being provisioned or scaled up or down. 'deleting': The search service is being deleted.\n * 'degraded': The search service is degraded. This can occur when the underlying search units\n * are not healthy. The search service is most likely operational, but performance might be slow\n * and some requests might be dropped. 'disabled': The search service is disabled. In this state,\n * the service will reject all API requests. 'error': The search service is in an error state. If\n * your service is in the degraded, disabled, or error states, it means the Azure Cognitive\n * Search team is actively investigating the underlying issue. Dedicated services in these states\n * are still chargeable based on the number of search units provisioned. Possible values include:\n * 'running', 'provisioning', 'deleting', 'degraded', 'disabled', 'error'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: SearchServiceStatus;\n /**\n * The details of the search service status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusDetails?: string;\n /**\n * The state of the last provisioning operation performed on the search service. Provisioning is\n * an intermediate state that occurs while service capacity is being established. After capacity\n * is set up, provisioningState changes to either 'succeeded' or 'failed'. Client applications\n * can poll provisioning status (the recommended polling interval is from 30 seconds to one\n * minute) by using the Get Search Service operation to see when an operation is completed. If\n * you are using the free service, this value tends to come back as 'succeeded' directly in the\n * call to Create search service. This is because the free service uses capacity that is already\n * set up. Possible values include: 'succeeded', 'provisioning', 'failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Network specific rules that determine how the Azure Cognitive Search service may be reached.\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * The list of private endpoint connections to the Azure Cognitive Search service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The list of shared private link resources managed by the Azure Cognitive Search service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /**\n * The SKU of the Search Service, which determines price tier and capacity limits. This property\n * is required when creating a new Search Service.\n */\n sku?: Sku;\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n}\n\n/**\n * The parameters used to update an Azure Cognitive Search service.\n */\nexport interface SearchServiceUpdate extends Resource {\n /**\n * The number of replicas in the search service. If specified, it must be a value between 1 and\n * 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. Default value: 1.\n */\n replicaCount?: number;\n /**\n * The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12.\n * Values greater than 1 are only valid for standard SKUs. For 'standard3' services with\n * hostingMode set to 'highDensity', the allowed values are between 1 and 3. Default value: 1.\n */\n partitionCount?: number;\n /**\n * Applicable only for the standard3 SKU. You can set this property to enable up to 3 high\n * density partitions that allow up to 1000 indexes, which is much higher than the maximum\n * indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or\n * 'highDensity'. For all other SKUs, this value must be 'default'. Possible values include:\n * 'default', 'highDensity'. Default value: 'default'.\n */\n hostingMode?: HostingMode;\n /**\n * This value can be set to 'enabled' to avoid breaking changes on existing customer resources\n * and templates. If set to 'disabled', traffic over public interface is not allowed, and private\n * endpoint connections would be the exclusive access method. Possible values include: 'enabled',\n * 'disabled'. Default value: 'enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The status of the search service. Possible values include: 'running': The search service is\n * running and no provisioning operations are underway. 'provisioning': The search service is\n * being provisioned or scaled up or down. 'deleting': The search service is being deleted.\n * 'degraded': The search service is degraded. This can occur when the underlying search units\n * are not healthy. The search service is most likely operational, but performance might be slow\n * and some requests might be dropped. 'disabled': The search service is disabled. In this state,\n * the service will reject all API requests. 'error': The search service is in an error state. If\n * your service is in the degraded, disabled, or error states, it means the Azure Cognitive\n * Search team is actively investigating the underlying issue. Dedicated services in these states\n * are still chargeable based on the number of search units provisioned. Possible values include:\n * 'running', 'provisioning', 'deleting', 'degraded', 'disabled', 'error'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: SearchServiceStatus;\n /**\n * The details of the search service status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusDetails?: string;\n /**\n * The state of the last provisioning operation performed on the search service. Provisioning is\n * an intermediate state that occurs while service capacity is being established. After capacity\n * is set up, provisioningState changes to either 'succeeded' or 'failed'. Client applications\n * can poll provisioning status (the recommended polling interval is from 30 seconds to one\n * minute) by using the Get Search Service operation to see when an operation is completed. If\n * you are using the free service, this value tends to come back as 'succeeded' directly in the\n * call to Create search service. This is because the free service uses capacity that is already\n * set up. Possible values include: 'succeeded', 'provisioning', 'failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Network specific rules that determine how the Azure Cognitive Search service may be reached.\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * The list of private endpoint connections to the Azure Cognitive Search service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The list of shared private link resources managed by the Azure Cognitive Search service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /**\n * The SKU of the Search Service, which determines price tier and capacity limits. This property\n * is required when creating a new Search Service.\n */\n sku?: Sku;\n /**\n * The geographic location of the resource. This must be one of the supported and registered\n * Azure Geo Regions (for example, West US, East US, Southeast Asia, and so forth). This property\n * is required when creating a new resource.\n */\n location?: string;\n /**\n * Tags to help categorize the resource in the Azure portal.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n}\n\n/**\n * The details of a long running asynchronous shared private link resource operation\n */\nexport interface AsyncOperationResult {\n /**\n * The current status of the long running asynchronous shared private link resource operation.\n * Possible values include: 'Running', 'Succeeded', 'Failed'\n */\n status?: SharedPrivateLinkResourceAsyncOperationResult;\n}\n\n/**\n * The object that describes the operation.\n */\nexport interface OperationDisplay {\n /**\n * The friendly name of the resource provider.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * The operation type: read, write, delete, listKeys/action, etc.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * The resource type on which the operation is performed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * The friendly name of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n}\n\n/**\n * Describes a REST API operation.\n */\nexport interface Operation {\n /**\n * The name of the operation. This name is of the form {provider}/{resource}/{operation}.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The object that describes the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly display?: OperationDisplay;\n}\n\n/**\n * The 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/**\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 * Additional parameters for a set of operations.\n */\nexport interface SearchManagementRequestOptions {\n /**\n * A client-generated GUID value that identifies this request. If specified, this will be\n * included in response information as a way to track the request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AdminKeysGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AdminKeysRegenerateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueryKeysCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueryKeysListBySearchServiceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueryKeysDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueryKeysListBySearchServiceNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesCheckNameAvailabilityOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServicesListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateLinkResourcesListSupportedOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsListByServiceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsListByServiceNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesListByServiceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SharedPrivateLinkResourcesListByServiceNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/**\n * An interface representing SearchManagementClientOptions.\n */\nexport interface SearchManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The result of the request to list REST API operations. It contains a list of operations and a\n * URL to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * The URL to get the next set of operation list results, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response containing the query API keys for a given Azure Cognitive Search service.\n * @extends Array<QueryKey>\n */\nexport interface ListQueryKeysResult extends Array<QueryKey> {\n /**\n * Request URL that can be used to query next page of query keys. Returned when the total number\n * of requested query keys exceed maximum page size.\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response containing a list of Azure Cognitive Search services.\n * @extends Array<SearchService>\n */\nexport interface SearchServiceListResult extends Array<SearchService> {\n /**\n * Request URL that can be used to query next page of search services. Returned when the total\n * number of requested search services exceed maximum page size.\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response containing a list of supported Private Link Resources.\n * @extends Array<PrivateLinkResource>\n */\nexport interface PrivateLinkResourcesResult extends Array<PrivateLinkResource> {\n}\n\n/**\n * @interface\n * Response containing a list of Private Endpoint connections.\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\n /**\n * Request URL that can be used to query next page of private endpoint connections. Returned when\n * the total number of requested private endpoint connections exceed maximum page size.\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response containing a list of Shared Private Link Resources.\n * @extends Array<SharedPrivateLinkResource>\n */\nexport interface SharedPrivateLinkResourceListResult extends Array<SharedPrivateLinkResource> {\n /**\n * The URL to get the next set of shared private link resources, if there are any.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for UnavailableNameReason.\n * Possible values include: 'Invalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type UnavailableNameReason = 'Invalid' | 'AlreadyExists';\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'free', 'basic', 'standard', 'standard2', 'standard3',\n * 'storage_optimized_l1', 'storage_optimized_l2'\n * @readonly\n * @enum {string}\n */\nexport type SkuName = 'free' | 'basic' | 'standard' | 'standard2' | 'standard3' | 'storage_optimized_l1' | 'storage_optimized_l2';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for SharedPrivateLinkResourceStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type SharedPrivateLinkResourceStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for SharedPrivateLinkResourceProvisioningState.\n * Possible values include: 'Updating', 'Deleting', 'Failed', 'Succeeded', 'Incomplete'\n * @readonly\n * @enum {string}\n */\nexport type SharedPrivateLinkResourceProvisioningState = 'Updating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Incomplete';\n\n/**\n * Defines values for HostingMode.\n * Possible values include: 'default', 'highDensity'\n * @readonly\n * @enum {string}\n */\nexport type HostingMode = 'default' | 'highDensity';\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 SearchServiceStatus.\n * Possible values include: 'running', 'provisioning', 'deleting', 'degraded', 'disabled', 'error'\n * @readonly\n * @enum {string}\n */\nexport type SearchServiceStatus = 'running' | 'provisioning' | 'deleting' | 'degraded' | 'disabled' | 'error';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'succeeded', 'provisioning', 'failed'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'succeeded' | 'provisioning' | 'failed';\n\n/**\n * Defines values for IdentityType.\n * Possible values include: 'None', 'SystemAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType = 'None' | 'SystemAssigned';\n\n/**\n * Defines values for SharedPrivateLinkResourceAsyncOperationResult.\n * Possible values include: 'Running', 'Succeeded', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type SharedPrivateLinkResourceAsyncOperationResult = 'Running' | 'Succeeded' | 'Failed';\n\n/**\n * Defines values for AdminKeyKind.\n * Possible values include: 'primary', 'secondary'\n * @readonly\n * @enum {string}\n */\nexport type AdminKeyKind = 'primary' | 'secondary';\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 get operation.\n */\nexport type AdminKeysGetResponse = AdminKeyResult & {\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: AdminKeyResult;\n };\n};\n\n/**\n * Contains response data for the regenerate operation.\n */\nexport type AdminKeysRegenerateResponse = AdminKeyResult & {\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: AdminKeyResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type QueryKeysCreateResponse = QueryKey & {\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: QueryKey;\n };\n};\n\n/**\n * Contains response data for the listBySearchService operation.\n */\nexport type QueryKeysListBySearchServiceResponse = ListQueryKeysResult & {\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: ListQueryKeysResult;\n };\n};\n\n/**\n * Contains response data for the listBySearchServiceNext operation.\n */\nexport type QueryKeysListBySearchServiceNextResponse = ListQueryKeysResult & {\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: ListQueryKeysResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServicesCreateOrUpdateResponse = SearchService & {\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: SearchService;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ServicesUpdateResponse = SearchService & {\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: SearchService;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServicesGetResponse = SearchService & {\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: SearchService;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ServicesListByResourceGroupResponse = SearchServiceListResult & {\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: SearchServiceListResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type ServicesListBySubscriptionResponse = SearchServiceListResult & {\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: SearchServiceListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type ServicesCheckNameAvailabilityResponse = CheckNameAvailabilityOutput & {\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: CheckNameAvailabilityOutput;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ServicesBeginCreateOrUpdateResponse = SearchService & {\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: SearchService;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ServicesListByResourceGroupNextResponse = SearchServiceListResult & {\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: SearchServiceListResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type ServicesListBySubscriptionNextResponse = SearchServiceListResult & {\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: SearchServiceListResult;\n };\n};\n\n/**\n * Contains response data for the listSupported operation.\n */\nexport type PrivateLinkResourcesListSupportedResponse = PrivateLinkResourcesResult & {\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: PrivateLinkResourcesResult;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type PrivateEndpointConnectionsUpdateResponse = 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 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 deleteMethod operation.\n */\nexport type PrivateEndpointConnectionsDeleteMethodResponse = 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 listByService operation.\n */\nexport type PrivateEndpointConnectionsListByServiceResponse = 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 listByServiceNext operation.\n */\nexport type PrivateEndpointConnectionsListByServiceNextResponse = 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 createOrUpdate operation.\n */\nexport type SharedPrivateLinkResourcesCreateOrUpdateResponse = SharedPrivateLinkResource & {\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: SharedPrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SharedPrivateLinkResourcesGetResponse = SharedPrivateLinkResource & {\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: SharedPrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the listByService operation.\n */\nexport type SharedPrivateLinkResourcesListByServiceResponse = SharedPrivateLinkResourceListResult & {\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: SharedPrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type SharedPrivateLinkResourcesBeginCreateOrUpdateResponse = SharedPrivateLinkResource & {\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: SharedPrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the listByServiceNext operation.\n */\nexport type SharedPrivateLinkResourcesListByServiceNextResponse = SharedPrivateLinkResourceListResult & {\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: SharedPrivateLinkResourceListResult;\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 CheckNameAvailabilityInput: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityInput\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityInput\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'searchServices',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityOutput: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityOutput\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityOutput\",\n modelProperties: {\n isNameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdminKeyResult: msRest.CompositeMapper = {\n serializedName: \"AdminKeyResult\",\n type: {\n name: \"Composite\",\n className: \"AdminKeyResult\",\n modelProperties: {\n primaryKey: {\n readOnly: true,\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n readOnly: true,\n serializedName: \"secondaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryKey: msRest.CompositeMapper = {\n serializedName: \"QueryKey\",\n type: {\n name: \"Composite\",\n className: \"QueryKey\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n key: {\n readOnly: true,\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"free\",\n \"basic\",\n \"standard\",\n \"standard2\",\n \"standard3\",\n \"storage_optimized_l1\",\n \"storage_optimized_l2\"\n ]\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionPropertiesPrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionProperties_privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionProperties_privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pending\",\n \"Approved\",\n \"Rejected\",\n \"Disconnected\"\n ]\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n defaultValue: 'None',\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: \"PrivateEndpointConnectionPropertiesPrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState\"\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 PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\"\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 serializedName: \"value\",\n type: {\n name: \"String\"\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 ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SharedPrivateLinkResourceProperties: msRest.CompositeMapper = {\n serializedName: \"SharedPrivateLinkResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n modelProperties: {\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requestMessage: {\n serializedName: \"requestMessage\",\n type: {\n name: \"String\"\n }\n },\n resourceRegion: {\n serializedName: \"resourceRegion\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pending\",\n \"Approved\",\n \"Rejected\",\n \"Disconnected\"\n ]\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Updating\",\n \"Deleting\",\n \"Failed\",\n \"Succeeded\",\n \"Incomplete\"\n ]\n }\n }\n }\n }\n};\n\nexport const SharedPrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"SharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const ShareablePrivateLinkResourceProperties: msRest.CompositeMapper = {\n serializedName: \"ShareablePrivateLinkResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n readOnly: true,\n serializedName: \"groupId\",\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 ShareablePrivateLinkResourceType: msRest.CompositeMapper = {\n serializedName: \"ShareablePrivateLinkResourceType\",\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\"\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 readOnly: true,\n serializedName: \"requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n shareablePrivateLinkResourceTypes: {\n readOnly: true,\n serializedName: \"shareablePrivateLinkResourceTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\"\n }\n }\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 readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\"\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 principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"SystemAssigned\"\n ]\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SearchService: msRest.CompositeMapper = {\n serializedName: \"SearchService\",\n type: {\n name: \"Composite\",\n className: \"SearchService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n replicaCount: {\n serializedName: \"properties.replicaCount\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n partitionCount: {\n serializedName: \"properties.partitionCount\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n hostingMode: {\n serializedName: \"properties.hostingMode\",\n defaultValue: 'default',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"default\",\n \"highDensity\"\n ]\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'enabled',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"enabled\",\n \"disabled\"\n ]\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"provisioning\",\n \"deleting\",\n \"degraded\",\n \"disabled\",\n \"error\"\n ]\n }\n },\n statusDetails: {\n readOnly: true,\n serializedName: \"properties.statusDetails\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"succeeded\",\n \"provisioning\",\n \"failed\"\n ]\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n sharedPrivateLinkResources: {\n readOnly: true,\n serializedName: \"properties.sharedPrivateLinkResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\"\n }\n }\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 }\n }\n};\n\nexport const SearchServiceUpdate: msRest.CompositeMapper = {\n serializedName: \"SearchServiceUpdate\",\n type: {\n name: \"Composite\",\n className: \"SearchServiceUpdate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n replicaCount: {\n serializedName: \"properties.replicaCount\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n partitionCount: {\n serializedName: \"properties.partitionCount\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n hostingMode: {\n serializedName: \"properties.hostingMode\",\n defaultValue: 'default',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"default\",\n \"highDensity\"\n ]\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'enabled',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"enabled\",\n \"disabled\"\n ]\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"provisioning\",\n \"deleting\",\n \"degraded\",\n \"disabled\",\n \"error\"\n ]\n }\n },\n statusDetails: {\n readOnly: true,\n serializedName: \"properties.statusDetails\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"succeeded\",\n \"provisioning\",\n \"failed\"\n ]\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n sharedPrivateLinkResources: {\n readOnly: true,\n serializedName: \"properties.sharedPrivateLinkResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\"\n }\n }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n }\n }\n }\n};\n\nexport const AsyncOperationResult: msRest.CompositeMapper = {\n serializedName: \"AsyncOperationResult\",\n type: {\n name: \"Composite\",\n className: \"AsyncOperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n readOnly: true,\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const 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 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 SearchManagementRequestOptions: msRest.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchManagementRequestOptions\",\n modelProperties: {\n clientRequestId: {\n type: {\n name: \"Uuid\"\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 }\n }\n};\n\nexport const ListQueryKeysResult: msRest.CompositeMapper = {\n serializedName: \"ListQueryKeysResult\",\n type: {\n name: \"Composite\",\n className: \"ListQueryKeysResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryKey\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SearchServiceListResult: msRest.CompositeMapper = {\n serializedName: \"SearchServiceListResult\",\n type: {\n name: \"Composite\",\n className: \"SearchServiceListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SearchService\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourcesResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourcesResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\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 PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SharedPrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"SharedPrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\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 regenerated.\n */\n\nexport {\n CloudError,\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\";\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 apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clientRequestId: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"searchManagementRequestOptions\",\n \"clientRequestId\"\n ],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"Uuid\"\n }\n }\n};\nexport const key: msRest.OperationURLParameter = {\n parameterPath: \"key\",\n mapper: {\n required: true,\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const keyKind: msRest.OperationURLParameter = {\n parameterPath: \"keyKind\",\n mapper: {\n required: true,\n serializedName: \"keyKind\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"primary\",\n \"secondary\"\n ]\n }\n }\n};\nexport const name: msRest.OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n required: true,\n serializedName: \"name\",\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 type: {\n name: \"String\"\n }\n }\n};\nexport const searchServiceName: msRest.OperationURLParameter = {\n parameterPath: \"searchServiceName\",\n mapper: {\n required: true,\n serializedName: \"searchServiceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const sharedPrivateLinkResourceName: msRest.OperationURLParameter = {\n parameterPath: \"sharedPrivateLinkResourceName\",\n mapper: {\n required: true,\n serializedName: \"sharedPrivateLinkResourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\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 { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available REST API operations of the Microsoft.Search provider.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Search/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\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 AdminKeyResult,\n CloudError\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/adminKeysMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a AdminKeys. */\nexport class AdminKeys {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a AdminKeys.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.AdminKeysGetResponse>\n */\n get(resourceGroupName: string, searchServiceName: string, options?: Models.AdminKeysGetOptionalParams): Promise<Models.AdminKeysGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.AdminKeyResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, options: Models.AdminKeysGetOptionalParams, callback: msRest.ServiceCallback<Models.AdminKeyResult>): void;\n get(resourceGroupName: string, searchServiceName: string, options?: Models.AdminKeysGetOptionalParams | msRest.ServiceCallback<Models.AdminKeyResult>, callback?: msRest.ServiceCallback<Models.AdminKeyResult>): Promise<Models.AdminKeysGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AdminKeysGetResponse>;\n }\n\n /**\n * Regenerates either the primary or secondary admin API key. You can only regenerate one key at a\n * time.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param keyKind Specifies which key to regenerate. Valid values include 'primary' and\n * 'secondary'. Possible values include: 'primary', 'secondary'\n * @param [options] The optional parameters\n * @returns Promise<Models.AdminKeysRegenerateResponse>\n */\n regenerate(resourceGroupName: string, searchServiceName: string, keyKind: Models.AdminKeyKind, options?: Models.AdminKeysRegenerateOptionalParams): Promise<Models.AdminKeysRegenerateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param keyKind Specifies which key to regenerate. Valid values include 'primary' and\n * 'secondary'. Possible values include: 'primary', 'secondary'\n * @param callback The callback\n */\n regenerate(resourceGroupName: string, searchServiceName: string, keyKind: Models.AdminKeyKind, callback: msRest.ServiceCallback<Models.AdminKeyResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param keyKind Specifies which key to regenerate. Valid values include 'primary' and\n * 'secondary'. Possible values include: 'primary', 'secondary'\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerate(resourceGroupName: string, searchServiceName: string, keyKind: Models.AdminKeyKind, options: Models.AdminKeysRegenerateOptionalParams, callback: msRest.ServiceCallback<Models.AdminKeyResult>): void;\n regenerate(resourceGroupName: string, searchServiceName: string, keyKind: Models.AdminKeyKind, options?: Models.AdminKeysRegenerateOptionalParams | msRest.ServiceCallback<Models.AdminKeyResult>, callback?: msRest.ServiceCallback<Models.AdminKeyResult>): Promise<Models.AdminKeysRegenerateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n keyKind,\n options\n },\n regenerateOperationSpec,\n callback) as Promise<Models.AdminKeysRegenerateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/listAdminKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AdminKeyResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst regenerateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/regenerateAdminKey/{keyKind}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.keyKind,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AdminKeyResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 CloudError,\n ListQueryKeysResult,\n QueryKey\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/queryKeysMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a QueryKeys. */\nexport class QueryKeys {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a QueryKeys.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Generates a new query key for the specified search service. You can create up to 50 query keys\n * per service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param name The name of the new query API key.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueryKeysCreateResponse>\n */\n create(resourceGroupName: string, searchServiceName: string, name: string, options?: Models.QueryKeysCreateOptionalParams): Promise<Models.QueryKeysCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param name The name of the new query API key.\n * @param callback The callback\n */\n create(resourceGroupName: string, searchServiceName: string, name: string, callback: msRest.ServiceCallback<Models.QueryKey>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param name The name of the new query API key.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, searchServiceName: string, name: string, options: Models.QueryKeysCreateOptionalParams, callback: msRest.ServiceCallback<Models.QueryKey>): void;\n create(resourceGroupName: string, searchServiceName: string, name: string, options?: Models.QueryKeysCreateOptionalParams | msRest.ServiceCallback<Models.QueryKey>, callback?: msRest.ServiceCallback<Models.QueryKey>): Promise<Models.QueryKeysCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n name,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.QueryKeysCreateResponse>;\n }\n\n /**\n * Returns the list of query API keys for the given Azure Cognitive Search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueryKeysListBySearchServiceResponse>\n */\n listBySearchService(resourceGroupName: string, searchServiceName: string, options?: Models.QueryKeysListBySearchServiceOptionalParams): Promise<Models.QueryKeysListBySearchServiceResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n listBySearchService(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySearchService(resourceGroupName: string, searchServiceName: string, options: Models.QueryKeysListBySearchServiceOptionalParams, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;\n listBySearchService(resourceGroupName: string, searchServiceName: string, options?: Models.QueryKeysListBySearchServiceOptionalParams | msRest.ServiceCallback<Models.ListQueryKeysResult>, callback?: msRest.ServiceCallback<Models.ListQueryKeysResult>): Promise<Models.QueryKeysListBySearchServiceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n listBySearchServiceOperationSpec,\n callback) as Promise<Models.QueryKeysListBySearchServiceResponse>;\n }\n\n /**\n * Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process\n * for regenerating a query key is to delete and then recreate it.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param key The query key to be deleted. Query keys are identified by value, not by name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, options?: Models.QueryKeysDeleteMethodOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param key The query key to be deleted. Query keys are identified by value, not by name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param key The query key to be deleted. Query keys are identified by value, not by name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, options: Models.QueryKeysDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, options?: Models.QueryKeysDeleteMethodOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n key,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Returns the list of query API keys for the given Azure Cognitive Search service.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueryKeysListBySearchServiceNextResponse>\n */\n listBySearchServiceNext(nextPageLink: string, options?: Models.QueryKeysListBySearchServiceNextOptionalParams): Promise<Models.QueryKeysListBySearchServiceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySearchServiceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): 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 listBySearchServiceNext(nextPageLink: string, options: Models.QueryKeysListBySearchServiceNextOptionalParams, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;\n listBySearchServiceNext(nextPageLink: string, options?: Models.QueryKeysListBySearchServiceNextOptionalParams | msRest.ServiceCallback<Models.ListQueryKeysResult>, callback?: msRest.ServiceCallback<Models.ListQueryKeysResult>): Promise<Models.QueryKeysListBySearchServiceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySearchServiceNextOperationSpec,\n callback) as Promise<Models.QueryKeysListBySearchServiceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/createQueryKey/{name}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.name,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueryKey\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySearchServiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/listQueryKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueryKeysResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/deleteQueryKey/{key}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.key,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {},\n 204: {},\n 404: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySearchServiceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueryKeysResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 AzureEntityResource,\n BaseResource,\n CheckNameAvailabilityInput,\n CheckNameAvailabilityOutput,\n CloudError,\n Identity,\n IpRule,\n NetworkRuleSet,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionPropertiesPrivateEndpoint,\n PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ProxyResource,\n Resource,\n SearchService,\n SearchServiceListResult,\n SearchServiceUpdate,\n ShareablePrivateLinkResourceProperties,\n ShareablePrivateLinkResourceType,\n SharedPrivateLinkResource,\n SharedPrivateLinkResourceProperties,\n Sku,\n TrackedResource\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/servicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a Services. */\nexport class Services {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a Services.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates or updates a search service in the given resource group. If the search service already\n * exists, all properties will be updated with the given values.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service to create or update.\n * Search service names must only contain lowercase letters, digits or dashes, cannot use dash as\n * the first two or last one characters, cannot contain consecutive dashes, and must be between 2\n * and 60 characters in length. Search service names must be globally unique since they are part of\n * the service URI (https://<name>.search.windows.net). You cannot change the service name after\n * the service is created.\n * @param service The definition of the search service to create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, searchServiceName: string, service: Models.SearchService, options?: Models.ServicesCreateOrUpdateOptionalParams): Promise<Models.ServicesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,searchServiceName,service,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServicesCreateOrUpdateResponse>;\n }\n\n /**\n * Updates an existing search service in the given resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service to update.\n * @param service The definition of the search service to update.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesUpdateResponse>\n */\n update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, options?: Models.ServicesUpdateOptionalParams): Promise<Models.ServicesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service to update.\n * @param service The definition of the search service to update.\n * @param callback The callback\n */\n update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, callback: msRest.ServiceCallback<Models.SearchService>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service to update.\n * @param service The definition of the search service to update.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, options: Models.ServicesUpdateOptionalParams, callback: msRest.ServiceCallback<Models.SearchService>): void;\n update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, options?: Models.ServicesUpdateOptionalParams | msRest.ServiceCallback<Models.SearchService>, callback?: msRest.ServiceCallback<Models.SearchService>): Promise<Models.ServicesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n service,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ServicesUpdateResponse>;\n }\n\n /**\n * Gets the search service with the given name in the given resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesGetResponse>\n */\n get(resourceGroupName: string, searchServiceName: string, options?: Models.ServicesGetOptionalParams): Promise<Models.ServicesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.SearchService>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, options: Models.ServicesGetOptionalParams, callback: msRest.ServiceCallback<Models.SearchService>): void;\n get(resourceGroupName: string, searchServiceName: string, options?: Models.ServicesGetOptionalParams | msRest.ServiceCallback<Models.SearchService>, callback?: msRest.ServiceCallback<Models.SearchService>): Promise<Models.ServicesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServicesGetResponse>;\n }\n\n /**\n * Deletes a search service in the given resource group, along with its associated resources.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, options?: Models.ServicesDeleteMethodOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, options: Models.ServicesDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, searchServiceName: string, options?: Models.ServicesDeleteMethodOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets a list of all search services in the given resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.ServicesListByResourceGroupOptionalParams): Promise<Models.ServicesListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.ServicesListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.ServicesListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.SearchServiceListResult>, callback?: msRest.ServiceCallback<Models.SearchServiceListResult>): Promise<Models.ServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ServicesListByResourceGroupResponse>;\n }\n\n /**\n * Gets a list of all search services in the given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.ServicesListBySubscriptionOptionalParams): Promise<Models.ServicesListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.ServicesListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n listBySubscription(options?: Models.ServicesListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.SearchServiceListResult>, callback?: msRest.ServiceCallback<Models.SearchServiceListResult>): Promise<Models.ServicesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.ServicesListBySubscriptionResponse>;\n }\n\n /**\n * Checks whether or not the given search service name is available for use. Search service names\n * must be globally unique since they are part of the service URI\n * (https://<name>.search.windows.net).\n * @param name The search service name to validate. Search service names must only contain\n * lowercase letters, digits or dashes, cannot use dash as the first two or last one characters,\n * cannot contain consecutive dashes, and must be between 2 and 60 characters in length.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesCheckNameAvailabilityResponse>\n */\n checkNameAvailability(name: string, options?: Models.ServicesCheckNameAvailabilityOptionalParams): Promise<Models.ServicesCheckNameAvailabilityResponse>;\n /**\n * @param name The search service name to validate. Search service names must only contain\n * lowercase letters, digits or dashes, cannot use dash as the first two or last one characters,\n * cannot contain consecutive dashes, and must be between 2 and 60 characters in length.\n * @param callback The callback\n */\n checkNameAvailability(name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityOutput>): void;\n /**\n * @param name The search service name to validate. Search service names must only contain\n * lowercase letters, digits or dashes, cannot use dash as the first two or last one characters,\n * cannot contain consecutive dashes, and must be between 2 and 60 characters in length.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(name: string, options: Models.ServicesCheckNameAvailabilityOptionalParams, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityOutput>): void;\n checkNameAvailability(name: string, options?: Models.ServicesCheckNameAvailabilityOptionalParams | msRest.ServiceCallback<Models.CheckNameAvailabilityOutput>, callback?: msRest.ServiceCallback<Models.CheckNameAvailabilityOutput>): Promise<Models.ServicesCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n name,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.ServicesCheckNameAvailabilityResponse>;\n }\n\n /**\n * Creates or updates a search service in the given resource group. If the search service already\n * exists, all properties will be updated with the given values.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service to create or update.\n * Search service names must only contain lowercase letters, digits or dashes, cannot use dash as\n * the first two or last one characters, cannot contain consecutive dashes, and must be between 2\n * and 60 characters in length. Search service names must be globally unique since they are part of\n * the service URI (https://<name>.search.windows.net). You cannot change the service name after\n * the service is created.\n * @param service The definition of the search service to create or update.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, searchServiceName: string, service: Models.SearchService, options?: Models.ServicesBeginCreateOrUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n searchServiceName,\n service,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Gets a list of all search services in the given resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.ServicesListByResourceGroupNextOptionalParams): Promise<Models.ServicesListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: Models.ServicesListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.ServicesListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.SearchServiceListResult>, callback?: msRest.ServiceCallback<Models.SearchServiceListResult>): Promise<Models.ServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ServicesListByResourceGroupNextResponse>;\n }\n\n /**\n * Gets a list of all search services in the given subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: Models.ServicesListBySubscriptionNextOptionalParams): Promise<Models.ServicesListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, options: Models.ServicesListBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: Models.ServicesListBySubscriptionNextOptionalParams | msRest.ServiceCallback<Models.SearchServiceListResult>, callback?: msRest.ServiceCallback<Models.SearchServiceListResult>): Promise<Models.ServicesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.ServicesListBySubscriptionNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n requestBody: {\n parameterPath: \"service\",\n mapper: {\n ...Mappers.SearchServiceUpdate,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SearchService\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SearchService\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {},\n 204: {},\n 404: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SearchServiceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Search/searchServices\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SearchServiceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n requestBody: {\n parameterPath: {\n name: \"name\"\n },\n mapper: {\n ...Mappers.CheckNameAvailabilityInput,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityOutput\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n requestBody: {\n parameterPath: \"service\",\n mapper: {\n ...Mappers.SearchService,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SearchService\n },\n 201: {\n bodyMapper: Mappers.SearchService\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SearchServiceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SearchServiceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 AzureEntityResource,\n BaseResource,\n CloudError,\n Identity,\n IpRule,\n NetworkRuleSet,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionPropertiesPrivateEndpoint,\n PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkResourcesResult,\n ProxyResource,\n Resource,\n SearchService,\n SearchServiceUpdate,\n ShareablePrivateLinkResourceProperties,\n ShareablePrivateLinkResourceType,\n SharedPrivateLinkResource,\n SharedPrivateLinkResourceProperties,\n Sku,\n TrackedResource\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 { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of all supported private link resource types for the given service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListSupportedResponse>\n */\n listSupported(resourceGroupName: string, searchServiceName: string, options?: Models.PrivateLinkResourcesListSupportedOptionalParams): Promise<Models.PrivateLinkResourcesListSupportedResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n listSupported(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSupported(resourceGroupName: string, searchServiceName: string, options: Models.PrivateLinkResourcesListSupportedOptionalParams, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesResult>): void;\n listSupported(resourceGroupName: string, searchServiceName: string, options?: Models.PrivateLinkResourcesListSupportedOptionalParams | msRest.ServiceCallback<Models.PrivateLinkResourcesResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourcesResult>): Promise<Models.PrivateLinkResourcesListSupportedResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n listSupportedOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListSupportedResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listSupportedOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.searchServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 AzureEntityResource,\n BaseResource,\n CloudError,\n Identity,\n IpRule,\n NetworkRuleSet,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionPropertiesPrivateEndpoint,\n PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ProxyResource,\n Resource,\n SearchService,\n SearchServiceUpdate,\n ShareablePrivateLinkResourceProperties,\n ShareablePrivateLinkResourceType,\n SharedPrivateLinkResource,\n SharedPrivateLinkResourceProperties,\n Sku,\n TrackedResource\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/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Updates a Private Endpoint connection to the search service in the given resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param privateEndpointConnection The definition of the private endpoint connection to update.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsUpdateResponse>\n */\n update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionsUpdateOptionalParams): Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param privateEndpointConnection The definition of the private endpoint connection to update.\n * @param callback The callback\n */\n update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param privateEndpointConnection The definition of the private endpoint connection to update.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options: Models.PrivateEndpointConnectionsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionsUpdateOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n }\n\n /**\n * Gets the details of the private endpoint connection to the search service in the given resource\n * group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionsGetOptionalParams): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options: Models.PrivateEndpointConnectionsGetOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionsGetOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Disconnects the private endpoint connection and deletes it from the search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionsDeleteMethodOptionalParams): Promise<Models.PrivateEndpointConnectionsDeleteMethodResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure\n * Cognitive Search service with the specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options: Models.PrivateEndpointConnectionsDeleteMethodOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionsDeleteMethodOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsDeleteMethodResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n privateEndpointConnectionName,\n options\n },\n deleteMethodOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsDeleteMethodResponse>;\n }\n\n /**\n * Gets a list of all private endpoint connections in the given service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByServiceResponse>\n */\n listByService(resourceGroupName: string, searchServiceName: string, options?: Models.PrivateEndpointConnectionsListByServiceOptionalParams): Promise<Models.PrivateEndpointConnectionsListByServiceResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n listByService(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByService(resourceGroupName: string, searchServiceName: string, options: Models.PrivateEndpointConnectionsListByServiceOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByService(resourceGroupName: string, searchServiceName: string, options?: Models.PrivateEndpointConnectionsListByServiceOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByServiceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n listByServiceOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByServiceResponse>;\n }\n\n /**\n * Gets a list of all private endpoint connections in the given service.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByServiceNextResponse>\n */\n listByServiceNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionsListByServiceNextOptionalParams): Promise<Models.PrivateEndpointConnectionsListByServiceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByServiceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): 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 listByServiceNext(nextPageLink: string, options: Models.PrivateEndpointConnectionsListByServiceNextOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByServiceNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionsListByServiceNextOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByServiceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServiceNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByServiceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.privateEndpointConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n requestBody: {\n parameterPath: \"privateEndpointConnection\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.privateEndpointConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.privateEndpointConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 404: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.searchServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServiceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 AzureEntityResource,\n BaseResource,\n CloudError,\n Identity,\n IpRule,\n NetworkRuleSet,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionPropertiesPrivateEndpoint,\n PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ProxyResource,\n Resource,\n SearchService,\n SearchServiceUpdate,\n ShareablePrivateLinkResourceProperties,\n ShareablePrivateLinkResourceType,\n SharedPrivateLinkResource,\n SharedPrivateLinkResourceListResult,\n SharedPrivateLinkResourceProperties,\n Sku,\n TrackedResource\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/sharedPrivateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SearchManagementClientContext } from \"../searchManagementClientContext\";\n\n/** Class representing a SharedPrivateLinkResources. */\nexport class SharedPrivateLinkResources {\n private readonly client: SearchManagementClientContext;\n\n /**\n * Create a SharedPrivateLinkResources.\n * @param {SearchManagementClientContext} client Reference to the service client.\n */\n constructor(client: SearchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Initiates the creation or update of a shared private link resource managed by the search service\n * in the given resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param sharedPrivateLinkResource The definition of the shared private link resource to create or\n * update.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharedPrivateLinkResourcesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, sharedPrivateLinkResource: Models.SharedPrivateLinkResource, options?: Models.SharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<Models.SharedPrivateLinkResourcesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,searchServiceName,sharedPrivateLinkResourceName,sharedPrivateLinkResource,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SharedPrivateLinkResourcesCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the details of the shared private link resource managed by the search service in the given\n * resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharedPrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: Models.SharedPrivateLinkResourcesGetOptionalParams): Promise<Models.SharedPrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, callback: msRest.ServiceCallback<Models.SharedPrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options: Models.SharedPrivateLinkResourcesGetOptionalParams, callback: msRest.ServiceCallback<Models.SharedPrivateLinkResource>): void;\n get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: Models.SharedPrivateLinkResourcesGetOptionalParams | msRest.ServiceCallback<Models.SharedPrivateLinkResource>, callback?: msRest.ServiceCallback<Models.SharedPrivateLinkResource>): Promise<Models.SharedPrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SharedPrivateLinkResourcesGetResponse>;\n }\n\n /**\n * Initiates the deletion of the shared private link resource from the search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: Models.SharedPrivateLinkResourcesDeleteMethodOptionalParams): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,searchServiceName,sharedPrivateLinkResourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets a list of all shared private link resources managed by the given service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharedPrivateLinkResourcesListByServiceResponse>\n */\n listByService(resourceGroupName: string, searchServiceName: string, options?: Models.SharedPrivateLinkResourcesListByServiceOptionalParams): Promise<Models.SharedPrivateLinkResourcesListByServiceResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param callback The callback\n */\n listByService(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByService(resourceGroupName: string, searchServiceName: string, options: Models.SharedPrivateLinkResourcesListByServiceOptionalParams, callback: msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>): void;\n listByService(resourceGroupName: string, searchServiceName: string, options?: Models.SharedPrivateLinkResourcesListByServiceOptionalParams | msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>): Promise<Models.SharedPrivateLinkResourcesListByServiceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n options\n },\n listByServiceOperationSpec,\n callback) as Promise<Models.SharedPrivateLinkResourcesListByServiceResponse>;\n }\n\n /**\n * Initiates the creation or update of a shared private link resource managed by the search service\n * in the given resource group.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param sharedPrivateLinkResource The definition of the shared private link resource to create or\n * update.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, sharedPrivateLinkResource: Models.SharedPrivateLinkResource, options?: Models.SharedPrivateLinkResourcesBeginCreateOrUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n sharedPrivateLinkResource,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Initiates the deletion of the shared private link resource from the search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure Cognitive Search service associated with the\n * specified resource group.\n * @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure Cognitive Search service within the specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: Models.SharedPrivateLinkResourcesBeginDeleteMethodOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets a list of all shared private link resources managed by the given service.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharedPrivateLinkResourcesListByServiceNextResponse>\n */\n listByServiceNext(nextPageLink: string, options?: Models.SharedPrivateLinkResourcesListByServiceNextOptionalParams): Promise<Models.SharedPrivateLinkResourcesListByServiceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByServiceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>): 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 listByServiceNext(nextPageLink: string, options: Models.SharedPrivateLinkResourcesListByServiceNextOptionalParams, callback: msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>): void;\n listByServiceNext(nextPageLink: string, options?: Models.SharedPrivateLinkResourcesListByServiceNextOptionalParams | msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.SharedPrivateLinkResourceListResult>): Promise<Models.SharedPrivateLinkResourcesListByServiceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServiceNextOperationSpec,\n callback) as Promise<Models.SharedPrivateLinkResourcesListByServiceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.sharedPrivateLinkResourceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.searchServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.sharedPrivateLinkResourceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n requestBody: {\n parameterPath: \"sharedPrivateLinkResource\",\n mapper: {\n ...Mappers.SharedPrivateLinkResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResource\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.sharedPrivateLinkResourceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 202: {},\n 204: {},\n 404: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServiceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage,\n Parameters.clientRequestId\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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-search\";\nconst packageVersion = \"2.0.0\";\n\nexport class SearchManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the SearchManagementClient 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 unique identifier for a Microsoft Azure subscription. You can obtain\n * this value from the Azure Resource Manager API or the portal.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SearchManagementClientOptions) {\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 = '2020-08-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { SearchManagementClientContext } from \"./searchManagementClientContext\";\n\n\nclass SearchManagementClient extends SearchManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n adminKeys: operations.AdminKeys;\n queryKeys: operations.QueryKeys;\n services: operations.Services;\n privateLinkResources: operations.PrivateLinkResources;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n sharedPrivateLinkResources: operations.SharedPrivateLinkResources;\n\n /**\n * Initializes a new instance of the SearchManagementClient 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 unique identifier for a Microsoft Azure subscription. You can obtain\n * this value from the Azure Resource Manager API or the portal.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SearchManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.adminKeys = new operations.AdminKeys(this);\n this.queryKeys = new operations.QueryKeys(this);\n this.services = new operations.Services(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.sharedPrivateLinkResources = new operations.SharedPrivateLinkResources(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n SearchManagementClient,\n SearchManagementClientContext,\n Models as SearchManagementModels,\n Mappers as SearchManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","serializer","Mappers","Parameters.resourceGroupName","Parameters.searchServiceName","Parameters.subscriptionId","Parameters.clientRequestId","Mappers.AdminKeyResult","Parameters.keyKind","Parameters.name","Mappers.QueryKey","Mappers.ListQueryKeysResult","Parameters.key","Parameters.nextPageLink","getOperationSpec","deleteMethodOperationSpec","Mappers.SearchServiceUpdate","Mappers.SearchService","Mappers.SearchServiceListResult","Mappers.CheckNameAvailabilityInput","Mappers.CheckNameAvailabilityOutput","Mappers.PrivateLinkResourcesResult","updateOperationSpec","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateEndpointConnectionListResult","listByServiceOperationSpec","beginCreateOrUpdateOperationSpec","listByServiceNextOperationSpec","Parameters.sharedPrivateLinkResourceName","Mappers.SharedPrivateLinkResource","Mappers.SharedPrivateLinkResourceListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.AdminKeys","operations.QueryKeys","operations.Services","operations.PrivateLinkResources","operations.PrivateEndpointConnections","operations.SharedPrivateLinkResources"],"mappings":"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"}