@azure/arm-eventgrid 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7613 -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/eventGridManagementClient.d.ts +29 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +62 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1943 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +204 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +107 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +42 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +347 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  33. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  34. package/dist-esm/src/operations/domainTopics.js +310 -0
  35. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  36. package/dist-esm/src/operations/domains.d.ts +122 -0
  37. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domains.js +522 -0
  39. package/dist-esm/src/operations/domains.js.map +1 -0
  40. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  41. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  43. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  45. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensionTopics.js +50 -0
  47. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +26 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +88 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
  57. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
  59. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  60. package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
  61. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateLinkResources.js +176 -0
  63. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  64. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  65. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  66. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  67. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  68. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  69. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  70. package/dist-esm/src/operations/systemTopics.js +482 -0
  71. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  72. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  73. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  74. package/dist-esm/src/operations/topicTypes.js +175 -0
  75. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  76. package/dist-esm/src/operations/topics.d.ts +150 -0
  77. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/topics.js +656 -0
  79. package/dist-esm/src/operations/topics.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  81. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  82. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
  83. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  85. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  86. package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
  87. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  89. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  93. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  105. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
  109. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  113. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  121. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  125. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  126. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
  127. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  128. package/dist-esm/test/eventgrid_examples.d.ts +4 -0
  129. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  130. package/dist-esm/test/eventgrid_examples.js +166 -0
  131. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-eventgrid.api.md +1777 -0
  134. package/rollup.config.js +181 -30
  135. package/src/eventGridManagementClient.ts +107 -53
  136. package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1844 -3910
  139. package/src/models/mappers.ts +1261 -1339
  140. package/src/models/parameters.ts +239 -82
  141. package/src/operations/domainTopics.ts +346 -224
  142. package/src/operations/domains.ts +545 -454
  143. package/src/operations/eventSubscriptions.ts +1658 -1236
  144. package/src/operations/extensionTopics.ts +37 -66
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/operations.ts +65 -43
  147. package/src/operations/privateEndpointConnections.ts +386 -253
  148. package/src/operations/privateLinkResources.ts +178 -150
  149. package/src/operations/systemTopicEventSubscriptions.ts +537 -394
  150. package/src/operations/systemTopics.ts +505 -349
  151. package/src/operations/topicTypes.ts +138 -114
  152. package/src/operations/topics.ts +728 -494
  153. package/src/operationsInterfaces/domainTopics.ts +105 -0
  154. package/src/operationsInterfaces/domains.ts +162 -0
  155. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  156. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/operations.ts +22 -0
  159. package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
  160. package/src/operationsInterfaces/privateLinkResources.ts +48 -0
  161. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  162. package/src/operationsInterfaces/systemTopics.ts +139 -0
  163. package/src/operationsInterfaces/topicTypes.ts +47 -0
  164. package/src/operationsInterfaces/topics.ts +197 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-eventgrid.d.ts +2998 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-eventgrid.js +0 -6824
  169. package/dist/arm-eventgrid.js.map +0 -1
  170. package/dist/arm-eventgrid.min.js +0 -1
  171. package/dist/arm-eventgrid.min.js.map +0 -1
  172. package/esm/eventGridManagementClient.d.ts +0 -35
  173. package/esm/eventGridManagementClient.d.ts.map +0 -1
  174. package/esm/eventGridManagementClient.js +0 -48
  175. package/esm/eventGridManagementClient.js.map +0 -1
  176. package/esm/eventGridManagementClientContext.d.ts +0 -23
  177. package/esm/eventGridManagementClientContext.d.ts.map +0 -1
  178. package/esm/eventGridManagementClientContext.js +0 -61
  179. package/esm/eventGridManagementClientContext.js.map +0 -1
  180. package/esm/models/domainTopicsMappers.d.ts +0 -2
  181. package/esm/models/domainTopicsMappers.d.ts.map +0 -1
  182. package/esm/models/domainTopicsMappers.js +0 -9
  183. package/esm/models/domainTopicsMappers.js.map +0 -1
  184. package/esm/models/domainsMappers.d.ts +0 -2
  185. package/esm/models/domainsMappers.d.ts.map +0 -1
  186. package/esm/models/domainsMappers.js +0 -9
  187. package/esm/models/domainsMappers.js.map +0 -1
  188. package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
  189. package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
  190. package/esm/models/eventSubscriptionsMappers.js +0 -9
  191. package/esm/models/eventSubscriptionsMappers.js.map +0 -1
  192. package/esm/models/extensionTopicsMappers.d.ts +0 -2
  193. package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
  194. package/esm/models/extensionTopicsMappers.js +0 -9
  195. package/esm/models/extensionTopicsMappers.js.map +0 -1
  196. package/esm/models/index.d.ts +0 -4080
  197. package/esm/models/index.d.ts.map +0 -1
  198. package/esm/models/index.js.map +0 -1
  199. package/esm/models/mappers.d.ts +0 -109
  200. package/esm/models/mappers.d.ts.map +0 -1
  201. package/esm/models/mappers.js.map +0 -1
  202. package/esm/models/operationsMappers.d.ts +0 -2
  203. package/esm/models/operationsMappers.d.ts.map +0 -1
  204. package/esm/models/operationsMappers.js.map +0 -1
  205. package/esm/models/parameters.d.ts +0 -25
  206. package/esm/models/parameters.d.ts.map +0 -1
  207. package/esm/models/parameters.js +0 -245
  208. package/esm/models/parameters.js.map +0 -1
  209. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  210. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  211. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  212. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  213. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  214. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  215. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  216. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
  217. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
  218. package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
  219. package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
  220. package/esm/models/systemTopicsMappers.d.ts +0 -2
  221. package/esm/models/systemTopicsMappers.d.ts.map +0 -1
  222. package/esm/models/systemTopicsMappers.js +0 -9
  223. package/esm/models/systemTopicsMappers.js.map +0 -1
  224. package/esm/models/topicTypesMappers.d.ts +0 -2
  225. package/esm/models/topicTypesMappers.d.ts.map +0 -1
  226. package/esm/models/topicTypesMappers.js +0 -9
  227. package/esm/models/topicTypesMappers.js.map +0 -1
  228. package/esm/models/topicsMappers.d.ts +0 -2
  229. package/esm/models/topicsMappers.d.ts.map +0 -1
  230. package/esm/models/topicsMappers.js +0 -9
  231. package/esm/models/topicsMappers.js.map +0 -1
  232. package/esm/operations/domainTopics.d.ts +0 -120
  233. package/esm/operations/domainTopics.d.ts.map +0 -1
  234. package/esm/operations/domainTopics.js +0 -233
  235. package/esm/operations/domainTopics.js.map +0 -1
  236. package/esm/operations/domains.d.ts +0 -214
  237. package/esm/operations/domains.d.ts.map +0 -1
  238. package/esm/operations/domains.js +0 -415
  239. package/esm/operations/domains.js.map +0 -1
  240. package/esm/operations/eventSubscriptions.d.ts +0 -666
  241. package/esm/operations/eventSubscriptions.d.ts.map +0 -1
  242. package/esm/operations/eventSubscriptions.js +0 -969
  243. package/esm/operations/eventSubscriptions.js.map +0 -1
  244. package/esm/operations/extensionTopics.d.ts +0 -47
  245. package/esm/operations/extensionTopics.d.ts.map +0 -1
  246. package/esm/operations/extensionTopics.js +0 -54
  247. package/esm/operations/extensionTopics.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/operations.d.ts +0 -29
  251. package/esm/operations/operations.d.ts.map +0 -1
  252. package/esm/operations/operations.js +0 -50
  253. package/esm/operations/operations.js.map +0 -1
  254. package/esm/operations/privateEndpointConnections.d.ts +0 -152
  255. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  256. package/esm/operations/privateEndpointConnections.js +0 -263
  257. package/esm/operations/privateEndpointConnections.js.map +0 -1
  258. package/esm/operations/privateLinkResources.d.ts +0 -91
  259. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  260. package/esm/operations/privateLinkResources.js +0 -127
  261. package/esm/operations/privateLinkResources.js.map +0 -1
  262. package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
  263. package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
  264. package/esm/operations/systemTopicEventSubscriptions.js +0 -379
  265. package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
  266. package/esm/operations/systemTopics.d.ts +0 -167
  267. package/esm/operations/systemTopics.d.ts.map +0 -1
  268. package/esm/operations/systemTopics.js +0 -353
  269. package/esm/operations/systemTopics.js.map +0 -1
  270. package/esm/operations/topicTypes.d.ts +0 -67
  271. package/esm/operations/topicTypes.d.ts.map +0 -1
  272. package/esm/operations/topicTypes.js +0 -106
  273. package/esm/operations/topicTypes.js.map +0 -1
  274. package/esm/operations/topics.d.ts +0 -237
  275. package/esm/operations/topics.d.ts.map +0 -1
  276. package/esm/operations/topics.js +0 -471
  277. package/esm/operations/topics.js.map +0 -1
  278. package/src/eventGridManagementClientContext.ts +0 -68
  279. package/src/models/domainTopicsMappers.ts +0 -66
  280. package/src/models/domainsMappers.ts +0 -69
  281. package/src/models/eventSubscriptionsMappers.ts +0 -69
  282. package/src/models/extensionTopicsMappers.ts +0 -65
  283. package/src/models/privateEndpointConnectionsMappers.ts +0 -66
  284. package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
  285. package/src/models/systemTopicsMappers.ts +0 -67
  286. package/src/models/topicTypesMappers.ts +0 -67
  287. package/src/models/topicsMappers.ts +0 -70
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-eventgrid.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/domainsMappers.ts","../src/models/parameters.ts","../src/operations/domains.ts","../src/models/domainTopicsMappers.ts","../src/operations/domainTopics.ts","../src/models/eventSubscriptionsMappers.ts","../src/operations/eventSubscriptions.ts","../src/models/systemTopicEventSubscriptionsMappers.ts","../src/operations/systemTopicEventSubscriptions.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/topicsMappers.ts","../src/operations/topics.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/systemTopicsMappers.ts","../src/operations/systemTopics.ts","../src/models/extensionTopicsMappers.ts","../src/operations/extensionTopics.ts","../src/models/topicTypesMappers.ts","../src/operations/topicTypes.ts","../src/eventGridManagementClientContext.ts","../src/eventGridManagementClient.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 * PrivateEndpoint information.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint.\n */\n id?: string;\n}\n\n/**\n * ConnectionState information.\n */\nexport interface ConnectionState {\n /**\n * Status of the connection. Possible values include: 'Pending', 'Approved', 'Rejected',\n * 'Disconnected'\n */\n status?: PersistedConnectionStatus;\n /**\n * Description of the connection state.\n */\n description?: string;\n /**\n * Actions required (if any).\n */\n actionsRequired?: string;\n}\n\n/**\n * Definition of a Resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified identifier of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * 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 * Type of the resource.\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 * An interface representing PrivateEndpointConnection.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The Private Endpoint resource for this Connection.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * GroupIds from the private link service resource.\n */\n groupIds?: string[];\n /**\n * Details about the state of the connection.\n */\n privateLinkServiceConnectionState?: ConnectionState;\n /**\n * Provisioning state of the Private Endpoint Connection. Possible values include: 'Creating',\n * 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n */\n provisioningState?: ResourceProvisioningState;\n}\n\n/**\n * Contains the possible cases for InputSchemaMapping.\n */\nexport type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;\n\n/**\n * By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input\n * schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only\n * supported type of InputSchemaMapping is 'JsonInputSchemaMapping'.\n */\nexport interface InputSchemaMapping {\n /**\n * Polymorphic Discriminator\n */\n inputSchemaMappingType: \"InputSchemaMapping\";\n}\n\n/**\n * An interface representing InboundIpRule.\n */\nexport interface InboundIpRule {\n /**\n * IP Address in CIDR notation e.g., 10.0.0.0/8.\n */\n ipMask?: string;\n /**\n * Action to perform based on the match or no match of the IpMask. Possible values include:\n * 'Allow'\n */\n action?: IpActionType;\n}\n\n/**\n * The information about the user identity.\n */\nexport interface UserIdentityProperties {\n /**\n * The principal id of user assigned identity.\n */\n principalId?: string;\n /**\n * The client id of user assigned identity.\n */\n clientId?: string;\n}\n\n/**\n * The identity information for the resource.\n */\nexport interface IdentityInfo {\n /**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an\n * implicitly created identity and a set of user-assigned identities. The type 'None' will remove\n * any identity. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',\n * 'SystemAssigned, UserAssigned'\n */\n type?: IdentityType;\n /**\n * The principal ID of resource identity.\n */\n principalId?: string;\n /**\n * The tenant ID of resource.\n */\n tenantId?: string;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key\n * references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n * This property is currently not used and reserved for future usage.\n */\n userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };\n}\n\n/**\n * This is used to express the source of an input schema mapping for a single target field in the\n * Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and\n * 'eventtime' properties. This represents a field in the input event schema.\n */\nexport interface JsonField {\n /**\n * Name of a field in the input event schema that's to be used as the source of a mapping.\n */\n sourceField?: string;\n}\n\n/**\n * This is used to express the source of an input schema mapping for a single target field\n * in the Event Grid Event schema. This is currently used in the mappings for the 'subject',\n * 'eventtype' and 'dataversion' properties. This represents a field in the input event schema\n * along with a default value to be used, and at least one of these two properties should be\n * provided.\n */\nexport interface JsonFieldWithDefault {\n /**\n * Name of a field in the input event schema that's to be used as the source of a mapping.\n */\n sourceField?: string;\n /**\n * The default value to be used for mapping when a SourceField is not provided or if there's no\n * property with the specified name in the published JSON event payload.\n */\n defaultValue?: string;\n}\n\n/**\n * This enables publishing to Event Grid using a custom input schema. This can be used to map\n * properties from a custom input JSON schema to the Event Grid event schema.\n */\nexport interface JsonInputSchemaMapping {\n /**\n * Polymorphic Discriminator\n */\n inputSchemaMappingType: \"Json\";\n /**\n * The mapping information for the Id property of the Event Grid Event.\n */\n id?: JsonField;\n /**\n * The mapping information for the Topic property of the Event Grid Event.\n */\n topic?: JsonField;\n /**\n * The mapping information for the EventTime property of the Event Grid Event.\n */\n eventTime?: JsonField;\n /**\n * The mapping information for the EventType property of the Event Grid Event.\n */\n eventType?: JsonFieldWithDefault;\n /**\n * The mapping information for the Subject property of the Event Grid Event.\n */\n subject?: JsonFieldWithDefault;\n /**\n * The mapping information for the DataVersion property of the Event Grid Event.\n */\n dataVersion?: JsonFieldWithDefault;\n}\n\n/**\n * Definition of a Tracked Resource.\n */\nexport interface TrackedResource extends Resource {\n /**\n * Location of the resource.\n */\n location: string;\n /**\n * Tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The timestamp of resource last modification (UTC)\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * EventGrid Domain.\n */\nexport interface Domain extends TrackedResource {\n /**\n * List of private endpoint connections.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Provisioning state of the Event Grid Domain Resource. Possible values include: 'Creating',\n * 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: DomainProvisioningState;\n /**\n * Endpoint for the domain.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoint?: string;\n /**\n * This determines the format that Event Grid should expect for incoming events published to the\n * domain. Possible values include: 'EventGridSchema', 'CustomEventSchema',\n * 'CloudEventSchemaV1_0'. Default value: 'EventGridSchema'.\n */\n inputSchema?: InputSchema;\n /**\n * Information about the InputSchemaMapping which specified the info about mapping event payload.\n */\n inputSchemaMapping?: InputSchemaMappingUnion;\n /**\n * Metric resource id for the domain.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metricResourceId?: string;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso\n * cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules\"\n * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are\n * considered only if PublicNetworkAccess is enabled.\n */\n inboundIpRules?: InboundIpRule[];\n /**\n * This boolean is used to enable or disable local auth. Default value is false. When the\n * property is set to true, only AAD token will be used to authenticate if user is allowed to\n * publish to the domain. Default value: false.\n */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics\n * associated with this Event Grid Domain resource.\n * In this context, creation of domain topic can be auto-managed (when true) or self-managed\n * (when false). The default value for this property is true.\n * When this property is null or set to true, Event Grid is responsible of automatically creating\n * the domain topic when the first event subscription is\n * created at the scope of the domain topic. If this property is set to false, then creating the\n * first event subscription will require creating a domain topic\n * by the user. The self-management mode can be used if the user wants full control of when the\n * domain topic is created, while auto-managed mode provides the\n * flexibility to perform less operations and manage fewer resources by the user. Also, note that\n * in auto-managed creation mode, user is allowed to create the\n * domain topic on demand if needed. Default value: true.\n */\n autoCreateTopicWithFirstSubscription?: boolean;\n /**\n * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics\n * associated with this Event Grid Domain resource.\n * In this context, deletion of domain topic can be auto-managed (when true) or self-managed\n * (when false). The default value for this property is true.\n * When this property is set to true, Event Grid is responsible of automatically deleting the\n * domain topic when the last event subscription at the scope\n * of the domain topic is deleted. If this property is set to false, then the user needs to\n * manually delete the domain topic when it is no longer needed\n * (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The\n * self-management mode can be used if the user wants full\n * control of when the domain topic needs to be deleted, while auto-managed mode provides the\n * flexibility to perform less operations and manage fewer\n * resources by the user. Default value: true.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n /**\n * The system metadata relating to Domain resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * Identity information for the Event Grid Domain resource.\n */\n identity?: IdentityInfo;\n}\n\n/**\n * Properties of the Domain update.\n */\nexport interface DomainUpdateParameters {\n /**\n * Tags of the domains resource.\n */\n tags?: { [propertyName: string]: string };\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso\n * cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules\"\n * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are\n * considered only if PublicNetworkAccess is enabled.\n */\n inboundIpRules?: InboundIpRule[];\n /**\n * This boolean is used to enable or disable local auth. Default value is false. When the\n * property is set to true, only AAD token will be used to authenticate if user is allowed to\n * publish to the domain.\n */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics\n * associated with this Event Grid Domain resource.\n * In this context, creation of domain topic can be auto-managed (when true) or self-managed\n * (when false). The default value for this property is true.\n * When this property is null or set to true, Event Grid is responsible of automatically creating\n * the domain topic when the first event subscription is\n * created at the scope of the domain topic. If this property is set to false, then creating the\n * first event subscription will require creating a domain topic\n * by the user. The self-management mode can be used if the user wants full control of when the\n * domain topic is created, while auto-managed mode provides the\n * flexibility to perform less operations and manage fewer resources by the user. Also, note that\n * in auto-managed creation mode, user is allowed to create the\n * domain topic on demand if needed.\n */\n autoCreateTopicWithFirstSubscription?: boolean;\n /**\n * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics\n * associated with this Event Grid Domain resource.\n * In this context, deletion of domain topic can be auto-managed (when true) or self-managed\n * (when false). The default value for this property is true.\n * When this property is set to true, Event Grid is responsible of automatically deleting the\n * domain topic when the last event subscription at the scope\n * of the domain topic is deleted. If this property is set to false, then the user needs to\n * manually delete the domain topic when it is no longer needed\n * (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The\n * self-management mode can be used if the user wants full\n * control of when the domain topic needs to be deleted, while auto-managed mode provides the\n * flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n /**\n * Identity information for the resource.\n */\n identity?: IdentityInfo;\n}\n\n/**\n * Shared access keys of the Domain.\n */\nexport interface DomainSharedAccessKeys {\n /**\n * Shared access key1 for the domain.\n */\n key1?: string;\n /**\n * Shared access key2 for the domain.\n */\n key2?: string;\n}\n\n/**\n * Domain regenerate share access key request.\n */\nexport interface DomainRegenerateKeyRequest {\n /**\n * Key name to regenerate key1 or key2.\n */\n keyName: string;\n}\n\n/**\n * Domain Topic.\n */\nexport interface DomainTopic extends Resource {\n /**\n * Provisioning state of the domain topic. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: DomainTopicProvisioningState;\n /**\n * The system metadata relating to Domain Topic resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * Contains the possible cases for EventSubscriptionDestination.\n */\nexport type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;\n\n/**\n * Information about the destination for an event subscription.\n */\nexport interface EventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"EventSubscriptionDestination\";\n}\n\n/**\n * The identity information with the event subscription.\n */\nexport interface EventSubscriptionIdentity {\n /**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an\n * implicitly created identity and a set of user-assigned identities. The type 'None' will remove\n * any identity. Possible values include: 'SystemAssigned', 'UserAssigned'\n */\n type?: EventSubscriptionIdentityType;\n /**\n * The user identity associated with the resource.\n */\n userAssignedIdentity?: string;\n}\n\n/**\n * Information about the delivery for an event subscription with resource identity.\n */\nexport interface DeliveryWithResourceIdentity {\n /**\n * The identity to use when delivering events.\n */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event\n * subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during\n * delivery / dead-lettering.\n */\n destination?: EventSubscriptionDestinationUnion;\n}\n\n/**\n * Contains the possible cases for AdvancedFilter.\n */\nexport type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter;\n\n/**\n * This is the base type that represents an advanced filter. To configure an advanced filter, do\n * not directly instantiate an object of this class. Instead, instantiate an object of a derived\n * class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc.\n * depending on the type of the key based on which you want to filter.\n */\nexport interface AdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"AdvancedFilter\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n}\n\n/**\n * Filter for the Event Subscription.\n */\nexport interface EventSubscriptionFilter {\n /**\n * An optional string to filter events for an event subscription based on a resource path prefix.\n * The format of this depends on the publisher of the events.\n * Wildcard characters are not supported in this path.\n */\n subjectBeginsWith?: string;\n /**\n * An optional string to filter events for an event subscription based on a resource path suffix.\n * Wildcard characters are not supported in this path.\n */\n subjectEndsWith?: string;\n /**\n * A list of applicable event types that need to be part of the event subscription. If it is\n * desired to subscribe to all default event types, set the IncludedEventTypes to null.\n */\n includedEventTypes?: string[];\n /**\n * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter\n * should be compared in a case sensitive manner. Default value: false.\n */\n isSubjectCaseSensitive?: boolean;\n /**\n * Allows advanced filters to be evaluated against an array of values instead of expecting a\n * singular value.\n */\n enableAdvancedFilteringOnArrays?: boolean;\n /**\n * An array of advanced filters that are used for filtering event subscriptions.\n */\n advancedFilters?: AdvancedFilterUnion[];\n}\n\n/**\n * Information about the retry policy for an event subscription.\n */\nexport interface RetryPolicy {\n /**\n * Maximum number of delivery retry attempts for events. Default value: 30.\n */\n maxDeliveryAttempts?: number;\n /**\n * Time To Live (in minutes) for events. Default value: 1440.\n */\n eventTimeToLiveInMinutes?: number;\n}\n\n/**\n * Contains the possible cases for DeadLetterDestination.\n */\nexport type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;\n\n/**\n * Information about the dead letter destination for an event subscription. To configure a\n * deadletter destination, do not directly instantiate an object of this class. Instead,\n * instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the\n * only class that derives from this class.\n */\nexport interface DeadLetterDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"DeadLetterDestination\";\n}\n\n/**\n * Information about the deadletter destination with resource identity.\n */\nexport interface DeadLetterWithResourceIdentity {\n /**\n * The identity to use when dead-lettering events.\n */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event\n * subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire\n * the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n}\n\n/**\n * Contains the possible cases for DeliveryAttributeMapping.\n */\nexport type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;\n\n/**\n * Delivery attribute mapping details.\n */\nexport interface DeliveryAttributeMapping {\n /**\n * Polymorphic Discriminator\n */\n type: \"DeliveryAttributeMapping\";\n /**\n * Name of the delivery attribute or header.\n */\n name?: string;\n}\n\n/**\n * Static delivery attribute mapping details.\n */\nexport interface StaticDeliveryAttributeMapping {\n /**\n * Polymorphic Discriminator\n */\n type: \"Static\";\n /**\n * Name of the delivery attribute or header.\n */\n name?: string;\n /**\n * Value of the delivery attribute.\n */\n value?: string;\n /**\n * Boolean flag to tell if the attribute contains sensitive information . Default value: false.\n */\n isSecret?: boolean;\n}\n\n/**\n * Dynamic delivery attribute mapping details.\n */\nexport interface DynamicDeliveryAttributeMapping {\n /**\n * Polymorphic Discriminator\n */\n type: \"Dynamic\";\n /**\n * Name of the delivery attribute or header.\n */\n name?: string;\n /**\n * JSON path in the event which contains attribute value.\n */\n sourceField?: string;\n}\n\n/**\n * NumberIn Advanced Filter.\n */\nexport interface NumberInAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"NumberIn\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: number[];\n}\n\n/**\n * Information about the storage blob based dead letter destination.\n */\nexport interface StorageBlobDeadLetterDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"StorageBlob\";\n /**\n * The Azure Resource ID of the storage account that is the destination of the deadletter events\n */\n resourceId?: string;\n /**\n * The name of the Storage blob container that is the destination of the deadletter events\n */\n blobContainerName?: string;\n}\n\n/**\n * NumberNotIn Advanced Filter.\n */\nexport interface NumberNotInAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"NumberNotIn\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: number[];\n}\n\n/**\n * NumberLessThan Advanced Filter.\n */\nexport interface NumberLessThanAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"NumberLessThan\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The filter value.\n */\n value?: number;\n}\n\n/**\n * NumberGreaterThan Advanced Filter.\n */\nexport interface NumberGreaterThanAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"NumberGreaterThan\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The filter value.\n */\n value?: number;\n}\n\n/**\n * NumberLessThanOrEquals Advanced Filter.\n */\nexport interface NumberLessThanOrEqualsAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"NumberLessThanOrEquals\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The filter value.\n */\n value?: number;\n}\n\n/**\n * NumberGreaterThanOrEquals Advanced Filter.\n */\nexport interface NumberGreaterThanOrEqualsAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"NumberGreaterThanOrEquals\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The filter value.\n */\n value?: number;\n}\n\n/**\n * BoolEquals Advanced Filter.\n */\nexport interface BoolEqualsAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"BoolEquals\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The boolean filter value.\n */\n value?: boolean;\n}\n\n/**\n * StringIn Advanced Filter.\n */\nexport interface StringInAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"StringIn\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: string[];\n}\n\n/**\n * StringNotIn Advanced Filter.\n */\nexport interface StringNotInAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"StringNotIn\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: string[];\n}\n\n/**\n * StringBeginsWith Advanced Filter.\n */\nexport interface StringBeginsWithAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"StringBeginsWith\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: string[];\n}\n\n/**\n * StringEndsWith Advanced Filter.\n */\nexport interface StringEndsWithAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"StringEndsWith\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: string[];\n}\n\n/**\n * StringContains Advanced Filter.\n */\nexport interface StringContainsAdvancedFilter {\n /**\n * Polymorphic Discriminator\n */\n operatorType: \"StringContains\";\n /**\n * The field/property in the event based on which you want to filter.\n */\n key?: string;\n /**\n * The set of filter values.\n */\n values?: string[];\n}\n\n/**\n * Information about the webhook destination for an event subscription.\n */\nexport interface WebHookEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"WebHook\";\n /**\n * The URL that represents the endpoint of the destination of an event subscription.\n */\n endpointUrl?: string;\n /**\n * The base URL that represents the endpoint of the destination of an event subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpointBaseUrl?: string;\n /**\n * Maximum number of events per batch. Default value: 1.\n */\n maxEventsPerBatch?: number;\n /**\n * Preferred batch size in Kilobytes. Default value: 64.\n */\n preferredBatchSizeInKilobytes?: number;\n /**\n * The Azure Active Directory Tenant ID to get the access token that will be included as the\n * bearer token in delivery requests.\n */\n azureActiveDirectoryTenantId?: string;\n /**\n * The Azure Active Directory Application ID or URI to get the access token that will be included\n * as the bearer token in delivery requests.\n */\n azureActiveDirectoryApplicationIdOrUri?: string;\n /**\n * Delivery attribute details.\n */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Information about the event hub destination for an event subscription.\n */\nexport interface EventHubEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"EventHub\";\n /**\n * The Azure Resource Id that represents the endpoint of an Event Hub destination of an event\n * subscription.\n */\n resourceId?: string;\n /**\n * Delivery attribute details.\n */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Information about the storage queue destination for an event subscription.\n */\nexport interface StorageQueueEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"StorageQueue\";\n /**\n * The Azure Resource ID of the storage account that contains the queue that is the destination\n * of an event subscription.\n */\n resourceId?: string;\n /**\n * The name of the Storage queue under a storage account that is the destination of an event\n * subscription.\n */\n queueName?: string;\n /**\n * Storage queue message time to live in seconds.\n */\n queueMessageTimeToLiveInSeconds?: number;\n}\n\n/**\n * Information about the HybridConnection destination for an event subscription.\n */\nexport interface HybridConnectionEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"HybridConnection\";\n /**\n * The Azure Resource ID of an hybrid connection that is the destination of an event\n * subscription.\n */\n resourceId?: string;\n /**\n * Delivery attribute details.\n */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Information about the service bus destination for an event subscription.\n */\nexport interface ServiceBusQueueEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"ServiceBusQueue\";\n /**\n * The Azure Resource Id that represents the endpoint of the Service Bus destination of an event\n * subscription.\n */\n resourceId?: string;\n /**\n * Delivery attribute details.\n */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Information about the service bus topic destination for an event subscription.\n */\nexport interface ServiceBusTopicEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"ServiceBusTopic\";\n /**\n * The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an\n * event subscription.\n */\n resourceId?: string;\n /**\n * Delivery attribute details.\n */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Information about the azure function destination for an event subscription.\n */\nexport interface AzureFunctionEventSubscriptionDestination {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"AzureFunction\";\n /**\n * The Azure Resource Id that represents the endpoint of the Azure Function destination of an\n * event subscription.\n */\n resourceId?: string;\n /**\n * Maximum number of events per batch. Default value: 1.\n */\n maxEventsPerBatch?: number;\n /**\n * Preferred batch size in Kilobytes. Default value: 64.\n */\n preferredBatchSizeInKilobytes?: number;\n /**\n * Delivery attribute details.\n */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Event Subscription\n */\nexport interface EventSubscription extends Resource {\n /**\n * Name of the topic of the event subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly topic?: string;\n /**\n * Provisioning state of the event subscription. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Canceled', 'Failed', 'AwaitingManualAction'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: EventSubscriptionProvisioningState;\n /**\n * Information about the destination where events have to be delivered for the event\n * subscription.\n */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event\n * subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire\n * the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /**\n * Information about the filter for the event subscription.\n */\n filter?: EventSubscriptionFilter;\n /**\n * List of user defined labels.\n */\n labels?: string[];\n /**\n * Expiration time of the event subscription.\n */\n expirationTimeUtc?: Date;\n /**\n * The event delivery schema for the event subscription. Possible values include:\n * 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'. Default value:\n * 'EventGridSchema'.\n */\n eventDeliverySchema?: EventDeliverySchema;\n /**\n * The retry policy for events. This can be used to configure maximum number of delivery attempts\n * and time to live for events.\n */\n retryPolicy?: RetryPolicy;\n /**\n * The DeadLetter destination of the event subscription.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to\n * its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire\n * the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n /**\n * The system metadata relating to Event Subscription resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * Properties of the Event Subscription update.\n */\nexport interface EventSubscriptionUpdateParameters {\n /**\n * Information about the destination where events have to be delivered for the event\n * subscription.\n */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event\n * subscription.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the\n * authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /**\n * Information about the filter for the event subscription.\n */\n filter?: EventSubscriptionFilter;\n /**\n * List of user defined labels.\n */\n labels?: string[];\n /**\n * Information about the expiration time for the event subscription.\n */\n expirationTimeUtc?: Date;\n /**\n * The event delivery schema for the event subscription. Possible values include:\n * 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'\n */\n eventDeliverySchema?: EventDeliverySchema;\n /**\n * The retry policy for events. This can be used to configure maximum number of delivery attempts\n * and time to live for events.\n */\n retryPolicy?: RetryPolicy;\n /**\n * The DeadLetter destination of the event subscription.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to\n * its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the\n * authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n}\n\n/**\n * Full endpoint url of an event subscription\n */\nexport interface EventSubscriptionFullUrl {\n /**\n * The URL that represents the endpoint of the destination of an event subscription.\n */\n endpointUrl?: string;\n}\n\n/**\n * Result of the Get delivery attributes operation.\n */\nexport interface DeliveryAttributeListResult {\n /**\n * A collection of DeliveryAttributeMapping\n */\n value?: DeliveryAttributeMappingUnion[];\n}\n\n/**\n * Information about an operation\n */\nexport interface OperationInfo {\n /**\n * Name of the provider\n */\n provider?: string;\n /**\n * Name of the resource type\n */\n resource?: string;\n /**\n * Name of the operation\n */\n operation?: string;\n /**\n * Description of the operation\n */\n description?: string;\n}\n\n/**\n * Represents an operation returned by the GetOperations request\n */\nexport interface Operation {\n /**\n * Name of the operation\n */\n name?: string;\n /**\n * Display name of the operation\n */\n display?: OperationInfo;\n /**\n * Origin of the operation\n */\n origin?: string;\n /**\n * Properties of the operation\n */\n properties?: any;\n}\n\n/**\n * Information of the private link resource.\n */\nexport interface PrivateLinkResource {\n groupId?: string;\n displayName?: string;\n requiredMembers?: string[];\n requiredZoneNames?: string[];\n /**\n * Fully qualified identifier of the resource.\n */\n id?: string;\n /**\n * Name of the resource.\n */\n name?: string;\n /**\n * Type of the resource.\n */\n type?: string;\n}\n\n/**\n * EventGrid System Topic.\n */\nexport interface SystemTopic extends TrackedResource {\n /**\n * Provisioning state of the system topic. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ResourceProvisioningState;\n /**\n * Source for the system topic.\n */\n source?: string;\n /**\n * TopicType for the system topic.\n */\n topicType?: string;\n /**\n * Metric resource id for the system topic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metricResourceId?: string;\n /**\n * Identity information for the resource.\n */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to System Topic resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * Properties of the System Topic update.\n */\nexport interface SystemTopicUpdateParameters {\n /**\n * Tags of the system topic.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Resource identity information.\n */\n identity?: IdentityInfo;\n}\n\n/**\n * EventGrid Topic\n */\nexport interface Topic extends TrackedResource {\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Provisioning state of the topic. Possible values include: 'Creating', 'Updating', 'Deleting',\n * 'Succeeded', 'Canceled', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: TopicProvisioningState;\n /**\n * Endpoint for the topic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoint?: string;\n /**\n * This determines the format that Event Grid should expect for incoming events published to the\n * topic. Possible values include: 'EventGridSchema', 'CustomEventSchema',\n * 'CloudEventSchemaV1_0'. Default value: 'EventGridSchema'.\n */\n inputSchema?: InputSchema;\n /**\n * This enables publishing using custom event schemas. An InputSchemaMapping can be specified to\n * map various properties of a source schema to various required properties of the EventGridEvent\n * schema.\n */\n inputSchemaMapping?: InputSchemaMappingUnion;\n /**\n * Metric resource id for the topic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metricResourceId?: string;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso\n * cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules\"\n * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are\n * considered only if PublicNetworkAccess is enabled.\n */\n inboundIpRules?: InboundIpRule[];\n /**\n * This boolean is used to enable or disable local auth. Default value is false. When the\n * property is set to true, only AAD token will be used to authenticate if user is allowed to\n * publish to the topic. Default value: false.\n */\n disableLocalAuth?: boolean;\n /**\n * Identity information for the resource.\n */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to Topic resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * Properties of the Topic update\n */\nexport interface TopicUpdateParameters {\n /**\n * Tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Topic resource identity information.\n */\n identity?: IdentityInfo;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso\n * cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules\"\n * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are\n * considered only if PublicNetworkAccess is enabled.\n */\n inboundIpRules?: InboundIpRule[];\n /**\n * This boolean is used to enable or disable local auth. Default value is false. When the\n * property is set to true, only AAD token will be used to authenticate if user is allowed to\n * publish to the topic.\n */\n disableLocalAuth?: boolean;\n}\n\n/**\n * Shared access keys of the Topic\n */\nexport interface TopicSharedAccessKeys {\n /**\n * Shared access key1 for the topic.\n */\n key1?: string;\n /**\n * Shared access key2 for the topic.\n */\n key2?: string;\n}\n\n/**\n * Topic regenerate share access key request\n */\nexport interface TopicRegenerateKeyRequest {\n /**\n * Key name to regenerate key1 or key2\n */\n keyName: string;\n}\n\n/**\n * Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure\n * resources.\n */\nexport interface ExtensionTopic extends Resource {\n /**\n * Description of the extension topic.\n */\n description?: string;\n /**\n * System topic resource id which is mapped to the source.\n */\n systemTopic?: string;\n /**\n * The system metadata relating to the Extension Topic resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * Event Type for a subject under a topic\n */\nexport interface EventType extends Resource {\n /**\n * Display name of the event type.\n */\n displayName?: string;\n /**\n * Description of the event type.\n */\n description?: string;\n /**\n * Url of the schema for this event type.\n */\n schemaUrl?: string;\n /**\n * IsInDefaultSet flag of the event type.\n */\n isInDefaultSet?: boolean;\n}\n\n/**\n * Properties of a topic type info.\n */\nexport interface TopicTypeInfo extends Resource {\n /**\n * Namespace of the provider of the topic type.\n */\n provider?: string;\n /**\n * Display Name for the topic type.\n */\n displayName?: string;\n /**\n * Description of the topic type.\n */\n description?: string;\n /**\n * Region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'\n */\n resourceRegionType?: ResourceRegionType;\n /**\n * Provisioning state of the topic type. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n */\n provisioningState?: TopicTypeProvisioningState;\n /**\n * List of locations supported by this topic type.\n */\n supportedLocations?: string[];\n /**\n * Source resource format.\n */\n sourceResourceFormat?: string;\n /**\n * Supported source scopes.\n */\n supportedScopesForSource?: string[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DomainsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DomainsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DomainsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DomainsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DomainTopicsListByDomainOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DomainTopicsListByDomainNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListByResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListByDomainTopicOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListByResourceNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EventSubscriptionsListByDomainTopicNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TopicsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TopicsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TopicsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TopicsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsListByResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateLinkResourcesListByResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateLinkResourcesListByResourceNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SystemTopicsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SystemTopicsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SystemTopicsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SystemTopicsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The query used to filter the search results using OData syntax. Filtering is permitted on the\n * 'name' property only and with limited number of OData operations. These operations are: the\n * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),\n * and ne (for not equal). No arithmetic operations are supported. The following is a valid\n * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is\n * not a valid filter example: $filter=location eq 'westus'.\n */\n filter?: string;\n /**\n * The number of results to return per page for the list operation. Valid range for top parameter\n * is 1 to 100. If not specified, the default number of results to be returned is 20 items per\n * page.\n */\n top?: number;\n}\n\n/**\n * An interface representing EventGridManagementClientOptions.\n */\nexport interface EventGridManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the List Domains operation.\n * @extends Array<Domain>\n */\nexport interface DomainsListResult extends Array<Domain> {\n /**\n * A link for the next page of domains.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List Domain Topics operation.\n * @extends Array<DomainTopic>\n */\nexport interface DomainTopicsListResult extends Array<DomainTopic> {\n /**\n * A link for the next page of domain topics.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List EventSubscriptions operation\n * @extends Array<EventSubscription>\n */\nexport interface EventSubscriptionsListResult extends Array<EventSubscription> {\n /**\n * A link for the next page of event subscriptions\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List Operations operation\n * @extends Array<Operation>\n */\nexport interface OperationsListResult extends Array<Operation> {\n}\n\n/**\n * @interface\n * Result of the List Topics operation\n * @extends Array<Topic>\n */\nexport interface TopicsListResult extends Array<Topic> {\n /**\n * A link for the next page of topics\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List Event Types operation\n * @extends Array<EventType>\n */\nexport interface EventTypesListResult extends Array<EventType> {\n}\n\n/**\n * @interface\n * Result of the list of all private endpoint connections operation.\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\n /**\n * A link for the next page of private endpoint connection resources.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List private link resources operation.\n * @extends Array<PrivateLinkResource>\n */\nexport interface PrivateLinkResourcesListResult extends Array<PrivateLinkResource> {\n /**\n * A link for the next page of private link resources.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List System topics operation.\n * @extends Array<SystemTopic>\n */\nexport interface SystemTopicsListResult extends Array<SystemTopic> {\n /**\n * A link for the next page of topics.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List Topic Types operation\n * @extends Array<TopicTypeInfo>\n */\nexport interface TopicTypesListResult extends Array<TopicTypeInfo> {\n}\n\n/**\n * Defines values for PersistedConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PersistedConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for ResourceProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ResourceProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';\n\n/**\n * Defines values for DomainProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type DomainProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';\n\n/**\n * Defines values for InputSchema.\n * Possible values include: 'EventGridSchema', 'CustomEventSchema', 'CloudEventSchemaV1_0'\n * @readonly\n * @enum {string}\n */\nexport type InputSchema = 'EventGridSchema' | 'CustomEventSchema' | 'CloudEventSchemaV1_0';\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 IpActionType.\n * Possible values include: 'Allow'\n * @readonly\n * @enum {string}\n */\nexport type IpActionType = 'Allow';\n\n/**\n * Defines values for IdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,\n * UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType = 'None' | 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned';\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';\n\n/**\n * Defines values for DomainTopicProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type DomainTopicProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';\n\n/**\n * Defines values for EventSubscriptionProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed',\n * 'AwaitingManualAction'\n * @readonly\n * @enum {string}\n */\nexport type EventSubscriptionProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed' | 'AwaitingManualAction';\n\n/**\n * Defines values for EventSubscriptionIdentityType.\n * Possible values include: 'SystemAssigned', 'UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type EventSubscriptionIdentityType = 'SystemAssigned' | 'UserAssigned';\n\n/**\n * Defines values for EventDeliverySchema.\n * Possible values include: 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'\n * @readonly\n * @enum {string}\n */\nexport type EventDeliverySchema = 'EventGridSchema' | 'CustomInputSchema' | 'CloudEventSchemaV1_0';\n\n/**\n * Defines values for TopicProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type TopicProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';\n\n/**\n * Defines values for ResourceRegionType.\n * Possible values include: 'RegionalResource', 'GlobalResource'\n * @readonly\n * @enum {string}\n */\nexport type ResourceRegionType = 'RegionalResource' | 'GlobalResource';\n\n/**\n * Defines values for TopicTypeProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type TopicTypeProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';\n\n/**\n * Defines values for ParentType.\n * Possible values include: 'topics', 'domains'\n * @readonly\n * @enum {string}\n */\nexport type ParentType = 'topics' | 'domains';\n\n/**\n * Defines values for ParentType1.\n * Possible values include: 'topics', 'domains'\n * @readonly\n * @enum {string}\n */\nexport type ParentType1 = 'topics' | 'domains';\n\n/**\n * Defines values for ParentType2.\n * Possible values include: 'topics', 'domains'\n * @readonly\n * @enum {string}\n */\nexport type ParentType2 = 'topics' | 'domains';\n\n/**\n * Defines values for ParentType3.\n * Possible values include: 'topics', 'domains'\n * @readonly\n * @enum {string}\n */\nexport type ParentType3 = 'topics' | 'domains';\n\n/**\n * Contains response data for the get operation.\n */\nexport type DomainsGetResponse = Domain & {\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: Domain;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DomainsCreateOrUpdateResponse = Domain & {\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: Domain;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DomainsUpdateResponse = Domain & {\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: Domain;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type DomainsListBySubscriptionResponse = DomainsListResult & {\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: DomainsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type DomainsListByResourceGroupResponse = DomainsListResult & {\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: DomainsListResult;\n };\n};\n\n/**\n * Contains response data for the listSharedAccessKeys operation.\n */\nexport type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys & {\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: DomainSharedAccessKeys;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type DomainsRegenerateKeyResponse = DomainSharedAccessKeys & {\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: DomainSharedAccessKeys;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DomainsBeginCreateOrUpdateResponse = Domain & {\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: Domain;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type DomainsBeginUpdateResponse = Domain & {\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: Domain;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type DomainsListBySubscriptionNextResponse = DomainsListResult & {\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: DomainsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type DomainsListByResourceGroupNextResponse = DomainsListResult & {\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: DomainsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DomainTopicsGetResponse = DomainTopic & {\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: DomainTopic;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DomainTopicsCreateOrUpdateResponse = DomainTopic & {\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: DomainTopic;\n };\n};\n\n/**\n * Contains response data for the listByDomain operation.\n */\nexport type DomainTopicsListByDomainResponse = DomainTopicsListResult & {\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: DomainTopicsListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DomainTopicsBeginCreateOrUpdateResponse = DomainTopic & {\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: DomainTopic;\n };\n};\n\n/**\n * Contains response data for the listByDomainNext operation.\n */\nexport type DomainTopicsListByDomainNextResponse = DomainTopicsListResult & {\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: DomainTopicsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EventSubscriptionsGetResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type EventSubscriptionsCreateOrUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type EventSubscriptionsUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the getFullUrl operation.\n */\nexport type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl & {\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: EventSubscriptionFullUrl;\n };\n};\n\n/**\n * Contains response data for the listGlobalBySubscription operation.\n */\nexport type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listGlobalBySubscriptionForTopicType operation.\n */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listGlobalByResourceGroup operation.\n */\nexport type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listGlobalByResourceGroupForTopicType operation.\n */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalBySubscription operation.\n */\nexport type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalByResourceGroup operation.\n */\nexport type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalBySubscriptionForTopicType operation.\n */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalByResourceGroupForTopicType operation.\n */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResource operation.\n */\nexport type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByDomainTopic operation.\n */\nexport type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the getDeliveryAttributes operation.\n */\nexport type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult & {\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: DeliveryAttributeListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type EventSubscriptionsBeginCreateOrUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type EventSubscriptionsBeginUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the listGlobalBySubscriptionNext operation.\n */\nexport type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation.\n */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listGlobalByResourceGroupNext operation.\n */\nexport type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation.\n */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalBySubscriptionNext operation.\n */\nexport type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalByResourceGroupNext operation.\n */\nexport type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation.\n */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation.\n */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceNext operation.\n */\nexport type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByDomainTopicNext operation.\n */\nexport type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SystemTopicEventSubscriptionsGetResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the getFullUrl operation.\n */\nexport type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl & {\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: EventSubscriptionFullUrl;\n };\n};\n\n/**\n * Contains response data for the listBySystemTopic operation.\n */\nexport type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the getDeliveryAttributes operation.\n */\nexport type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult & {\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: DeliveryAttributeListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type SystemTopicEventSubscriptionsBeginCreateOrUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type SystemTopicEventSubscriptionsBeginUpdateResponse = EventSubscription & {\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: EventSubscription;\n };\n};\n\n/**\n * Contains response data for the listBySystemTopicNext operation.\n */\nexport type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult & {\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: EventSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationsListResult & {\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: OperationsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TopicsGetResponse = Topic & {\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: Topic;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type TopicsCreateOrUpdateResponse = Topic & {\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: Topic;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type TopicsUpdateResponse = Topic & {\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: Topic;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type TopicsListBySubscriptionResponse = TopicsListResult & {\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: TopicsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type TopicsListByResourceGroupResponse = TopicsListResult & {\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: TopicsListResult;\n };\n};\n\n/**\n * Contains response data for the listSharedAccessKeys operation.\n */\nexport type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys & {\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: TopicSharedAccessKeys;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type TopicsRegenerateKeyResponse = TopicSharedAccessKeys & {\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: TopicSharedAccessKeys;\n };\n};\n\n/**\n * Contains response data for the listEventTypes operation.\n */\nexport type TopicsListEventTypesResponse = EventTypesListResult & {\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: EventTypesListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type TopicsBeginCreateOrUpdateResponse = Topic & {\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: Topic;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type TopicsBeginUpdateResponse = Topic & {\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: Topic;\n };\n};\n\n/**\n * Contains response data for the beginRegenerateKey operation.\n */\nexport type TopicsBeginRegenerateKeyResponse = TopicSharedAccessKeys & {\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: TopicSharedAccessKeys;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type TopicsListBySubscriptionNextResponse = TopicsListResult & {\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: TopicsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type TopicsListByResourceGroupNextResponse = TopicsListResult & {\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: TopicsListResult;\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 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 listByResource operation.\n */\nexport type PrivateEndpointConnectionsListByResourceResponse = 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 beginUpdate operation.\n */\nexport type PrivateEndpointConnectionsBeginUpdateResponse = 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 listByResourceNext operation.\n */\nexport type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource & {\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: PrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the listByResource operation.\n */\nexport type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult & {\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: PrivateLinkResourcesListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceNext operation.\n */\nexport type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult & {\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: PrivateLinkResourcesListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SystemTopicsGetResponse = SystemTopic & {\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: SystemTopic;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SystemTopicsCreateOrUpdateResponse = SystemTopic & {\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: SystemTopic;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type SystemTopicsUpdateResponse = SystemTopic & {\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: SystemTopic;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult & {\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: SystemTopicsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult & {\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: SystemTopicsListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type SystemTopicsBeginCreateOrUpdateResponse = SystemTopic & {\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: SystemTopic;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type SystemTopicsBeginUpdateResponse = SystemTopic & {\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: SystemTopic;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult & {\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: SystemTopicsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult & {\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: SystemTopicsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ExtensionTopicsGetResponse = ExtensionTopic & {\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: ExtensionTopic;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type TopicTypesListResponse = TopicTypesListResult & {\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: TopicTypesListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TopicTypesGetResponse = TopicTypeInfo & {\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: TopicTypeInfo;\n };\n};\n\n/**\n * Contains response data for the listEventTypes operation.\n */\nexport type TopicTypesListEventTypesResponse = EventTypesListResult & {\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: EventTypesListResult;\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 PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionState: msRest.CompositeMapper = {\n serializedName: \"ConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const 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 privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputSchemaMapping: msRest.CompositeMapper = {\n serializedName: \"InputSchemaMapping\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"inputSchemaMappingType\",\n clientName: \"inputSchemaMappingType\"\n },\n uberParent: \"InputSchemaMapping\",\n className: \"InputSchemaMapping\",\n modelProperties: {\n inputSchemaMappingType: {\n required: true,\n serializedName: \"inputSchemaMappingType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InboundIpRule: msRest.CompositeMapper = {\n serializedName: \"InboundIpRule\",\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\",\n modelProperties: {\n ipMask: {\n serializedName: \"ipMask\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserIdentityProperties: msRest.CompositeMapper = {\n serializedName: \"UserIdentityProperties\",\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IdentityInfo: msRest.CompositeMapper = {\n serializedName: \"IdentityInfo\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JsonField: msRest.CompositeMapper = {\n serializedName: \"JsonField\",\n type: {\n name: \"Composite\",\n className: \"JsonField\",\n modelProperties: {\n sourceField: {\n serializedName: \"sourceField\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JsonFieldWithDefault: msRest.CompositeMapper = {\n serializedName: \"JsonFieldWithDefault\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\",\n modelProperties: {\n sourceField: {\n serializedName: \"sourceField\",\n type: {\n name: \"String\"\n }\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JsonInputSchemaMapping: msRest.CompositeMapper = {\n serializedName: \"Json\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,\n uberParent: \"InputSchemaMapping\",\n className: \"JsonInputSchemaMapping\",\n modelProperties: {\n ...InputSchemaMapping.type.modelProperties,\n id: {\n serializedName: \"properties.id\",\n type: {\n name: \"Composite\",\n className: \"JsonField\"\n }\n },\n topic: {\n serializedName: \"properties.topic\",\n type: {\n name: \"Composite\",\n className: \"JsonField\"\n }\n },\n eventTime: {\n serializedName: \"properties.eventTime\",\n type: {\n name: \"Composite\",\n className: \"JsonField\"\n }\n },\n eventType: {\n serializedName: \"properties.eventType\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\"\n }\n },\n subject: {\n serializedName: \"properties.subject\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\"\n }\n },\n dataVersion: {\n serializedName: \"properties.dataVersion\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Domain: msRest.CompositeMapper = {\n serializedName: \"Domain\",\n type: {\n name: \"Composite\",\n className: \"Domain\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\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 provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n },\n inputSchema: {\n serializedName: \"properties.inputSchema\",\n defaultValue: 'EventGridSchema',\n type: {\n name: \"String\"\n }\n },\n inputSchemaMapping: {\n serializedName: \"properties.inputSchemaMapping\",\n type: {\n name: \"Composite\",\n className: \"InputSchemaMapping\"\n }\n },\n metricResourceId: {\n readOnly: true,\n serializedName: \"properties.metricResourceId\",\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n autoCreateTopicWithFirstSubscription: {\n serializedName: \"properties.autoCreateTopicWithFirstSubscription\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n autoDeleteTopicWithLastSubscription: {\n serializedName: \"properties.autoDeleteTopicWithLastSubscription\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n }\n }\n }\n};\n\nexport const DomainUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"DomainUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"DomainUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n autoCreateTopicWithFirstSubscription: {\n serializedName: \"properties.autoCreateTopicWithFirstSubscription\",\n type: {\n name: \"Boolean\"\n }\n },\n autoDeleteTopicWithLastSubscription: {\n serializedName: \"properties.autoDeleteTopicWithLastSubscription\",\n type: {\n name: \"Boolean\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n }\n }\n }\n};\n\nexport const DomainSharedAccessKeys: msRest.CompositeMapper = {\n serializedName: \"DomainSharedAccessKeys\",\n type: {\n name: \"Composite\",\n className: \"DomainSharedAccessKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainRegenerateKeyRequest: msRest.CompositeMapper = {\n serializedName: \"DomainRegenerateKeyRequest\",\n type: {\n name: \"Composite\",\n className: \"DomainRegenerateKeyRequest\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainTopic: msRest.CompositeMapper = {\n serializedName: \"DomainTopic\",\n type: {\n name: \"Composite\",\n className: \"DomainTopic\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"EventSubscriptionDestination\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"endpointType\",\n clientName: \"endpointType\"\n },\n uberParent: \"EventSubscriptionDestination\",\n className: \"EventSubscriptionDestination\",\n modelProperties: {\n endpointType: {\n required: true,\n serializedName: \"endpointType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionIdentity: msRest.CompositeMapper = {\n serializedName: \"EventSubscriptionIdentity\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentity: {\n serializedName: \"userAssignedIdentity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeliveryWithResourceIdentity: msRest.CompositeMapper = {\n serializedName: \"DeliveryWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeliveryWithResourceIdentity\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionIdentity\"\n }\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\"\n }\n }\n }\n }\n};\n\nexport const AdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"AdvancedFilter\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"operatorType\",\n clientName: \"operatorType\"\n },\n uberParent: \"AdvancedFilter\",\n className: \"AdvancedFilter\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n operatorType: {\n required: true,\n serializedName: \"operatorType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionFilter: msRest.CompositeMapper = {\n serializedName: \"EventSubscriptionFilter\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFilter\",\n modelProperties: {\n subjectBeginsWith: {\n serializedName: \"subjectBeginsWith\",\n type: {\n name: \"String\"\n }\n },\n subjectEndsWith: {\n serializedName: \"subjectEndsWith\",\n type: {\n name: \"String\"\n }\n },\n includedEventTypes: {\n serializedName: \"includedEventTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isSubjectCaseSensitive: {\n serializedName: \"isSubjectCaseSensitive\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n enableAdvancedFilteringOnArrays: {\n serializedName: \"enableAdvancedFilteringOnArrays\",\n type: {\n name: \"Boolean\"\n }\n },\n advancedFilters: {\n serializedName: \"advancedFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdvancedFilter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RetryPolicy: msRest.CompositeMapper = {\n serializedName: \"RetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\",\n modelProperties: {\n maxDeliveryAttempts: {\n serializedName: \"maxDeliveryAttempts\",\n defaultValue: 30,\n type: {\n name: \"Number\"\n }\n },\n eventTimeToLiveInMinutes: {\n serializedName: \"eventTimeToLiveInMinutes\",\n defaultValue: 1440,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DeadLetterDestination: msRest.CompositeMapper = {\n serializedName: \"DeadLetterDestination\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"endpointType\",\n clientName: \"endpointType\"\n },\n uberParent: \"DeadLetterDestination\",\n className: \"DeadLetterDestination\",\n modelProperties: {\n endpointType: {\n required: true,\n serializedName: \"endpointType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeadLetterWithResourceIdentity: msRest.CompositeMapper = {\n serializedName: \"DeadLetterWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterWithResourceIdentity\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionIdentity\"\n }\n },\n deadLetterDestination: {\n serializedName: \"deadLetterDestination\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\"\n }\n }\n }\n }\n};\n\nexport const DeliveryAttributeMapping: msRest.CompositeMapper = {\n serializedName: \"DeliveryAttributeMapping\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"DeliveryAttributeMapping\",\n className: \"DeliveryAttributeMapping\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StaticDeliveryAttributeMapping: msRest.CompositeMapper = {\n serializedName: \"Static\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,\n uberParent: \"DeliveryAttributeMapping\",\n className: \"StaticDeliveryAttributeMapping\",\n modelProperties: {\n ...DeliveryAttributeMapping.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n isSecret: {\n serializedName: \"properties.isSecret\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DynamicDeliveryAttributeMapping: msRest.CompositeMapper = {\n serializedName: \"Dynamic\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,\n uberParent: \"DeliveryAttributeMapping\",\n className: \"DynamicDeliveryAttributeMapping\",\n modelProperties: {\n ...DeliveryAttributeMapping.type.modelProperties,\n sourceField: {\n serializedName: \"properties.sourceField\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NumberInAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"NumberIn\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"NumberInAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageBlobDeadLetterDestination: msRest.CompositeMapper = {\n serializedName: \"StorageBlob\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,\n uberParent: \"DeadLetterDestination\",\n className: \"StorageBlobDeadLetterDestination\",\n modelProperties: {\n ...DeadLetterDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n blobContainerName: {\n serializedName: \"properties.blobContainerName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NumberNotInAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"NumberNotIn\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"NumberNotInAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NumberLessThanAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"NumberLessThan\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"NumberLessThanAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NumberGreaterThanAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"NumberGreaterThan\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"NumberGreaterThanAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NumberLessThanOrEqualsAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"NumberLessThanOrEquals\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"NumberLessThanOrEqualsAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NumberGreaterThanOrEqualsAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"NumberGreaterThanOrEquals\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"NumberGreaterThanOrEqualsAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BoolEqualsAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"BoolEquals\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"BoolEqualsAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const StringInAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"StringIn\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"StringInAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringNotInAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"StringNotIn\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"StringNotInAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringBeginsWithAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"StringBeginsWith\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"StringBeginsWithAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringEndsWithAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"StringEndsWith\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"StringEndsWithAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringContainsAdvancedFilter: msRest.CompositeMapper = {\n serializedName: \"StringContains\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n uberParent: \"AdvancedFilter\",\n className: \"StringContainsAdvancedFilter\",\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WebHookEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"WebHook\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"WebHookEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n endpointUrl: {\n serializedName: \"properties.endpointUrl\",\n type: {\n name: \"String\"\n }\n },\n endpointBaseUrl: {\n readOnly: true,\n serializedName: \"properties.endpointBaseUrl\",\n type: {\n name: \"String\"\n }\n },\n maxEventsPerBatch: {\n serializedName: \"properties.maxEventsPerBatch\",\n defaultValue: 1,\n type: {\n name: \"Number\"\n }\n },\n preferredBatchSizeInKilobytes: {\n serializedName: \"properties.preferredBatchSizeInKilobytes\",\n defaultValue: 64,\n type: {\n name: \"Number\"\n }\n },\n azureActiveDirectoryTenantId: {\n serializedName: \"properties.azureActiveDirectoryTenantId\",\n type: {\n name: \"String\"\n }\n },\n azureActiveDirectoryApplicationIdOrUri: {\n serializedName: \"properties.azureActiveDirectoryApplicationIdOrUri\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"EventHubEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageQueueEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"StorageQueue\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"StorageQueueEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n queueName: {\n serializedName: \"properties.queueName\",\n type: {\n name: \"String\"\n }\n },\n queueMessageTimeToLiveInSeconds: {\n serializedName: \"properties.queueMessageTimeToLiveInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const HybridConnectionEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"HybridConnection\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"HybridConnectionEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceBusQueueEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"ServiceBusQueue\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"ServiceBusQueueEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceBusTopicEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"ServiceBusTopic\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"ServiceBusTopicEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureFunctionEventSubscriptionDestination: msRest.CompositeMapper = {\n serializedName: \"AzureFunction\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,\n uberParent: \"EventSubscriptionDestination\",\n className: \"AzureFunctionEventSubscriptionDestination\",\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n maxEventsPerBatch: {\n serializedName: \"properties.maxEventsPerBatch\",\n defaultValue: 1,\n type: {\n name: \"Number\"\n }\n },\n preferredBatchSizeInKilobytes: {\n serializedName: \"properties.preferredBatchSizeInKilobytes\",\n defaultValue: 64,\n type: {\n name: \"Number\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventSubscription: msRest.CompositeMapper = {\n serializedName: \"EventSubscription\",\n type: {\n name: \"Composite\",\n className: \"EventSubscription\",\n modelProperties: {\n ...Resource.type.modelProperties,\n topic: {\n readOnly: true,\n serializedName: \"properties.topic\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\"\n }\n },\n deliveryWithResourceIdentity: {\n serializedName: \"properties.deliveryWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeliveryWithResourceIdentity\"\n }\n },\n filter: {\n serializedName: \"properties.filter\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFilter\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expirationTimeUtc: {\n serializedName: \"properties.expirationTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n eventDeliverySchema: {\n serializedName: \"properties.eventDeliverySchema\",\n defaultValue: 'EventGridSchema',\n type: {\n name: \"String\"\n }\n },\n retryPolicy: {\n serializedName: \"properties.retryPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\"\n }\n },\n deadLetterDestination: {\n serializedName: \"properties.deadLetterDestination\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\"\n }\n },\n deadLetterWithResourceIdentity: {\n serializedName: \"properties.deadLetterWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterWithResourceIdentity\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EventSubscriptionUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionUpdateParameters\",\n modelProperties: {\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\"\n }\n },\n deliveryWithResourceIdentity: {\n serializedName: \"deliveryWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeliveryWithResourceIdentity\"\n }\n },\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFilter\"\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expirationTimeUtc: {\n serializedName: \"expirationTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n eventDeliverySchema: {\n serializedName: \"eventDeliverySchema\",\n type: {\n name: \"String\"\n }\n },\n retryPolicy: {\n serializedName: \"retryPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\"\n }\n },\n deadLetterDestination: {\n serializedName: \"deadLetterDestination\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\"\n }\n },\n deadLetterWithResourceIdentity: {\n serializedName: \"deadLetterWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterWithResourceIdentity\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionFullUrl: msRest.CompositeMapper = {\n serializedName: \"EventSubscriptionFullUrl\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFullUrl\",\n modelProperties: {\n endpointUrl: {\n serializedName: \"endpointUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeliveryAttributeListResult: msRest.CompositeMapper = {\n serializedName: \"DeliveryAttributeListResult\",\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationInfo: msRest.CompositeMapper = {\n serializedName: \"OperationInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationInfo\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\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 serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationInfo\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\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 groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemTopic: msRest.CompositeMapper = {\n serializedName: \"SystemTopic\",\n type: {\n name: \"Composite\",\n className: \"SystemTopic\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n topicType: {\n serializedName: \"properties.topicType\",\n type: {\n name: \"String\"\n }\n },\n metricResourceId: {\n readOnly: true,\n serializedName: \"properties.metricResourceId\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemTopicUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"SystemTopicUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"SystemTopicUpdateParameters\",\n modelProperties: {\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: \"IdentityInfo\"\n }\n }\n }\n }\n};\n\nexport const Topic: msRest.CompositeMapper = {\n serializedName: \"Topic\",\n type: {\n name: \"Composite\",\n className: \"Topic\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\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 provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n },\n inputSchema: {\n serializedName: \"properties.inputSchema\",\n defaultValue: 'EventGridSchema',\n type: {\n name: \"String\"\n }\n },\n inputSchemaMapping: {\n serializedName: \"properties.inputSchemaMapping\",\n type: {\n name: \"Composite\",\n className: \"InputSchemaMapping\"\n }\n },\n metricResourceId: {\n readOnly: true,\n serializedName: \"properties.metricResourceId\",\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const TopicUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"TopicUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"TopicUpdateParameters\",\n modelProperties: {\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: \"IdentityInfo\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TopicSharedAccessKeys: msRest.CompositeMapper = {\n serializedName: \"TopicSharedAccessKeys\",\n type: {\n name: \"Composite\",\n className: \"TopicSharedAccessKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopicRegenerateKeyRequest: msRest.CompositeMapper = {\n serializedName: \"TopicRegenerateKeyRequest\",\n type: {\n name: \"Composite\",\n className: \"TopicRegenerateKeyRequest\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtensionTopic: msRest.CompositeMapper = {\n serializedName: \"ExtensionTopic\",\n type: {\n name: \"Composite\",\n className: \"ExtensionTopic\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n systemTopic: {\n serializedName: \"properties.systemTopic\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const EventType: msRest.CompositeMapper = {\n serializedName: \"EventType\",\n type: {\n name: \"Composite\",\n className: \"EventType\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n schemaUrl: {\n serializedName: \"properties.schemaUrl\",\n type: {\n name: \"String\"\n }\n },\n isInDefaultSet: {\n serializedName: \"properties.isInDefaultSet\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TopicTypeInfo: msRest.CompositeMapper = {\n serializedName: \"TopicTypeInfo\",\n type: {\n name: \"Composite\",\n className: \"TopicTypeInfo\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provider: {\n serializedName: \"properties.provider\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n resourceRegionType: {\n serializedName: \"properties.resourceRegionType\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n supportedLocations: {\n serializedName: \"properties.supportedLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sourceResourceFormat: {\n serializedName: \"properties.sourceResourceFormat\",\n type: {\n name: \"String\"\n }\n },\n supportedScopesForSource: {\n serializedName: \"properties.supportedScopesForSource\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DomainsListResult: msRest.CompositeMapper = {\n serializedName: \"DomainsListResult\",\n type: {\n name: \"Composite\",\n className: \"DomainsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Domain\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainTopicsListResult: msRest.CompositeMapper = {\n serializedName: \"DomainTopicsListResult\",\n type: {\n name: \"Composite\",\n className: \"DomainTopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DomainTopic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionsListResult: msRest.CompositeMapper = {\n serializedName: \"EventSubscriptionsListResult\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventSubscription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsListResult: msRest.CompositeMapper = {\n serializedName: \"OperationsListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationsListResult\",\n modelProperties: {\n value: {\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 TopicsListResult: msRest.CompositeMapper = {\n serializedName: \"TopicsListResult\",\n type: {\n name: \"Composite\",\n className: \"TopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Topic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventTypesListResult: msRest.CompositeMapper = {\n serializedName: \"EventTypesListResult\",\n type: {\n name: \"Composite\",\n className: \"EventTypesListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventType\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourcesListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourcesListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemTopicsListResult: msRest.CompositeMapper = {\n serializedName: \"SystemTopicsListResult\",\n type: {\n name: \"Composite\",\n className: \"SystemTopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemTopic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopicTypesListResult: msRest.CompositeMapper = {\n serializedName: \"TopicTypesListResult\",\n type: {\n name: \"Composite\",\n className: \"TopicTypesListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TopicTypeInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'InputSchemaMapping' : InputSchemaMapping,\n 'InputSchemaMapping.Json' : JsonInputSchemaMapping,\n 'EventSubscriptionDestination' : EventSubscriptionDestination,\n 'AdvancedFilter' : AdvancedFilter,\n 'DeadLetterDestination' : DeadLetterDestination,\n 'DeliveryAttributeMapping' : DeliveryAttributeMapping,\n 'DeliveryAttributeMapping.Static' : StaticDeliveryAttributeMapping,\n 'DeliveryAttributeMapping.Dynamic' : DynamicDeliveryAttributeMapping,\n 'AdvancedFilter.NumberIn' : NumberInAdvancedFilter,\n 'DeadLetterDestination.StorageBlob' : StorageBlobDeadLetterDestination,\n 'AdvancedFilter.NumberNotIn' : NumberNotInAdvancedFilter,\n 'AdvancedFilter.NumberLessThan' : NumberLessThanAdvancedFilter,\n 'AdvancedFilter.NumberGreaterThan' : NumberGreaterThanAdvancedFilter,\n 'AdvancedFilter.NumberLessThanOrEquals' : NumberLessThanOrEqualsAdvancedFilter,\n 'AdvancedFilter.NumberGreaterThanOrEquals' : NumberGreaterThanOrEqualsAdvancedFilter,\n 'AdvancedFilter.BoolEquals' : BoolEqualsAdvancedFilter,\n 'AdvancedFilter.StringIn' : StringInAdvancedFilter,\n 'AdvancedFilter.StringNotIn' : StringNotInAdvancedFilter,\n 'AdvancedFilter.StringBeginsWith' : StringBeginsWithAdvancedFilter,\n 'AdvancedFilter.StringEndsWith' : StringEndsWithAdvancedFilter,\n 'AdvancedFilter.StringContains' : StringContainsAdvancedFilter,\n 'EventSubscriptionDestination.WebHook' : WebHookEventSubscriptionDestination,\n 'EventSubscriptionDestination.EventHub' : EventHubEventSubscriptionDestination,\n 'EventSubscriptionDestination.StorageQueue' : StorageQueueEventSubscriptionDestination,\n 'EventSubscriptionDestination.HybridConnection' : HybridConnectionEventSubscriptionDestination,\n 'EventSubscriptionDestination.ServiceBusQueue' : ServiceBusQueueEventSubscriptionDestination,\n 'EventSubscriptionDestination.ServiceBusTopic' : ServiceBusTopicEventSubscriptionDestination,\n 'EventSubscriptionDestination.AzureFunction' : AzureFunctionEventSubscriptionDestination\n\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainRegenerateKeyRequest,\n DomainSharedAccessKeys,\n DomainsListResult,\n DomainTopic,\n DomainUpdateParameters,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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 domainName: msRest.OperationURLParameter = {\n parameterPath: \"domainName\",\n mapper: {\n required: true,\n serializedName: \"domainName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const domainTopicName: msRest.OperationURLParameter = {\n parameterPath: \"domainTopicName\",\n mapper: {\n required: true,\n serializedName: \"domainTopicName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const eventSubscriptionName: msRest.OperationURLParameter = {\n parameterPath: \"eventSubscriptionName\",\n mapper: {\n required: true,\n serializedName: \"eventSubscriptionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const parentName: msRest.OperationURLParameter = {\n parameterPath: \"parentName\",\n mapper: {\n required: true,\n serializedName: \"parentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const parentType: msRest.OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n required: true,\n serializedName: \"parentType\",\n type: {\n name: \"String\"\n }\n }\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 privateLinkResourceName: msRest.OperationURLParameter = {\n parameterPath: \"privateLinkResourceName\",\n mapper: {\n required: true,\n serializedName: \"privateLinkResourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const providerNamespace: msRest.OperationURLParameter = {\n parameterPath: \"providerNamespace\",\n mapper: {\n required: true,\n serializedName: \"providerNamespace\",\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 resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceTypeName: msRest.OperationURLParameter = {\n parameterPath: \"resourceTypeName\",\n mapper: {\n required: true,\n serializedName: \"resourceTypeName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const scope0: msRest.OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n required: true,\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const scope1: msRest.OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n required: true,\n serializedName: \"scope\",\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};\nexport const systemTopicName: msRest.OperationURLParameter = {\n parameterPath: \"systemTopicName\",\n mapper: {\n required: true,\n serializedName: \"systemTopicName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const top: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport const topicName: msRest.OperationURLParameter = {\n parameterPath: \"topicName\",\n mapper: {\n required: true,\n serializedName: \"topicName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const topicTypeName: msRest.OperationURLParameter = {\n parameterPath: \"topicTypeName\",\n mapper: {\n required: true,\n serializedName: \"topicTypeName\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/domainsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a Domains. */\nexport class Domains {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a Domains.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get properties of a domain.\n * @summary Get a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsGetResponse>\n */\n get(resourceGroupName: string, domainName: string, options?: msRest.RequestOptionsBase): Promise<Models.DomainsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param callback The callback\n */\n get(resourceGroupName: string, domainName: string, callback: msRest.ServiceCallback<Models.Domain>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, domainName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Domain>): void;\n get(resourceGroupName: string, domainName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Domain>, callback?: msRest.ServiceCallback<Models.Domain>): Promise<Models.DomainsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DomainsGetResponse>;\n }\n\n /**\n * Asynchronously creates or updates a new domain with the specified parameters.\n * @summary Create or update a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainInfo Domain information.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Models.Domain, options?: msRest.RequestOptionsBase): Promise<Models.DomainsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,domainName,domainInfo,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DomainsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete existing domain.\n * @summary Delete a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, domainName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,domainName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Asynchronously updates a domain with the specified parameters.\n * @summary Update a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainUpdateParameters Domain update information.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsUpdateResponse>\n */\n update(resourceGroupName: string, domainName: string, domainUpdateParameters: Models.DomainUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.DomainsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,domainName,domainUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DomainsUpdateResponse>;\n }\n\n /**\n * List all the domains under an Azure subscription.\n * @summary List domains under an Azure subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.DomainsListBySubscriptionOptionalParams): Promise<Models.DomainsListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.DomainsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.DomainsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.DomainsListResult>): void;\n listBySubscription(options?: Models.DomainsListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.DomainsListResult>, callback?: msRest.ServiceCallback<Models.DomainsListResult>): Promise<Models.DomainsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.DomainsListBySubscriptionResponse>;\n }\n\n /**\n * List all the domains under a resource group.\n * @summary List domains under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.DomainsListByResourceGroupOptionalParams): Promise<Models.DomainsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.DomainsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.DomainsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.DomainsListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.DomainsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.DomainsListResult>, callback?: msRest.ServiceCallback<Models.DomainsListResult>): Promise<Models.DomainsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.DomainsListByResourceGroupResponse>;\n }\n\n /**\n * List the two keys used to publish to a domain.\n * @summary List keys for a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsListSharedAccessKeysResponse>\n */\n listSharedAccessKeys(resourceGroupName: string, domainName: string, options?: msRest.RequestOptionsBase): Promise<Models.DomainsListSharedAccessKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param callback The callback\n */\n listSharedAccessKeys(resourceGroupName: string, domainName: string, callback: msRest.ServiceCallback<Models.DomainSharedAccessKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSharedAccessKeys(resourceGroupName: string, domainName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DomainSharedAccessKeys>): void;\n listSharedAccessKeys(resourceGroupName: string, domainName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DomainSharedAccessKeys>, callback?: msRest.ServiceCallback<Models.DomainSharedAccessKeys>): Promise<Models.DomainsListSharedAccessKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n options\n },\n listSharedAccessKeysOperationSpec,\n callback) as Promise<Models.DomainsListSharedAccessKeysResponse>;\n }\n\n /**\n * Regenerate a shared access key for a domain.\n * @summary Regenerate key for a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: Models.DomainRegenerateKeyRequest, options?: msRest.RequestOptionsBase): Promise<Models.DomainsRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: Models.DomainRegenerateKeyRequest, callback: msRest.ServiceCallback<Models.DomainSharedAccessKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: Models.DomainRegenerateKeyRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DomainSharedAccessKeys>): void;\n regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: Models.DomainRegenerateKeyRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DomainSharedAccessKeys>, callback?: msRest.ServiceCallback<Models.DomainSharedAccessKeys>): Promise<Models.DomainsRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n regenerateKeyRequest,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.DomainsRegenerateKeyResponse>;\n }\n\n /**\n * Asynchronously creates or updates a new domain with the specified parameters.\n * @summary Create or update a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainInfo Domain information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Models.Domain, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n domainName,\n domainInfo,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete existing domain.\n * @summary Delete a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, domainName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n domainName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Asynchronously updates a domain with the specified parameters.\n * @summary Update a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainUpdateParameters Domain update information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, domainName: string, domainUpdateParameters: Models.DomainUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n domainName,\n domainUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * List all the domains under an Azure subscription.\n * @summary List domains under an Azure subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: Models.DomainsListBySubscriptionNextOptionalParams): Promise<Models.DomainsListBySubscriptionNextResponse>;\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.DomainsListResult>): 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.DomainsListBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.DomainsListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: Models.DomainsListBySubscriptionNextOptionalParams | msRest.ServiceCallback<Models.DomainsListResult>, callback?: msRest.ServiceCallback<Models.DomainsListResult>): Promise<Models.DomainsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.DomainsListBySubscriptionNextResponse>;\n }\n\n /**\n * List all the domains under a resource group.\n * @summary List domains under a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.DomainsListByResourceGroupNextOptionalParams): Promise<Models.DomainsListByResourceGroupNextResponse>;\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.DomainsListResult>): 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.DomainsListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.DomainsListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.DomainsListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.DomainsListResult>, callback?: msRest.ServiceCallback<Models.DomainsListResult>): Promise<Models.DomainsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.DomainsListByResourceGroupNextResponse>;\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.EventGrid/domains/{domainName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Domain\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.EventGrid/domains\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\n },\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.EventGrid/domains\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSharedAccessKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/listKeys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainSharedAccessKeys\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/regenerateKey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"regenerateKeyRequest\",\n mapper: {\n ...Mappers.DomainRegenerateKeyRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DomainSharedAccessKeys\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.EventGrid/domains/{domainName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"domainInfo\",\n mapper: {\n ...Mappers.Domain,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.Domain\n },\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.EventGrid/domains/{domainName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"domainUpdateParameters\",\n mapper: {\n ...Mappers.DomainUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 201: {\n bodyMapper: Mappers.Domain\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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DomainTopicsListResult,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/domainTopicsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a DomainTopics. */\nexport class DomainTopics {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a DomainTopics.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get properties of a domain topic.\n * @summary Get a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainTopicsGetResponse>\n */\n get(resourceGroupName: string, domainName: string, domainTopicName: string, options?: msRest.RequestOptionsBase): Promise<Models.DomainTopicsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the topic.\n * @param callback The callback\n */\n get(resourceGroupName: string, domainName: string, domainTopicName: string, callback: msRest.ServiceCallback<Models.DomainTopic>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, domainName: string, domainTopicName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DomainTopic>): void;\n get(resourceGroupName: string, domainName: string, domainTopicName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DomainTopic>, callback?: msRest.ServiceCallback<Models.DomainTopic>): Promise<Models.DomainTopicsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n domainTopicName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DomainTopicsGetResponse>;\n }\n\n /**\n * Asynchronously creates or updates a new domain topic with the specified parameters.\n * @summary Create or update a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainTopicsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: msRest.RequestOptionsBase): Promise<Models.DomainTopicsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,domainName,domainTopicName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DomainTopicsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete existing domain topic.\n * @summary Delete a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, domainName: string, domainTopicName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,domainName,domainTopicName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * List all the topics in a domain.\n * @summary List domain topics.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Domain name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainTopicsListByDomainResponse>\n */\n listByDomain(resourceGroupName: string, domainName: string, options?: Models.DomainTopicsListByDomainOptionalParams): Promise<Models.DomainTopicsListByDomainResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Domain name.\n * @param callback The callback\n */\n listByDomain(resourceGroupName: string, domainName: string, callback: msRest.ServiceCallback<Models.DomainTopicsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Domain name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDomain(resourceGroupName: string, domainName: string, options: Models.DomainTopicsListByDomainOptionalParams, callback: msRest.ServiceCallback<Models.DomainTopicsListResult>): void;\n listByDomain(resourceGroupName: string, domainName: string, options?: Models.DomainTopicsListByDomainOptionalParams | msRest.ServiceCallback<Models.DomainTopicsListResult>, callback?: msRest.ServiceCallback<Models.DomainTopicsListResult>): Promise<Models.DomainTopicsListByDomainResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n options\n },\n listByDomainOperationSpec,\n callback) as Promise<Models.DomainTopicsListByDomainResponse>;\n }\n\n /**\n * Asynchronously creates or updates a new domain topic with the specified parameters.\n * @summary Create or update a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n domainName,\n domainTopicName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete existing domain topic.\n * @summary Delete a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, domainName: string, domainTopicName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n domainName,\n domainTopicName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List all the topics in a domain.\n * @summary List domain topics.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DomainTopicsListByDomainNextResponse>\n */\n listByDomainNext(nextPageLink: string, options?: Models.DomainTopicsListByDomainNextOptionalParams): Promise<Models.DomainTopicsListByDomainNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDomainNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DomainTopicsListResult>): 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 listByDomainNext(nextPageLink: string, options: Models.DomainTopicsListByDomainNextOptionalParams, callback: msRest.ServiceCallback<Models.DomainTopicsListResult>): void;\n listByDomainNext(nextPageLink: string, options?: Models.DomainTopicsListByDomainNextOptionalParams | msRest.ServiceCallback<Models.DomainTopicsListResult>, callback?: msRest.ServiceCallback<Models.DomainTopicsListResult>): Promise<Models.DomainTopicsListByDomainNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDomainNextOperationSpec,\n callback) as Promise<Models.DomainTopicsListByDomainNextResponse>;\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.EventGrid/domains/{domainName}/topics/{domainTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.domainTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopic\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDomainOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopicsListResult\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.EventGrid/domains/{domainName}/topics/{domainTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.domainTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 201: {\n bodyMapper: Mappers.DomainTopic\n },\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.EventGrid/domains/{domainName}/topics/{domainTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.domainTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDomainNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopicsListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeListResult,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionFullUrl,\n EventSubscriptionIdentity,\n EventSubscriptionsListResult,\n EventSubscriptionUpdateParameters,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/eventSubscriptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a EventSubscriptions. */\nexport class EventSubscriptions {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a EventSubscriptions.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get properties of an event subscription.\n * @summary Get an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsGetResponse>\n */\n get(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsGetResponse>;\n /**\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param callback The callback\n */\n get(scope: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscription>): void;\n /**\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(scope: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscription>): void;\n get(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSubscription>, callback?: msRest.ServiceCallback<Models.EventSubscription>): Promise<Models.EventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n eventSubscriptionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EventSubscriptionsGetResponse>;\n }\n\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based\n * on the specified scope.\n * @summary Create or update an event subscription.\n * @param scope The identifier of the resource to which the event subscription needs to be created\n * or updated. The scope can be a subscription, or a resource group, or a top level resource\n * belonging to a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription. Event subscription names must be\n * between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsCreateOrUpdateResponse>\n */\n createOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(scope,eventSubscriptionName,eventSubscriptionInfo,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.EventSubscriptionsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete an existing event subscription.\n * @summary Delete an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(scope,eventSubscriptionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Asynchronously updates an existing event subscription.\n * @summary Update an event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an\n * EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsUpdateResponse>\n */\n update(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsUpdateResponse> {\n return this.beginUpdate(scope,eventSubscriptionName,eventSubscriptionUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.EventSubscriptionsUpdateResponse>;\n }\n\n /**\n * Get the full endpoint URL for an event subscription.\n * @summary Get full URL of an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsGetFullUrlResponse>\n */\n getFullUrl(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsGetFullUrlResponse>;\n /**\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param callback The callback\n */\n getFullUrl(scope: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;\n /**\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n getFullUrl(scope: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;\n getFullUrl(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSubscriptionFullUrl>, callback?: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): Promise<Models.EventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n eventSubscriptionName,\n options\n },\n getFullUrlOperationSpec,\n callback) as Promise<Models.EventSubscriptionsGetFullUrlResponse>;\n }\n\n /**\n * List all aggregated global event subscriptions under a specific Azure subscription.\n * @summary Get an aggregated list of all global event subscriptions under an Azure subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionResponse>\n */\n listGlobalBySubscription(options?: Models.EventSubscriptionsListGlobalBySubscriptionOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listGlobalBySubscription(callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listGlobalBySubscription(options: Models.EventSubscriptionsListGlobalBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalBySubscription(options?: Models.EventSubscriptionsListGlobalBySubscriptionOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listGlobalBySubscriptionOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalBySubscriptionResponse>;\n }\n\n /**\n * List all global event subscriptions under an Azure subscription for a topic type.\n * @summary List all global event subscriptions for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse>\n */\n listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse>;\n /**\n * @param topicTypeName Name of the topic type.\n * @param callback The callback\n */\n listGlobalBySubscriptionForTopicType(topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param topicTypeName Name of the topic type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listGlobalBySubscriptionForTopicType(topicTypeName: string, options: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n {\n topicTypeName,\n options\n },\n listGlobalBySubscriptionForTopicTypeOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse>;\n }\n\n /**\n * List all global event subscriptions under a specific Azure subscription and resource group.\n * @summary List all global event subscriptions under an Azure subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupResponse>\n */\n listGlobalByResourceGroup(resourceGroupName: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param callback The callback\n */\n listGlobalByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n listGlobalByResourceGroup(resourceGroupName: string, options: Models.EventSubscriptionsListGlobalByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalByResourceGroup(resourceGroupName: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listGlobalByResourceGroupOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalByResourceGroupResponse>;\n }\n\n /**\n * List all global event subscriptions under a resource group for a specific topic type.\n * @summary List all global event subscriptions under a resource group for a topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse>\n */\n listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param callback The callback\n */\n listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n topicTypeName,\n options\n },\n listGlobalByResourceGroupForTopicTypeOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription.\n * @summary List all regional event subscriptions under an Azure subscription.\n * @param location Name of the location.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionResponse>\n */\n listRegionalBySubscription(location: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionResponse>;\n /**\n * @param location Name of the location.\n * @param callback The callback\n */\n listRegionalBySubscription(location: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param location Name of the location.\n * @param options The optional parameters\n * @param callback The callback\n */\n listRegionalBySubscription(location: string, options: Models.EventSubscriptionsListRegionalBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalBySubscription(location: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listRegionalBySubscriptionOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalBySubscriptionResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group.\n * @summary List all regional event subscriptions under an Azure subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupResponse>\n */\n listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param callback The callback\n */\n listRegionalByResourceGroup(resourceGroupName: string, location: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param options The optional parameters\n * @param callback The callback\n */\n listRegionalByResourceGroup(resourceGroupName: string, location: string, options: Models.EventSubscriptionsListRegionalByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n location,\n options\n },\n listRegionalByResourceGroupOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalByResourceGroupResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * topic type.\n * @summary List all regional event subscriptions under an Azure subscription for a topic type.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse>\n */\n listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse>;\n /**\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param callback The callback\n */\n listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n topicTypeName,\n options\n },\n listRegionalBySubscriptionForTopicTypeOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group and topic type.\n * @summary List all regional event subscriptions under an Azure subscription and resource group\n * for a topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse>\n */\n listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param callback The callback\n */\n listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n location,\n topicTypeName,\n options\n },\n listRegionalByResourceGroupForTopicTypeOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse>;\n }\n\n /**\n * List all event subscriptions that have been created for a specific topic.\n * @summary List all event subscriptions for a specific topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListByResourceResponse>\n */\n listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: Models.EventSubscriptionsListByResourceOptionalParams): Promise<Models.EventSubscriptionsListByResourceResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param callback The callback\n */\n listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options: Models.EventSubscriptionsListByResourceOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: Models.EventSubscriptionsListByResourceOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n },\n listByResourceOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListByResourceResponse>;\n }\n\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @summary List all event subscriptions for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListByDomainTopicResponse>\n */\n listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: Models.EventSubscriptionsListByDomainTopicOptionalParams): Promise<Models.EventSubscriptionsListByDomainTopicResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param callback The callback\n */\n listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options: Models.EventSubscriptionsListByDomainTopicOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: Models.EventSubscriptionsListByDomainTopicOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListByDomainTopicResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n topicName,\n options\n },\n listByDomainTopicOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListByDomainTopicResponse>;\n }\n\n /**\n * Get all delivery attributes for an event subscription.\n * @summary Get delivery attributes for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsGetDeliveryAttributesResponse>\n */\n getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsGetDeliveryAttributesResponse>;\n /**\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param callback The callback\n */\n getDeliveryAttributes(scope: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;\n /**\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n getDeliveryAttributes(scope: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;\n getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DeliveryAttributeListResult>, callback?: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): Promise<Models.EventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n eventSubscriptionName,\n options\n },\n getDeliveryAttributesOperationSpec,\n callback) as Promise<Models.EventSubscriptionsGetDeliveryAttributesResponse>;\n }\n\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based\n * on the specified scope.\n * @summary Create or update an event subscription.\n * @param scope The identifier of the resource to which the event subscription needs to be created\n * or updated. The scope can be a subscription, or a resource group, or a top level resource\n * belonging to a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription. Event subscription names must be\n * between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n scope,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete an existing event subscription.\n * @summary Delete an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n scope,\n eventSubscriptionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Asynchronously updates an existing event subscription.\n * @summary Update an event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an\n * EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n scope,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * List all aggregated global event subscriptions under a specific Azure subscription.\n * @summary Get an aggregated list of all global event subscriptions under an Azure subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionNextResponse>\n */\n listGlobalBySubscriptionNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listGlobalBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listGlobalBySubscriptionNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalBySubscriptionNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listGlobalBySubscriptionNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalBySubscriptionNextResponse>;\n }\n\n /**\n * List all global event subscriptions under an Azure subscription for a topic type.\n * @summary List all global event subscriptions for a topic type.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse>\n */\n listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listGlobalBySubscriptionForTopicTypeNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse>;\n }\n\n /**\n * List all global event subscriptions under a specific Azure subscription and resource group.\n * @summary List all global event subscriptions under an Azure subscription and 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.EventSubscriptionsListGlobalByResourceGroupNextResponse>\n */\n listGlobalByResourceGroupNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listGlobalByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listGlobalByResourceGroupNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalByResourceGroupNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listGlobalByResourceGroupNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalByResourceGroupNextResponse>;\n }\n\n /**\n * List all global event subscriptions under a resource group for a specific topic type.\n * @summary List all global event subscriptions under a resource group for a topic type.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse>\n */\n listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listGlobalByResourceGroupForTopicTypeNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription.\n * @summary List all regional event subscriptions under an Azure subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionNextResponse>\n */\n listRegionalBySubscriptionNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listRegionalBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listRegionalBySubscriptionNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalBySubscriptionNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listRegionalBySubscriptionNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalBySubscriptionNextResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group.\n * @summary List all regional event subscriptions under an Azure subscription and 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.EventSubscriptionsListRegionalByResourceGroupNextResponse>\n */\n listRegionalByResourceGroupNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listRegionalByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listRegionalByResourceGroupNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalByResourceGroupNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listRegionalByResourceGroupNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalByResourceGroupNextResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * topic type.\n * @summary List all regional event subscriptions under an Azure subscription for a topic type.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse>\n */\n listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listRegionalBySubscriptionForTopicTypeNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse>;\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group and topic type.\n * @summary List all regional event subscriptions under an Azure subscription and resource group\n * for a topic type.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse>\n */\n listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listRegionalByResourceGroupForTopicTypeNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse>;\n }\n\n /**\n * List all event subscriptions that have been created for a specific topic.\n * @summary List all event subscriptions for a specific topic.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListByResourceNextResponse>\n */\n listByResourceNext(nextPageLink: string, options?: Models.EventSubscriptionsListByResourceNextOptionalParams): Promise<Models.EventSubscriptionsListByResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listByResourceNext(nextPageLink: string, options: Models.EventSubscriptionsListByResourceNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listByResourceNext(nextPageLink: string, options?: Models.EventSubscriptionsListByResourceNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListByResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListByResourceNextResponse>;\n }\n\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @summary List all event subscriptions for a specific domain topic.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSubscriptionsListByDomainTopicNextResponse>\n */\n listByDomainTopicNext(nextPageLink: string, options?: Models.EventSubscriptionsListByDomainTopicNextOptionalParams): Promise<Models.EventSubscriptionsListByDomainTopicNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDomainTopicNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listByDomainTopicNext(nextPageLink: string, options: Models.EventSubscriptionsListByDomainTopicNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listByDomainTopicNext(nextPageLink: string, options?: Models.EventSubscriptionsListByDomainTopicNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.EventSubscriptionsListByDomainTopicNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDomainTopicNextOperationSpec,\n callback) as Promise<Models.EventSubscriptionsListByDomainTopicNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.scope0,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getFullUrlOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getFullUrl\",\n urlParameters: [\n Parameters.scope0,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionFullUrl\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalBySubscriptionForTopicTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.topicTypeName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalByResourceGroupForTopicTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicTypeName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalBySubscriptionForTopicTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location,\n Parameters.topicTypeName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalByResourceGroupForTopicTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.location,\n Parameters.topicTypeName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.providerNamespace,\n Parameters.resourceTypeName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDomainTopicOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/providers/Microsoft.EventGrid/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getDeliveryAttributesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes\",\n urlParameters: [\n Parameters.scope0,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DeliveryAttributeListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.scope0,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: {\n ...Mappers.EventSubscription,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.scope0,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.scope0,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: {\n ...Mappers.EventSubscriptionUpdateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalBySubscriptionNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalBySubscriptionForTopicTypeNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalByResourceGroupNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listGlobalByResourceGroupForTopicTypeNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalBySubscriptionNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalByResourceGroupNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalBySubscriptionForTopicTypeNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRegionalByResourceGroupForTopicTypeNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDomainTopicNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeListResult,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionFullUrl,\n EventSubscriptionIdentity,\n EventSubscriptionsListResult,\n EventSubscriptionUpdateParameters,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/systemTopicEventSubscriptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a SystemTopicEventSubscriptions. */\nexport class SystemTopicEventSubscriptions {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a SystemTopicEventSubscriptions.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get an event subscription.\n * @summary Get an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsGetResponse>\n */\n get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param callback The callback\n */\n get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscription>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscription>): void;\n get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSubscription>, callback?: msRest.ServiceCallback<Models.EventSubscription>): Promise<Models.SystemTopicEventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SystemTopicEventSubscriptionsGetResponse>;\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @summary Create or update an event subscription for a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,systemTopicName,eventSubscriptionName,eventSubscriptionInfo,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SystemTopicEventSubscriptionsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete an event subscription of a system topic.\n * @summary Delete an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,systemTopicName,eventSubscriptionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Update event subscription of a system topic.\n * @summary Update event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsUpdateResponse>\n */\n update(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,systemTopicName,eventSubscriptionName,eventSubscriptionUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SystemTopicEventSubscriptionsUpdateResponse>;\n }\n\n /**\n * Get the full endpoint URL for an event subscription of a system topic.\n * @summary Get full URL of an event subscription of a system topic\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsGetFullUrlResponse>\n */\n getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsGetFullUrlResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param callback The callback\n */\n getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;\n getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSubscriptionFullUrl>, callback?: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): Promise<Models.SystemTopicEventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options\n },\n getFullUrlOperationSpec,\n callback) as Promise<Models.SystemTopicEventSubscriptionsGetFullUrlResponse>;\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @summary List event subscriptions of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicResponse>\n */\n listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: Models.SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param callback The callback\n */\n listBySystemTopic(resourceGroupName: string, systemTopicName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySystemTopic(resourceGroupName: string, systemTopicName: string, options: Models.SystemTopicEventSubscriptionsListBySystemTopicOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: Models.SystemTopicEventSubscriptionsListBySystemTopicOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n systemTopicName,\n options\n },\n listBySystemTopicOperationSpec,\n callback) as Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicResponse>;\n }\n\n /**\n * Get all delivery attributes for an event subscription.\n * @summary Get delivery attributes for an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>\n */\n getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param callback The callback\n */\n getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;\n getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DeliveryAttributeListResult>, callback?: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): Promise<Models.SystemTopicEventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options\n },\n getDeliveryAttributesOperationSpec,\n callback) as Promise<Models.SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @summary Create or update an event subscription for a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete an event subscription of a system topic.\n * @summary Delete an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Update event subscription of a system topic.\n * @summary Update event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription\n * names must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @summary List event subscriptions of a system topic.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicNextResponse>\n */\n listBySystemTopicNext(nextPageLink: string, options?: Models.SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams): Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySystemTopicNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): 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 listBySystemTopicNext(nextPageLink: string, options: Models.SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;\n listBySystemTopicNext(nextPageLink: string, options?: Models.SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams | msRest.ServiceCallback<Models.EventSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySystemTopicNextOperationSpec,\n callback) as Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicNextResponse>;\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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getFullUrlOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionFullUrl\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySystemTopicOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getDeliveryAttributesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DeliveryAttributeListResult\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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: {\n ...Mappers.EventSubscription,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n Parameters.eventSubscriptionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: {\n ...Mappers.EventSubscriptionUpdateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySystemTopicNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\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 discriminators,\n CloudError,\n Operation,\n OperationInfo,\n OperationsListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List the available operations supported by the Microsoft.EventGrid resource provider.\n * @summary List available operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsListResult>, callback?: msRest.ServiceCallback<Models.OperationsListResult>): 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.EventGrid/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n EventTypesListResult,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicRegenerateKeyRequest,\n TopicSharedAccessKeys,\n TopicsListResult,\n TopicTypeInfo,\n TopicUpdateParameters,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/topicsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a Topics. */\nexport class Topics {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a Topics.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get properties of a topic.\n * @summary Get a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsGetResponse>\n */\n get(resourceGroupName: string, topicName: string, options?: msRest.RequestOptionsBase): Promise<Models.TopicsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param callback The callback\n */\n get(resourceGroupName: string, topicName: string, callback: msRest.ServiceCallback<Models.Topic>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, topicName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Topic>): void;\n get(resourceGroupName: string, topicName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Topic>, callback?: msRest.ServiceCallback<Models.Topic>): Promise<Models.TopicsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n topicName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TopicsGetResponse>;\n }\n\n /**\n * Asynchronously creates a new topic with the specified parameters.\n * @summary Create a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicInfo Topic information.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Models.Topic, options?: msRest.RequestOptionsBase): Promise<Models.TopicsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,topicName,topicInfo,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TopicsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete existing topic.\n * @summary Delete a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, topicName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,topicName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Asynchronously updates a topic with the specified parameters.\n * @summary Update a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicUpdateParameters Topic update information.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsUpdateResponse>\n */\n update(resourceGroupName: string, topicName: string, topicUpdateParameters: Models.TopicUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.TopicsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,topicName,topicUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TopicsUpdateResponse>;\n }\n\n /**\n * List all the topics under an Azure subscription.\n * @summary List topics under an Azure subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.TopicsListBySubscriptionOptionalParams): Promise<Models.TopicsListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.TopicsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.TopicsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.TopicsListResult>): void;\n listBySubscription(options?: Models.TopicsListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.TopicsListResult>, callback?: msRest.ServiceCallback<Models.TopicsListResult>): Promise<Models.TopicsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.TopicsListBySubscriptionResponse>;\n }\n\n /**\n * List all the topics under a resource group.\n * @summary List topics under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.TopicsListByResourceGroupOptionalParams): Promise<Models.TopicsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.TopicsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.TopicsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.TopicsListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.TopicsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.TopicsListResult>, callback?: msRest.ServiceCallback<Models.TopicsListResult>): Promise<Models.TopicsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.TopicsListByResourceGroupResponse>;\n }\n\n /**\n * List the two keys used to publish to a topic.\n * @summary List keys for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsListSharedAccessKeysResponse>\n */\n listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: msRest.RequestOptionsBase): Promise<Models.TopicsListSharedAccessKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param callback The callback\n */\n listSharedAccessKeys(resourceGroupName: string, topicName: string, callback: msRest.ServiceCallback<Models.TopicSharedAccessKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSharedAccessKeys(resourceGroupName: string, topicName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TopicSharedAccessKeys>): void;\n listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TopicSharedAccessKeys>, callback?: msRest.ServiceCallback<Models.TopicSharedAccessKeys>): Promise<Models.TopicsListSharedAccessKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n topicName,\n options\n },\n listSharedAccessKeysOperationSpec,\n callback) as Promise<Models.TopicsListSharedAccessKeysResponse>;\n }\n\n /**\n * Regenerate a shared access key for a topic.\n * @summary Regenerate key for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: Models.TopicRegenerateKeyRequest, options?: msRest.RequestOptionsBase): Promise<Models.TopicsRegenerateKeyResponse> {\n return this.beginRegenerateKey(resourceGroupName,topicName,regenerateKeyRequest,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TopicsRegenerateKeyResponse>;\n }\n\n /**\n * List event types for a topic.\n * @summary List topic event types.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the topic type.\n * @param resourceName Name of the topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsListEventTypesResponse>\n */\n listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.TopicsListEventTypesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the topic type.\n * @param resourceName Name of the topic.\n * @param callback The callback\n */\n listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, callback: msRest.ServiceCallback<Models.EventTypesListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the topic type.\n * @param resourceName Name of the topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventTypesListResult>): void;\n listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventTypesListResult>, callback?: msRest.ServiceCallback<Models.EventTypesListResult>): Promise<Models.TopicsListEventTypesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n },\n listEventTypesOperationSpec,\n callback) as Promise<Models.TopicsListEventTypesResponse>;\n }\n\n /**\n * Asynchronously creates a new topic with the specified parameters.\n * @summary Create a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicInfo Topic information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Models.Topic, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n topicName,\n topicInfo,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete existing topic.\n * @summary Delete a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, topicName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n topicName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Asynchronously updates a topic with the specified parameters.\n * @summary Update a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicUpdateParameters Topic update information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: Models.TopicUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n topicName,\n topicUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Regenerate a shared access key for a topic.\n * @summary Regenerate key for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: Models.TopicRegenerateKeyRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n topicName,\n regenerateKeyRequest,\n options\n },\n beginRegenerateKeyOperationSpec,\n options);\n }\n\n /**\n * List all the topics under an Azure subscription.\n * @summary List topics under an Azure subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: Models.TopicsListBySubscriptionNextOptionalParams): Promise<Models.TopicsListBySubscriptionNextResponse>;\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.TopicsListResult>): 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.TopicsListBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.TopicsListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: Models.TopicsListBySubscriptionNextOptionalParams | msRest.ServiceCallback<Models.TopicsListResult>, callback?: msRest.ServiceCallback<Models.TopicsListResult>): Promise<Models.TopicsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.TopicsListBySubscriptionNextResponse>;\n }\n\n /**\n * List all the topics under a resource group.\n * @summary List topics under a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.TopicsListByResourceGroupNextOptionalParams): Promise<Models.TopicsListByResourceGroupNextResponse>;\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.TopicsListResult>): 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.TopicsListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.TopicsListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.TopicsListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.TopicsListResult>, callback?: msRest.ServiceCallback<Models.TopicsListResult>): Promise<Models.TopicsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.TopicsListByResourceGroupNextResponse>;\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.EventGrid/topics/{topicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Topic\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.EventGrid/topics\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\n },\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.EventGrid/topics\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSharedAccessKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/listKeys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicSharedAccessKeys\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listEventTypesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventTypes\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.providerNamespace,\n Parameters.resourceTypeName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventTypesListResult\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.EventGrid/topics/{topicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"topicInfo\",\n mapper: {\n ...Mappers.Topic,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.Topic\n },\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.EventGrid/topics/{topicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"topicUpdateParameters\",\n mapper: {\n ...Mappers.TopicUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 201: {\n bodyMapper: Mappers.Topic\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRegenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/regenerateKey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"regenerateKeyRequest\",\n mapper: {\n ...Mappers.TopicRegenerateKeyRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.TopicSharedAccessKeys\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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get a specific private endpoint connection under a topic or domain.\n * @summary Get a specific private endpoint connection.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param callback The callback\n */\n get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update a specific private endpoint connection under a topic or domain.\n * @summary Update a specific private endpoint connection.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param privateEndpointConnection The private endpoint connection object to update.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsUpdateResponse>\n */\n update(resourceGroupName: string, parentType: Models.ParentType1, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,parentType,parentName,privateEndpointConnectionName,privateEndpointConnection,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n }\n\n /**\n * Delete a specific private endpoint connection under a topic or domain.\n * @summary Delete a specific private endpoint connection.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, parentType: Models.ParentType2, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,parentType,parentName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Get all private endpoint connections under a topic or domain.\n * @summary Lists all private endpoint connections under a resource.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByResourceResponse>\n */\n listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, options?: Models.PrivateEndpointConnectionsListByResourceOptionalParams): Promise<Models.PrivateEndpointConnectionsListByResourceResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param callback The callback\n */\n listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, options: Models.PrivateEndpointConnectionsListByResourceOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, options?: Models.PrivateEndpointConnectionsListByResourceOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n options\n },\n listByResourceOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByResourceResponse>;\n }\n\n /**\n * Update a specific private endpoint connection under a topic or domain.\n * @summary Update a specific private endpoint connection.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param privateEndpointConnection The private endpoint connection object to update.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, parentType: Models.ParentType1, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete a specific private endpoint connection under a topic or domain.\n * @summary Delete a specific private endpoint connection.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * Possible values include: 'topics', 'domains'\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, parentType: Models.ParentType2, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Get all private endpoint connections under a topic or domain.\n * @summary Lists all private endpoint connections under a resource.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByResourceNextResponse>\n */\n listByResourceNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionsListByResourceNextOptionalParams): Promise<Models.PrivateEndpointConnectionsListByResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceNext(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 listByResourceNext(nextPageLink: string, options: Models.PrivateEndpointConnectionsListByResourceNextOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByResourceNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionsListByResourceNextOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByResourceNextResponse>;\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.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\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 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\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.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\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 discriminators,\n CloudError,\n PrivateLinkResource,\n PrivateLinkResourcesListResult\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get properties of a private link resource.\n * @summary Get a private link resource.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateLinkResourceName The name of private link resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateLinkResourceName The name of private link resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param privateLinkResourceName The name of private link resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n privateLinkResourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesGetResponse>;\n }\n\n /**\n * List all the private link resources under a topic or domain.\n * @summary List private link resources under specific topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByResourceResponse>\n */\n listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: Models.PrivateLinkResourcesListByResourceOptionalParams): Promise<Models.PrivateLinkResourcesListByResourceResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param callback The callback\n */\n listByResource(resourceGroupName: string, parentType: string, parentName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain\n * name).\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResource(resourceGroupName: string, parentType: string, parentName: string, options: Models.PrivateLinkResourcesListByResourceOptionalParams, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: Models.PrivateLinkResourcesListByResourceOptionalParams | msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): Promise<Models.PrivateLinkResourcesListByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n options\n },\n listByResourceOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByResourceResponse>;\n }\n\n /**\n * List all the private link resources under a topic or domain.\n * @summary List private link resources under specific topic or domain.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByResourceNextResponse>\n */\n listByResourceNext(nextPageLink: string, options?: Models.PrivateLinkResourcesListByResourceNextOptionalParams): Promise<Models.PrivateLinkResourcesListByResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): 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 listByResourceNext(nextPageLink: string, options: Models.PrivateLinkResourcesListByResourceNextOptionalParams, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n listByResourceNext(nextPageLink: string, options?: Models.PrivateLinkResourcesListByResourceNextOptionalParams | msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): Promise<Models.PrivateLinkResourcesListByResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceNextOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByResourceNextResponse>;\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.EventGrid/{parentType}/{parentName}/privateLinkResources/{privateLinkResourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName,\n Parameters.privateLinkResourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceNextOperationSpec: 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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n SystemTopicsListResult,\n SystemTopicUpdateParameters,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/systemTopicsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a SystemTopics. */\nexport class SystemTopics {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a SystemTopics.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get properties of a system topic.\n * @summary Get a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsGetResponse>\n */\n get(resourceGroupName: string, systemTopicName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param callback The callback\n */\n get(resourceGroupName: string, systemTopicName: string, callback: msRest.ServiceCallback<Models.SystemTopic>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, systemTopicName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SystemTopic>): void;\n get(resourceGroupName: string, systemTopicName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SystemTopic>, callback?: msRest.ServiceCallback<Models.SystemTopic>): Promise<Models.SystemTopicsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n systemTopicName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SystemTopicsGetResponse>;\n }\n\n /**\n * Asynchronously creates a new system topic with the specified parameters.\n * @summary Create a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicInfo System Topic information.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: Models.SystemTopic, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,systemTopicName,systemTopicInfo,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SystemTopicsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete existing system topic.\n * @summary Delete a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, systemTopicName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,systemTopicName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Asynchronously updates a system topic with the specified parameters.\n * @summary Update a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicUpdateParameters SystemTopic update information.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsUpdateResponse>\n */\n update(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: Models.SystemTopicUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,systemTopicName,systemTopicUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SystemTopicsUpdateResponse>;\n }\n\n /**\n * List all the system topics under an Azure subscription.\n * @summary List system topics under an Azure subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.SystemTopicsListBySubscriptionOptionalParams): Promise<Models.SystemTopicsListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.SystemTopicsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.SystemTopicsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.SystemTopicsListResult>): void;\n listBySubscription(options?: Models.SystemTopicsListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.SystemTopicsListResult>, callback?: msRest.ServiceCallback<Models.SystemTopicsListResult>): Promise<Models.SystemTopicsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.SystemTopicsListBySubscriptionResponse>;\n }\n\n /**\n * List all the system topics under a resource group.\n * @summary List system topics under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.SystemTopicsListByResourceGroupOptionalParams): Promise<Models.SystemTopicsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.SystemTopicsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.SystemTopicsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.SystemTopicsListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.SystemTopicsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.SystemTopicsListResult>, callback?: msRest.ServiceCallback<Models.SystemTopicsListResult>): Promise<Models.SystemTopicsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.SystemTopicsListByResourceGroupResponse>;\n }\n\n /**\n * Asynchronously creates a new system topic with the specified parameters.\n * @summary Create a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicInfo System Topic information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: Models.SystemTopic, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n systemTopicName,\n systemTopicInfo,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete existing system topic.\n * @summary Delete a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, systemTopicName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n systemTopicName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Asynchronously updates a system topic with the specified parameters.\n * @summary Update a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicUpdateParameters SystemTopic update information.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: Models.SystemTopicUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n systemTopicName,\n systemTopicUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * List all the system topics under an Azure subscription.\n * @summary List system topics under an Azure subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: Models.SystemTopicsListBySubscriptionNextOptionalParams): Promise<Models.SystemTopicsListBySubscriptionNextResponse>;\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.SystemTopicsListResult>): 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.SystemTopicsListBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.SystemTopicsListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: Models.SystemTopicsListBySubscriptionNextOptionalParams | msRest.ServiceCallback<Models.SystemTopicsListResult>, callback?: msRest.ServiceCallback<Models.SystemTopicsListResult>): Promise<Models.SystemTopicsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.SystemTopicsListBySubscriptionNextResponse>;\n }\n\n /**\n * List all the system topics under a resource group.\n * @summary List system topics under a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SystemTopicsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.SystemTopicsListByResourceGroupNextOptionalParams): Promise<Models.SystemTopicsListByResourceGroupNextResponse>;\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.SystemTopicsListResult>): 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.SystemTopicsListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.SystemTopicsListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.SystemTopicsListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.SystemTopicsListResult>, callback?: msRest.ServiceCallback<Models.SystemTopicsListResult>): Promise<Models.SystemTopicsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.SystemTopicsListByResourceGroupNextResponse>;\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.EventGrid/systemTopics/{systemTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopic\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.EventGrid/systemTopics\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\n },\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.EventGrid/systemTopics\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\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.EventGrid/systemTopics/{systemTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"systemTopicInfo\",\n mapper: {\n ...Mappers.SystemTopic,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopic\n },\n 201: {\n bodyMapper: Mappers.SystemTopic\n },\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.EventGrid/systemTopics/{systemTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"systemTopicUpdateParameters\",\n mapper: {\n ...Mappers.SystemTopicUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopic\n },\n 201: {\n bodyMapper: Mappers.SystemTopic\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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\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 Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/extensionTopicsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a ExtensionTopics. */\nexport class ExtensionTopics {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a ExtensionTopics.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get the properties of an extension topic.\n * @summary Get properties of an extension topic.\n * @param scope The identifier of the resource to which extension topic is queried. The scope can\n * be a subscription, or a resource group, or a top level resource belonging to a resource provider\n * namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for Azure resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionTopicsGetResponse>\n */\n get(scope: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionTopicsGetResponse>;\n /**\n * @param scope The identifier of the resource to which extension topic is queried. The scope can\n * be a subscription, or a resource group, or a top level resource belonging to a resource provider\n * namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for Azure resource.\n * @param callback The callback\n */\n get(scope: string, callback: msRest.ServiceCallback<Models.ExtensionTopic>): void;\n /**\n * @param scope The identifier of the resource to which extension topic is queried. The scope can\n * be a subscription, or a resource group, or a top level resource belonging to a resource provider\n * namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for Azure resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(scope: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionTopic>): void;\n get(scope: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionTopic>, callback?: msRest.ServiceCallback<Models.ExtensionTopic>): Promise<Models.ExtensionTopicsGetResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ExtensionTopicsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{scope}/providers/Microsoft.EventGrid/extensionTopics/default\",\n urlParameters: [\n Parameters.scope1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionTopic\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 discriminators,\n AdvancedFilter,\n AzureFunctionEventSubscriptionDestination,\n BaseResource,\n BoolEqualsAdvancedFilter,\n CloudError,\n ConnectionState,\n DeadLetterDestination,\n DeadLetterWithResourceIdentity,\n DeliveryAttributeMapping,\n DeliveryWithResourceIdentity,\n Domain,\n DomainTopic,\n DynamicDeliveryAttributeMapping,\n EventHubEventSubscriptionDestination,\n EventSubscription,\n EventSubscriptionDestination,\n EventSubscriptionFilter,\n EventSubscriptionIdentity,\n EventType,\n EventTypesListResult,\n ExtensionTopic,\n HybridConnectionEventSubscriptionDestination,\n IdentityInfo,\n InboundIpRule,\n InputSchemaMapping,\n JsonField,\n JsonFieldWithDefault,\n JsonInputSchemaMapping,\n NumberGreaterThanAdvancedFilter,\n NumberGreaterThanOrEqualsAdvancedFilter,\n NumberInAdvancedFilter,\n NumberLessThanAdvancedFilter,\n NumberLessThanOrEqualsAdvancedFilter,\n NumberNotInAdvancedFilter,\n PrivateEndpoint,\n PrivateEndpointConnection,\n Resource,\n RetryPolicy,\n ServiceBusQueueEventSubscriptionDestination,\n ServiceBusTopicEventSubscriptionDestination,\n StaticDeliveryAttributeMapping,\n StorageBlobDeadLetterDestination,\n StorageQueueEventSubscriptionDestination,\n StringBeginsWithAdvancedFilter,\n StringContainsAdvancedFilter,\n StringEndsWithAdvancedFilter,\n StringInAdvancedFilter,\n StringNotInAdvancedFilter,\n SystemData,\n SystemTopic,\n Topic,\n TopicTypeInfo,\n TopicTypesListResult,\n TrackedResource,\n UserIdentityProperties,\n WebHookEventSubscriptionDestination\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/topicTypesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\n\n/** Class representing a TopicTypes. */\nexport class TopicTypes {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Create a TopicTypes.\n * @param {EventGridManagementClientContext} client Reference to the service client.\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all registered topic types.\n * @summary List topic types.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicTypesListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.TopicTypesListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.TopicTypesListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TopicTypesListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TopicTypesListResult>, callback?: msRest.ServiceCallback<Models.TopicTypesListResult>): Promise<Models.TopicTypesListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.TopicTypesListResponse>;\n }\n\n /**\n * Get information about a topic type.\n * @summary Get a topic type.\n * @param topicTypeName Name of the topic type.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicTypesGetResponse>\n */\n get(topicTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.TopicTypesGetResponse>;\n /**\n * @param topicTypeName Name of the topic type.\n * @param callback The callback\n */\n get(topicTypeName: string, callback: msRest.ServiceCallback<Models.TopicTypeInfo>): void;\n /**\n * @param topicTypeName Name of the topic type.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(topicTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TopicTypeInfo>): void;\n get(topicTypeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TopicTypeInfo>, callback?: msRest.ServiceCallback<Models.TopicTypeInfo>): Promise<Models.TopicTypesGetResponse> {\n return this.client.sendOperationRequest(\n {\n topicTypeName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TopicTypesGetResponse>;\n }\n\n /**\n * List event types for a topic type.\n * @summary List event types.\n * @param topicTypeName Name of the topic type.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopicTypesListEventTypesResponse>\n */\n listEventTypes(topicTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.TopicTypesListEventTypesResponse>;\n /**\n * @param topicTypeName Name of the topic type.\n * @param callback The callback\n */\n listEventTypes(topicTypeName: string, callback: msRest.ServiceCallback<Models.EventTypesListResult>): void;\n /**\n * @param topicTypeName Name of the topic type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listEventTypes(topicTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventTypesListResult>): void;\n listEventTypes(topicTypeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventTypesListResult>, callback?: msRest.ServiceCallback<Models.EventTypesListResult>): Promise<Models.TopicTypesListEventTypesResponse> {\n return this.client.sendOperationRequest(\n {\n topicTypeName,\n options\n },\n listEventTypesOperationSpec,\n callback) as Promise<Models.TopicTypesListEventTypesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.EventGrid/topicTypes\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicTypesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.EventGrid/topicTypes/{topicTypeName}\",\n urlParameters: [\n Parameters.topicTypeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopicTypeInfo\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listEventTypesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes\",\n urlParameters: [\n Parameters.topicTypeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventTypesListResult\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-eventgrid\";\nconst packageVersion = \"12.0.0\";\n\nexport class EventGridManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the EventGridManagementClient 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 Subscription credentials that uniquely identify a Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.EventGridManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2021-12-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 { EventGridManagementClientContext } from \"./eventGridManagementClientContext\";\n\n\nclass EventGridManagementClient extends EventGridManagementClientContext {\n // Operation groups\n domains: operations.Domains;\n domainTopics: operations.DomainTopics;\n eventSubscriptions: operations.EventSubscriptions;\n systemTopicEventSubscriptions: operations.SystemTopicEventSubscriptions;\n operations: operations.Operations;\n topics: operations.Topics;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n systemTopics: operations.SystemTopics;\n extensionTopics: operations.ExtensionTopics;\n topicTypes: operations.TopicTypes;\n\n /**\n * Initializes a new instance of the EventGridManagementClient 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 Subscription credentials that uniquely identify a Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.EventGridManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.domains = new operations.Domains(this);\n this.domainTopics = new operations.DomainTopics(this);\n this.eventSubscriptions = new operations.EventSubscriptions(this);\n this.systemTopicEventSubscriptions = new operations.SystemTopicEventSubscriptions(this);\n this.operations = new operations.Operations(this);\n this.topics = new operations.Topics(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.systemTopics = new operations.SystemTopics(this);\n this.extensionTopics = new operations.ExtensionTopics(this);\n this.topicTypes = new operations.TopicTypes(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n EventGridManagementClient,\n EventGridManagementClientContext,\n Models as EventGridManagementModels,\n Mappers as EventGridManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.domainName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.Domain","Mappers.CloudError","Parameters.filter","Parameters.top","Mappers.DomainsListResult","Mappers.DomainSharedAccessKeys","Mappers.DomainRegenerateKeyRequest","Mappers.DomainUpdateParameters","Parameters.nextPageLink","getOperationSpec","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","serializer","Mappers","Parameters.domainTopicName","Mappers.DomainTopic","Mappers.DomainTopicsListResult","beginUpdateOperationSpec","Parameters.scope0","Parameters.eventSubscriptionName","Mappers.EventSubscription","Mappers.EventSubscriptionFullUrl","Mappers.EventSubscriptionsListResult","Parameters.topicTypeName","Parameters.location","Parameters.providerNamespace","Parameters.resourceTypeName","Parameters.resourceName","Parameters.topicName","Mappers.DeliveryAttributeListResult","Mappers.EventSubscriptionUpdateParameters","getFullUrlOperationSpec","getDeliveryAttributesOperationSpec","Parameters.systemTopicName","Mappers.OperationsListResult","listBySubscriptionOperationSpec","listByResourceGroupOperationSpec","listSharedAccessKeysOperationSpec","listBySubscriptionNextOperationSpec","listByResourceGroupNextOperationSpec","Mappers.Topic","Mappers.TopicsListResult","Mappers.TopicSharedAccessKeys","Mappers.EventTypesListResult","Mappers.TopicUpdateParameters","Mappers.TopicRegenerateKeyRequest","listByResourceOperationSpec","listByResourceNextOperationSpec","Parameters.parentType","Parameters.parentName","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateEndpointConnectionListResult","Parameters.privateLinkResourceName","Mappers.PrivateLinkResource","Mappers.PrivateLinkResourcesListResult","Mappers.SystemTopic","Mappers.SystemTopicsListResult","Mappers.SystemTopicUpdateParameters","Parameters.scope1","Mappers.ExtensionTopic","listOperationSpec","listEventTypesOperationSpec","Mappers.TopicTypesListResult","Mappers.TopicTypeInfo","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Domains","operations.DomainTopics","operations.EventSubscriptions","operations.SystemTopicEventSubscriptions","operations.Operations","operations.Topics","operations.PrivateEndpointConnections","operations.PrivateLinkResources","operations.SystemTopics","operations.ExtensionTopics","operations.TopicTypes"],"mappings":"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"}