@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +5 -3
  2. package/dist/browser/eventGridManagementClient.d.ts +6 -4
  3. package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
  4. package/dist/browser/eventGridManagementClient.js +10 -7
  5. package/dist/browser/eventGridManagementClient.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js.map +1 -1
  8. package/dist/browser/models/index.d.ts +1000 -283
  9. package/dist/browser/models/index.d.ts.map +1 -1
  10. package/dist/browser/models/index.js +174 -16
  11. package/dist/browser/models/index.js.map +1 -1
  12. package/dist/browser/models/mappers.d.ts +48 -8
  13. package/dist/browser/models/mappers.d.ts.map +1 -1
  14. package/dist/browser/models/mappers.js +1301 -268
  15. package/dist/browser/models/mappers.js.map +1 -1
  16. package/dist/browser/models/parameters.d.ts +13 -6
  17. package/dist/browser/models/parameters.d.ts.map +1 -1
  18. package/dist/browser/models/parameters.js +116 -48
  19. package/dist/browser/models/parameters.js.map +1 -1
  20. package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
  21. package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  22. package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
  23. package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
  24. package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
  25. package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
  26. package/dist/browser/operations/eventSubscriptions.js +34 -34
  27. package/dist/browser/operations/eventSubscriptions.js.map +1 -1
  28. package/dist/browser/operations/index.d.ts +5 -3
  29. package/dist/browser/operations/index.d.ts.map +1 -1
  30. package/dist/browser/operations/index.js +5 -3
  31. package/dist/browser/operations/index.js.map +1 -1
  32. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  33. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  34. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
  35. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  36. package/dist/browser/operations/partnerDestinations.d.ts +114 -0
  37. package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
  38. package/dist/browser/operations/partnerDestinations.js +574 -0
  39. package/dist/browser/operations/partnerDestinations.js.map +1 -0
  40. package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
  41. package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  42. package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
  43. package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
  44. package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  45. package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  46. package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  47. package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  48. package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  49. package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
  50. package/dist/browser/operationsInterfaces/index.d.ts +5 -3
  51. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  52. package/dist/browser/operationsInterfaces/index.js +5 -3
  53. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  54. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  55. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  57. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  58. package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
  59. package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
  61. package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
  62. package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  63. package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  64. package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  65. package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
  66. package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
  67. package/dist/commonjs/eventGridManagementClient.js +9 -6
  68. package/dist/commonjs/eventGridManagementClient.js.map +1 -1
  69. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  70. package/dist/commonjs/lroImpl.js.map +1 -1
  71. package/dist/commonjs/models/index.d.ts +1000 -283
  72. package/dist/commonjs/models/index.d.ts.map +1 -1
  73. package/dist/commonjs/models/index.js +176 -18
  74. package/dist/commonjs/models/index.js.map +1 -1
  75. package/dist/commonjs/models/mappers.d.ts +48 -8
  76. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  77. package/dist/commonjs/models/mappers.js +1306 -273
  78. package/dist/commonjs/models/mappers.js.map +1 -1
  79. package/dist/commonjs/models/parameters.d.ts +13 -6
  80. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  81. package/dist/commonjs/models/parameters.js +117 -49
  82. package/dist/commonjs/models/parameters.js.map +1 -1
  83. package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
  84. package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  85. package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
  86. package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
  87. package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
  88. package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
  89. package/dist/commonjs/operations/eventSubscriptions.js +34 -34
  90. package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
  91. package/dist/commonjs/operations/index.d.ts +5 -3
  92. package/dist/commonjs/operations/index.d.ts.map +1 -1
  93. package/dist/commonjs/operations/index.js +5 -3
  94. package/dist/commonjs/operations/index.js.map +1 -1
  95. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  96. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  97. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
  98. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  99. package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
  100. package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
  101. package/dist/commonjs/operations/partnerDestinations.js +578 -0
  102. package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
  103. package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
  104. package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  105. package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
  106. package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
  107. package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  108. package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  109. package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  110. package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  111. package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  112. package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
  113. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
  114. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  115. package/dist/commonjs/operationsInterfaces/index.js +5 -3
  116. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  117. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  118. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
  122. package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  126. package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  127. package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  128. package/dist/commonjs/tsdoc-metadata.json +11 -11
  129. package/dist/esm/eventGridManagementClient.d.ts +6 -4
  130. package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
  131. package/dist/esm/eventGridManagementClient.js +10 -7
  132. package/dist/esm/eventGridManagementClient.js.map +1 -1
  133. package/dist/esm/lroImpl.d.ts.map +1 -1
  134. package/dist/esm/lroImpl.js.map +1 -1
  135. package/dist/esm/models/index.d.ts +1000 -283
  136. package/dist/esm/models/index.d.ts.map +1 -1
  137. package/dist/esm/models/index.js +174 -16
  138. package/dist/esm/models/index.js.map +1 -1
  139. package/dist/esm/models/mappers.d.ts +48 -8
  140. package/dist/esm/models/mappers.d.ts.map +1 -1
  141. package/dist/esm/models/mappers.js +1301 -268
  142. package/dist/esm/models/mappers.js.map +1 -1
  143. package/dist/esm/models/parameters.d.ts +13 -6
  144. package/dist/esm/models/parameters.d.ts.map +1 -1
  145. package/dist/esm/models/parameters.js +116 -48
  146. package/dist/esm/models/parameters.js.map +1 -1
  147. package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
  148. package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  149. package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
  150. package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
  151. package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
  152. package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
  153. package/dist/esm/operations/eventSubscriptions.js +34 -34
  154. package/dist/esm/operations/eventSubscriptions.js.map +1 -1
  155. package/dist/esm/operations/index.d.ts +5 -3
  156. package/dist/esm/operations/index.d.ts.map +1 -1
  157. package/dist/esm/operations/index.js +5 -3
  158. package/dist/esm/operations/index.js.map +1 -1
  159. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  160. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  161. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
  162. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  163. package/dist/esm/operations/partnerDestinations.d.ts +114 -0
  164. package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
  165. package/dist/esm/operations/partnerDestinations.js +574 -0
  166. package/dist/esm/operations/partnerDestinations.js.map +1 -0
  167. package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
  168. package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  169. package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
  170. package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
  171. package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  172. package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  173. package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  174. package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  175. package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  176. package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
  177. package/dist/esm/operationsInterfaces/index.d.ts +5 -3
  178. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  179. package/dist/esm/operationsInterfaces/index.js +5 -3
  180. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  181. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  182. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  184. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
  186. package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
  188. package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
  189. package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  190. package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  191. package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  192. package/dist/react-native/eventGridManagementClient.d.ts +6 -4
  193. package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
  194. package/dist/react-native/eventGridManagementClient.js +10 -7
  195. package/dist/react-native/eventGridManagementClient.js.map +1 -1
  196. package/dist/react-native/lroImpl.d.ts.map +1 -1
  197. package/dist/react-native/lroImpl.js.map +1 -1
  198. package/dist/react-native/models/index.d.ts +1000 -283
  199. package/dist/react-native/models/index.d.ts.map +1 -1
  200. package/dist/react-native/models/index.js +174 -16
  201. package/dist/react-native/models/index.js.map +1 -1
  202. package/dist/react-native/models/mappers.d.ts +48 -8
  203. package/dist/react-native/models/mappers.d.ts.map +1 -1
  204. package/dist/react-native/models/mappers.js +1301 -268
  205. package/dist/react-native/models/mappers.js.map +1 -1
  206. package/dist/react-native/models/parameters.d.ts +13 -6
  207. package/dist/react-native/models/parameters.d.ts.map +1 -1
  208. package/dist/react-native/models/parameters.js +116 -48
  209. package/dist/react-native/models/parameters.js.map +1 -1
  210. package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
  211. package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  212. package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
  213. package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
  214. package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
  215. package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
  216. package/dist/react-native/operations/eventSubscriptions.js +34 -34
  217. package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
  218. package/dist/react-native/operations/index.d.ts +5 -3
  219. package/dist/react-native/operations/index.d.ts.map +1 -1
  220. package/dist/react-native/operations/index.js +5 -3
  221. package/dist/react-native/operations/index.js.map +1 -1
  222. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  223. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  224. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
  225. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  226. package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
  227. package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
  228. package/dist/react-native/operations/partnerDestinations.js +574 -0
  229. package/dist/react-native/operations/partnerDestinations.js.map +1 -0
  230. package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
  231. package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  232. package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
  233. package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
  234. package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  235. package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  236. package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  237. package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  238. package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  239. package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
  240. package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
  241. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  242. package/dist/react-native/operationsInterfaces/index.js +5 -3
  243. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  244. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  245. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  246. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  247. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  248. package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
  249. package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  250. package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
  251. package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
  252. package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  253. package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  254. package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  255. package/package.json +32 -45
  256. package/CHANGELOG.md +0 -2065
  257. package/review/arm-eventgrid.api.md +0 -4226
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\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 * as coreClient from \"@azure/core-client\";\n\nexport type InputSchemaMappingUnion =\n | InputSchemaMapping\n | JsonInputSchemaMapping;\nexport type DeliveryAttributeMappingUnion =\n | DeliveryAttributeMapping\n | StaticDeliveryAttributeMapping\n | DynamicDeliveryAttributeMapping;\nexport type DeadLetterDestinationUnion =\n | DeadLetterDestination\n | StorageBlobDeadLetterDestination;\nexport type EventSubscriptionDestinationUnion =\n | EventSubscriptionDestination\n | WebHookEventSubscriptionDestination\n | EventHubEventSubscriptionDestination\n | StorageQueueEventSubscriptionDestination\n | HybridConnectionEventSubscriptionDestination\n | ServiceBusQueueEventSubscriptionDestination\n | ServiceBusTopicEventSubscriptionDestination\n | AzureFunctionEventSubscriptionDestination\n | MonitorAlertEventSubscriptionDestination\n | NamespaceTopicEventSubscriptionDestination;\nexport type FilterUnion =\n | Filter\n | NumberInFilter\n | NumberNotInFilter\n | NumberLessThanFilter\n | NumberGreaterThanFilter\n | NumberLessThanOrEqualsFilter\n | NumberGreaterThanOrEqualsFilter\n | BoolEqualsFilter\n | StringInFilter\n | StringNotInFilter\n | StringBeginsWithFilter\n | StringEndsWithFilter\n | StringContainsFilter\n | NumberInRangeFilter\n | NumberNotInRangeFilter\n | StringNotBeginsWithFilter\n | StringNotEndsWithFilter\n | StringNotContainsFilter\n | IsNullOrUndefinedFilter\n | IsNotNullFilter;\nexport type AdvancedFilterUnion =\n | AdvancedFilter\n | NumberInAdvancedFilter\n | NumberNotInAdvancedFilter\n | NumberLessThanAdvancedFilter\n | NumberGreaterThanAdvancedFilter\n | NumberLessThanOrEqualsAdvancedFilter\n | NumberGreaterThanOrEqualsAdvancedFilter\n | BoolEqualsAdvancedFilter\n | StringInAdvancedFilter\n | StringNotInAdvancedFilter\n | StringBeginsWithAdvancedFilter\n | StringEndsWithAdvancedFilter\n | StringContainsAdvancedFilter\n | NumberInRangeAdvancedFilter\n | NumberNotInRangeAdvancedFilter\n | StringNotBeginsWithAdvancedFilter\n | StringNotEndsWithAdvancedFilter\n | StringNotContainsAdvancedFilter\n | IsNullOrUndefinedAdvancedFilter\n | IsNotNullAdvancedFilter;\nexport type StaticRoutingEnrichmentUnion =\n | StaticRoutingEnrichment\n | StaticStringRoutingEnrichment;\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Definition of a Resource. */\nexport interface Resource {\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/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Result of the List CA Certificate operation. */\nexport interface CaCertificatesListResult {\n /** A collection of CA Certificate. */\n value?: CaCertificate[];\n /** A link for the next page of CA Certificate. */\n nextLink?: string;\n}\n\n/** Properties of the corresponding partner topic of a Channel. */\nexport interface PartnerTopicInfo {\n /**\n * Azure subscription ID of the subscriber. The partner topic associated with the channel will be\n * created under this Azure subscription.\n */\n azureSubscriptionId?: string;\n /**\n * Azure Resource Group of the subscriber. The partner topic associated with the channel will be\n * created under this resource group.\n */\n resourceGroupName?: string;\n /** Name of the partner topic associated with the channel. */\n name?: string;\n /**\n * Event Type Information for the partner topic. This information is provided by the publisher and can be used by the\n * subscriber to view different types of events that are published.\n */\n eventTypeInfo?: EventTypeInfo;\n /**\n * The source information is provided by the publisher to determine the scope or context from which the events\n * are originating. This information can be used by the subscriber during the approval process of the\n * created partner topic.\n */\n source?: string;\n}\n\n/** The event type information for Channels. */\nexport interface EventTypeInfo {\n /** The kind of event type used. */\n kind?: EventDefinitionKind;\n /**\n * A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event.\n * An example of a valid inline event name is \"Contoso.OrderCreated\".\n * The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.\n */\n inlineEventTypes?: { [propertyName: string]: InlineEventProperties };\n}\n\n/** Additional information about every inline event. */\nexport interface InlineEventProperties {\n /** The description for the inline event. */\n description?: string;\n /** The displayName for the inline event. */\n displayName?: string;\n /** The documentationUrl for the inline event. */\n documentationUrl?: string;\n /** The dataSchemaUrl for the inline event. */\n dataSchemaUrl?: string;\n}\n\n/** Properties of the Channel update. */\nexport interface ChannelUpdateParameters {\n /**\n * Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated,\n * the channel and corresponding partner topic or partner destination are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /** Partner topic properties which can be updated if the channel is of type PartnerTopic. */\n partnerTopicInfo?: PartnerUpdateTopicInfo;\n}\n\n/** Update properties for the corresponding partner topic of a channel. */\nexport interface PartnerUpdateTopicInfo {\n /** Event type info for the partner topic */\n eventTypeInfo?: EventTypeInfo;\n}\n\n/** Result of the List Channels operation */\nexport interface ChannelsListResult {\n /** A collection of Channels. */\n value?: Channel[];\n /** A link for the next page of channels. */\n nextLink?: string;\n}\n\n/** Full endpoint URL of an event subscription */\nexport interface EventSubscriptionFullUrl {\n /** The URL that represents the endpoint of the destination of an event subscription. */\n endpointUrl?: string;\n}\n\n/** Result of the List Client Group operation. */\nexport interface ClientGroupsListResult {\n /** A collection of Client Group. */\n value?: ClientGroup[];\n /** A link for the next page of Client Group. */\n nextLink?: string;\n}\n\n/** The certificate authentication properties for the client. */\nexport interface ClientCertificateAuthentication {\n /** The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. */\n validationScheme?: ClientCertificateValidationScheme;\n /** The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'. */\n allowedThumbprints?: string[];\n}\n\n/** Result of the List Client operation. */\nexport interface ClientsListResult {\n /** A collection of Client. */\n value?: Client[];\n /** A link for the next page of Client. */\n nextLink?: string;\n}\n\n/** PrivateEndpoint information. */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint. */\n id?: string;\n}\n\n/** ConnectionState information. */\nexport interface ConnectionState {\n /** Status of the connection. */\n status?: PersistedConnectionStatus;\n /** Description of the connection state. */\n description?: string;\n /** Actions required (if any). */\n actionsRequired?: string;\n}\n\n/** By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'. */\nexport interface InputSchemaMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inputSchemaMappingType: \"Json\";\n}\n\nexport interface InboundIpRule {\n /** IP Address in CIDR notation e.g., 10.0.0.0/8. */\n ipMask?: string;\n /** Action to perform based on the match or no match of the IpMask. */\n action?: IpActionType;\n}\n\n/** The identity information for the resource. */\nexport interface IdentityInfo {\n /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */\n type?: IdentityType;\n /** The principal ID of resource identity. */\n principalId?: string;\n /** The tenant ID of resource. */\n tenantId?: string;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key 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/** The information about the user identity. */\nexport interface UserIdentityProperties {\n /** The principal id of user assigned identity. */\n principalId?: string;\n /** The client id of user assigned identity. */\n clientId?: string;\n}\n\n/** Properties of the Domain update. */\nexport interface DomainUpdateParameters {\n /** Tags of the domains resource. */\n tags?: { [propertyName: string]: string };\n /** Identity information for the resource. */\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * In this context, creation of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 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 associated with this Event Grid Domain resource.\n * In this context, deletion of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n /** The data residency boundary for the domain. */\n dataResidencyBoundary?: DataResidencyBoundary;\n /** The eventTypeInfo for the domain. */\n eventTypeInfo?: EventTypeInfo;\n}\n\n/** Result of the List Domains operation. */\nexport interface DomainsListResult {\n /** A collection of Domains. */\n value?: Domain[];\n /** A link for the next page of domains. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Domain. */\nexport interface DomainSharedAccessKeys {\n /** Shared access key1 for the domain. */\n key1?: string;\n /** Shared access key2 for the domain. */\n key2?: string;\n}\n\n/** Domain regenerate share access key request. */\nexport interface DomainRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2. */\n keyName: string;\n}\n\n/** Result of the List Domain Topics operation. */\nexport interface DomainTopicsListResult {\n /** A collection of Domain Topics. */\n value?: DomainTopic[];\n /** A link for the next page of domain topics. */\n nextLink?: string;\n}\n\n/** Result of the Get delivery attributes operation. */\nexport interface DeliveryAttributeListResult {\n /** A collection of DeliveryAttributeMapping */\n value?: DeliveryAttributeMappingUnion[];\n}\n\n/** Delivery attribute mapping details. */\nexport interface DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Static\" | \"Dynamic\";\n /** Name of the delivery attribute or header. */\n name?: string;\n}\n\n/** Properties of the delivery configuration information of the event subscription. */\nexport interface DeliveryConfiguration {\n /** Delivery mode of the event subscription. */\n deliveryMode?: DeliveryMode;\n /** This property should be populated when deliveryMode is queue and represents information about the queue subscription. */\n queue?: QueueInfo;\n /** This property should be populated when deliveryMode is push and represents information about the push subscription. */\n push?: PushInfo;\n}\n\n/** Properties of the Queue info for event subscription. */\nexport interface QueueInfo {\n /**\n * Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.\n * If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,\n * the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.\n */\n receiveLockDurationInSeconds?: number;\n /** The maximum delivery count of the events. */\n maxDeliveryCount?: number;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (namely, topic) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;\n /**\n * Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.\n * This duration value is expressed using the following format: \\'P(n)Y(n)M(n)DT(n)H(n)M(n)S\\', where:\n * - (n) is replaced by the value of each time element that follows the (n).\n * - P is the duration (or Period) designator and is always placed at the beginning of the duration.\n * - Y is the year designator, and it follows the value for the number of years.\n * - M is the month designator, and it follows the value for the number of months.\n * - W is the week designator, and it follows the value for the number of weeks.\n * - D is the day designator, and it follows the value for the number of days.\n * - T is the time designator, and it precedes the time components.\n * - H is the hour designator, and it follows the value for the number of hours.\n * - M is the minute designator, and it follows the value for the number of minutes.\n * - S is the second designator, and it follows the value for the number of seconds.\n * This duration value cannot be set greater than the topic’s EventRetentionInDays. It is is an optional field where its minimum value is 1 minute, and its maximum is determined\n * by topic’s EventRetentionInDays value. The followings are examples of valid values:\n * - \\'P0DT23H12M\\' or \\'PT23H12M\\': for duration of 23 hours and 12 minutes.\n * - \\'P1D\\' or \\'P1DT0H0M0S\\': for duration of 1 day.\n */\n eventTimeToLive?: string;\n}\n\n/** Information about the deadletter destination with resource identity. */\nexport interface DeadLetterWithResourceIdentity {\n /** The identity to use when dead-lettering events. */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n}\n\n/** The identity information with the event subscription. */\nexport interface EventSubscriptionIdentity {\n /** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */\n type?: EventSubscriptionIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n}\n\n/** Information about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class. */\nexport interface DeadLetterDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageBlob\";\n}\n\n/** Properties of the destination info for event subscription supporting push. */\nexport interface PushInfo {\n /** The maximum delivery count of the events. */\n maxDeliveryCount?: number;\n /**\n * Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.\n * This duration value is expressed using the following format: \\'P(n)Y(n)M(n)DT(n)H(n)M(n)S\\', where:\n * - (n) is replaced by the value of each time element that follows the (n).\n * - P is the duration (or Period) designator and is always placed at the beginning of the duration.\n * - Y is the year designator, and it follows the value for the number of years.\n * - M is the month designator, and it follows the value for the number of months.\n * - W is the week designator, and it follows the value for the number of weeks.\n * - D is the day designator, and it follows the value for the number of days.\n * - T is the time designator, and it precedes the time components.\n * - H is the hour designator, and it follows the value for the number of hours.\n * - M is the minute designator, and it follows the value for the number of minutes.\n * - S is the second designator, and it follows the value for the number of seconds.\n * This duration value cannot be set greater than the topic’s EventRetentionInDays. It is is an optional field where its minimum value is 1 minute, and its maximum is determined\n * by topic’s EventRetentionInDays value. The followings are examples of valid values:\n * - \\'P0DT23H12M\\' or \\'PT23H12M\\': for duration of 23 hours and 12 minutes.\n * - \\'P1D\\' or \\'P1DT0H0M0S\\': for duration of 1 day.\n */\n eventTimeToLive?: string;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (namely, namespace) to acquire the authentication tokens being used during dead-lettering.\n */\n deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery.\n */\n destination?: EventSubscriptionDestinationUnion;\n}\n\n/** Information about the delivery for an event subscription with resource identity. */\nexport interface DeliveryWithResourceIdentity {\n /** The identity to use when delivering events. */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery.\n */\n destination?: EventSubscriptionDestinationUnion;\n}\n\n/** Information about the destination for an event subscription. */\nexport interface EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType:\n | \"WebHook\"\n | \"EventHub\"\n | \"StorageQueue\"\n | \"HybridConnection\"\n | \"ServiceBusQueue\"\n | \"ServiceBusTopic\"\n | \"AzureFunction\"\n | \"MonitorAlert\"\n | \"NamespaceTopic\";\n}\n\n/** Filters configuration for the Event Subscription. */\nexport interface FiltersConfiguration {\n /** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */\n includedEventTypes?: string[];\n /** An array of filters that are used for filtering event subscriptions. */\n filters?: FilterUnion[];\n}\n\n/**\n * This is the base type that represents a filter. To configure a filter, do not directly instantiate an object of this class. Instead, instantiate\n * an object of a derived class such as BoolEqualsFilter, NumberInFilter etc depending on the type of the key based on\n * which you want to filter.\n */\nexport interface Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType:\n | \"NumberIn\"\n | \"NumberNotIn\"\n | \"NumberLessThan\"\n | \"NumberGreaterThan\"\n | \"NumberLessThanOrEquals\"\n | \"NumberGreaterThanOrEquals\"\n | \"BoolEquals\"\n | \"StringIn\"\n | \"StringNotIn\"\n | \"StringBeginsWith\"\n | \"StringEndsWith\"\n | \"StringContains\"\n | \"NumberInRange\"\n | \"NumberNotInRange\"\n | \"StringNotBeginsWith\"\n | \"StringNotEndsWith\"\n | \"StringNotContains\"\n | \"IsNullOrUndefined\"\n | \"IsNotNull\";\n /** The field/property in the event based on which you want to filter. */\n key?: string;\n}\n\n/** Properties of the Event Subscription update. */\nexport interface SubscriptionUpdateParameters {\n /** Information about the delivery configuration of the event subscription. */\n deliveryConfiguration?: DeliveryConfiguration;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: DeliverySchema;\n /** Information about the filter for the event subscription. */\n filtersConfiguration?: FiltersConfiguration;\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n}\n\n/** Result of the List event subscriptions operation. */\nexport interface SubscriptionsListResult {\n /** A collection of Subscriptions. */\n value?: Subscription[];\n /** A link for the next page of event subscriptions */\n nextLink?: string;\n}\n\n/** Filter for the Event Subscription. */\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 /** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */\n includedEventTypes?: string[];\n /**\n * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter\n * should be compared in a case sensitive manner.\n */\n isSubjectCaseSensitive?: boolean;\n /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. */\n enableAdvancedFilteringOnArrays?: boolean;\n /** An array of advanced filters that are used for filtering event subscriptions. */\n advancedFilters?: AdvancedFilterUnion[];\n}\n\n/** This is the base type that represents an advanced filter. To configure an advanced filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc. depending on the type of the key based on which you want to filter. */\nexport interface AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType:\n | \"NumberIn\"\n | \"NumberNotIn\"\n | \"NumberLessThan\"\n | \"NumberGreaterThan\"\n | \"NumberLessThanOrEquals\"\n | \"NumberGreaterThanOrEquals\"\n | \"BoolEquals\"\n | \"StringIn\"\n | \"StringNotIn\"\n | \"StringBeginsWith\"\n | \"StringEndsWith\"\n | \"StringContains\"\n | \"NumberInRange\"\n | \"NumberNotInRange\"\n | \"StringNotBeginsWith\"\n | \"StringNotEndsWith\"\n | \"StringNotContains\"\n | \"IsNullOrUndefined\"\n | \"IsNotNull\";\n /** The field/property in the event based on which you want to filter. */\n key?: string;\n}\n\n/** Information about the retry policy for an event subscription. */\nexport interface RetryPolicy {\n /** Maximum number of delivery retry attempts for events. */\n maxDeliveryAttempts?: number;\n /** Time To Live (in minutes) for events. */\n eventTimeToLiveInMinutes?: number;\n}\n\n/** Properties of the Event Subscription update. */\nexport interface EventSubscriptionUpdateParameters {\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /** Information about the filter for the event subscription. */\n filter?: EventSubscriptionFilter;\n /** List of user defined labels. */\n labels?: string[];\n /** Information about the expiration time for the event subscription. */\n expirationTimeUtc?: Date;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: EventDeliverySchema;\n /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */\n retryPolicy?: RetryPolicy;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n}\n\n/** Result of the List EventSubscriptions operation */\nexport interface EventSubscriptionsListResult {\n /** A collection of EventSubscriptions */\n value?: EventSubscription[];\n /** A link for the next page of event subscriptions */\n nextLink?: string;\n}\n\n/** Properties of the Topics Configuration. */\nexport interface TopicsConfiguration {\n /**\n * The hostname for the topics configuration. This is a read-only property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /** List of custom domain configurations for the namespace. */\n customDomains?: CustomDomainConfiguration[];\n}\n\n/** A custom domain configuration that allows users to publish to their own domain name. */\nexport interface CustomDomainConfiguration {\n /** Fully Qualified Domain Name (FQDN) for the custom domain. */\n fullyQualifiedDomainName: string;\n /** Validation state for the custom domain. This is a read only property and is initially set to 'Pending' and will be updated to 'Approved' by Event Grid only after ownership of the domain name has been successfully validated. */\n validationState?: CustomDomainValidationState;\n /** Identity info for accessing the certificate for the custom domain. This identity info must match an identity that has been set on the namespace. */\n identity?: CustomDomainIdentity;\n /**\n * The URL for the certificate that is used for publishing to the custom domain. We currently support certificates stored in Azure Key Vault only. While certificate URL can be either\n * versioned URL of the following format https://{key-vault-name}.vault.azure.net/certificates/{certificate-name}/{version-id}, or unversioned URL of the following format (e.g.,\n * https://contosovault.vault.azure.net/certificates/contosocert, we support unversioned certificate URL only (e.g., https://contosovault.vault.azure.net/certificates/contosocert)\n */\n certificateUrl?: string;\n /**\n * Expected DNS TXT record name. Event Grid will check for a TXT record with this name in the DNS record set of the custom domain name to prove ownership over the domain.\n * The values under this TXT record must contain the expected TXT record value.\n */\n expectedTxtRecordName?: string;\n /** Expected DNS TXT record value. Event Grid will check for a TXT record with this value in the DNS record set of the custom domain name to prove ownership over the domain. */\n expectedTxtRecordValue?: string;\n}\n\n/** The identity information for retrieving the certificate for the custom domain. */\nexport interface CustomDomainIdentity {\n /** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */\n type?: CustomDomainIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n}\n\n/** Properties of the Topic Spaces Configuration. */\nexport interface TopicSpacesConfiguration {\n /** Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. */\n state?: TopicSpacesConfigurationState;\n /**\n * Fully qualified Azure Resource Id for the Event Grid Topic to which events will be routed to from TopicSpaces under a namespace.\n * This property should be in the following format '/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft.EventGrid/topics/{topicName}'.\n * This topic should reside in the same region where namespace is located.\n */\n routeTopicResourceId?: string;\n /**\n * The endpoint for the topic spaces configuration. This is a read-only property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /** Routing enrichments for topic spaces configuration */\n routingEnrichments?: RoutingEnrichments;\n /**\n * The maximum session expiry in hours. The property default value is 1 hour.\n * Min allowed value is 1 hour and max allowed value is 8 hours.\n */\n maximumSessionExpiryInHours?: number;\n /**\n * The maximum number of sessions per authentication name. The property default value is 1.\n * Min allowed value is 1 and max allowed value is 100.\n */\n maximumClientSessionsPerAuthenticationName?: number;\n /** Routing identity info for topic spaces configuration. */\n routingIdentityInfo?: RoutingIdentityInfo;\n /** List of custom domain configurations for the namespace. */\n customDomains?: CustomDomainConfiguration[];\n}\n\nexport interface RoutingEnrichments {\n static?: StaticRoutingEnrichmentUnion[];\n dynamic?: DynamicRoutingEnrichment[];\n}\n\n/** Static routing enrichment details. */\nexport interface StaticRoutingEnrichment {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n valueType: \"String\";\n /** Static routing enrichment key. */\n key?: string;\n}\n\nexport interface DynamicRoutingEnrichment {\n /** Dynamic routing enrichment key. */\n key?: string;\n /** Dynamic routing enrichment value. */\n value?: string;\n}\n\n/** Routing identity info for topic spaces configuration. */\nexport interface RoutingIdentityInfo {\n /** Routing identity type for topic spaces configuration. */\n type?: RoutingIdentityType;\n userAssignedIdentity?: string;\n}\n\n/** Represents available Sku pricing tiers. */\nexport interface NamespaceSku {\n /** The name of the SKU. */\n name?: SkuName;\n /**\n * Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is\n * 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and\n * max allowed capacity is 20.\n */\n capacity?: number;\n}\n\n/** Properties to update namespace. */\nexport interface NamespaceUpdateParameters {\n /** Tags of the namespace resource. */\n tags?: { [propertyName: string]: string };\n /** Namespace resource identity information. */\n identity?: IdentityInfo;\n /** Represents available Sku pricing tiers. */\n sku?: NamespaceSku;\n /** Topic spaces configuration properties that can be updated. */\n topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo;\n /** Topics configuration properties that can be updated. */\n topicsConfiguration?: UpdateTopicsConfigurationInfo;\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n}\n\n/** Properties of the topic spaces configuration info of a namespace. */\nexport interface UpdateTopicSpacesConfigurationInfo {\n /** Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. */\n state?: TopicSpacesConfigurationState;\n /** This property is used to specify custom topic to which events will be routed to from topic spaces configuration under namespace. */\n routeTopicResourceId?: string;\n /** Routing enrichments for topic spaces configuration. */\n routingEnrichments?: RoutingEnrichments;\n /**\n * The maximum session expiry in hours. The property default value is 1 hour.\n * Min allowed value is 1 hour and max allowed value is 8 hours.\n */\n maximumSessionExpiryInHours?: number;\n /**\n * The maximum number of sessions per authentication name. The property default value is 1.\n * Min allowed value is 1 and max allowed value is 100.\n */\n maximumClientSessionsPerAuthenticationName?: number;\n /** Routing identity info for topic spaces configuration. */\n routingIdentityInfo?: RoutingIdentityInfo;\n /** Custom domain info for topic spaces configuration. */\n customDomains?: CustomDomainConfiguration[];\n}\n\n/** Properties of the topics configuration info of a namespace. */\nexport interface UpdateTopicsConfigurationInfo {\n /** Custom domain info for topics configuration. */\n customDomains?: CustomDomainConfiguration[];\n}\n\n/** Result of the List Namespaces operation. */\nexport interface NamespacesListResult {\n /** A collection of namespaces. */\n value?: Namespace[];\n /** A link for the next page of namespaces. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Namespace. */\nexport interface NamespaceSharedAccessKeys {\n /** Shared access key1 for the namespace. */\n key1?: string;\n /** Shared access key2 for the namespace. */\n key2?: string;\n}\n\n/** Namespace regenerate share access key request. */\nexport interface NamespaceRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2. */\n keyName: string;\n}\n\n/** Properties of the namespace topic update. */\nexport interface NamespaceTopicUpdateParameters {\n /**\n * Event retention for the namespace topic expressed in days. The property default value is 1 day.\n * Min event retention duration value is 1 day and max event retention duration value is 1 day.\n */\n eventRetentionInDays?: number;\n}\n\n/** Result of the List namespace topics operation. */\nexport interface NamespaceTopicsListResult {\n /** A collection of namespace topics. */\n value?: NamespaceTopic[];\n /** A link for the next page of namespace topics. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Topic */\nexport interface TopicSharedAccessKeys {\n /** Shared access key1 for the topic. */\n key1?: string;\n /** Shared access key2 for the topic. */\n key2?: string;\n}\n\n/** Topic regenerate share access key request */\nexport interface TopicRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2 */\n keyName: string;\n}\n\n/** Result of the List Operations operation */\nexport interface OperationsListResult {\n /** A collection of operations */\n value?: Operation[];\n}\n\n/** Represents an operation returned by the GetOperations request. */\nexport interface Operation {\n /** Name of the operation. */\n name?: string;\n /** Display name of the operation. */\n display?: OperationInfo;\n /** Origin of the operation. */\n origin?: string;\n /** This Boolean is used to determine if the operation is a data plane action or not. */\n isDataAction?: boolean;\n /** Properties of the operation. */\n properties?: Record<string, unknown>;\n}\n\n/** Information about an operation */\nexport interface OperationInfo {\n /** Name of the provider */\n provider?: string;\n /** Name of the resource type */\n resource?: string;\n /** Name of the operation */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** Properties of the Topic update */\nexport interface TopicUpdateParameters {\n /** Tags of the Topic resource. */\n tags?: { [propertyName: string]: string };\n /** Topic resource identity information. */\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */\n disableLocalAuth?: boolean;\n /** The data residency boundary for the topic. */\n dataResidencyBoundary?: DataResidencyBoundary;\n /** The eventTypeInfo for the topic. */\n eventTypeInfo?: EventTypeInfo;\n}\n\n/** Result of the List Topics operation */\nexport interface TopicsListResult {\n /** A collection of Topics */\n value?: Topic[];\n /** A link for the next page of topics */\n nextLink?: string;\n}\n\n/** The partner authorization details. */\nexport interface PartnerAuthorization {\n /**\n * Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is\n * not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.\n */\n defaultMaximumExpirationTimeInDays?: number;\n /** The list of authorized partners. */\n authorizedPartnersList?: Partner[];\n}\n\n/** Information about the partner. */\nexport interface Partner {\n /** The immutableId of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** The partner name. */\n partnerName?: string;\n /**\n * Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's\n * context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.\n * If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.\n */\n authorizationExpirationTimeInUtc?: Date;\n}\n\n/** Properties of the partner configuration update. */\nexport interface PartnerConfigurationUpdateParameters {\n /** Tags of the partner configuration resource. */\n tags?: { [propertyName: string]: string };\n /** The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days. */\n defaultMaximumExpirationTimeInDays?: number;\n}\n\n/** Result of the List partner configurations operation */\nexport interface PartnerConfigurationsListResult {\n /** A collection of partner configurations. */\n value?: PartnerConfiguration[];\n /** A link for the next page of partner configurations. */\n nextLink?: string;\n}\n\n/** Properties of the Partner Namespace update. */\nexport interface PartnerNamespaceUpdateParameters {\n /** Tags of the Partner Namespace. */\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */\n disableLocalAuth?: boolean;\n}\n\n/** Result of the List Partner Namespaces operation */\nexport interface PartnerNamespacesListResult {\n /** A collection of partner namespaces. */\n value?: PartnerNamespace[];\n /** A link for the next page of partner namespaces. */\n nextLink?: string;\n}\n\n/** Shared access keys of the partner namespace. */\nexport interface PartnerNamespaceSharedAccessKeys {\n /** Shared access key1 for the partner namespace. */\n key1?: string;\n /** Shared access key2 for the partner namespace. */\n key2?: string;\n}\n\n/** PartnerNamespace regenerate shared access key request. */\nexport interface PartnerNamespaceRegenerateKeyRequest {\n /** Key name to regenerate (key1 or key2). */\n keyName: string;\n}\n\n/** Properties of the Partner Registration update. */\nexport interface PartnerRegistrationUpdateParameters {\n /** Tags of the partner registration resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Result of the List Partner Registrations operation. */\nexport interface PartnerRegistrationsListResult {\n /** A collection of partner registrations. */\n value?: PartnerRegistration[];\n /** A link for the next page of partner registrations. */\n nextLink?: string;\n}\n\n/** Properties of the Partner Topic update. */\nexport interface PartnerTopicUpdateParameters {\n /** Tags of the Partner Topic resource. */\n tags?: { [propertyName: string]: string };\n /** Identity information for the Partner Topic resource. */\n identity?: IdentityInfo;\n}\n\n/** Result of the List Partner Topics operation. */\nexport interface PartnerTopicsListResult {\n /** A collection of partner topics. */\n value?: PartnerTopic[];\n /** A link for the next page of partner topics. */\n nextLink?: string;\n}\n\n/** Result of the List Permission Binding operation. */\nexport interface PermissionBindingsListResult {\n /** A collection of Permission Binding. */\n value?: PermissionBinding[];\n /** A link for the next page of Permission Binding. */\n nextLink?: string;\n}\n\n/** Result of the list of all private endpoint connections operation. */\nexport interface PrivateEndpointConnectionListResult {\n /** A collection of private endpoint connection resources. */\n value?: PrivateEndpointConnection[];\n /** A link for the next page of private endpoint connection resources. */\n nextLink?: string;\n}\n\n/** Information of the private link resource. */\nexport interface PrivateLinkResource {\n /** Fully qualified identifier of the resource. */\n id?: string;\n /** Name of the resource. */\n name?: string;\n /** Type of the resource. */\n type?: string;\n groupId?: string;\n displayName?: string;\n requiredMembers?: string[];\n requiredZoneNames?: string[];\n}\n\n/** Result of the List private link resources operation. */\nexport interface PrivateLinkResourcesListResult {\n /** A collection of private link resources */\n value?: PrivateLinkResource[];\n /** A link for the next page of private link resources. */\n nextLink?: string;\n}\n\n/** Properties of the System Topic update. */\nexport interface SystemTopicUpdateParameters {\n /** Tags of the system topic. */\n tags?: { [propertyName: string]: string };\n /** Resource identity information. */\n identity?: IdentityInfo;\n}\n\n/** Result of the List System topics operation. */\nexport interface SystemTopicsListResult {\n /** A collection of system Topics. */\n value?: SystemTopic[];\n /** A link for the next page of topics. */\n nextLink?: string;\n}\n\n/** Result of the List Event Types operation */\nexport interface EventTypesListResult {\n /** A collection of event types */\n value?: EventType[];\n}\n\n/** Result of the List Topic Space operation. */\nexport interface TopicSpacesListResult {\n /** A collection of Topic Space. */\n value?: TopicSpace[];\n /** A link for the next page of Topic Space. */\n nextLink?: string;\n}\n\n/** Result of the List Topic Types operation */\nexport interface TopicTypesListResult {\n /** A collection of topic types */\n value?: TopicTypeInfo[];\n}\n\nexport interface TopicTypeAdditionalEnforcedPermission {\n permissionName?: string;\n isDataAction?: boolean;\n}\n\n/** Information about the partner. */\nexport interface PartnerDetails {\n /** This is short description about the partner. The length of this description should not exceed 256 characters. */\n description?: string;\n /** Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters. */\n longDescription?: string;\n /**\n * URI of the partner website that can be used by Azure customers to setup Event Grid\n * integration on an event source.\n */\n setupUri?: string;\n}\n\n/** Result of the List verified partners operation */\nexport interface VerifiedPartnersListResult {\n /** A collection of verified partners. */\n value?: VerifiedPartner[];\n /** A link for the next page of verified partners if any. */\n nextLink?: string;\n}\n\n/** Namespace custom domain ownership validation result. */\nexport interface CustomDomainOwnershipValidationResult {\n /** List of custom domain configurations for the namespace under topics configuration. */\n customDomainsForTopicsConfiguration?: CustomDomainConfiguration[];\n /** List of custom domain configurations for the namespace under topic spaces configuration. */\n customDomainsForTopicSpacesConfiguration?: CustomDomainConfiguration[];\n}\n\n/** Full endpoint URL of an event subscription */\nexport interface SubscriptionFullUrl {\n /** The URL that represents the endpoint of the destination of an event subscription. */\n endpointUrl?: string;\n}\n\n/** This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema. */\nexport interface JsonField {\n /** Name of a field in the input event schema that's to be used as the source of a mapping. */\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 provided.\n */\nexport interface JsonFieldWithDefault {\n /** Name of a field in the input event schema that's to be used as the source of a mapping. */\n sourceField?: string;\n /** The default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload. */\n defaultValue?: string;\n}\n\n/** The CA Certificate resource. */\nexport interface CaCertificate extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the CA Certificate resource. */\n description?: string;\n /** Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. */\n encodedCertificate?: string;\n /**\n * Certificate issue time in UTC. This is a read-only field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueTimeInUtc?: Date;\n /**\n * Certificate expiry time in UTC. This is a read-only field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTimeInUtc?: Date;\n /**\n * Provisioning state of the CA Certificate resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CaCertificateProvisioningState;\n}\n\n/** Channel info. */\nexport interface Channel extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The type of the event channel which represents the direction flow of events. */\n channelType?: ChannelType;\n /** This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel. */\n partnerTopicInfo?: PartnerTopicInfo;\n /** Context or helpful message that can be used during the approval process by the subscriber. */\n messageForActivation?: string;\n /** Provisioning state of the channel. */\n provisioningState?: ChannelProvisioningState;\n /** The readiness state of the corresponding partner topic. */\n readinessState?: ReadinessState;\n /**\n * Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated,\n * the channel and corresponding partner topic are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n}\n\n/** The Client group resource. */\nexport interface ClientGroup extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Client Group resource. */\n description?: string;\n /**\n * The grouping query for the clients.\n * Example : attributes.keyName IN ['a', 'b', 'c'].\n */\n query?: string;\n /**\n * Provisioning state of the ClientGroup resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClientGroupProvisioningState;\n}\n\n/** The Client resource. */\nexport interface Client extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Client resource. */\n description?: string;\n /** The name presented by the client for authentication. The default value is the name of the resource. */\n authenticationName?: string;\n /** The client certificate authentication information. */\n clientCertificateAuthentication?: ClientCertificateAuthentication;\n /** Indicates if the client is enabled or not. Default value is Enabled. */\n state?: ClientState;\n /**\n * Attributes for the client. Supported values are int, bool, string, string[].\n * Example:\n * \"attributes\": { \"room\": \"345\", \"floor\": 12, \"deviceTypes\": [\"Fan\", \"Light\"] }\n */\n attributes?: { [propertyName: string]: any };\n /**\n * Provisioning state of the Client resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClientProvisioningState;\n}\n\nexport interface PrivateEndpointConnection extends Resource {\n /** The Private Endpoint resource for this Connection. */\n privateEndpoint?: PrivateEndpoint;\n /** GroupIds from the private link service resource. */\n groupIds?: string[];\n /** Details about the state of the connection. */\n privateLinkServiceConnectionState?: ConnectionState;\n /** Provisioning state of the Private Endpoint Connection. */\n provisioningState?: ResourceProvisioningState;\n}\n\n/** Definition of a Tracked Resource. */\nexport interface TrackedResource extends Resource {\n /** Location of the resource. */\n location: string;\n /** Tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Domain Topic. */\nexport interface DomainTopic extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the domain topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainTopicProvisioningState;\n}\n\n/** Event Subscription. */\nexport interface Subscription extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the event subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SubscriptionProvisioningState;\n /** Information about the delivery configuration of the event subscription. */\n deliveryConfiguration?: DeliveryConfiguration;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: DeliverySchema;\n /** Information about the filter for the event subscription. */\n filtersConfiguration?: FiltersConfiguration;\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n}\n\n/** Event Subscription. */\nexport interface EventSubscription extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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.\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 subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /** Information about the filter for the event subscription. */\n filter?: EventSubscriptionFilter;\n /** List of user defined labels. */\n labels?: string[];\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: EventDeliverySchema;\n /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */\n retryPolicy?: RetryPolicy;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to 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 the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n}\n\n/** Namespace topic details. */\nexport interface NamespaceTopic extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the namespace topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: NamespaceTopicProvisioningState;\n /** Publisher type of the namespace topic. */\n publisherType?: PublisherType;\n /** This determines the format that is expected for incoming events published to the topic. */\n inputSchema?: EventInputSchema;\n /**\n * Event retention for the namespace topic expressed in days. The property default value is 1 day.\n * Min event retention duration value is 1 day and max event retention duration value is 1 day.\n */\n eventRetentionInDays?: number;\n}\n\n/** Partner configuration information */\nexport interface PartnerConfiguration extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Location of the resource. */\n location?: string;\n /** Tags of the resource. */\n tags?: { [propertyName: string]: string };\n /** The details of authorized partners. */\n partnerAuthorization?: PartnerAuthorization;\n /** Provisioning state of the partner configuration. */\n provisioningState?: PartnerConfigurationProvisioningState;\n}\n\n/** The Permission binding resource. */\nexport interface PermissionBinding extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Permission Binding resource. */\n description?: string;\n /**\n * The name of the Topic Space resource that the permission is bound to.\n * The Topic space needs to be a resource under the same namespace the permission binding is a part of.\n */\n topicSpaceName?: string;\n /** The allowed permission. */\n permission?: PermissionType;\n /**\n * The name of the client group resource that the permission is bound to.\n * The client group needs to be a resource under the same namespace the permission binding is a part of.\n */\n clientGroupName?: string;\n /**\n * Provisioning state of the PermissionBinding resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PermissionBindingProvisioningState;\n}\n\n/** Event Type for a subject under a topic */\nexport interface EventType extends Resource {\n /** Display name of the event type. */\n displayName?: string;\n /** Description of the event type. */\n description?: string;\n /** URL of the schema for this event type. */\n schemaUrl?: string;\n /** IsInDefaultSet flag of the event type. */\n isInDefaultSet?: boolean;\n}\n\n/** Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources. */\nexport interface ExtensionTopic extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description of the extension topic. */\n description?: string;\n /** System topic resource id which is mapped to the source. */\n systemTopic?: string;\n}\n\n/** The Topic space resource. */\nexport interface TopicSpace extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Topic Space resource. */\n description?: string;\n /**\n * The topic filters in the topic space.\n * Example: \"topicTemplates\": [\n * \"devices/foo/bar\",\n * \"devices/topic1/+\",\n * \"devices/${principal.name}/${principal.attributes.keyName}\" ].\n */\n topicTemplates?: string[];\n /**\n * Provisioning state of the TopicSpace resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TopicSpaceProvisioningState;\n}\n\n/** Properties of a topic type info. */\nexport interface TopicTypeInfo extends Resource {\n /** Namespace of the provider of the topic type. */\n provider?: string;\n /** Display Name for the topic type. */\n displayName?: string;\n /** Description of the topic type. */\n description?: string;\n /** Region type of the resource. */\n resourceRegionType?: ResourceRegionType;\n /** Provisioning state of the topic type. */\n provisioningState?: TopicTypeProvisioningState;\n /** List of locations supported by this topic type. */\n supportedLocations?: string[];\n /** Source resource format. */\n sourceResourceFormat?: string;\n /** Supported source scopes. */\n supportedScopesForSource?: TopicTypeSourceScope[];\n /** Flag to indicate that a topic type can support both regional or global system topics. */\n areRegionalAndGlobalSourcesSupported?: boolean;\n /** Permissions which are enforced for creating and updating system topics of this this topic type. */\n additionalEnforcedPermissions?: TopicTypeAdditionalEnforcedPermission[];\n}\n\n/** Verified partner information */\nexport interface VerifiedPartner extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** ImmutableId of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** Official name of the Partner. */\n organizationName?: string;\n /** Display name of the verified partner. */\n partnerDisplayName?: string;\n /** Details of the partner topic scenario. */\n partnerTopicDetails?: PartnerDetails;\n /** Provisioning state of the verified partner. */\n provisioningState?: VerifiedPartnerProvisioningState;\n}\n\n/** This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema. */\nexport interface JsonInputSchemaMapping extends InputSchemaMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inputSchemaMappingType: \"Json\";\n /** The mapping information for the Id property of the Event Grid Event. */\n id?: JsonField;\n /** The mapping information for the Topic property of the Event Grid Event. */\n topic?: JsonField;\n /** The mapping information for the EventTime property of the Event Grid Event. */\n eventTime?: JsonField;\n /** The mapping information for the EventType property of the Event Grid Event. */\n eventType?: JsonFieldWithDefault;\n /** The mapping information for the Subject property of the Event Grid Event. */\n subject?: JsonFieldWithDefault;\n /** The mapping information for the DataVersion property of the Event Grid Event. */\n dataVersion?: JsonFieldWithDefault;\n}\n\n/** Static delivery attribute mapping details. */\nexport interface StaticDeliveryAttributeMapping\n extends DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Static\";\n /** Value of the delivery attribute. */\n value?: string;\n /** Boolean flag to tell if the attribute contains sensitive information . */\n isSecret?: boolean;\n}\n\n/** Dynamic delivery attribute mapping details. */\nexport interface DynamicDeliveryAttributeMapping\n extends DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Dynamic\";\n /** JSON path in the event which contains attribute value. */\n sourceField?: string;\n}\n\n/** Information about the storage blob based dead letter destination. */\nexport interface StorageBlobDeadLetterDestination\n extends DeadLetterDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageBlob\";\n /** The Azure Resource ID of the storage account that is the destination of the deadletter events */\n resourceId?: string;\n /** The name of the Storage blob container that is the destination of the deadletter events */\n blobContainerName?: string;\n}\n\n/** Information about the webhook destination for an event subscription. */\nexport interface WebHookEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n /** The URL that represents the endpoint of the destination of an event subscription. */\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 /** Maximum number of events per batch. */\n maxEventsPerBatch?: number;\n /** Preferred batch size in Kilobytes. */\n preferredBatchSizeInKilobytes?: number;\n /** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryTenantId?: string;\n /** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryApplicationIdOrUri?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n /** Minimum TLS version that should be supported by webhook endpoint */\n minimumTlsVersionAllowed?: TlsVersion;\n}\n\n/** Information about the event hub destination for an event subscription. */\nexport interface EventHubEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"EventHub\";\n /** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the storage queue destination for an event subscription. */\nexport interface StorageQueueEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageQueue\";\n /** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */\n resourceId?: string;\n /** The name of the Storage queue under a storage account that is the destination of an event subscription. */\n queueName?: string;\n /** Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. */\n queueMessageTimeToLiveInSeconds?: number;\n}\n\n/** Information about the HybridConnection destination for an event subscription. */\nexport interface HybridConnectionEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"HybridConnection\";\n /** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the service bus destination for an event subscription. */\nexport interface ServiceBusQueueEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBusQueue\";\n /** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the service bus topic destination for an event subscription. */\nexport interface ServiceBusTopicEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBusTopic\";\n /** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the azure function destination for an event subscription. */\nexport interface AzureFunctionEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureFunction\";\n /** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */\n resourceId?: string;\n /** Maximum number of events per batch. */\n maxEventsPerBatch?: number;\n /** Preferred batch size in Kilobytes. */\n preferredBatchSizeInKilobytes?: number;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the Monitor Alert destination for an event subscription. */\nexport interface MonitorAlertEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"MonitorAlert\";\n /**\n * The severity that will be attached to every Alert fired through this event subscription.\n * This field must be provided.\n */\n severity?: MonitorAlertSeverity;\n /** The description that will be attached to every Alert fired through this event subscription. */\n description?: string;\n /**\n * The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription.\n * Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.\n */\n actionGroups?: string[];\n}\n\n/** Information about the Namespace Topic destination for an event subscription. */\nexport interface NamespaceTopicEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"NamespaceTopic\";\n /**\n * The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription.\n * This field is required and the Namespace Topic resource listed must already exist.\n * The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.\n */\n resourceId?: string;\n}\n\n/** NumberIn Filter. */\nexport interface NumberInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberNotIn Filter. */\nexport interface NumberNotInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberLessThan Filter. */\nexport interface NumberLessThanFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThan Filter. */\nexport interface NumberGreaterThanFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberLessThanOrEquals Filter. */\nexport interface NumberLessThanOrEqualsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThanOrEquals Filter. */\nexport interface NumberGreaterThanOrEqualsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** BoolEquals Filter. */\nexport interface BoolEqualsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"BoolEquals\";\n /** The boolean filter value. */\n value?: boolean;\n}\n\n/** StringIn Filter. */\nexport interface StringInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotIn Filter. */\nexport interface StringNotInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringBeginsWith Filter. */\nexport interface StringBeginsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringEndsWith Filter. */\nexport interface StringEndsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringContains Filter. */\nexport interface StringContainsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** NumberInRange Filter. */\nexport interface NumberInRangeFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** NumberNotInRange Filter. */\nexport interface NumberNotInRangeFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** StringNotBeginsWith Filter. */\nexport interface StringNotBeginsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotEndsWith Filter. */\nexport interface StringNotEndsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotContains Filter. */\nexport interface StringNotContainsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** IsNullOrUndefined Filter. */\nexport interface IsNullOrUndefinedFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNullOrUndefined\";\n}\n\n/** IsNotNull Filter. */\nexport interface IsNotNullFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNotNull\";\n}\n\n/** NumberIn Advanced Filter. */\nexport interface NumberInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberNotIn Advanced Filter. */\nexport interface NumberNotInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberLessThan Advanced Filter. */\nexport interface NumberLessThanAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThan Advanced Filter. */\nexport interface NumberGreaterThanAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberLessThanOrEquals Advanced Filter. */\nexport interface NumberLessThanOrEqualsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThanOrEquals Advanced Filter. */\nexport interface NumberGreaterThanOrEqualsAdvancedFilter\n extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** BoolEquals Advanced Filter. */\nexport interface BoolEqualsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"BoolEquals\";\n /** The boolean filter value. */\n value?: boolean;\n}\n\n/** StringIn Advanced Filter. */\nexport interface StringInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotIn Advanced Filter. */\nexport interface StringNotInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringBeginsWith Advanced Filter. */\nexport interface StringBeginsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringEndsWith Advanced Filter. */\nexport interface StringEndsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringContains Advanced Filter. */\nexport interface StringContainsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** NumberInRange Advanced Filter. */\nexport interface NumberInRangeAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** NumberNotInRange Advanced Filter. */\nexport interface NumberNotInRangeAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** StringNotBeginsWith Advanced Filter. */\nexport interface StringNotBeginsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotEndsWith Advanced Filter. */\nexport interface StringNotEndsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotContains Advanced Filter. */\nexport interface StringNotContainsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** IsNullOrUndefined Advanced Filter. */\nexport interface IsNullOrUndefinedAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNullOrUndefined\";\n}\n\n/** IsNotNull Advanced Filter. */\nexport interface IsNotNullAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNotNull\";\n}\n\nexport interface StaticStringRoutingEnrichment extends StaticRoutingEnrichment {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n valueType: \"String\";\n /** String type routing enrichment value. */\n value?: string;\n}\n\n/** EventGrid Domain. */\nexport interface Domain extends TrackedResource {\n /** Identity information for the Event Grid Domain resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainProvisioningState;\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /**\n * Endpoint for the Event Grid Domain Resource which is used for publishing the events.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n /** This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource. */\n inputSchema?: InputSchema;\n /**\n * Event Type Information for the domain. This information is provided by the publisher and can be used by the\n * subscriber to view different types of events that are published.\n */\n eventTypeInfo?: EventTypeInfo;\n /** Information about the InputSchemaMapping which specified the info about mapping event payload. */\n inputSchemaMapping?: InputSchemaMappingUnion;\n /**\n * Metric resource id for the Event Grid Domain Resource.\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * In this context, creation of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 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 associated with this Event Grid Domain resource.\n * In this context, deletion of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n /** Data Residency Boundary of the resource. */\n dataResidencyBoundary?: DataResidencyBoundary;\n}\n\n/** Namespace resource. */\nexport interface Namespace extends TrackedResource {\n /** Represents available Sku pricing tiers. */\n sku?: NamespaceSku;\n /** Identity information for the Namespace resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Provisioning state of the namespace resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: NamespaceProvisioningState;\n /** Topics configuration information for the namespace resource */\n topicsConfiguration?: TopicsConfiguration;\n /** Topic spaces configuration information for the namespace resource */\n topicSpacesConfiguration?: TopicSpacesConfiguration;\n /**\n * This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this\n * property is not specified explicitly by the user, its default value depends on the following conditions:\n * a. For Availability Zones enabled regions - The default property value would be true.\n * b. For non-Availability Zones enabled regions - The default property value would be false.\n * Once specified, this property cannot be updated.\n */\n isZoneRedundant?: boolean;\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported. */\n minimumTlsVersionAllowed?: TlsVersion;\n}\n\n/** EventGrid Topic */\nexport interface Topic extends TrackedResource {\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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 topic.\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 * Event Type Information for the user topic. This information is provided by the publisher and can be used by the\n * subscriber to view different types of events that are published.\n */\n eventTypeInfo?: EventTypeInfo;\n /** Minimum TLS version of the publisher allowed to publish to this topic */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This determines the format that Event Grid should expect for incoming events published to the topic. */\n inputSchema?: InputSchema;\n /** This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. */\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */\n disableLocalAuth?: boolean;\n /** Data Residency Boundary of the resource. */\n dataResidencyBoundary?: DataResidencyBoundary;\n}\n\n/** EventGrid Partner Namespace. */\nexport interface PartnerNamespace extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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 partner namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerNamespaceProvisioningState;\n /**\n * The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.\n */\n partnerRegistrationFullyQualifiedId?: string;\n /** Minimum TLS version of the publisher allowed to publish to this partner namespace */\n minimumTlsVersionAllowed?: TlsVersion;\n /**\n * Endpoint for the partner namespace.\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 if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */\n disableLocalAuth?: boolean;\n /**\n * This determines if events published to this partner namespace should use the source attribute in the event payload\n * or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic.\n */\n partnerTopicRoutingMode?: PartnerTopicRoutingMode;\n}\n\n/** Information about a partner registration. */\nexport interface PartnerRegistration extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the partner registration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerRegistrationProvisioningState;\n /**\n * The immutableId of the corresponding partner registration.\n * Note: This property is marked for deprecation and is not supported in any future GA API version\n */\n partnerRegistrationImmutableId?: string;\n}\n\n/** Event Grid Partner Topic. */\nexport interface PartnerTopic extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Identity information for the Partner Topic resource. */\n identity?: IdentityInfo;\n /** The immutableId of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** Source associated with this partner topic. This represents a unique partner resource. */\n source?: string;\n /** Event Type information from the corresponding event channel. */\n eventTypeInfo?: EventTypeInfo;\n /**\n * Expiration time of the partner topic. If this timer expires while the partner topic is still never activated,\n * the partner topic and corresponding event channel are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /**\n * Provisioning state of the partner topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerTopicProvisioningState;\n /** Activation state of the partner topic. */\n activationState?: PartnerTopicActivationState;\n /**\n * Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.\n * This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.\n */\n partnerTopicFriendlyDescription?: string;\n /** Context or helpful message that can be used during the approval process by the subscriber. */\n messageForActivation?: string;\n}\n\n/** EventGrid System Topic. */\nexport interface SystemTopic extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /**\n * Provisioning state of the system topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n /** Source for the system topic. */\n source?: string;\n /** TopicType for the system topic. */\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\n/** Defines headers for CaCertificates_delete operation. */\nexport interface CaCertificatesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Channels_delete operation. */\nexport interface ChannelsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ClientGroups_delete operation. */\nexport interface ClientGroupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Clients_delete operation. */\nexport interface ClientsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Domains_delete operation. */\nexport interface DomainsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DomainTopics_delete operation. */\nexport interface DomainTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for TopicEventSubscriptions_delete operation. */\nexport interface TopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DomainEventSubscriptions_delete operation. */\nexport interface DomainEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopicEventSubscriptions_delete operation. */\nexport interface NamespaceTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopicEventSubscriptions_update operation. */\nexport interface NamespaceTopicEventSubscriptionsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for EventSubscriptions_delete operation. */\nexport interface EventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DomainTopicEventSubscriptions_delete operation. */\nexport interface DomainTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SystemTopicEventSubscriptions_delete operation. */\nexport interface SystemTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerTopicEventSubscriptions_delete operation. */\nexport interface PartnerTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_delete operation. */\nexport interface NamespacesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_update operation. */\nexport interface NamespacesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_regenerateKey operation. */\nexport interface NamespacesRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_validateCustomDomainOwnership operation. */\nexport interface NamespacesValidateCustomDomainOwnershipHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopics_delete operation. */\nexport interface NamespaceTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopics_update operation. */\nexport interface NamespaceTopicsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopics_regenerateKey operation. */\nexport interface NamespaceTopicsRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for Topics_delete operation. */\nexport interface TopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Topics_regenerateKey operation. */\nexport interface TopicsRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerConfigurations_delete operation. */\nexport interface PartnerConfigurationsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerNamespaces_delete operation. */\nexport interface PartnerNamespacesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerRegistrations_delete operation. */\nexport interface PartnerRegistrationsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerTopics_delete operation. */\nexport interface PartnerTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PermissionBindings_delete operation. */\nexport interface PermissionBindingsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SystemTopics_delete operation. */\nexport interface SystemTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for TopicSpaces_delete operation. */\nexport interface TopicSpacesDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link CaCertificateProvisioningState} that the service accepts. */\nexport enum KnownCaCertificateProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for CaCertificateProvisioningState. \\\n * {@link KnownCaCertificateProvisioningState} can be used interchangeably with CaCertificateProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type CaCertificateProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ChannelType} that the service accepts. */\nexport enum KnownChannelType {\n /** PartnerTopic */\n PartnerTopic = \"PartnerTopic\",\n}\n\n/**\n * Defines values for ChannelType. \\\n * {@link KnownChannelType} can be used interchangeably with ChannelType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PartnerTopic**\n */\nexport type ChannelType = string;\n\n/** Known values of {@link EventDefinitionKind} that the service accepts. */\nexport enum KnownEventDefinitionKind {\n /** Inline */\n Inline = \"Inline\",\n}\n\n/**\n * Defines values for EventDefinitionKind. \\\n * {@link KnownEventDefinitionKind} can be used interchangeably with EventDefinitionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inline**\n */\nexport type EventDefinitionKind = string;\n\n/** Known values of {@link ChannelProvisioningState} that the service accepts. */\nexport enum KnownChannelProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** IdleDueToMirroredPartnerTopicDeletion */\n IdleDueToMirroredPartnerTopicDeletion = \"IdleDueToMirroredPartnerTopicDeletion\",\n}\n\n/**\n * Defines values for ChannelProvisioningState. \\\n * {@link KnownChannelProvisioningState} can be used interchangeably with ChannelProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **IdleDueToMirroredPartnerTopicDeletion**\n */\nexport type ChannelProvisioningState = string;\n\n/** Known values of {@link ReadinessState} that the service accepts. */\nexport enum KnownReadinessState {\n /** NeverActivated */\n NeverActivated = \"NeverActivated\",\n /** Activated */\n Activated = \"Activated\",\n}\n\n/**\n * Defines values for ReadinessState. \\\n * {@link KnownReadinessState} can be used interchangeably with ReadinessState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NeverActivated** \\\n * **Activated**\n */\nexport type ReadinessState = string;\n\n/** Known values of {@link ClientGroupProvisioningState} that the service accepts. */\nexport enum KnownClientGroupProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for ClientGroupProvisioningState. \\\n * {@link KnownClientGroupProvisioningState} can be used interchangeably with ClientGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type ClientGroupProvisioningState = string;\n\n/** Known values of {@link ClientCertificateValidationScheme} that the service accepts. */\nexport enum KnownClientCertificateValidationScheme {\n /** SubjectMatchesAuthenticationName */\n SubjectMatchesAuthenticationName = \"SubjectMatchesAuthenticationName\",\n /** DnsMatchesAuthenticationName */\n DnsMatchesAuthenticationName = \"DnsMatchesAuthenticationName\",\n /** UriMatchesAuthenticationName */\n UriMatchesAuthenticationName = \"UriMatchesAuthenticationName\",\n /** IpMatchesAuthenticationName */\n IpMatchesAuthenticationName = \"IpMatchesAuthenticationName\",\n /** EmailMatchesAuthenticationName */\n EmailMatchesAuthenticationName = \"EmailMatchesAuthenticationName\",\n /** ThumbprintMatch */\n ThumbprintMatch = \"ThumbprintMatch\",\n}\n\n/**\n * Defines values for ClientCertificateValidationScheme. \\\n * {@link KnownClientCertificateValidationScheme} can be used interchangeably with ClientCertificateValidationScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SubjectMatchesAuthenticationName** \\\n * **DnsMatchesAuthenticationName** \\\n * **UriMatchesAuthenticationName** \\\n * **IpMatchesAuthenticationName** \\\n * **EmailMatchesAuthenticationName** \\\n * **ThumbprintMatch**\n */\nexport type ClientCertificateValidationScheme = string;\n\n/** Known values of {@link ClientState} that the service accepts. */\nexport enum KnownClientState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ClientState. \\\n * {@link KnownClientState} can be used interchangeably with ClientState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ClientState = string;\n\n/** Known values of {@link ClientProvisioningState} that the service accepts. */\nexport enum KnownClientProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for ClientProvisioningState. \\\n * {@link KnownClientProvisioningState} can be used interchangeably with ClientProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type ClientProvisioningState = string;\n\n/** Known values of {@link PersistedConnectionStatus} that the service accepts. */\nexport enum KnownPersistedConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PersistedConnectionStatus. \\\n * {@link KnownPersistedConnectionStatus} can be used interchangeably with PersistedConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PersistedConnectionStatus = string;\n\n/** Known values of {@link ResourceProvisioningState} that the service accepts. */\nexport enum KnownResourceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ResourceProvisioningState. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type ResourceProvisioningState = string;\n\n/** Known values of {@link DomainProvisioningState} that the service accepts. */\nexport enum KnownDomainProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DomainProvisioningState. \\\n * {@link KnownDomainProvisioningState} can be used interchangeably with DomainProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type DomainProvisioningState = string;\n\n/** Known values of {@link TlsVersion} that the service accepts. */\nexport enum KnownTlsVersion {\n /** One0 */\n One0 = \"1.0\",\n /** One1 */\n One1 = \"1.1\",\n /** One2 */\n One2 = \"1.2\",\n}\n\n/**\n * Defines values for TlsVersion. \\\n * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2**\n */\nexport type TlsVersion = string;\n\n/** Known values of {@link InputSchema} that the service accepts. */\nexport enum KnownInputSchema {\n /** EventGridSchema */\n EventGridSchema = \"EventGridSchema\",\n /** CustomEventSchema */\n CustomEventSchema = \"CustomEventSchema\",\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for InputSchema. \\\n * {@link KnownInputSchema} can be used interchangeably with InputSchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridSchema** \\\n * **CustomEventSchema** \\\n * **CloudEventSchemaV1_0**\n */\nexport type InputSchema = string;\n\n/** Known values of {@link InputSchemaMappingType} that the service accepts. */\nexport enum KnownInputSchemaMappingType {\n /** Json */\n Json = \"Json\",\n}\n\n/**\n * Defines values for InputSchemaMappingType. \\\n * {@link KnownInputSchemaMappingType} can be used interchangeably with InputSchemaMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Json**\n */\nexport type InputSchemaMappingType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link IpActionType} that the service accepts. */\nexport enum KnownIpActionType {\n /** Allow */\n Allow = \"Allow\",\n}\n\n/**\n * Defines values for IpActionType. \\\n * {@link KnownIpActionType} can be used interchangeably with IpActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**\n */\nexport type IpActionType = string;\n\n/** Known values of {@link DataResidencyBoundary} that the service accepts. */\nexport enum KnownDataResidencyBoundary {\n /** WithinGeopair */\n WithinGeopair = \"WithinGeopair\",\n /** WithinRegion */\n WithinRegion = \"WithinRegion\",\n}\n\n/**\n * Defines values for DataResidencyBoundary. \\\n * {@link KnownDataResidencyBoundary} can be used interchangeably with DataResidencyBoundary,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WithinGeopair** \\\n * **WithinRegion**\n */\nexport type DataResidencyBoundary = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link DomainTopicProvisioningState} that the service accepts. */\nexport enum KnownDomainTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DomainTopicProvisioningState. \\\n * {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type DomainTopicProvisioningState = string;\n\n/** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */\nexport enum KnownDeliveryAttributeMappingType {\n /** Static */\n Static = \"Static\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for DeliveryAttributeMappingType. \\\n * {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Dynamic**\n */\nexport type DeliveryAttributeMappingType = string;\n\n/** Known values of {@link SubscriptionProvisioningState} that the service accepts. */\nexport enum KnownSubscriptionProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** AwaitingManualAction */\n AwaitingManualAction = \"AwaitingManualAction\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** UpdatedFailed */\n UpdatedFailed = \"UpdatedFailed\",\n}\n\n/**\n * Defines values for SubscriptionProvisioningState. \\\n * {@link KnownSubscriptionProvisioningState} can be used interchangeably with SubscriptionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **AwaitingManualAction** \\\n * **Deleted** \\\n * **DeleteFailed** \\\n * **CreateFailed** \\\n * **UpdatedFailed**\n */\nexport type SubscriptionProvisioningState = string;\n\n/** Known values of {@link DeliveryMode} that the service accepts. */\nexport enum KnownDeliveryMode {\n /** Queue */\n Queue = \"Queue\",\n /** Push */\n Push = \"Push\",\n}\n\n/**\n * Defines values for DeliveryMode. \\\n * {@link KnownDeliveryMode} can be used interchangeably with DeliveryMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queue** \\\n * **Push**\n */\nexport type DeliveryMode = string;\n\n/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */\nexport enum KnownEventSubscriptionIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for EventSubscriptionIdentityType. \\\n * {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type EventSubscriptionIdentityType = string;\n\n/** Known values of {@link DeadLetterEndPointType} that the service accepts. */\nexport enum KnownDeadLetterEndPointType {\n /** StorageBlob */\n StorageBlob = \"StorageBlob\",\n}\n\n/**\n * Defines values for DeadLetterEndPointType. \\\n * {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StorageBlob**\n */\nexport type DeadLetterEndPointType = string;\n\n/** Known values of {@link EndpointType} that the service accepts. */\nexport enum KnownEndpointType {\n /** WebHook */\n WebHook = \"WebHook\",\n /** EventHub */\n EventHub = \"EventHub\",\n /** StorageQueue */\n StorageQueue = \"StorageQueue\",\n /** HybridConnection */\n HybridConnection = \"HybridConnection\",\n /** ServiceBusQueue */\n ServiceBusQueue = \"ServiceBusQueue\",\n /** ServiceBusTopic */\n ServiceBusTopic = \"ServiceBusTopic\",\n /** AzureFunction */\n AzureFunction = \"AzureFunction\",\n /** MonitorAlert */\n MonitorAlert = \"MonitorAlert\",\n /** NamespaceTopic */\n NamespaceTopic = \"NamespaceTopic\",\n}\n\n/**\n * Defines values for EndpointType. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WebHook** \\\n * **EventHub** \\\n * **StorageQueue** \\\n * **HybridConnection** \\\n * **ServiceBusQueue** \\\n * **ServiceBusTopic** \\\n * **AzureFunction** \\\n * **MonitorAlert** \\\n * **NamespaceTopic**\n */\nexport type EndpointType = string;\n\n/** Known values of {@link DeliverySchema} that the service accepts. */\nexport enum KnownDeliverySchema {\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for DeliverySchema. \\\n * {@link KnownDeliverySchema} can be used interchangeably with DeliverySchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CloudEventSchemaV1_0**\n */\nexport type DeliverySchema = string;\n\n/** Known values of {@link FilterOperatorType} that the service accepts. */\nexport enum KnownFilterOperatorType {\n /** NumberIn */\n NumberIn = \"NumberIn\",\n /** NumberNotIn */\n NumberNotIn = \"NumberNotIn\",\n /** NumberLessThan */\n NumberLessThan = \"NumberLessThan\",\n /** NumberGreaterThan */\n NumberGreaterThan = \"NumberGreaterThan\",\n /** NumberLessThanOrEquals */\n NumberLessThanOrEquals = \"NumberLessThanOrEquals\",\n /** NumberGreaterThanOrEquals */\n NumberGreaterThanOrEquals = \"NumberGreaterThanOrEquals\",\n /** BoolEquals */\n BoolEquals = \"BoolEquals\",\n /** StringIn */\n StringIn = \"StringIn\",\n /** StringNotIn */\n StringNotIn = \"StringNotIn\",\n /** StringBeginsWith */\n StringBeginsWith = \"StringBeginsWith\",\n /** StringEndsWith */\n StringEndsWith = \"StringEndsWith\",\n /** StringContains */\n StringContains = \"StringContains\",\n /** NumberInRange */\n NumberInRange = \"NumberInRange\",\n /** NumberNotInRange */\n NumberNotInRange = \"NumberNotInRange\",\n /** StringNotBeginsWith */\n StringNotBeginsWith = \"StringNotBeginsWith\",\n /** StringNotEndsWith */\n StringNotEndsWith = \"StringNotEndsWith\",\n /** StringNotContains */\n StringNotContains = \"StringNotContains\",\n /** IsNullOrUndefined */\n IsNullOrUndefined = \"IsNullOrUndefined\",\n /** IsNotNull */\n IsNotNull = \"IsNotNull\",\n}\n\n/**\n * Defines values for FilterOperatorType. \\\n * {@link KnownFilterOperatorType} can be used interchangeably with FilterOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NumberIn** \\\n * **NumberNotIn** \\\n * **NumberLessThan** \\\n * **NumberGreaterThan** \\\n * **NumberLessThanOrEquals** \\\n * **NumberGreaterThanOrEquals** \\\n * **BoolEquals** \\\n * **StringIn** \\\n * **StringNotIn** \\\n * **StringBeginsWith** \\\n * **StringEndsWith** \\\n * **StringContains** \\\n * **NumberInRange** \\\n * **NumberNotInRange** \\\n * **StringNotBeginsWith** \\\n * **StringNotEndsWith** \\\n * **StringNotContains** \\\n * **IsNullOrUndefined** \\\n * **IsNotNull**\n */\nexport type FilterOperatorType = string;\n\n/** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */\nexport enum KnownEventSubscriptionProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** AwaitingManualAction */\n AwaitingManualAction = \"AwaitingManualAction\",\n}\n\n/**\n * Defines values for EventSubscriptionProvisioningState. \\\n * {@link KnownEventSubscriptionProvisioningState} can be used interchangeably with EventSubscriptionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **AwaitingManualAction**\n */\nexport type EventSubscriptionProvisioningState = string;\n\n/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */\nexport enum KnownAdvancedFilterOperatorType {\n /** NumberIn */\n NumberIn = \"NumberIn\",\n /** NumberNotIn */\n NumberNotIn = \"NumberNotIn\",\n /** NumberLessThan */\n NumberLessThan = \"NumberLessThan\",\n /** NumberGreaterThan */\n NumberGreaterThan = \"NumberGreaterThan\",\n /** NumberLessThanOrEquals */\n NumberLessThanOrEquals = \"NumberLessThanOrEquals\",\n /** NumberGreaterThanOrEquals */\n NumberGreaterThanOrEquals = \"NumberGreaterThanOrEquals\",\n /** BoolEquals */\n BoolEquals = \"BoolEquals\",\n /** StringIn */\n StringIn = \"StringIn\",\n /** StringNotIn */\n StringNotIn = \"StringNotIn\",\n /** StringBeginsWith */\n StringBeginsWith = \"StringBeginsWith\",\n /** StringEndsWith */\n StringEndsWith = \"StringEndsWith\",\n /** StringContains */\n StringContains = \"StringContains\",\n /** NumberInRange */\n NumberInRange = \"NumberInRange\",\n /** NumberNotInRange */\n NumberNotInRange = \"NumberNotInRange\",\n /** StringNotBeginsWith */\n StringNotBeginsWith = \"StringNotBeginsWith\",\n /** StringNotEndsWith */\n StringNotEndsWith = \"StringNotEndsWith\",\n /** StringNotContains */\n StringNotContains = \"StringNotContains\",\n /** IsNullOrUndefined */\n IsNullOrUndefined = \"IsNullOrUndefined\",\n /** IsNotNull */\n IsNotNull = \"IsNotNull\",\n}\n\n/**\n * Defines values for AdvancedFilterOperatorType. \\\n * {@link KnownAdvancedFilterOperatorType} can be used interchangeably with AdvancedFilterOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NumberIn** \\\n * **NumberNotIn** \\\n * **NumberLessThan** \\\n * **NumberGreaterThan** \\\n * **NumberLessThanOrEquals** \\\n * **NumberGreaterThanOrEquals** \\\n * **BoolEquals** \\\n * **StringIn** \\\n * **StringNotIn** \\\n * **StringBeginsWith** \\\n * **StringEndsWith** \\\n * **StringContains** \\\n * **NumberInRange** \\\n * **NumberNotInRange** \\\n * **StringNotBeginsWith** \\\n * **StringNotEndsWith** \\\n * **StringNotContains** \\\n * **IsNullOrUndefined** \\\n * **IsNotNull**\n */\nexport type AdvancedFilterOperatorType = string;\n\n/** Known values of {@link EventDeliverySchema} that the service accepts. */\nexport enum KnownEventDeliverySchema {\n /** EventGridSchema */\n EventGridSchema = \"EventGridSchema\",\n /** CustomInputSchema */\n CustomInputSchema = \"CustomInputSchema\",\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for EventDeliverySchema. \\\n * {@link KnownEventDeliverySchema} can be used interchangeably with EventDeliverySchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridSchema** \\\n * **CustomInputSchema** \\\n * **CloudEventSchemaV1_0**\n */\nexport type EventDeliverySchema = string;\n\n/** Known values of {@link NamespaceProvisioningState} that the service accepts. */\nexport enum KnownNamespaceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** UpdatedFailed */\n UpdatedFailed = \"UpdatedFailed\",\n}\n\n/**\n * Defines values for NamespaceProvisioningState. \\\n * {@link KnownNamespaceProvisioningState} can be used interchangeably with NamespaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted** \\\n * **DeleteFailed** \\\n * **CreateFailed** \\\n * **UpdatedFailed**\n */\nexport type NamespaceProvisioningState = string;\n\n/** Known values of {@link CustomDomainValidationState} that the service accepts. */\nexport enum KnownCustomDomainValidationState {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** ErrorRetrievingDnsRecord */\n ErrorRetrievingDnsRecord = \"ErrorRetrievingDnsRecord\",\n}\n\n/**\n * Defines values for CustomDomainValidationState. \\\n * {@link KnownCustomDomainValidationState} can be used interchangeably with CustomDomainValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **ErrorRetrievingDnsRecord**\n */\nexport type CustomDomainValidationState = string;\n\n/** Known values of {@link CustomDomainIdentityType} that the service accepts. */\nexport enum KnownCustomDomainIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for CustomDomainIdentityType. \\\n * {@link KnownCustomDomainIdentityType} can be used interchangeably with CustomDomainIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type CustomDomainIdentityType = string;\n\n/** Known values of {@link TopicSpacesConfigurationState} that the service accepts. */\nexport enum KnownTopicSpacesConfigurationState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for TopicSpacesConfigurationState. \\\n * {@link KnownTopicSpacesConfigurationState} can be used interchangeably with TopicSpacesConfigurationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type TopicSpacesConfigurationState = string;\n\n/** Known values of {@link StaticRoutingEnrichmentType} that the service accepts. */\nexport enum KnownStaticRoutingEnrichmentType {\n /** String */\n String = \"String\",\n}\n\n/**\n * Defines values for StaticRoutingEnrichmentType. \\\n * {@link KnownStaticRoutingEnrichmentType} can be used interchangeably with StaticRoutingEnrichmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String**\n */\nexport type StaticRoutingEnrichmentType = string;\n\n/** Known values of {@link RoutingIdentityType} that the service accepts. */\nexport enum KnownRoutingIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for RoutingIdentityType. \\\n * {@link KnownRoutingIdentityType} can be used interchangeably with RoutingIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type RoutingIdentityType = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Standard */\n Standard = \"Standard\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**\n */\nexport type SkuName = string;\n\n/** Known values of {@link NamespaceTopicProvisioningState} that the service accepts. */\nexport enum KnownNamespaceTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** UpdatedFailed */\n UpdatedFailed = \"UpdatedFailed\",\n}\n\n/**\n * Defines values for NamespaceTopicProvisioningState. \\\n * {@link KnownNamespaceTopicProvisioningState} can be used interchangeably with NamespaceTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted** \\\n * **DeleteFailed** \\\n * **CreateFailed** \\\n * **UpdatedFailed**\n */\nexport type NamespaceTopicProvisioningState = string;\n\n/** Known values of {@link PublisherType} that the service accepts. */\nexport enum KnownPublisherType {\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for PublisherType. \\\n * {@link KnownPublisherType} can be used interchangeably with PublisherType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Custom**\n */\nexport type PublisherType = string;\n\n/** Known values of {@link EventInputSchema} that the service accepts. */\nexport enum KnownEventInputSchema {\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for EventInputSchema. \\\n * {@link KnownEventInputSchema} can be used interchangeably with EventInputSchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CloudEventSchemaV1_0**\n */\nexport type EventInputSchema = string;\n\n/** Known values of {@link TopicProvisioningState} that the service accepts. */\nexport enum KnownTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for TopicProvisioningState. \\\n * {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type TopicProvisioningState = string;\n\n/** Known values of {@link PartnerConfigurationProvisioningState} that the service accepts. */\nexport enum KnownPartnerConfigurationProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PartnerConfigurationProvisioningState. \\\n * {@link KnownPartnerConfigurationProvisioningState} can be used interchangeably with PartnerConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type PartnerConfigurationProvisioningState = string;\n\n/** Known values of {@link PartnerNamespaceProvisioningState} that the service accepts. */\nexport enum KnownPartnerNamespaceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PartnerNamespaceProvisioningState. \\\n * {@link KnownPartnerNamespaceProvisioningState} can be used interchangeably with PartnerNamespaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type PartnerNamespaceProvisioningState = string;\n\n/** Known values of {@link PartnerTopicRoutingMode} that the service accepts. */\nexport enum KnownPartnerTopicRoutingMode {\n /** SourceEventAttribute */\n SourceEventAttribute = \"SourceEventAttribute\",\n /** ChannelNameHeader */\n ChannelNameHeader = \"ChannelNameHeader\",\n}\n\n/**\n * Defines values for PartnerTopicRoutingMode. \\\n * {@link KnownPartnerTopicRoutingMode} can be used interchangeably with PartnerTopicRoutingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SourceEventAttribute** \\\n * **ChannelNameHeader**\n */\nexport type PartnerTopicRoutingMode = string;\n\n/** Known values of {@link PartnerRegistrationProvisioningState} that the service accepts. */\nexport enum KnownPartnerRegistrationProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PartnerRegistrationProvisioningState. \\\n * {@link KnownPartnerRegistrationProvisioningState} can be used interchangeably with PartnerRegistrationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type PartnerRegistrationProvisioningState = string;\n\n/** Known values of {@link PartnerTopicProvisioningState} that the service accepts. */\nexport enum KnownPartnerTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** IdleDueToMirroredChannelResourceDeletion */\n IdleDueToMirroredChannelResourceDeletion = \"IdleDueToMirroredChannelResourceDeletion\",\n}\n\n/**\n * Defines values for PartnerTopicProvisioningState. \\\n * {@link KnownPartnerTopicProvisioningState} can be used interchangeably with PartnerTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **IdleDueToMirroredChannelResourceDeletion**\n */\nexport type PartnerTopicProvisioningState = string;\n\n/** Known values of {@link PartnerTopicActivationState} that the service accepts. */\nexport enum KnownPartnerTopicActivationState {\n /** NeverActivated */\n NeverActivated = \"NeverActivated\",\n /** Activated */\n Activated = \"Activated\",\n /** Deactivated */\n Deactivated = \"Deactivated\",\n}\n\n/**\n * Defines values for PartnerTopicActivationState. \\\n * {@link KnownPartnerTopicActivationState} can be used interchangeably with PartnerTopicActivationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NeverActivated** \\\n * **Activated** \\\n * **Deactivated**\n */\nexport type PartnerTopicActivationState = string;\n\n/** Known values of {@link PermissionType} that the service accepts. */\nexport enum KnownPermissionType {\n /** Publisher */\n Publisher = \"Publisher\",\n /** Subscriber */\n Subscriber = \"Subscriber\",\n}\n\n/**\n * Defines values for PermissionType. \\\n * {@link KnownPermissionType} can be used interchangeably with PermissionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Publisher** \\\n * **Subscriber**\n */\nexport type PermissionType = string;\n\n/** Known values of {@link PermissionBindingProvisioningState} that the service accepts. */\nexport enum KnownPermissionBindingProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for PermissionBindingProvisioningState. \\\n * {@link KnownPermissionBindingProvisioningState} can be used interchangeably with PermissionBindingProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type PermissionBindingProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointConnectionsParentType} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionsParentType {\n /** Topics */\n Topics = \"topics\",\n /** Domains */\n Domains = \"domains\",\n /** PartnerNamespaces */\n PartnerNamespaces = \"partnerNamespaces\",\n /** Namespaces */\n Namespaces = \"namespaces\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionsParentType. \\\n * {@link KnownPrivateEndpointConnectionsParentType} can be used interchangeably with PrivateEndpointConnectionsParentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains** \\\n * **partnerNamespaces** \\\n * **namespaces**\n */\nexport type PrivateEndpointConnectionsParentType = string;\n\n/** Known values of {@link TopicSpaceProvisioningState} that the service accepts. */\nexport enum KnownTopicSpaceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for TopicSpaceProvisioningState. \\\n * {@link KnownTopicSpaceProvisioningState} can be used interchangeably with TopicSpaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type TopicSpaceProvisioningState = string;\n\n/** Known values of {@link ResourceRegionType} that the service accepts. */\nexport enum KnownResourceRegionType {\n /** RegionalResource */\n RegionalResource = \"RegionalResource\",\n /** GlobalResource */\n GlobalResource = \"GlobalResource\",\n}\n\n/**\n * Defines values for ResourceRegionType. \\\n * {@link KnownResourceRegionType} can be used interchangeably with ResourceRegionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegionalResource** \\\n * **GlobalResource**\n */\nexport type ResourceRegionType = string;\n\n/** Known values of {@link TopicTypeProvisioningState} that the service accepts. */\nexport enum KnownTopicTypeProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for TopicTypeProvisioningState. \\\n * {@link KnownTopicTypeProvisioningState} can be used interchangeably with TopicTypeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type TopicTypeProvisioningState = string;\n\n/** Known values of {@link TopicTypeSourceScope} that the service accepts. */\nexport enum KnownTopicTypeSourceScope {\n /** Resource */\n Resource = \"Resource\",\n /** ResourceGroup */\n ResourceGroup = \"ResourceGroup\",\n /** AzureSubscription */\n AzureSubscription = \"AzureSubscription\",\n /** ManagementGroup */\n ManagementGroup = \"ManagementGroup\",\n}\n\n/**\n * Defines values for TopicTypeSourceScope. \\\n * {@link KnownTopicTypeSourceScope} can be used interchangeably with TopicTypeSourceScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Resource** \\\n * **ResourceGroup** \\\n * **AzureSubscription** \\\n * **ManagementGroup**\n */\nexport type TopicTypeSourceScope = string;\n\n/** Known values of {@link VerifiedPartnerProvisioningState} that the service accepts. */\nexport enum KnownVerifiedPartnerProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for VerifiedPartnerProvisioningState. \\\n * {@link KnownVerifiedPartnerProvisioningState} can be used interchangeably with VerifiedPartnerProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type VerifiedPartnerProvisioningState = string;\n\n/** Known values of {@link MonitorAlertSeverity} that the service accepts. */\nexport enum KnownMonitorAlertSeverity {\n /** Sev0 */\n Sev0 = \"Sev0\",\n /** Sev1 */\n Sev1 = \"Sev1\",\n /** Sev2 */\n Sev2 = \"Sev2\",\n /** Sev3 */\n Sev3 = \"Sev3\",\n /** Sev4 */\n Sev4 = \"Sev4\",\n}\n\n/**\n * Defines values for MonitorAlertSeverity. \\\n * {@link KnownMonitorAlertSeverity} can be used interchangeably with MonitorAlertSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sev0** \\\n * **Sev1** \\\n * **Sev2** \\\n * **Sev3** \\\n * **Sev4**\n */\nexport type MonitorAlertSeverity = string;\n\n/** Optional parameters. */\nexport interface CaCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CaCertificatesGetResponse = CaCertificate;\n\n/** Optional parameters. */\nexport interface CaCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CaCertificatesCreateOrUpdateResponse = CaCertificate;\n\n/** Optional parameters. */\nexport interface CaCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CaCertificatesListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type CaCertificatesListByNamespaceResponse = CaCertificatesListResult;\n\n/** Optional parameters. */\nexport interface CaCertificatesListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type CaCertificatesListByNamespaceNextResponse =\n CaCertificatesListResult;\n\n/** Optional parameters. */\nexport interface ChannelsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ChannelsGetResponse = Channel;\n\n/** Optional parameters. */\nexport interface ChannelsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ChannelsCreateOrUpdateResponse = Channel;\n\n/** Optional parameters. */\nexport interface ChannelsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ChannelsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ChannelsListByPartnerNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByPartnerNamespace operation. */\nexport type ChannelsListByPartnerNamespaceResponse = ChannelsListResult;\n\n/** Optional parameters. */\nexport interface ChannelsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type ChannelsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface ChannelsListByPartnerNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPartnerNamespaceNext operation. */\nexport type ChannelsListByPartnerNamespaceNextResponse = ChannelsListResult;\n\n/** Optional parameters. */\nexport interface ClientGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClientGroupsGetResponse = ClientGroup;\n\n/** Optional parameters. */\nexport interface ClientGroupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClientGroupsCreateOrUpdateResponse = ClientGroup;\n\n/** Optional parameters. */\nexport interface ClientGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClientGroupsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type ClientGroupsListByNamespaceResponse = ClientGroupsListResult;\n\n/** Optional parameters. */\nexport interface ClientGroupsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type ClientGroupsListByNamespaceNextResponse = ClientGroupsListResult;\n\n/** Optional parameters. */\nexport interface ClientsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClientsGetResponse = Client;\n\n/** Optional parameters. */\nexport interface ClientsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClientsCreateOrUpdateResponse = Client;\n\n/** Optional parameters. */\nexport interface ClientsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClientsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type ClientsListByNamespaceResponse = ClientsListResult;\n\n/** Optional parameters. */\nexport interface ClientsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type ClientsListByNamespaceNextResponse = ClientsListResult;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DomainsListBySubscriptionResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DomainsListByResourceGroupResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface DomainsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface DomainsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DomainsListBySubscriptionNextResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DomainsListByResourceGroupNextResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainTopicsGetResponse = DomainTopic;\n\n/** Optional parameters. */\nexport interface DomainTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainTopicsCreateOrUpdateResponse = DomainTopic;\n\n/** Optional parameters. */\nexport interface DomainTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainTopicsListByDomainOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByDomain operation. */\nexport type DomainTopicsListByDomainResponse = DomainTopicsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicsListByDomainNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainNext operation. */\nexport type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type TopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type TopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type TopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type TopicEventSubscriptionsListResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TopicEventSubscriptionsListNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type DomainEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainEventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DomainEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type DomainEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DomainEventSubscriptionsListResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainEventSubscriptionsListNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespaceTopicEventSubscriptionsGetResponse = Subscription;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespaceTopicEventSubscriptionsCreateOrUpdateResponse =\n Subscription;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespaceTopic operation. */\nexport type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse =\n SubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type NamespaceTopicEventSubscriptionsGetFullUrlResponse =\n SubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceTopicNext operation. */\nexport type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse =\n SubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscription operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscriptionForTopicType operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroup operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroupForTopicType operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscription operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroup operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscriptionForTopicType operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroupForTopicType operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type EventSubscriptionsListByResourceResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByDomainTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByDomainTopic operation. */\nexport type EventSubscriptionsListByDomainTopicResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type EventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalBySubscriptionNext operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalByResourceGroupNext operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalBySubscriptionNext operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalByResourceGroupNext operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type EventSubscriptionsListByResourceNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByDomainTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainTopicNext operation. */\nexport type EventSubscriptionsListByDomainTopicNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainTopicEventSubscriptionsCreateOrUpdateResponse =\n EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DomainTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type DomainTopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DomainTopicEventSubscriptionsListResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainTopicEventSubscriptionsListNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SystemTopicEventSubscriptionsCreateOrUpdateResponse =\n EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type SystemTopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySystemTopic operation. */\nexport type SystemTopicEventSubscriptionsListBySystemTopicResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySystemTopicNext operation. */\nexport type SystemTopicEventSubscriptionsListBySystemTopicNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerTopicEventSubscriptionsCreateOrUpdateResponse =\n EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type PartnerTopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByPartnerTopic operation. */\nexport type PartnerTopicEventSubscriptionsListByPartnerTopicResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPartnerTopicNext operation. */\nexport type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface NamespacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespacesGetResponse = Namespace;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespacesCreateOrUpdateResponse = Namespace;\n\n/** Optional parameters. */\nexport interface NamespacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespacesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamespacesUpdateResponse = Namespace;\n\n/** Optional parameters. */\nexport interface NamespacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type NamespacesListBySubscriptionResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type NamespacesListByResourceGroupResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type NamespacesListSharedAccessKeysResponse = NamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespacesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type NamespacesRegenerateKeyResponse = NamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespacesValidateCustomDomainOwnershipOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validateCustomDomainOwnership operation. */\nexport type NamespacesValidateCustomDomainOwnershipResponse =\n CustomDomainOwnershipValidationResult;\n\n/** Optional parameters. */\nexport interface NamespacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type NamespacesListBySubscriptionNextResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type NamespacesListByResourceGroupNextResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespaceTopicsGetResponse = NamespaceTopic;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespaceTopicsCreateOrUpdateResponse = NamespaceTopic;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespaceTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamespaceTopicsUpdateResponse = NamespaceTopic;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type NamespaceTopicsListByNamespaceResponse = NamespaceTopicsListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type NamespaceTopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type NamespaceTopicsRegenerateKeyResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type NamespaceTopicsListByNamespaceNextResponse =\n NamespaceTopicsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsListResult;\n\n/** Optional parameters. */\nexport interface TopicsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicsGetResponse = Topic;\n\n/** Optional parameters. */\nexport interface TopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicsCreateOrUpdateResponse = Topic;\n\n/** Optional parameters. */\nexport interface TopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type TopicsDeleteResponse = TopicsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface TopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type TopicsListBySubscriptionResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type TopicsListByResourceGroupResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsListEventTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEventTypes operation. */\nexport type TopicsListEventTypesResponse = EventTypesListResult;\n\n/** Optional parameters. */\nexport interface TopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type TopicsListBySubscriptionNextResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type TopicsListByResourceGroupNextResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerConfigurationsGetResponse = PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerConfigurationsCreateOrUpdateResponse = PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PartnerConfigurationsUpdateResponse = PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerConfigurationsListByResourceGroupResponse =\n PartnerConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerConfigurationsListBySubscriptionResponse =\n PartnerConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsAuthorizePartnerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the authorizePartner operation. */\nexport type PartnerConfigurationsAuthorizePartnerResponse =\n PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsUnauthorizePartnerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the unauthorizePartner operation. */\nexport type PartnerConfigurationsUnauthorizePartnerResponse =\n PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerConfigurationsListBySubscriptionNextResponse =\n PartnerConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerNamespacesGetResponse = PartnerNamespace;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerNamespacesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerNamespacesListBySubscriptionResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerNamespacesListByResourceGroupResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type PartnerNamespacesListSharedAccessKeysResponse =\n PartnerNamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type PartnerNamespacesRegenerateKeyResponse =\n PartnerNamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerNamespacesListBySubscriptionNextResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerNamespacesListByResourceGroupNextResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerRegistrationsGetResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerRegistrationsListBySubscriptionResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerRegistrationsListByResourceGroupResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerRegistrationsListBySubscriptionNextResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerRegistrationsListByResourceGroupNextResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerTopicsGetResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerTopicsCreateOrUpdateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PartnerTopicsUpdateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the activate operation. */\nexport type PartnerTopicsActivateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsDeactivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deactivate operation. */\nexport type PartnerTopicsDeactivateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerTopicsListBySubscriptionNextResponse =\n PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerTopicsListByResourceGroupNextResponse =\n PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PermissionBindingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PermissionBindingsGetResponse = PermissionBinding;\n\n/** Optional parameters. */\nexport interface PermissionBindingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PermissionBindingsCreateOrUpdateResponse = PermissionBinding;\n\n/** Optional parameters. */\nexport interface PermissionBindingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PermissionBindingsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type PermissionBindingsListByNamespaceResponse =\n PermissionBindingsListResult;\n\n/** Optional parameters. */\nexport interface PermissionBindingsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type PermissionBindingsListByNamespaceNextResponse =\n PermissionBindingsListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse =\n PrivateEndpointConnectionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateEndpointConnectionsListByResourceResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateEndpointConnectionsListByResourceNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateLinkResourcesListByResourceResponse =\n PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateLinkResourcesListByResourceNextResponse =\n PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemTopicsGetResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SystemTopicsCreateOrUpdateResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SystemTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SystemTopicsUpdateResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SystemTopicsListByResourceGroupNextResponse =\n SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface ExtensionTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionTopicsGetResponse = ExtensionTopic;\n\n/** Optional parameters. */\nexport interface TopicSpacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicSpacesGetResponse = TopicSpace;\n\n/** Optional parameters. */\nexport interface TopicSpacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicSpacesCreateOrUpdateResponse = TopicSpace;\n\n/** Optional parameters. */\nexport interface TopicSpacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicSpacesListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type TopicSpacesListByNamespaceResponse = TopicSpacesListResult;\n\n/** Optional parameters. */\nexport interface TopicSpacesListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type TopicSpacesListByNamespaceNextResponse = TopicSpacesListResult;\n\n/** Optional parameters. */\nexport interface TopicTypesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopicTypesListResponse = TopicTypesListResult;\n\n/** Optional parameters. */\nexport interface TopicTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicTypesGetResponse = TopicTypeInfo;\n\n/** Optional parameters. */\nexport interface TopicTypesListEventTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEventTypes operation. */\nexport type TopicTypesListEventTypesResponse = EventTypesListResult;\n\n/** Optional parameters. */\nexport interface VerifiedPartnersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VerifiedPartnersGetResponse = VerifiedPartner;\n\n/** Optional parameters. */\nexport interface VerifiedPartnersListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VerifiedPartnersListResponse = VerifiedPartnersListResult;\n\n/** Optional parameters. */\nexport interface VerifiedPartnersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VerifiedPartnersListNextResponse = VerifiedPartnersListResult;\n\n/** Optional parameters. */\nexport interface EventGridManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAu1FH,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAeX;AAfD,WAAY,mCAAmC;IAC7C,eAAe;IACf,4DAAqB,CAAA;IACrB,eAAe;IACf,4DAAqB,CAAA;IACrB,eAAe;IACf,4DAAqB,CAAA;IACrB,gBAAgB;IAChB,8DAAuB,CAAA;IACvB,eAAe;IACf,4DAAqB,CAAA;IACrB,aAAa;IACb,wDAAiB,CAAA;IACjB,cAAc;IACd,0DAAmB,CAAA;AACrB,CAAC,EAfW,mCAAmC,KAAnC,mCAAmC,QAe9C;AAiBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,mBAAmB;IACnB,iDAA6B,CAAA;IAC7B,yBAAyB;IACzB,6DAAyC,CAAA;AAC3C,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,aAAa;IACb,6CAAiB,CAAA;AACnB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAWD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;AACrB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAWD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAiBX;AAjBD,WAAY,6BAA6B;IACvC,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,gBAAgB;IAChB,wDAAuB,CAAA;IACvB,eAAe;IACf,sDAAqB,CAAA;IACrB,aAAa;IACb,kDAAiB,CAAA;IACjB,4CAA4C;IAC5C,gHAA+E,CAAA;IAC/E,kDAAkD;IAClD,4HAA2F,CAAA;AAC7F,CAAC,EAjBW,6BAA6B,KAA7B,6BAA6B,QAiBxC;AAkBD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,qBAAqB;IACrB,wDAAiC,CAAA;IACjC,gBAAgB;IAChB,8CAAuB,CAAA;AACzB,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAeX;AAfD,WAAY,iCAAiC;IAC3C,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;IACrB,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,eAAe;IACf,0DAAqB,CAAA;IACrB,aAAa;IACb,sDAAiB,CAAA;IACjB,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAfW,iCAAiC,KAAjC,iCAAiC,QAe5C;AAiBD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAaX;AAbD,WAAY,sCAAsC;IAChD,uCAAuC;IACvC,+GAAqE,CAAA;IACrE,mCAAmC;IACnC,uGAA6D,CAAA;IAC7D,mCAAmC;IACnC,uGAA6D,CAAA;IAC7D,kCAAkC;IAClC,qGAA2D,CAAA;IAC3D,qCAAqC;IACrC,2GAAiE,CAAA;IACjE,sBAAsB;IACtB,6EAAmC,CAAA;AACrC,CAAC,EAbW,sCAAsC,KAAtC,sCAAsC,QAajD;AAgBD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,cAAc;IACd,uCAAmB,CAAA;IACnB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAeX;AAfD,WAAY,4BAA4B;IACtC,eAAe;IACf,qDAAqB,CAAA;IACrB,eAAe;IACf,qDAAqB,CAAA;IACrB,eAAe;IACf,qDAAqB,CAAA;IACrB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,eAAe;IACf,qDAAqB,CAAA;IACrB,aAAa;IACb,iDAAiB,CAAA;IACjB,cAAc;IACd,mDAAmB,CAAA;AACrB,CAAC,EAfW,4BAA4B,KAA5B,4BAA4B,QAevC;AAiBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BASX;AATD,WAAY,8BAA8B;IACxC,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,eAAe;IACf,uDAAqB,CAAA;IACrB,mBAAmB;IACnB,+DAA6B,CAAA;AAC/B,CAAC,EATW,8BAA8B,KAA9B,8BAA8B,QASzC;AAcD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAaX;AAbD,WAAY,8BAA8B;IACxC,eAAe;IACf,uDAAqB,CAAA;IACrB,eAAe;IACf,uDAAqB,CAAA;IACrB,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,eAAe;IACf,uDAAqB,CAAA;IACrB,aAAa;IACb,mDAAiB,CAAA;AACnB,CAAC,EAbW,8BAA8B,KAA9B,8BAA8B,QAazC;AAgBD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAaX;AAbD,WAAY,4BAA4B;IACtC,eAAe;IACf,qDAAqB,CAAA;IACrB,eAAe;IACf,qDAAqB,CAAA;IACrB,eAAe;IACf,qDAAqB,CAAA;IACrB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,eAAe;IACf,qDAAqB,CAAA;IACrB,aAAa;IACb,iDAAiB,CAAA;AACnB,CAAC,EAbW,4BAA4B,KAA5B,4BAA4B,QAavC;AAgBD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,WAAW;IACX,+BAAY,CAAA;IACZ,WAAW;IACX,+BAAY,CAAA;IACZ,WAAW;IACX,+BAAY,CAAA;AACd,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,sBAAsB;IACtB,uDAAmC,CAAA;IACnC,wBAAwB;IACxB,2DAAuC,CAAA;IACvC,0BAA0B;IAC1B,gEAA4C,CAAA;AAC9C,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;AACf,CAAC,EAHW,2BAA2B,KAA3B,2BAA2B,QAGtC;AAWD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;IACrB,yBAAyB;IACzB,qEAAyC,CAAA;AAC3C,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,YAAY;IACZ,oCAAe,CAAA;AACjB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAWD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,oBAAoB;IACpB,6DAA+B,CAAA;IAC/B,mBAAmB;IACnB,2DAA6B,CAAA;AAC/B,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,4DAA4D;AAC5D,MAAM,CAAN,IAAY,QAKX;AALD,WAAY,QAAQ;IAClB,YAAY;IACZ,2BAAe,CAAA;IACf,cAAc;IACd,+BAAmB,CAAA;AACrB,CAAC,EALW,QAAQ,KAAR,QAAQ,QAKnB;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,qBAAqB;IACrB,sDAAiC,CAAA;IACjC,mBAAmB;IACnB,kDAA6B,CAAA;IAC7B,iCAAiC;IACjC,gFAA2D,CAAA;AAC7D,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAaX;AAbD,WAAY,iCAAiC;IAC3C,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;IACrB,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,eAAe;IACf,0DAAqB,CAAA;IACrB,aAAa;IACb,sDAAiB,CAAA;AACnB,CAAC,EAbW,iCAAiC,KAAjC,iCAAiC,QAa5C;AAgBD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAC3C,aAAa;IACb,sDAAiB,CAAA;IACjB,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EALW,iCAAiC,KAAjC,iCAAiC,QAK5C;AAYD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAuBX;AAvBD,WAAY,kCAAkC;IAC5C,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;IACrB,gBAAgB;IAChB,6DAAuB,CAAA;IACvB,eAAe;IACf,2DAAqB,CAAA;IACrB,aAAa;IACb,uDAAiB,CAAA;IACjB,2BAA2B;IAC3B,mFAA6C,CAAA;IAC7C,cAAc;IACd,yDAAmB,CAAA;IACnB,mBAAmB;IACnB,mEAA6B,CAAA;IAC7B,mBAAmB;IACnB,mEAA6B,CAAA;IAC7B,oBAAoB;IACpB,qEAA+B,CAAA;AACjC,CAAC,EAvBW,kCAAkC,KAAlC,kCAAkC,QAuB7C;AAqBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,YAAY;IACZ,oCAAe,CAAA;IACf,WAAW;IACX,kCAAa,CAAA;AACf,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,qBAAqB;IACrB,uEAAiC,CAAA;IACjC,mBAAmB;IACnB,mEAA6B,CAAA;AAC/B,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,kBAAkB;IAClB,0DAA2B,CAAA;AAC7B,CAAC,EAHW,2BAA2B,KAA3B,2BAA2B,QAGtC;AAWD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAqBX;AArBD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;IACrB,mBAAmB;IACnB,kDAA6B,CAAA;IAC7B,uBAAuB;IACvB,0DAAqC,CAAA;IACrC,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,oBAAoB;IACpB,oDAA+B,CAAA;IAC/B,yBAAyB;IACzB,8DAAyC,CAAA;IACzC,mBAAmB;IACnB,kDAA6B,CAAA;IAC7B,qBAAqB;IACrB,sDAAiC,CAAA;AACnC,CAAC,EArBW,iBAAiB,KAAjB,iBAAiB,QAqB5B;AAoBD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,0BAA0B;IAC1B,mEAA4C,CAAA;AAC9C,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAuCX;AAvCD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;IACrB,kBAAkB;IAClB,sDAA2B,CAAA;IAC3B,qBAAqB;IACrB,4DAAiC,CAAA;IACjC,wBAAwB;IACxB,kEAAuC,CAAA;IACvC,6BAA6B;IAC7B,4EAAiD,CAAA;IACjD,gCAAgC;IAChC,kFAAuD,CAAA;IACvD,iBAAiB;IACjB,oDAAyB,CAAA;IACzB,eAAe;IACf,gDAAqB,CAAA;IACrB,kBAAkB;IAClB,sDAA2B,CAAA;IAC3B,uBAAuB;IACvB,gEAAqC,CAAA;IACrC,qBAAqB;IACrB,4DAAiC,CAAA;IACjC,qBAAqB;IACrB,4DAAiC,CAAA;IACjC,oBAAoB;IACpB,0DAA+B,CAAA;IAC/B,uBAAuB;IACvB,gEAAqC,CAAA;IACrC,0BAA0B;IAC1B,sEAA2C,CAAA;IAC3C,wBAAwB;IACxB,kEAAuC,CAAA;IACvC,wBAAwB;IACxB,kEAAuC,CAAA;IACvC,wBAAwB;IACxB,kEAAuC,CAAA;IACvC,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EAvCW,uBAAuB,KAAvB,uBAAuB,QAuClC;AA6BD,2FAA2F;AAC3F,MAAM,CAAN,IAAY,uCAeX;AAfD,WAAY,uCAAuC;IACjD,eAAe;IACf,gEAAqB,CAAA;IACrB,eAAe;IACf,gEAAqB,CAAA;IACrB,eAAe;IACf,gEAAqB,CAAA;IACrB,gBAAgB;IAChB,kEAAuB,CAAA;IACvB,eAAe;IACf,gEAAqB,CAAA;IACrB,aAAa;IACb,4DAAiB,CAAA;IACjB,2BAA2B;IAC3B,wFAA6C,CAAA;AAC/C,CAAC,EAfW,uCAAuC,KAAvC,uCAAuC,QAelD;AAiBD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAuCX;AAvCD,WAAY,+BAA+B;IACzC,eAAe;IACf,wDAAqB,CAAA;IACrB,kBAAkB;IAClB,8DAA2B,CAAA;IAC3B,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,wBAAwB;IACxB,0EAAuC,CAAA;IACvC,6BAA6B;IAC7B,oFAAiD,CAAA;IACjD,gCAAgC;IAChC,0FAAuD,CAAA;IACvD,iBAAiB;IACjB,4DAAyB,CAAA;IACzB,eAAe;IACf,wDAAqB,CAAA;IACrB,kBAAkB;IAClB,8DAA2B,CAAA;IAC3B,uBAAuB;IACvB,wEAAqC,CAAA;IACrC,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,oBAAoB;IACpB,kEAA+B,CAAA;IAC/B,uBAAuB;IACvB,wEAAqC,CAAA;IACrC,0BAA0B;IAC1B,8EAA2C,CAAA;IAC3C,wBAAwB;IACxB,0EAAuC,CAAA;IACvC,wBAAwB;IACxB,0EAAuC,CAAA;IACvC,wBAAwB;IACxB,0EAAuC,CAAA;IACvC,gBAAgB;IAChB,0DAAuB,CAAA;AACzB,CAAC,EAvCW,+BAA+B,KAA/B,+BAA+B,QAuC1C;AA6BD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,sBAAsB;IACtB,+DAAmC,CAAA;IACnC,wBAAwB;IACxB,mEAAuC,CAAA;IACvC,0BAA0B;IAC1B,wEAA4C,CAAA;AAC9C,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAqBX;AArBD,WAAY,+BAA+B;IACzC,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,gBAAgB;IAChB,0DAAuB,CAAA;IACvB,eAAe;IACf,wDAAqB,CAAA;IACrB,aAAa;IACb,oDAAiB,CAAA;IACjB,cAAc;IACd,sDAAmB,CAAA;IACnB,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,oBAAoB;IACpB,kEAA+B,CAAA;AACjC,CAAC,EArBW,+BAA+B,KAA/B,+BAA+B,QAqB1C;AAoBD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAOX;AAPD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,eAAe;IACf,yDAAqB,CAAA;IACrB,+BAA+B;IAC/B,yFAAqD,CAAA;AACvD,CAAC,EAPW,gCAAgC,KAAhC,gCAAgC,QAO3C;AAaD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,qBAAqB;IACrB,kEAAiC,CAAA;IACjC,mBAAmB;IACnB,8DAA6B,CAAA;AAC/B,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,eAAe;IACf,2DAAqB,CAAA;IACrB,cAAc;IACd,yDAAmB,CAAA;AACrB,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C;AAYD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IAC1C,aAAa;IACb,qDAAiB,CAAA;AACnB,CAAC,EAHW,gCAAgC,KAAhC,gCAAgC,QAG3C;AAWD,4FAA4F;AAC5F,MAAM,CAAN,IAAY,wCAWX;AAXD,WAAY,wCAAwC;IAClD,+BAA+B;IAC/B,iGAAqD,CAAA;IACrD,2BAA2B;IAC3B,yFAA6C,CAAA;IAC7C,2BAA2B;IAC3B,yFAA6C,CAAA;IAC7C,0BAA0B;IAC1B,uFAA2C,CAAA;IAC3C,6BAA6B;IAC7B,6FAAiD,CAAA;AACnD,CAAC,EAXW,wCAAwC,KAAxC,wCAAwC,QAWnD;AAeD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CAKX;AALD,WAAY,+CAA+C;IACzD,qBAAqB;IACrB,oFAAiC,CAAA;IACjC,mBAAmB;IACnB,gFAA6B,CAAA;AAC/B,CAAC,EALW,+CAA+C,KAA/C,+CAA+C,QAK1D;AAYD,uGAAuG;AACvG,MAAM,CAAN,IAAY,mDAKX;AALD,WAAY,mDAAmD;IAC7D,qBAAqB;IACrB,wFAAiC,CAAA;IACjC,mBAAmB;IACnB,oFAA6B,CAAA;AAC/B,CAAC,EALW,mDAAmD,KAAnD,mDAAmD,QAK9D;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,WAAW;IACX,yCAAa,CAAA;IACb,qBAAqB;IACrB,6DAAiC,CAAA;IACjC,mBAAmB;IACnB,yDAA6B,CAAA;AAC/B,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,eAAe;IACf,qCAAqB,CAAA;AACvB,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAWD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAqBX;AArBD,WAAY,oCAAoC;IAC9C,eAAe;IACf,6DAAqB,CAAA;IACrB,eAAe;IACf,6DAAqB,CAAA;IACrB,eAAe;IACf,6DAAqB,CAAA;IACrB,gBAAgB;IAChB,+DAAuB,CAAA;IACvB,eAAe;IACf,6DAAqB,CAAA;IACrB,aAAa;IACb,yDAAiB,CAAA;IACjB,cAAc;IACd,2DAAmB,CAAA;IACnB,mBAAmB;IACnB,qEAA6B,CAAA;IAC7B,mBAAmB;IACnB,qEAA6B,CAAA;IAC7B,oBAAoB;IACpB,uEAA+B,CAAA;AACjC,CAAC,EArBW,oCAAoC,KAApC,oCAAoC,QAqB/C;AAoBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAWD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,0BAA0B;IAC1B,qEAA4C,CAAA;AAC9C,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC;AAWD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAaX;AAbD,WAAY,0CAA0C;IACpD,eAAe;IACf,mEAAqB,CAAA;IACrB,eAAe;IACf,mEAAqB,CAAA;IACrB,eAAe;IACf,mEAAqB,CAAA;IACrB,gBAAgB;IAChB,qEAAuB,CAAA;IACvB,eAAe;IACf,mEAAqB,CAAA;IACrB,aAAa;IACb,+DAAiB,CAAA;AACnB,CAAC,EAbW,0CAA0C,KAA1C,0CAA0C,QAarD;AAgBD,4FAA4F;AAC5F,MAAM,CAAN,IAAY,wCAeX;AAfD,WAAY,wCAAwC;IAClD,eAAe;IACf,iEAAqB,CAAA;IACrB,eAAe;IACf,iEAAqB,CAAA;IACrB,eAAe;IACf,iEAAqB,CAAA;IACrB,gBAAgB;IAChB,mEAAuB,CAAA;IACvB,eAAe;IACf,iEAAqB,CAAA;IACrB,aAAa;IACb,6DAAiB,CAAA;IACjB,+CAA+C;IAC/C,iIAAqF,CAAA;AACvF,CAAC,EAfW,wCAAwC,KAAxC,wCAAwC,QAenD;AAiBD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,qBAAqB;IACrB,2EAAiC,CAAA;IACjC,gBAAgB;IAChB,iEAAuB,CAAA;AACzB,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD;AAYD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAaX;AAbD,WAAY,sCAAsC;IAChD,eAAe;IACf,+DAAqB,CAAA;IACrB,eAAe;IACf,+DAAqB,CAAA;IACrB,eAAe;IACf,+DAAqB,CAAA;IACrB,gBAAgB;IAChB,iEAAuB,CAAA;IACvB,eAAe;IACf,+DAAqB,CAAA;IACrB,aAAa;IACb,2DAAiB,CAAA;AACnB,CAAC,EAbW,sCAAsC,KAAtC,sCAAsC,QAajD;AAgBD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,2BAA2B;IAC3B,6EAA6C,CAAA;IAC7C,wBAAwB;IACxB,uEAAuC,CAAA;AACzC,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,6FAA6F;AAC7F,MAAM,CAAN,IAAY,yCAaX;AAbD,WAAY,yCAAyC;IACnD,eAAe;IACf,kEAAqB,CAAA;IACrB,eAAe;IACf,kEAAqB,CAAA;IACrB,eAAe;IACf,kEAAqB,CAAA;IACrB,gBAAgB;IAChB,oEAAuB,CAAA;IACvB,eAAe;IACf,kEAAqB,CAAA;IACrB,aAAa;IACb,8DAAiB,CAAA;AACnB,CAAC,EAbW,yCAAyC,KAAzC,yCAAyC,QAapD;AAgBD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAeX;AAfD,WAAY,kCAAkC;IAC5C,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;IACrB,gBAAgB;IAChB,6DAAuB,CAAA;IACvB,eAAe;IACf,2DAAqB,CAAA;IACrB,aAAa;IACb,uDAAiB,CAAA;IACjB,+CAA+C;IAC/C,2HAAqF,CAAA;AACvF,CAAC,EAfW,kCAAkC,KAAlC,kCAAkC,QAe7C;AAiBD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAOX;AAPD,WAAY,gCAAgC;IAC1C,qBAAqB;IACrB,qEAAiC,CAAA;IACjC,gBAAgB;IAChB,2DAAuB,CAAA;IACvB,kBAAkB;IAClB,+DAA2B,CAAA;AAC7B,CAAC,EAPW,gCAAgC,KAAhC,gCAAgC,QAO3C;AAaD,6FAA6F;AAC7F,MAAM,CAAN,IAAY,yCAKX;AALD,WAAY,yCAAyC;IACnD,aAAa;IACb,8DAAiB,CAAA;IACjB,cAAc;IACd,gEAAmB,CAAA;AACrB,CAAC,EALW,yCAAyC,KAAzC,yCAAyC,QAKpD;AAYD,wGAAwG;AACxG,MAAM,CAAN,IAAY,oDAiBX;AAjBD,WAAY,oDAAoD;IAC9D,eAAe;IACf,6EAAqB,CAAA;IACrB,eAAe;IACf,6EAAqB,CAAA;IACrB,eAAe;IACf,6EAAqB,CAAA;IACrB,gBAAgB;IAChB,+EAAuB,CAAA;IACvB,eAAe;IACf,6EAAqB,CAAA;IACrB,aAAa;IACb,yEAAiB,CAAA;IACjB,cAAc;IACd,2EAAmB,CAAA;IACnB,eAAe;IACf,6EAAqB,CAAA;AACvB,CAAC,EAjBW,oDAAoD,KAApD,oDAAoD,QAiB/D;AAkBD,uGAAuG;AACvG,MAAM,CAAN,IAAY,mDASX;AATD,WAAY,mDAAmD;IAC7D,oCAAoC;IACpC,sHAA+D,CAAA;IAC/D,mCAAmC;IACnC,oHAA6D,CAAA;IAC7D,sCAAsC;IACtC,0HAAmE,CAAA;IACnE,YAAY;IACZ,sEAAe,CAAA;AACjB,CAAC,EATW,mDAAmD,KAAnD,mDAAmD,QAS9D;AAcD,2GAA2G;AAC3G,MAAM,CAAN,IAAY,uDAKX;AALD,WAAY,uDAAuD;IACjE,cAAc;IACd,8EAAmB,CAAA;IACnB,YAAY;IACZ,0EAAe,CAAA;AACjB,CAAC,EALW,uDAAuD,KAAvD,uDAAuD,QAKlE;AAYD,sGAAsG;AACtG,MAAM,CAAN,IAAY,kDAOX;AAPD,WAAY,kDAAkD;IAC5D,eAAe;IACf,2EAAqB,CAAA;IACrB,eAAe;IACf,2EAAqB,CAAA;IACrB,YAAY;IACZ,qEAAe,CAAA;AACjB,CAAC,EAPW,kDAAkD,KAAlD,kDAAkD,QAO7D;AAaD,2GAA2G;AAC3G,MAAM,CAAN,IAAY,uDAKX;AALD,WAAY,uDAAuD;IACjE,cAAc;IACd,8EAAmB,CAAA;IACnB,eAAe;IACf,gFAAqB,CAAA;AACvB,CAAC,EALW,uDAAuD,KAAvD,uDAAuD,QAKlE;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,iBAAiB;IACjB,gDAAyB,CAAA;AAC3B,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAYD,2FAA2F;AAC3F,MAAM,CAAN,IAAY,uCAeX;AAfD,WAAY,uCAAuC;IACjD,eAAe;IACf,gEAAqB,CAAA;IACrB,eAAe;IACf,gEAAqB,CAAA;IACrB,eAAe;IACf,gEAAqB,CAAA;IACrB,gBAAgB;IAChB,kEAAuB,CAAA;IACvB,eAAe;IACf,gEAAqB,CAAA;IACrB,aAAa;IACb,4DAAiB,CAAA;IACjB,cAAc;IACd,8DAAmB,CAAA;AACrB,CAAC,EAfW,uCAAuC,KAAvC,uCAAuC,QAelD;AAiBD,6FAA6F;AAC7F,MAAM,CAAN,IAAY,yCASX;AATD,WAAY,yCAAyC;IACnD,aAAa;IACb,8DAAiB,CAAA;IACjB,cAAc;IACd,gEAAmB,CAAA;IACnB,wBAAwB;IACxB,oFAAuC,CAAA;IACvC,iBAAiB;IACjB,sEAAyB,CAAA;AAC3B,CAAC,EATW,yCAAyC,KAAzC,yCAAyC,QASpD;AAcD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC,eAAe;IACf,oDAAqB,CAAA;IACrB,eAAe;IACf,oDAAqB,CAAA;IACrB,eAAe;IACf,oDAAqB,CAAA;IACrB,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,eAAe;IACf,oDAAqB,CAAA;IACrB,aAAa;IACb,gDAAiB,CAAA;AACnB,CAAC,EAbW,2BAA2B,KAA3B,2BAA2B,QAatC;AAgBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,YAAY;IACZ,oCAAe,CAAA;IACf,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAeX;AAfD,WAAY,gCAAgC;IAC1C,eAAe;IACf,yDAAqB,CAAA;IACrB,eAAe;IACf,yDAAqB,CAAA;IACrB,eAAe;IACf,yDAAqB,CAAA;IACrB,gBAAgB;IAChB,2DAAuB,CAAA;IACvB,eAAe;IACf,yDAAqB,CAAA;IACrB,aAAa;IACb,qDAAiB,CAAA;IACjB,cAAc;IACd,uDAAmB,CAAA;AACrB,CAAC,EAfW,gCAAgC,KAAhC,gCAAgC,QAe3C;AAiBD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,uBAAuB;IACvB,gEAAqC,CAAA;IACrC,qBAAqB;IACrB,4DAAiC,CAAA;AACnC,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAaX;AAbD,WAAY,+BAA+B;IACzC,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,gBAAgB;IAChB,0DAAuB,CAAA;IACvB,eAAe;IACf,wDAAqB,CAAA;IACrB,aAAa;IACb,oDAAiB,CAAA;AACnB,CAAC,EAbW,+BAA+B,KAA/B,+BAA+B,QAa1C;AAgBD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,eAAe;IACf,kDAAqB,CAAA;IACrB,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,wBAAwB;IACxB,oEAAuC,CAAA;IACvC,sBAAsB;IACtB,gEAAmC,CAAA;AACrC,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AAcD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAaX;AAbD,WAAY,qCAAqC;IAC/C,eAAe;IACf,8DAAqB,CAAA;IACrB,eAAe;IACf,8DAAqB,CAAA;IACrB,eAAe;IACf,8DAAqB,CAAA;IACrB,gBAAgB;IAChB,gEAAuB,CAAA;IACvB,eAAe;IACf,8DAAqB,CAAA;IACrB,aAAa;IACb,0DAAiB,CAAA;AACnB,CAAC,EAbW,qCAAqC,KAArC,qCAAqC,QAahD;AAgBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;AACrB,CAAC,EAHW,oCAAoC,KAApC,oCAAoC,QAG/C;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,WAAW;IACX,0CAAa,CAAA;IACb,WAAW;IACX,0CAAa,CAAA;IACb,WAAW;IACX,0CAAa,CAAA;IACb,WAAW;IACX,0CAAa,CAAA;IACb,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EAXW,yBAAyB,KAAzB,yBAAyB,QAWpC","sourcesContent":["/*\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 * as coreClient from \"@azure/core-client\";\n\nexport type PartnerDestinationInfoUnion =\n | PartnerDestinationInfo\n | WebhookPartnerDestinationInfo;\nexport type PartnerUpdateDestinationInfoUnion =\n | PartnerUpdateDestinationInfo\n | WebhookUpdatePartnerDestinationInfo;\nexport type InputSchemaMappingUnion =\n | InputSchemaMapping\n | JsonInputSchemaMapping;\nexport type DeliveryAttributeMappingUnion =\n | DeliveryAttributeMapping\n | StaticDeliveryAttributeMapping\n | DynamicDeliveryAttributeMapping;\nexport type DeadLetterDestinationUnion =\n | DeadLetterDestination\n | StorageBlobDeadLetterDestination;\nexport type EventSubscriptionDestinationUnion =\n | EventSubscriptionDestination\n | WebHookEventSubscriptionDestination\n | EventHubEventSubscriptionDestination\n | StorageQueueEventSubscriptionDestination\n | HybridConnectionEventSubscriptionDestination\n | ServiceBusQueueEventSubscriptionDestination\n | ServiceBusTopicEventSubscriptionDestination\n | AzureFunctionEventSubscriptionDestination\n | PartnerEventSubscriptionDestination\n | MonitorAlertEventSubscriptionDestination\n | NamespaceTopicEventSubscriptionDestination;\nexport type FilterUnion =\n | Filter\n | NumberInFilter\n | NumberNotInFilter\n | NumberLessThanFilter\n | NumberGreaterThanFilter\n | NumberLessThanOrEqualsFilter\n | NumberGreaterThanOrEqualsFilter\n | BoolEqualsFilter\n | StringInFilter\n | StringNotInFilter\n | StringBeginsWithFilter\n | StringEndsWithFilter\n | StringContainsFilter\n | NumberInRangeFilter\n | NumberNotInRangeFilter\n | StringNotBeginsWithFilter\n | StringNotEndsWithFilter\n | StringNotContainsFilter\n | IsNullOrUndefinedFilter\n | IsNotNullFilter;\nexport type AdvancedFilterUnion =\n | AdvancedFilter\n | NumberInAdvancedFilter\n | NumberNotInAdvancedFilter\n | NumberLessThanAdvancedFilter\n | NumberGreaterThanAdvancedFilter\n | NumberLessThanOrEqualsAdvancedFilter\n | NumberGreaterThanOrEqualsAdvancedFilter\n | BoolEqualsAdvancedFilter\n | StringInAdvancedFilter\n | StringNotInAdvancedFilter\n | StringBeginsWithAdvancedFilter\n | StringEndsWithAdvancedFilter\n | StringContainsAdvancedFilter\n | NumberInRangeAdvancedFilter\n | NumberNotInRangeAdvancedFilter\n | StringNotBeginsWithAdvancedFilter\n | StringNotEndsWithAdvancedFilter\n | StringNotContainsAdvancedFilter\n | IsNullOrUndefinedAdvancedFilter\n | IsNotNullAdvancedFilter;\nexport type StaticRoutingEnrichmentUnion =\n | StaticRoutingEnrichment\n | StaticStringRoutingEnrichment;\nexport type PartnerClientAuthenticationUnion =\n | PartnerClientAuthentication\n | AzureADPartnerClientAuthentication;\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Definition of a Resource. */\nexport interface Resource {\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/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Result of the List CA Certificate operation. */\nexport interface CaCertificatesListResult {\n /** A collection of CA Certificate. */\n value?: CaCertificate[];\n /** A link for the next page of CA Certificate. */\n nextLink?: string;\n}\n\n/** Properties of the corresponding partner topic of a Channel. */\nexport interface PartnerTopicInfo {\n /**\n * Azure subscription ID of the subscriber. The partner topic associated with the channel will be\n * created under this Azure subscription.\n */\n azureSubscriptionId?: string;\n /**\n * Azure Resource Group of the subscriber. The partner topic associated with the channel will be\n * created under this resource group.\n */\n resourceGroupName?: string;\n /** Name of the partner topic associated with the channel. */\n name?: string;\n /**\n * Event Type Information for the partner topic. This information is provided by the publisher and can be used by the\n * subscriber to view different types of events that are published.\n */\n eventTypeInfo?: EventTypeInfo;\n /**\n * The source information is provided by the publisher to determine the scope or context from which the events\n * are originating. This information can be used by the subscriber during the approval process of the\n * created partner topic.\n */\n source?: string;\n}\n\n/** The event type information for Channels. */\nexport interface EventTypeInfo {\n /** The kind of event type used. */\n kind?: EventDefinitionKind;\n /**\n * A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event.\n * An example of a valid inline event name is \"Contoso.OrderCreated\".\n * The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.\n */\n inlineEventTypes?: { [propertyName: string]: InlineEventProperties };\n}\n\n/** Additional information about every inline event. */\nexport interface InlineEventProperties {\n /** The description for the inline event. */\n description?: string;\n /** The displayName for the inline event. */\n displayName?: string;\n /** The documentationUrl for the inline event. */\n documentationUrl?: string;\n /** The dataSchemaUrl for the inline event. */\n dataSchemaUrl?: string;\n}\n\n/** Properties of the corresponding partner destination of a Channel. */\nexport interface PartnerDestinationInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n /**\n * Azure subscription ID of the subscriber. The partner destination associated with the channel will be\n * created under this Azure subscription.\n */\n azureSubscriptionId?: string;\n /**\n * Azure Resource Group of the subscriber. The partner destination associated with the channel will be\n * created under this resource group.\n */\n resourceGroupName?: string;\n /** Name of the partner destination associated with the channel. */\n name?: string;\n /** Additional context of the partner destination endpoint. */\n endpointServiceContext?: string;\n /** Change history of the resource move. */\n resourceMoveChangeHistory?: ResourceMoveChangeHistory[];\n}\n\n/** The change history of the resource move. */\nexport interface ResourceMoveChangeHistory {\n /** Azure subscription ID of the resource. */\n azureSubscriptionId?: string;\n /** Azure Resource Group of the resource. */\n resourceGroupName?: string;\n /** UTC timestamp of when the resource was changed. */\n changedTimeUtc?: Date;\n}\n\n/** Properties of the Channel update. */\nexport interface ChannelUpdateParameters {\n /**\n * Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated,\n * the channel and corresponding partner topic or partner destination are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /** Partner destination properties which can be updated if the channel is of type PartnerDestination. */\n partnerDestinationInfo?: PartnerUpdateDestinationInfoUnion;\n /** Partner topic properties which can be updated if the channel is of type PartnerTopic. */\n partnerTopicInfo?: PartnerUpdateTopicInfo;\n}\n\n/** Properties of the corresponding partner destination of a Channel. */\nexport interface PartnerUpdateDestinationInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n}\n\n/** Update properties for the corresponding partner topic of a channel. */\nexport interface PartnerUpdateTopicInfo {\n /** Event type info for the partner topic */\n eventTypeInfo?: EventTypeInfo;\n}\n\n/** Result of the List Channels operation */\nexport interface ChannelsListResult {\n /** A collection of Channels. */\n value?: Channel[];\n /** A link for the next page of channels. */\n nextLink?: string;\n}\n\n/** Full endpoint URL of an event subscription */\nexport interface EventSubscriptionFullUrl {\n /** The URL that represents the endpoint of the destination of an event subscription. */\n endpointUrl?: string;\n}\n\n/** Result of the List Client Group operation. */\nexport interface ClientGroupsListResult {\n /** A collection of Client Group. */\n value?: ClientGroup[];\n /** A link for the next page of Client Group. */\n nextLink?: string;\n}\n\n/** The certificate authentication properties for the client. */\nexport interface ClientCertificateAuthentication {\n /** The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. */\n validationScheme?: ClientCertificateValidationScheme;\n /** The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'. */\n allowedThumbprints?: string[];\n}\n\n/** Result of the List Client operation. */\nexport interface ClientsListResult {\n /** A collection of Client. */\n value?: Client[];\n /** A link for the next page of Client. */\n nextLink?: string;\n}\n\n/** PrivateEndpoint information. */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint. */\n id?: string;\n}\n\n/** ConnectionState information. */\nexport interface ConnectionState {\n /** Status of the connection. */\n status?: PersistedConnectionStatus;\n /** Description of the connection state. */\n description?: string;\n /** Actions required (if any). */\n actionsRequired?: string;\n}\n\n/** By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'. */\nexport interface InputSchemaMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inputSchemaMappingType: \"Json\";\n}\n\nexport interface InboundIpRule {\n /** IP Address in CIDR notation e.g., 10.0.0.0/8. */\n ipMask?: string;\n /** Action to perform based on the match or no match of the IpMask. */\n action?: IpActionType;\n}\n\n/** Describes an EventGrid Resource Sku. */\nexport interface ResourceSku {\n /** The Sku name of the resource. The possible values are: Basic or Premium. */\n name?: Sku;\n}\n\n/** The identity information for the resource. */\nexport interface IdentityInfo {\n /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */\n type?: IdentityType;\n /** The principal ID of resource identity. */\n principalId?: string;\n /** The tenant ID of resource. */\n tenantId?: string;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key 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/** The information about the user identity. */\nexport interface UserIdentityProperties {\n /** The principal id of user assigned identity. */\n principalId?: string;\n /** The client id of user assigned identity. */\n clientId?: string;\n}\n\n/** Properties of the Domain update. */\nexport interface DomainUpdateParameters {\n /** Tags of the domains resource. */\n tags?: { [propertyName: string]: string };\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /** The Sku pricing tier for the domain. */\n sku?: ResourceSku;\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the domain. */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * In this context, creation of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 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 associated with this Event Grid Domain resource.\n * In this context, deletion of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n /** The data residency boundary for the domain. */\n dataResidencyBoundary?: DataResidencyBoundary;\n /** The eventTypeInfo for the domain. */\n eventTypeInfo?: EventTypeInfo;\n}\n\n/** Result of the List Domains operation. */\nexport interface DomainsListResult {\n /** A collection of Domains. */\n value?: Domain[];\n /** A link for the next page of domains. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Domain. */\nexport interface DomainSharedAccessKeys {\n /** Shared access key1 for the domain. */\n key1?: string;\n /** Shared access key2 for the domain. */\n key2?: string;\n}\n\n/** Domain regenerate share access key request. */\nexport interface DomainRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2. */\n keyName: string;\n}\n\n/** Result of the List Domain Topics operation. */\nexport interface DomainTopicsListResult {\n /** A collection of Domain Topics. */\n value?: DomainTopic[];\n /** A link for the next page of domain topics. */\n nextLink?: string;\n}\n\n/** Result of the Get delivery attributes operation. */\nexport interface DeliveryAttributeListResult {\n /** A collection of DeliveryAttributeMapping */\n value?: DeliveryAttributeMappingUnion[];\n}\n\n/** Delivery attribute mapping details. */\nexport interface DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Static\" | \"Dynamic\";\n /** Name of the delivery attribute or header. */\n name?: string;\n}\n\n/** Properties of the delivery configuration information of the event subscription. */\nexport interface DeliveryConfiguration {\n /** Delivery mode of the event subscription. */\n deliveryMode?: DeliveryMode;\n /** This property should be populated when deliveryMode is queue and represents information about the queue subscription. */\n queue?: QueueInfo;\n /** This property should be populated when deliveryMode is push and represents information about the push subscription. */\n push?: PushInfo;\n}\n\n/** Properties of the Queue info for event subscription. */\nexport interface QueueInfo {\n /**\n * Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.\n * If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,\n * the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.\n */\n receiveLockDurationInSeconds?: number;\n /** The maximum delivery count of the events. */\n maxDeliveryCount?: number;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (namely, topic) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;\n /**\n * Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.\n * This duration value is expressed using the following format: \\'P(n)Y(n)M(n)DT(n)H(n)M(n)S\\', where:\n * - (n) is replaced by the value of each time element that follows the (n).\n * - P is the duration (or Period) designator and is always placed at the beginning of the duration.\n * - Y is the year designator, and it follows the value for the number of years.\n * - M is the month designator, and it follows the value for the number of months.\n * - W is the week designator, and it follows the value for the number of weeks.\n * - D is the day designator, and it follows the value for the number of days.\n * - T is the time designator, and it precedes the time components.\n * - H is the hour designator, and it follows the value for the number of hours.\n * - M is the minute designator, and it follows the value for the number of minutes.\n * - S is the second designator, and it follows the value for the number of seconds.\n * This duration value cannot be set greater than the topic’s EventRetentionInDays. It is is an optional field where its minimum value is 1 minute, and its maximum is determined\n * by topic’s EventRetentionInDays value. The followings are examples of valid values:\n * - \\'P0DT23H12M\\' or \\'PT23H12M\\': for duration of 23 hours and 12 minutes.\n * - \\'P1D\\' or \\'P1DT0H0M0S\\': for duration of 1 day.\n */\n eventTimeToLive?: string;\n}\n\n/** Information about the deadletter destination with resource identity. */\nexport interface DeadLetterWithResourceIdentity {\n /** The identity to use when dead-lettering events. */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n}\n\n/** The identity information with the event subscription. */\nexport interface EventSubscriptionIdentity {\n /** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */\n type?: EventSubscriptionIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n /** The details of the Federated Identity Credential (FIC) used with the resource delivery. */\n federatedIdentityCredentialInfo?: FederatedIdentityCredentialInfo;\n}\n\n/** The details of the Federated Identity Credential (FIC) used with the resource. */\nexport interface FederatedIdentityCredentialInfo {\n /** The Multi-Tenant Microsoft Entra ID Application where the Federated Identity Credential (FIC) is associated with. */\n federatedClientId: string;\n}\n\n/** Information about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class. */\nexport interface DeadLetterDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageBlob\";\n}\n\n/** Properties of the destination info for event subscription supporting push. */\nexport interface PushInfo {\n /** The maximum delivery count of the events. */\n maxDeliveryCount?: number;\n /**\n * Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.\n * This duration value is expressed using the following format: \\'P(n)Y(n)M(n)DT(n)H(n)M(n)S\\', where:\n * - (n) is replaced by the value of each time element that follows the (n).\n * - P is the duration (or Period) designator and is always placed at the beginning of the duration.\n * - Y is the year designator, and it follows the value for the number of years.\n * - M is the month designator, and it follows the value for the number of months.\n * - W is the week designator, and it follows the value for the number of weeks.\n * - D is the day designator, and it follows the value for the number of days.\n * - T is the time designator, and it precedes the time components.\n * - H is the hour designator, and it follows the value for the number of hours.\n * - M is the minute designator, and it follows the value for the number of minutes.\n * - S is the second designator, and it follows the value for the number of seconds.\n * This duration value cannot be set greater than the topic’s EventRetentionInDays. It is is an optional field where its minimum value is 1 minute, and its maximum is determined\n * by topic’s EventRetentionInDays value. The followings are examples of valid values:\n * - \\'P0DT23H12M\\' or \\'PT23H12M\\': for duration of 23 hours and 12 minutes.\n * - \\'P1D\\' or \\'P1DT0H0M0S\\': for duration of 1 day.\n */\n eventTimeToLive?: string;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (namely, namespace) to acquire the authentication tokens being used during dead-lettering.\n */\n deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery.\n */\n destination?: EventSubscriptionDestinationUnion;\n}\n\n/** Information about the delivery for an event subscription with resource identity. */\nexport interface DeliveryWithResourceIdentity {\n /** The identity to use when delivering events. */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery.\n */\n destination?: EventSubscriptionDestinationUnion;\n}\n\n/** Information about the destination for an event subscription. */\nexport interface EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType:\n | \"WebHook\"\n | \"EventHub\"\n | \"StorageQueue\"\n | \"HybridConnection\"\n | \"ServiceBusQueue\"\n | \"ServiceBusTopic\"\n | \"AzureFunction\"\n | \"PartnerDestination\"\n | \"MonitorAlert\"\n | \"NamespaceTopic\";\n}\n\n/** Filters configuration for the Event Subscription. */\nexport interface FiltersConfiguration {\n /** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */\n includedEventTypes?: string[];\n /** An array of filters that are used for filtering event subscriptions. */\n filters?: FilterUnion[];\n}\n\n/**\n * This is the base type that represents a filter. To configure a filter, do not directly instantiate an object of this class. Instead, instantiate\n * an object of a derived class such as BoolEqualsFilter, NumberInFilter etc depending on the type of the key based on\n * which you want to filter.\n */\nexport interface Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType:\n | \"NumberIn\"\n | \"NumberNotIn\"\n | \"NumberLessThan\"\n | \"NumberGreaterThan\"\n | \"NumberLessThanOrEquals\"\n | \"NumberGreaterThanOrEquals\"\n | \"BoolEquals\"\n | \"StringIn\"\n | \"StringNotIn\"\n | \"StringBeginsWith\"\n | \"StringEndsWith\"\n | \"StringContains\"\n | \"NumberInRange\"\n | \"NumberNotInRange\"\n | \"StringNotBeginsWith\"\n | \"StringNotEndsWith\"\n | \"StringNotContains\"\n | \"IsNullOrUndefined\"\n | \"IsNotNull\";\n /** The field/property in the event based on which you want to filter. */\n key?: string;\n}\n\n/** Properties of the Event Subscription update. */\nexport interface SubscriptionUpdateParameters {\n /** Information about the delivery configuration of the event subscription. */\n deliveryConfiguration?: DeliveryConfiguration;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: DeliverySchema;\n /** Information about the filter for the event subscription. */\n filtersConfiguration?: FiltersConfiguration;\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n /** Tags relating to Event Subscription resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Result of the List event subscriptions operation. */\nexport interface SubscriptionsListResult {\n /** A collection of Subscriptions. */\n value?: Subscription[];\n /** A link for the next page of event subscriptions */\n nextLink?: string;\n}\n\n/** Filter for the Event Subscription. */\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 /** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */\n includedEventTypes?: string[];\n /**\n * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter\n * should be compared in a case sensitive manner.\n */\n isSubjectCaseSensitive?: boolean;\n /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. */\n enableAdvancedFilteringOnArrays?: boolean;\n /** An array of advanced filters that are used for filtering event subscriptions. */\n advancedFilters?: AdvancedFilterUnion[];\n}\n\n/** This is the base type that represents an advanced filter. To configure an advanced filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc. depending on the type of the key based on which you want to filter. */\nexport interface AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType:\n | \"NumberIn\"\n | \"NumberNotIn\"\n | \"NumberLessThan\"\n | \"NumberGreaterThan\"\n | \"NumberLessThanOrEquals\"\n | \"NumberGreaterThanOrEquals\"\n | \"BoolEquals\"\n | \"StringIn\"\n | \"StringNotIn\"\n | \"StringBeginsWith\"\n | \"StringEndsWith\"\n | \"StringContains\"\n | \"NumberInRange\"\n | \"NumberNotInRange\"\n | \"StringNotBeginsWith\"\n | \"StringNotEndsWith\"\n | \"StringNotContains\"\n | \"IsNullOrUndefined\"\n | \"IsNotNull\";\n /** The field/property in the event based on which you want to filter. */\n key?: string;\n}\n\n/** Information about the retry policy for an event subscription. */\nexport interface RetryPolicy {\n /** Maximum number of delivery retry attempts for events. */\n maxDeliveryAttempts?: number;\n /** Time To Live (in minutes) for events. */\n eventTimeToLiveInMinutes?: number;\n}\n\n/** Properties of the Event Subscription update. */\nexport interface EventSubscriptionUpdateParameters {\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /** Information about the filter for the event subscription. */\n filter?: EventSubscriptionFilter;\n /** List of user defined labels. */\n labels?: string[];\n /** Information about the expiration time for the event subscription. */\n expirationTimeUtc?: Date;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: EventDeliverySchema;\n /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */\n retryPolicy?: RetryPolicy;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n}\n\n/** Result of the List EventSubscriptions operation */\nexport interface EventSubscriptionsListResult {\n /** A collection of EventSubscriptions */\n value?: EventSubscription[];\n /** A link for the next page of event subscriptions */\n nextLink?: string;\n}\n\n/** Properties of the Topics Configuration. */\nexport interface TopicsConfiguration {\n /**\n * The hostname for the topics configuration. This is a read-only property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /** List of custom domain configurations for the namespace. */\n customDomains?: CustomDomainConfiguration[];\n}\n\n/** A custom domain configuration that allows users to publish to their own domain name. */\nexport interface CustomDomainConfiguration {\n /** Fully Qualified Domain Name (FQDN) for the custom domain. */\n fullyQualifiedDomainName: string;\n /** Validation state for the custom domain. This is a read only property and is initially set to 'Pending' and will be updated to 'Approved' by Event Grid only after ownership of the domain name has been successfully validated. */\n validationState?: CustomDomainValidationState;\n /** Identity info for accessing the certificate for the custom domain. This identity info must match an identity that has been set on the namespace. */\n identity?: CustomDomainIdentity;\n /**\n * The URL for the certificate that is used for publishing to the custom domain. We currently support certificates stored in Azure Key Vault only. While certificate URL can be either\n * versioned URL of the following format https://{key-vault-name}.vault.azure.net/certificates/{certificate-name}/{version-id}, or unversioned URL of the following format (e.g.,\n * https://contosovault.vault.azure.net/certificates/contosocert, we support unversioned certificate URL only (e.g., https://contosovault.vault.azure.net/certificates/contosocert)\n */\n certificateUrl?: string;\n /**\n * Expected DNS TXT record name. Event Grid will check for a TXT record with this name in the DNS record set of the custom domain name to prove ownership over the domain.\n * The values under this TXT record must contain the expected TXT record value.\n */\n expectedTxtRecordName?: string;\n /** Expected DNS TXT record value. Event Grid will check for a TXT record with this value in the DNS record set of the custom domain name to prove ownership over the domain. */\n expectedTxtRecordValue?: string;\n}\n\n/** The identity information for retrieving the certificate for the custom domain. */\nexport interface CustomDomainIdentity {\n /** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */\n type?: CustomDomainIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n}\n\n/** Properties of the Topic Spaces Configuration. */\nexport interface TopicSpacesConfiguration {\n /** Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. */\n state?: TopicSpacesConfigurationState;\n /**\n * Fully qualified Azure Resource Id for the Event Grid Topic to which events will be routed to from TopicSpaces under a namespace.\n * This property should be in the following format '/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft.EventGrid/topics/{topicName}'.\n * This topic should reside in the same region where namespace is located.\n */\n routeTopicResourceId?: string;\n /**\n * The endpoint for the topic spaces configuration. This is a read-only property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /** Routing enrichments for topic spaces configuration */\n routingEnrichments?: RoutingEnrichments;\n /** Client authentication settings for topic spaces configuration. */\n clientAuthentication?: ClientAuthenticationSettings;\n /**\n * The maximum session expiry in hours. The property default value is 1 hour.\n * Min allowed value is 1 hour and max allowed value is 8 hours.\n */\n maximumSessionExpiryInHours?: number;\n /**\n * The maximum number of sessions per authentication name. The property default value is 1.\n * Min allowed value is 1 and max allowed value is 100.\n */\n maximumClientSessionsPerAuthenticationName?: number;\n /** Routing identity info for topic spaces configuration. */\n routingIdentityInfo?: RoutingIdentityInfo;\n /** List of custom domain configurations for the namespace. */\n customDomains?: CustomDomainConfiguration[];\n}\n\nexport interface RoutingEnrichments {\n static?: StaticRoutingEnrichmentUnion[];\n dynamic?: DynamicRoutingEnrichment[];\n}\n\n/** Static routing enrichment details. */\nexport interface StaticRoutingEnrichment {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n valueType: \"String\";\n /** Static routing enrichment key. */\n key?: string;\n}\n\nexport interface DynamicRoutingEnrichment {\n /** Dynamic routing enrichment key. */\n key?: string;\n /** Dynamic routing enrichment value. */\n value?: string;\n}\n\n/** Client authentication settings for namespace resource. */\nexport interface ClientAuthenticationSettings {\n /** Alternative authentication name sources related to client authentication settings for namespace resource. */\n alternativeAuthenticationNameSources?: AlternativeAuthenticationNameSource[];\n /** Custom JWT authentication settings for namespace resource. */\n customJwtAuthentication?: CustomJwtAuthenticationSettings;\n /** Authentication settings for a webhook endpoint within a Namespace resource. */\n webhookAuthentication?: WebhookAuthenticationSettings;\n}\n\n/** Custom JWT authentication settings for namespace resource. */\nexport interface CustomJwtAuthenticationSettings {\n /** Expected JWT token issuer. */\n tokenIssuer?: string;\n /** Information about the certificates that are used for token validation. We currently support maximum 2 certificates. */\n issuerCertificates?: IssuerCertificateInfo[];\n /** Information about the encoded public certificates that are used for custom authentication. */\n encodedIssuerCertificates?: EncodedIssuerCertificateInfo[];\n}\n\n/** Information about the certificate that is used for token validation. */\nexport interface IssuerCertificateInfo {\n /** Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format. */\n certificateUrl: string;\n /** The identity that will be used to access the certificate. */\n identity?: CustomJwtAuthenticationManagedIdentity;\n}\n\n/** The identity information for retrieving the certificate for custom JWT authentication. */\nexport interface CustomJwtAuthenticationManagedIdentity {\n /** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */\n type: CustomJwtAuthenticationManagedIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n}\n\n/** Information about the public certificate that is used for custom authentication. */\nexport interface EncodedIssuerCertificateInfo {\n /** Identifier for the certificate. */\n kid: string;\n /** Certificate in pem format. */\n encodedCertificate: string;\n}\n\n/** Authentication settings for a webhook endpoint within a Namespace resource. */\nexport interface WebhookAuthenticationSettings {\n /** The identity configuration required for authenticating a custom webhook. */\n identity: CustomWebhookAuthenticationManagedIdentity;\n /** The URL endpoint where the Event Grid service sends authenticated webhook requests using the specified managed identity. */\n endpointUrl: string;\n /** The base URL endpoint where the Event Grid service sends authenticated webhook requests using the specified managed identity. */\n endpointBaseUrl?: string;\n /** Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryApplicationIdOrUri: string;\n /** Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryTenantId: string;\n}\n\n/** The identity configuration required for authenticating a custom webhook. */\nexport interface CustomWebhookAuthenticationManagedIdentity {\n /** The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. */\n type: CustomWebhookAuthenticationManagedIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n}\n\n/** Routing identity info for topic spaces configuration. */\nexport interface RoutingIdentityInfo {\n /** Routing identity type for topic spaces configuration. */\n type?: RoutingIdentityType;\n userAssignedIdentity?: string;\n}\n\n/** Represents available Sku pricing tiers. */\nexport interface NamespaceSku {\n /** The name of the SKU. */\n name?: SkuName;\n /**\n * Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is\n * 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and\n * max allowed capacity is 20.\n */\n capacity?: number;\n}\n\n/** Properties to update namespace. */\nexport interface NamespaceUpdateParameters {\n /** Tags of the namespace resource. */\n tags?: { [propertyName: string]: string };\n /** Namespace resource identity information. */\n identity?: IdentityInfo;\n /** Represents available Sku pricing tiers. */\n sku?: NamespaceSku;\n /** Topic spaces configuration properties that can be updated. */\n topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo;\n /** Topics configuration properties that can be updated. */\n topicsConfiguration?: UpdateTopicsConfigurationInfo;\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n}\n\n/** Properties of the topic spaces configuration info of a namespace. */\nexport interface UpdateTopicSpacesConfigurationInfo {\n /** Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. */\n state?: TopicSpacesConfigurationState;\n /** This property is used to specify custom topic to which events will be routed to from topic spaces configuration under namespace. */\n routeTopicResourceId?: string;\n /** Routing enrichments for topic spaces configuration. */\n routingEnrichments?: RoutingEnrichments;\n /** Client authentication settings for topic spaces configuration. */\n clientAuthentication?: ClientAuthenticationSettings;\n /**\n * The maximum session expiry in hours. The property default value is 1 hour.\n * Min allowed value is 1 hour and max allowed value is 8 hours.\n */\n maximumSessionExpiryInHours?: number;\n /**\n * The maximum number of sessions per authentication name. The property default value is 1.\n * Min allowed value is 1 and max allowed value is 100.\n */\n maximumClientSessionsPerAuthenticationName?: number;\n /** Routing identity info for topic spaces configuration. */\n routingIdentityInfo?: RoutingIdentityInfo;\n /** Custom domain info for topic spaces configuration. */\n customDomains?: CustomDomainConfiguration[];\n}\n\n/** Properties of the topics configuration info of a namespace. */\nexport interface UpdateTopicsConfigurationInfo {\n /** Custom domain info for topics configuration. */\n customDomains?: CustomDomainConfiguration[];\n}\n\n/** Result of the List Namespaces operation. */\nexport interface NamespacesListResult {\n /** A collection of namespaces. */\n value?: Namespace[];\n /** A link for the next page of namespaces. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Namespace. */\nexport interface NamespaceSharedAccessKeys {\n /** Shared access key1 for the namespace. */\n key1?: string;\n /** Shared access key2 for the namespace. */\n key2?: string;\n}\n\n/** Namespace regenerate share access key request. */\nexport interface NamespaceRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2. */\n keyName: string;\n}\n\n/** Properties of the namespace topic update. */\nexport interface NamespaceTopicUpdateParameters {\n /**\n * Event retention for the namespace topic expressed in days. The property default value is 1 day.\n * Min event retention duration value is 1 day and max event retention duration value is 1 day.\n */\n eventRetentionInDays?: number;\n}\n\n/** Result of the List namespace topics operation. */\nexport interface NamespaceTopicsListResult {\n /** A collection of namespace topics. */\n value?: NamespaceTopic[];\n /** A link for the next page of namespace topics. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Topic */\nexport interface TopicSharedAccessKeys {\n /** Shared access key1 for the topic. */\n key1?: string;\n /** Shared access key2 for the topic. */\n key2?: string;\n}\n\n/** Topic regenerate share access key request */\nexport interface TopicRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2 */\n keyName: string;\n}\n\n/** Result of the List Operations operation */\nexport interface OperationsListResult {\n /** A collection of operations */\n value?: Operation[];\n}\n\n/** Represents an operation returned by the GetOperations request. */\nexport interface Operation {\n /** Name of the operation. */\n name?: string;\n /** Display name of the operation. */\n display?: OperationInfo;\n /** Origin of the operation. */\n origin?: string;\n /** This Boolean is used to determine if the operation is a data plane action or not. */\n isDataAction?: boolean;\n /** Properties of the operation. */\n properties?: Record<string, unknown>;\n}\n\n/** Information about an operation */\nexport interface OperationInfo {\n /** Name of the provider */\n provider?: string;\n /** Name of the resource type */\n resource?: string;\n /** Name of the operation */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** The partner authorization details. */\nexport interface PartnerAuthorization {\n /**\n * Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is\n * not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.\n */\n defaultMaximumExpirationTimeInDays?: number;\n /** The list of authorized partners. */\n authorizedPartnersList?: Partner[];\n}\n\n/** Information about the partner. */\nexport interface Partner {\n /** The immutableId of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** The partner name. */\n partnerName?: string;\n /**\n * Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's\n * context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.\n * If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.\n */\n authorizationExpirationTimeInUtc?: Date;\n}\n\n/** Properties of the partner configuration update. */\nexport interface PartnerConfigurationUpdateParameters {\n /** Tags of the partner configuration resource. */\n tags?: { [propertyName: string]: string };\n /** The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days. */\n defaultMaximumExpirationTimeInDays?: number;\n}\n\n/** Result of the List partner configurations operation */\nexport interface PartnerConfigurationsListResult {\n /** A collection of partner configurations. */\n value?: PartnerConfiguration[];\n /** A link for the next page of partner configurations. */\n nextLink?: string;\n}\n\n/** Properties of the Partner Destination that can be updated. */\nexport interface PartnerDestinationUpdateParameters {\n /** Tags of the Partner Destination resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Result of the List Partner Destinations operation. */\nexport interface PartnerDestinationsListResult {\n /** A collection of partner destinations. */\n value?: PartnerDestination[];\n /** A link for the next page of partner destinations. */\n nextLink?: string;\n}\n\n/** Properties of the Partner Namespace update. */\nexport interface PartnerNamespaceUpdateParameters {\n /** Tags of the Partner Namespace. */\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace. */\n disableLocalAuth?: boolean;\n}\n\n/** Result of the List Partner Namespaces operation */\nexport interface PartnerNamespacesListResult {\n /** A collection of partner namespaces. */\n value?: PartnerNamespace[];\n /** A link for the next page of partner namespaces. */\n nextLink?: string;\n}\n\n/** Shared access keys of the partner namespace. */\nexport interface PartnerNamespaceSharedAccessKeys {\n /** Shared access key1 for the partner namespace. */\n key1?: string;\n /** Shared access key2 for the partner namespace. */\n key2?: string;\n}\n\n/** PartnerNamespace regenerate shared access key request. */\nexport interface PartnerNamespaceRegenerateKeyRequest {\n /** Key name to regenerate (key1 or key2). */\n keyName: string;\n}\n\n/** Properties of the Partner Registration update. */\nexport interface PartnerRegistrationUpdateParameters {\n /** Tags of the partner registration resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Result of the List Partner Registrations operation. */\nexport interface PartnerRegistrationsListResult {\n /** A collection of partner registrations. */\n value?: PartnerRegistration[];\n /** A link for the next page of partner registrations. */\n nextLink?: string;\n}\n\n/** Properties of the Partner Topic update. */\nexport interface PartnerTopicUpdateParameters {\n /** Tags of the Partner Topic resource. */\n tags?: { [propertyName: string]: string };\n /** Identity information for the Partner Topic resource. */\n identity?: IdentityInfo;\n}\n\n/** Result of the List Partner Topics operation. */\nexport interface PartnerTopicsListResult {\n /** A collection of partner topics. */\n value?: PartnerTopic[];\n /** A link for the next page of partner topics. */\n nextLink?: string;\n}\n\n/** Network security perimeter configuration issues. */\nexport interface NetworkSecurityPerimeterConfigurationIssues {\n /** Provisioning issue name. */\n name?: string;\n /** Provisioning issue type. */\n issueType?: NetworkSecurityPerimeterConfigurationIssueType;\n /** Provisioning issue severity. */\n severity?: NetworkSecurityPerimeterConfigurationIssueSeverity;\n /** Provisioning issue description. */\n description?: string;\n /** ARM IDs of resources that can be associated to the same perimeter to remediate the issue. */\n suggestedResourceIds?: string[];\n /** Access rules that can be added to the same profile to remediate the issue. */\n suggestedAccessRules?: string[];\n}\n\n/** Network security perimeter info. */\nexport interface NetworkSecurityPerimeterInfo {\n /** Arm id for network security perimeter. */\n id?: string;\n /** Network security perimeter guid. */\n perimeterGuid?: string;\n /** Network security perimeter location. */\n location?: string;\n}\n\n/** Nsp resource association */\nexport interface ResourceAssociation {\n /** Association name */\n name?: string;\n /** Network security perimeter access mode. */\n accessMode?: NetworkSecurityPerimeterAssociationAccessMode;\n}\n\n/** Nsp configuration with profile information. */\nexport interface NetworkSecurityPerimeterConfigurationProfile {\n /** Nsp configuration profile name. */\n name?: string;\n /** Access rules version number for nsp profile. */\n accessRulesVersion?: string;\n /** List of inbound or outbound access rule setup on the nsp profile. */\n accessRules?: NetworkSecurityPerimeterProfileAccessRule[];\n /** Diagnostic settings version number for nsp profile. */\n diagnosticSettingsVersion?: string;\n /** Enabled log categories for nsp profile. */\n enabledLogCategories?: string[];\n}\n\n/** Network security perimeter profile access rule. */\nexport interface NetworkSecurityPerimeterProfileAccessRule {\n /** Fully Qualified Arm id for network security perimeter profile access rule. */\n fullyQualifiedArmId?: string;\n /** Name for nsp access rule. */\n name?: string;\n /** nsp access rule type. */\n type?: string;\n /** NSP access rule direction. */\n direction?: NetworkSecurityPerimeterProfileAccessRuleDirection;\n /** Address prefixes. */\n addressPrefixes?: string[];\n /** List of subscriptions. */\n subscriptions?: NetworkSecurityPerimeterSubscription[];\n /** Network security perimeters. */\n networkSecurityPerimeters?: NetworkSecurityPerimeterInfo[];\n /** Fully qualified domain names. */\n fullyQualifiedDomainNames?: string[];\n /** List of email addresses. */\n emailAddresses?: string[];\n /** List of phone numbers. */\n phoneNumbers?: string[];\n}\n\n/** Network security perimeter subscription inbound access rule. */\nexport interface NetworkSecurityPerimeterSubscription {\n /** Subscription id. */\n id?: string;\n}\n\n/** Network security perimeter configuration List. */\nexport interface NetworkSecurityPerimeterConfigurationList {\n /** List of all network security parameter configurations. */\n value?: NetworkSecurityPerimeterConfiguration[];\n /** A link for the next page of Network Security Perimeter Configuration. */\n nextLink?: string;\n}\n\n/** Result of the List Permission Binding operation. */\nexport interface PermissionBindingsListResult {\n /** A collection of Permission Binding. */\n value?: PermissionBinding[];\n /** A link for the next page of Permission Binding. */\n nextLink?: string;\n}\n\n/** Result of the list of all private endpoint connections operation. */\nexport interface PrivateEndpointConnectionListResult {\n /** A collection of private endpoint connection resources. */\n value?: PrivateEndpointConnection[];\n /** A link for the next page of private endpoint connection resources. */\n nextLink?: string;\n}\n\n/** Information of the private link resource. */\nexport interface PrivateLinkResource {\n /** Fully qualified identifier of the resource. */\n id?: string;\n /** Name of the resource. */\n name?: string;\n /** Type of the resource. */\n type?: string;\n groupId?: string;\n displayName?: string;\n requiredMembers?: string[];\n requiredZoneNames?: string[];\n}\n\n/** Result of the List private link resources operation. */\nexport interface PrivateLinkResourcesListResult {\n /** A collection of private link resources */\n value?: PrivateLinkResource[];\n /** A link for the next page of private link resources. */\n nextLink?: string;\n}\n\n/** Properties of the System Topic update. */\nexport interface SystemTopicUpdateParameters {\n /** Tags of the system topic. */\n tags?: { [propertyName: string]: string };\n /** Resource identity information. */\n identity?: IdentityInfo;\n}\n\n/** Result of the List System topics operation. */\nexport interface SystemTopicsListResult {\n /** A collection of system Topics. */\n value?: SystemTopic[];\n /** A link for the next page of topics. */\n nextLink?: string;\n}\n\n/** Definition of an Extended Location */\nexport interface ExtendedLocation {\n /** Fully qualified name of the extended location. */\n name?: string;\n /** Type of the extended location. */\n type?: string;\n}\n\n/** Properties of the Topic update */\nexport interface TopicUpdateParameters {\n /** Tags of the Topic resource. */\n tags?: { [propertyName: string]: string };\n /** Topic resource identity information. */\n identity?: IdentityInfo;\n /** The Sku pricing tier for the topic. */\n sku?: ResourceSku;\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic. */\n disableLocalAuth?: boolean;\n /** The data residency boundary for the topic. */\n dataResidencyBoundary?: DataResidencyBoundary;\n /** The eventTypeInfo for the topic. */\n eventTypeInfo?: EventTypeInfo;\n}\n\n/** Result of the List Topics operation */\nexport interface TopicsListResult {\n /** A collection of Topics */\n value?: Topic[];\n /** A link for the next page of topics */\n nextLink?: string;\n}\n\n/** Result of the List Event Types operation */\nexport interface EventTypesListResult {\n /** A collection of event types */\n value?: EventType[];\n}\n\n/** Result of the List Topic Space operation. */\nexport interface TopicSpacesListResult {\n /** A collection of Topic Space. */\n value?: TopicSpace[];\n /** A link for the next page of Topic Space. */\n nextLink?: string;\n}\n\n/** Result of the List Topic Types operation */\nexport interface TopicTypesListResult {\n /** A collection of topic types */\n value?: TopicTypeInfo[];\n}\n\nexport interface TopicTypeAdditionalEnforcedPermission {\n permissionName?: string;\n isDataAction?: boolean;\n}\n\n/** Information about the partner. */\nexport interface PartnerDetails {\n /** This is short description about the partner. The length of this description should not exceed 256 characters. */\n description?: string;\n /** Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters. */\n longDescription?: string;\n /**\n * URI of the partner website that can be used by Azure customers to setup Event Grid\n * integration on an event source.\n */\n setupUri?: string;\n}\n\n/** Result of the List verified partners operation */\nexport interface VerifiedPartnersListResult {\n /** A collection of verified partners. */\n value?: VerifiedPartner[];\n /** A link for the next page of verified partners if any. */\n nextLink?: string;\n}\n\n/** Namespace custom domain ownership validation result. */\nexport interface CustomDomainOwnershipValidationResult {\n /** List of custom domain configurations for the namespace under topics configuration. */\n customDomainsForTopicsConfiguration?: CustomDomainConfiguration[];\n /** List of custom domain configurations for the namespace under topic spaces configuration. */\n customDomainsForTopicSpacesConfiguration?: CustomDomainConfiguration[];\n}\n\n/** Full endpoint URL of an event subscription */\nexport interface SubscriptionFullUrl {\n /** The URL that represents the endpoint of the destination of an event subscription. */\n endpointUrl?: string;\n}\n\n/** Partner client authentication */\nexport interface PartnerClientAuthentication {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n clientAuthenticationType: \"AzureAD\";\n}\n\n/** This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema. */\nexport interface JsonField {\n /** Name of a field in the input event schema that's to be used as the source of a mapping. */\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 provided.\n */\nexport interface JsonFieldWithDefault {\n /** Name of a field in the input event schema that's to be used as the source of a mapping. */\n sourceField?: string;\n /** The default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload. */\n defaultValue?: string;\n}\n\n/** The CA Certificate resource. */\nexport interface CaCertificate extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the CA Certificate resource. */\n description?: string;\n /** Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. */\n encodedCertificate?: string;\n /**\n * Certificate issue time in UTC. This is a read-only field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueTimeInUtc?: Date;\n /**\n * Certificate expiry time in UTC. This is a read-only field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTimeInUtc?: Date;\n /**\n * Provisioning state of the CA Certificate resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CaCertificateProvisioningState;\n}\n\n/** Channel info. */\nexport interface Channel extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The type of the event channel which represents the direction flow of events. */\n channelType?: ChannelType;\n /** This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel. */\n partnerTopicInfo?: PartnerTopicInfo;\n /** This property should be populated when channelType is PartnerDestination and represents information about the partner destination resource corresponding to the channel. */\n partnerDestinationInfo?: PartnerDestinationInfoUnion;\n /** Context or helpful message that can be used during the approval process by the subscriber. */\n messageForActivation?: string;\n /** Provisioning state of the channel. */\n provisioningState?: ChannelProvisioningState;\n /** The readiness state of the corresponding partner topic. */\n readinessState?: ReadinessState;\n /**\n * Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated,\n * the channel and corresponding partner topic are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n}\n\n/** The Client group resource. */\nexport interface ClientGroup extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Client Group resource. */\n description?: string;\n /**\n * The grouping query for the clients.\n * Example : attributes.keyName IN ['a', 'b', 'c'].\n */\n query?: string;\n /**\n * Provisioning state of the ClientGroup resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClientGroupProvisioningState;\n}\n\n/** The Client resource. */\nexport interface Client extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Client resource. */\n description?: string;\n /** The name presented by the client for authentication. The default value is the name of the resource. */\n authenticationName?: string;\n /** The client certificate authentication information. */\n clientCertificateAuthentication?: ClientCertificateAuthentication;\n /** Indicates if the client is enabled or not. Default value is Enabled. */\n state?: ClientState;\n /**\n * Attributes for the client. Supported values are int, bool, string, string[].\n * Example:\n * \"attributes\": { \"room\": \"345\", \"floor\": 12, \"deviceTypes\": [\"Fan\", \"Light\"] }\n */\n attributes?: { [propertyName: string]: any };\n /**\n * Provisioning state of the Client resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClientProvisioningState;\n}\n\nexport interface PrivateEndpointConnection extends Resource {\n /** The Private Endpoint resource for this Connection. */\n privateEndpoint?: PrivateEndpoint;\n /** GroupIds from the private link service resource. */\n groupIds?: string[];\n /** Details about the state of the connection. */\n privateLinkServiceConnectionState?: ConnectionState;\n /** Provisioning state of the Private Endpoint Connection. */\n provisioningState?: ResourceProvisioningState;\n}\n\n/** Definition of a Tracked Resource. */\nexport interface TrackedResource extends Resource {\n /** Location of the resource. */\n location: string;\n /** Tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Domain Topic. */\nexport interface DomainTopic extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the domain topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainTopicProvisioningState;\n}\n\n/** Event Subscription. */\nexport interface Subscription extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the event subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SubscriptionProvisioningState;\n /** Information about the delivery configuration of the event subscription. */\n deliveryConfiguration?: DeliveryConfiguration;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: DeliverySchema;\n /** Information about the filter for the event subscription. */\n filtersConfiguration?: FiltersConfiguration;\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n /** Tags relating to Event Subscription resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Event Subscription. */\nexport interface EventSubscription extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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.\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 subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /** Information about the filter for the event subscription. */\n filter?: EventSubscriptionFilter;\n /** List of user defined labels. */\n labels?: string[];\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: EventDeliverySchema;\n /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */\n retryPolicy?: RetryPolicy;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to 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 the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n}\n\n/** Namespace topic details. */\nexport interface NamespaceTopic extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the namespace topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: NamespaceTopicProvisioningState;\n /** Publisher type of the namespace topic. */\n publisherType?: PublisherType;\n /** This determines the format that is expected for incoming events published to the topic. */\n inputSchema?: EventInputSchema;\n /**\n * Event retention for the namespace topic expressed in days. The property default value is 1 day.\n * Min event retention duration value is 1 day and max event retention duration value is 1 day.\n */\n eventRetentionInDays?: number;\n}\n\n/** Partner configuration information */\nexport interface PartnerConfiguration extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Location of the resource. */\n location?: string;\n /** Tags of the resource. */\n tags?: { [propertyName: string]: string };\n /** The details of authorized partners. */\n partnerAuthorization?: PartnerAuthorization;\n /** Provisioning state of the partner configuration. */\n provisioningState?: PartnerConfigurationProvisioningState;\n}\n\n/** Network security perimeter configuration. */\nexport interface NetworkSecurityPerimeterConfiguration extends Resource {\n /** Provisioning state to reflect configuration state and indicate status of nsp profile configuration retrieval. */\n provisioningState?: NetworkSecurityPerimeterConfigProvisioningState;\n /** Provisioning issues to reflect status when attempting to retrieve nsp profile configuration. */\n provisioningIssues?: NetworkSecurityPerimeterConfigurationIssues[];\n /** Perimeter info for nsp association. */\n networkSecurityPerimeter?: NetworkSecurityPerimeterInfo;\n /** Nsp association name and access mode of association. */\n resourceAssociation?: ResourceAssociation;\n /** Nsp profile configuration, access rules and diagnostic settings. */\n profile?: NetworkSecurityPerimeterConfigurationProfile;\n}\n\n/** The Permission binding resource. */\nexport interface PermissionBinding extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Permission Binding resource. */\n description?: string;\n /**\n * The name of the Topic Space resource that the permission is bound to.\n * The Topic space needs to be a resource under the same namespace the permission binding is a part of.\n */\n topicSpaceName?: string;\n /** The allowed permission. */\n permission?: PermissionType;\n /**\n * The name of the client group resource that the permission is bound to.\n * The client group needs to be a resource under the same namespace the permission binding is a part of.\n */\n clientGroupName?: string;\n /**\n * Provisioning state of the PermissionBinding resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PermissionBindingProvisioningState;\n}\n\n/** Event Type for a subject under a topic */\nexport interface EventType extends Resource {\n /** Display name of the event type. */\n displayName?: string;\n /** Description of the event type. */\n description?: string;\n /** URL of the schema for this event type. */\n schemaUrl?: string;\n /** IsInDefaultSet flag of the event type. */\n isInDefaultSet?: boolean;\n}\n\n/** Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources. */\nexport interface ExtensionTopic extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description of the extension topic. */\n description?: string;\n /** System topic resource id which is mapped to the source. */\n systemTopic?: string;\n}\n\n/** The Topic space resource. */\nexport interface TopicSpace extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description for the Topic Space resource. */\n description?: string;\n /**\n * The topic filters in the topic space.\n * Example: \"topicTemplates\": [\n * \"devices/foo/bar\",\n * \"devices/topic1/+\",\n * \"devices/${principal.name}/${principal.attributes.keyName}\" ].\n */\n topicTemplates?: string[];\n /**\n * Provisioning state of the TopicSpace resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TopicSpaceProvisioningState;\n}\n\n/** Properties of a topic type info. */\nexport interface TopicTypeInfo extends Resource {\n /** Namespace of the provider of the topic type. */\n provider?: string;\n /** Display Name for the topic type. */\n displayName?: string;\n /** Description of the topic type. */\n description?: string;\n /** Region type of the resource. */\n resourceRegionType?: ResourceRegionType;\n /** Provisioning state of the topic type. */\n provisioningState?: TopicTypeProvisioningState;\n /** List of locations supported by this topic type. */\n supportedLocations?: string[];\n /** Source resource format. */\n sourceResourceFormat?: string;\n /** Supported source scopes. */\n supportedScopesForSource?: TopicTypeSourceScope[];\n /** Flag to indicate that a topic type can support both regional or global system topics. */\n areRegionalAndGlobalSourcesSupported?: boolean;\n /** Permissions which are enforced for creating and updating system topics of this this topic type. */\n additionalEnforcedPermissions?: TopicTypeAdditionalEnforcedPermission[];\n}\n\n/** Verified partner information */\nexport interface VerifiedPartner extends Resource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** ImmutableId of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** Official name of the Partner. */\n organizationName?: string;\n /** Display name of the verified partner. */\n partnerDisplayName?: string;\n /** Details of the partner topic scenario. */\n partnerTopicDetails?: PartnerDetails;\n /** Details of the partner destination scenario. */\n partnerDestinationDetails?: PartnerDetails;\n /** Provisioning state of the verified partner. */\n provisioningState?: VerifiedPartnerProvisioningState;\n}\n\n/** Information about the WebHook of the partner destination. */\nexport interface WebhookPartnerDestinationInfo extends PartnerDestinationInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n /** The URL that represents the endpoint of the partner destination. */\n endpointUrl?: string;\n /** The base URL that represents the endpoint of the partner destination. */\n endpointBaseUrl?: string;\n /** Partner client authentication */\n clientAuthentication?: PartnerClientAuthenticationUnion;\n}\n\n/** Information about the update of the WebHook of the partner destination. */\nexport interface WebhookUpdatePartnerDestinationInfo\n extends PartnerUpdateDestinationInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n /** The URL that represents the endpoint of the partner destination. */\n endpointUrl?: string;\n /** The base URL that represents the endpoint of the partner destination. */\n endpointBaseUrl?: string;\n /** Partner client authentication */\n clientAuthentication?: PartnerClientAuthenticationUnion;\n}\n\n/** This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema. */\nexport interface JsonInputSchemaMapping extends InputSchemaMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inputSchemaMappingType: \"Json\";\n /** The mapping information for the Id property of the Event Grid Event. */\n id?: JsonField;\n /** The mapping information for the Topic property of the Event Grid Event. */\n topic?: JsonField;\n /** The mapping information for the EventTime property of the Event Grid Event. */\n eventTime?: JsonField;\n /** The mapping information for the EventType property of the Event Grid Event. */\n eventType?: JsonFieldWithDefault;\n /** The mapping information for the Subject property of the Event Grid Event. */\n subject?: JsonFieldWithDefault;\n /** The mapping information for the DataVersion property of the Event Grid Event. */\n dataVersion?: JsonFieldWithDefault;\n}\n\n/** Static delivery attribute mapping details. */\nexport interface StaticDeliveryAttributeMapping\n extends DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Static\";\n /** Value of the delivery attribute. */\n value?: string;\n /** Boolean flag to tell if the attribute contains sensitive information . */\n isSecret?: boolean;\n}\n\n/** Dynamic delivery attribute mapping details. */\nexport interface DynamicDeliveryAttributeMapping\n extends DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Dynamic\";\n /** JSON path in the event which contains attribute value. */\n sourceField?: string;\n}\n\n/** Information about the storage blob based dead letter destination. */\nexport interface StorageBlobDeadLetterDestination\n extends DeadLetterDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageBlob\";\n /** The Azure Resource ID of the storage account that is the destination of the deadletter events */\n resourceId?: string;\n /** The name of the Storage blob container that is the destination of the deadletter events */\n blobContainerName?: string;\n}\n\n/** Information about the webhook destination for an event subscription. */\nexport interface WebHookEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n /** The URL that represents the endpoint of the destination of an event subscription. */\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 /** Maximum number of events per batch. */\n maxEventsPerBatch?: number;\n /** Preferred batch size in Kilobytes. */\n preferredBatchSizeInKilobytes?: number;\n /** The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryTenantId?: string;\n /** The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryApplicationIdOrUri?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n /** Minimum TLS version that should be supported by webhook endpoint */\n minimumTlsVersionAllowed?: TlsVersion;\n}\n\n/** Information about the event hub destination for an event subscription. */\nexport interface EventHubEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"EventHub\";\n /** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the storage queue destination for an event subscription. */\nexport interface StorageQueueEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageQueue\";\n /** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */\n resourceId?: string;\n /** The name of the Storage queue under a storage account that is the destination of an event subscription. */\n queueName?: string;\n /** Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. */\n queueMessageTimeToLiveInSeconds?: number;\n}\n\n/** Information about the HybridConnection destination for an event subscription. */\nexport interface HybridConnectionEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"HybridConnection\";\n /** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the service bus destination for an event subscription. */\nexport interface ServiceBusQueueEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBusQueue\";\n /** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the service bus topic destination for an event subscription. */\nexport interface ServiceBusTopicEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBusTopic\";\n /** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\n/** Information about the azure function destination for an event subscription. */\nexport interface AzureFunctionEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureFunction\";\n /** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */\n resourceId?: string;\n /** Maximum number of events per batch. */\n maxEventsPerBatch?: number;\n /** Preferred batch size in Kilobytes. */\n preferredBatchSizeInKilobytes?: number;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n}\n\nexport interface PartnerEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"PartnerDestination\";\n /** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */\n resourceId?: string;\n}\n\n/** Information about the Monitor Alert destination for an event subscription. */\nexport interface MonitorAlertEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"MonitorAlert\";\n /**\n * The severity that will be attached to every Alert fired through this event subscription.\n * This field must be provided.\n */\n severity?: MonitorAlertSeverity;\n /** The description that will be attached to every Alert fired through this event subscription. */\n description?: string;\n /**\n * The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription.\n * Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.\n */\n actionGroups?: string[];\n}\n\n/** Information about the Namespace Topic destination for an event subscription. */\nexport interface NamespaceTopicEventSubscriptionDestination\n extends EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"NamespaceTopic\";\n /**\n * The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription.\n * This field is required and the Namespace Topic resource listed must already exist.\n * The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.\n */\n resourceId?: string;\n}\n\n/** NumberIn Filter. */\nexport interface NumberInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberNotIn Filter. */\nexport interface NumberNotInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberLessThan Filter. */\nexport interface NumberLessThanFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThan Filter. */\nexport interface NumberGreaterThanFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberLessThanOrEquals Filter. */\nexport interface NumberLessThanOrEqualsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThanOrEquals Filter. */\nexport interface NumberGreaterThanOrEqualsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** BoolEquals Filter. */\nexport interface BoolEqualsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"BoolEquals\";\n /** The boolean filter value. */\n value?: boolean;\n}\n\n/** StringIn Filter. */\nexport interface StringInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotIn Filter. */\nexport interface StringNotInFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringBeginsWith Filter. */\nexport interface StringBeginsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringEndsWith Filter. */\nexport interface StringEndsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringContains Filter. */\nexport interface StringContainsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** NumberInRange Filter. */\nexport interface NumberInRangeFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** NumberNotInRange Filter. */\nexport interface NumberNotInRangeFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** StringNotBeginsWith Filter. */\nexport interface StringNotBeginsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotEndsWith Filter. */\nexport interface StringNotEndsWithFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotContains Filter. */\nexport interface StringNotContainsFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** IsNullOrUndefined Filter. */\nexport interface IsNullOrUndefinedFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNullOrUndefined\";\n}\n\n/** IsNotNull Filter. */\nexport interface IsNotNullFilter extends Filter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNotNull\";\n}\n\n/** NumberIn Advanced Filter. */\nexport interface NumberInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberNotIn Advanced Filter. */\nexport interface NumberNotInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotIn\";\n /** The set of filter values. */\n values?: number[];\n}\n\n/** NumberLessThan Advanced Filter. */\nexport interface NumberLessThanAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThan Advanced Filter. */\nexport interface NumberGreaterThanAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThan\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberLessThanOrEquals Advanced Filter. */\nexport interface NumberLessThanOrEqualsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** NumberGreaterThanOrEquals Advanced Filter. */\nexport interface NumberGreaterThanOrEqualsAdvancedFilter\n extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThanOrEquals\";\n /** The filter value. */\n value?: number;\n}\n\n/** BoolEquals Advanced Filter. */\nexport interface BoolEqualsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"BoolEquals\";\n /** The boolean filter value. */\n value?: boolean;\n}\n\n/** StringIn Advanced Filter. */\nexport interface StringInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotIn Advanced Filter. */\nexport interface StringNotInAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotIn\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringBeginsWith Advanced Filter. */\nexport interface StringBeginsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringEndsWith Advanced Filter. */\nexport interface StringEndsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringContains Advanced Filter. */\nexport interface StringContainsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** NumberInRange Advanced Filter. */\nexport interface NumberInRangeAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** NumberNotInRange Advanced Filter. */\nexport interface NumberNotInRangeAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotInRange\";\n /** The set of filter values. */\n values?: number[][];\n}\n\n/** StringNotBeginsWith Advanced Filter. */\nexport interface StringNotBeginsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotEndsWith Advanced Filter. */\nexport interface StringNotEndsWithAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotEndsWith\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** StringNotContains Advanced Filter. */\nexport interface StringNotContainsAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotContains\";\n /** The set of filter values. */\n values?: string[];\n}\n\n/** IsNullOrUndefined Advanced Filter. */\nexport interface IsNullOrUndefinedAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNullOrUndefined\";\n}\n\n/** IsNotNull Advanced Filter. */\nexport interface IsNotNullAdvancedFilter extends AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNotNull\";\n}\n\nexport interface StaticStringRoutingEnrichment extends StaticRoutingEnrichment {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n valueType: \"String\";\n /** String type routing enrichment value. */\n value?: string;\n}\n\n/** Microsoft Entra ID Partner Client Authentication */\nexport interface AzureADPartnerClientAuthentication\n extends PartnerClientAuthentication {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n clientAuthenticationType: \"AzureAD\";\n /** The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryTenantId?: string;\n /** The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryApplicationIdOrUri?: string;\n}\n\n/** EventGrid Domain. */\nexport interface Domain extends TrackedResource {\n /** The Sku pricing tier for the Event Grid Domain resource. */\n sku?: ResourceSku;\n /** Identity information for the Event Grid Domain resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainProvisioningState;\n /** Minimum TLS version of the publisher allowed to publish to this domain */\n minimumTlsVersionAllowed?: TlsVersion;\n /**\n * Endpoint for the Event Grid Domain Resource which is used for publishing the events.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n /** This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource. */\n inputSchema?: InputSchema;\n /**\n * Event Type Information for the domain. This information is provided by the publisher and can be used by the\n * subscriber to view different types of events that are published.\n */\n eventTypeInfo?: EventTypeInfo;\n /** Information about the InputSchemaMapping which specified the info about mapping event payload. */\n inputSchemaMapping?: InputSchemaMappingUnion;\n /**\n * Metric resource id for the Event Grid Domain Resource.\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the domain. */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * In this context, creation of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 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 associated with this Event Grid Domain resource.\n * In this context, deletion of domain topic can be auto-managed (when true) or self-managed (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 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 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 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 flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n /** Data Residency Boundary of the resource. */\n dataResidencyBoundary?: DataResidencyBoundary;\n}\n\n/** Namespace resource. */\nexport interface Namespace extends TrackedResource {\n /** Represents available Sku pricing tiers. */\n sku?: NamespaceSku;\n /** Identity information for the Namespace resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Provisioning state of the namespace resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: NamespaceProvisioningState;\n /** Topics configuration information for the namespace resource */\n topicsConfiguration?: TopicsConfiguration;\n /** Topic spaces configuration information for the namespace resource */\n topicSpacesConfiguration?: TopicSpacesConfiguration;\n /**\n * This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this\n * property is not specified explicitly by the user, its default value depends on the following conditions:\n * a. For Availability Zones enabled regions - The default property value would be true.\n * b. For non-Availability Zones enabled regions - The default property value would be false.\n * Once specified, this property cannot be updated.\n */\n isZoneRedundant?: boolean;\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported. */\n minimumTlsVersionAllowed?: TlsVersion;\n}\n\n/** Event Grid Partner Destination. */\nexport interface PartnerDestination extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The immutable Id of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** Endpoint context associated with this partner destination. */\n endpointServiceContext?: string;\n /**\n * Expiration time of the partner destination. If this timer expires and the partner destination was never activated,\n * the partner destination and corresponding channel are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /**\n * Provisioning state of the partner destination.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerDestinationProvisioningState;\n /** Activation state of the partner destination. */\n activationState?: PartnerDestinationActivationState;\n /** Endpoint Base URL of the partner destination */\n endpointBaseUrl?: string;\n /** Context or helpful message that can be used during the approval process. */\n messageForActivation?: string;\n}\n\n/** EventGrid Partner Namespace. */\nexport interface PartnerNamespace extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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 partner namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerNamespaceProvisioningState;\n /**\n * The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.\n */\n partnerRegistrationFullyQualifiedId?: string;\n /** Minimum TLS version of the publisher allowed to publish to this partner namespace */\n minimumTlsVersionAllowed?: TlsVersion;\n /**\n * Endpoint for the partner namespace.\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 if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace. */\n disableLocalAuth?: boolean;\n /**\n * This determines if events published to this partner namespace should use the source attribute in the event payload\n * or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic.\n */\n partnerTopicRoutingMode?: PartnerTopicRoutingMode;\n}\n\n/** Information about a partner registration. */\nexport interface PartnerRegistration extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the partner registration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerRegistrationProvisioningState;\n /**\n * The immutableId of the corresponding partner registration.\n * Note: This property is marked for deprecation and is not supported in any future GA API version\n */\n partnerRegistrationImmutableId?: string;\n}\n\n/** Event Grid Partner Topic. */\nexport interface PartnerTopic extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Identity information for the Partner Topic resource. */\n identity?: IdentityInfo;\n /** The immutableId of the corresponding partner registration. */\n partnerRegistrationImmutableId?: string;\n /** Source associated with this partner topic. This represents a unique partner resource. */\n source?: string;\n /** Event Type information from the corresponding event channel. */\n eventTypeInfo?: EventTypeInfo;\n /**\n * Expiration time of the partner topic. If this timer expires while the partner topic is still never activated,\n * the partner topic and corresponding event channel are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /**\n * Provisioning state of the partner topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerTopicProvisioningState;\n /** Activation state of the partner topic. */\n activationState?: PartnerTopicActivationState;\n /**\n * Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.\n * This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.\n */\n partnerTopicFriendlyDescription?: string;\n /** Context or helpful message that can be used during the approval process by the subscriber. */\n messageForActivation?: string;\n}\n\n/** EventGrid System Topic. */\nexport interface SystemTopic extends TrackedResource {\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /**\n * Provisioning state of the system topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n /** Source for the system topic. */\n source?: string;\n /** TopicType for the system topic. */\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\n/** EventGrid Topic */\nexport interface Topic extends TrackedResource {\n /** The Sku pricing tier for the topic. */\n sku?: ResourceSku;\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /** Kind of the resource. */\n kind?: ResourceKind;\n /** Extended location of the resource. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system metadata relating to the Event Grid resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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 topic.\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 * Event Type Information for the user topic. This information is provided by the publisher and can be used by the\n * subscriber to view different types of events that are published.\n */\n eventTypeInfo?: EventTypeInfo;\n /** Minimum TLS version of the publisher allowed to publish to this topic */\n minimumTlsVersionAllowed?: TlsVersion;\n /** This determines the format that Event Grid should expect for incoming events published to the topic. */\n inputSchema?: InputSchema;\n /** This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. */\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 cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic. */\n disableLocalAuth?: boolean;\n /** Data Residency Boundary of the resource. */\n dataResidencyBoundary?: DataResidencyBoundary;\n}\n\n/** Defines headers for CaCertificates_delete operation. */\nexport interface CaCertificatesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Channels_delete operation. */\nexport interface ChannelsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ClientGroups_delete operation. */\nexport interface ClientGroupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Clients_delete operation. */\nexport interface ClientsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Domains_delete operation. */\nexport interface DomainsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DomainTopics_delete operation. */\nexport interface DomainTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DomainTopicEventSubscriptions_delete operation. */\nexport interface DomainTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for TopicEventSubscriptions_delete operation. */\nexport interface TopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DomainEventSubscriptions_delete operation. */\nexport interface DomainEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for EventSubscriptions_delete operation. */\nexport interface EventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SystemTopicEventSubscriptions_delete operation. */\nexport interface SystemTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopicEventSubscriptions_delete operation. */\nexport interface NamespaceTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopicEventSubscriptions_update operation. */\nexport interface NamespaceTopicEventSubscriptionsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerTopicEventSubscriptions_delete operation. */\nexport interface PartnerTopicEventSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_delete operation. */\nexport interface NamespacesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_update operation. */\nexport interface NamespacesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_regenerateKey operation. */\nexport interface NamespacesRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for Namespaces_validateCustomDomainOwnership operation. */\nexport interface NamespacesValidateCustomDomainOwnershipHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopics_delete operation. */\nexport interface NamespaceTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopics_update operation. */\nexport interface NamespaceTopicsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for NamespaceTopics_regenerateKey operation. */\nexport interface NamespaceTopicsRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerConfigurations_delete operation. */\nexport interface PartnerConfigurationsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerDestinations_delete operation. */\nexport interface PartnerDestinationsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerDestinations_update operation. */\nexport interface PartnerDestinationsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerNamespaces_delete operation. */\nexport interface PartnerNamespacesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerRegistrations_createOrUpdate operation. */\nexport interface PartnerRegistrationsCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerRegistrations_delete operation. */\nexport interface PartnerRegistrationsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PartnerTopics_delete operation. */\nexport interface PartnerTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */\nexport interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {\n location?: string;\n}\n\n/** Defines headers for PermissionBindings_delete operation. */\nexport interface PermissionBindingsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SystemTopics_delete operation. */\nexport interface SystemTopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Topics_delete operation. */\nexport interface TopicsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Topics_regenerateKey operation. */\nexport interface TopicsRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for TopicSpaces_delete operation. */\nexport interface TopicSpacesDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link CaCertificateProvisioningState} that the service accepts. */\nexport enum KnownCaCertificateProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for CaCertificateProvisioningState. \\\n * {@link KnownCaCertificateProvisioningState} can be used interchangeably with CaCertificateProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type CaCertificateProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ChannelType} that the service accepts. */\nexport enum KnownChannelType {\n /** PartnerTopic */\n PartnerTopic = \"PartnerTopic\",\n /** PartnerDestination */\n PartnerDestination = \"PartnerDestination\",\n}\n\n/**\n * Defines values for ChannelType. \\\n * {@link KnownChannelType} can be used interchangeably with ChannelType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PartnerTopic** \\\n * **PartnerDestination**\n */\nexport type ChannelType = string;\n\n/** Known values of {@link EventDefinitionKind} that the service accepts. */\nexport enum KnownEventDefinitionKind {\n /** Inline */\n Inline = \"Inline\",\n}\n\n/**\n * Defines values for EventDefinitionKind. \\\n * {@link KnownEventDefinitionKind} can be used interchangeably with EventDefinitionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inline**\n */\nexport type EventDefinitionKind = string;\n\n/** Known values of {@link PartnerEndpointType} that the service accepts. */\nexport enum KnownPartnerEndpointType {\n /** WebHook */\n WebHook = \"WebHook\",\n}\n\n/**\n * Defines values for PartnerEndpointType. \\\n * {@link KnownPartnerEndpointType} can be used interchangeably with PartnerEndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WebHook**\n */\nexport type PartnerEndpointType = string;\n\n/** Known values of {@link ChannelProvisioningState} that the service accepts. */\nexport enum KnownChannelProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** IdleDueToMirroredPartnerTopicDeletion */\n IdleDueToMirroredPartnerTopicDeletion = \"IdleDueToMirroredPartnerTopicDeletion\",\n /** IdleDueToMirroredPartnerDestinationDeletion */\n IdleDueToMirroredPartnerDestinationDeletion = \"IdleDueToMirroredPartnerDestinationDeletion\",\n}\n\n/**\n * Defines values for ChannelProvisioningState. \\\n * {@link KnownChannelProvisioningState} can be used interchangeably with ChannelProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **IdleDueToMirroredPartnerTopicDeletion** \\\n * **IdleDueToMirroredPartnerDestinationDeletion**\n */\nexport type ChannelProvisioningState = string;\n\n/** Known values of {@link ReadinessState} that the service accepts. */\nexport enum KnownReadinessState {\n /** NeverActivated */\n NeverActivated = \"NeverActivated\",\n /** Activated */\n Activated = \"Activated\",\n}\n\n/**\n * Defines values for ReadinessState. \\\n * {@link KnownReadinessState} can be used interchangeably with ReadinessState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NeverActivated** \\\n * **Activated**\n */\nexport type ReadinessState = string;\n\n/** Known values of {@link ClientGroupProvisioningState} that the service accepts. */\nexport enum KnownClientGroupProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for ClientGroupProvisioningState. \\\n * {@link KnownClientGroupProvisioningState} can be used interchangeably with ClientGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type ClientGroupProvisioningState = string;\n\n/** Known values of {@link ClientCertificateValidationScheme} that the service accepts. */\nexport enum KnownClientCertificateValidationScheme {\n /** SubjectMatchesAuthenticationName */\n SubjectMatchesAuthenticationName = \"SubjectMatchesAuthenticationName\",\n /** DnsMatchesAuthenticationName */\n DnsMatchesAuthenticationName = \"DnsMatchesAuthenticationName\",\n /** UriMatchesAuthenticationName */\n UriMatchesAuthenticationName = \"UriMatchesAuthenticationName\",\n /** IpMatchesAuthenticationName */\n IpMatchesAuthenticationName = \"IpMatchesAuthenticationName\",\n /** EmailMatchesAuthenticationName */\n EmailMatchesAuthenticationName = \"EmailMatchesAuthenticationName\",\n /** ThumbprintMatch */\n ThumbprintMatch = \"ThumbprintMatch\",\n}\n\n/**\n * Defines values for ClientCertificateValidationScheme. \\\n * {@link KnownClientCertificateValidationScheme} can be used interchangeably with ClientCertificateValidationScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SubjectMatchesAuthenticationName** \\\n * **DnsMatchesAuthenticationName** \\\n * **UriMatchesAuthenticationName** \\\n * **IpMatchesAuthenticationName** \\\n * **EmailMatchesAuthenticationName** \\\n * **ThumbprintMatch**\n */\nexport type ClientCertificateValidationScheme = string;\n\n/** Known values of {@link ClientState} that the service accepts. */\nexport enum KnownClientState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ClientState. \\\n * {@link KnownClientState} can be used interchangeably with ClientState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ClientState = string;\n\n/** Known values of {@link ClientProvisioningState} that the service accepts. */\nexport enum KnownClientProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for ClientProvisioningState. \\\n * {@link KnownClientProvisioningState} can be used interchangeably with ClientProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type ClientProvisioningState = string;\n\n/** Known values of {@link PersistedConnectionStatus} that the service accepts. */\nexport enum KnownPersistedConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PersistedConnectionStatus. \\\n * {@link KnownPersistedConnectionStatus} can be used interchangeably with PersistedConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PersistedConnectionStatus = string;\n\n/** Known values of {@link ResourceProvisioningState} that the service accepts. */\nexport enum KnownResourceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ResourceProvisioningState. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type ResourceProvisioningState = string;\n\n/** Known values of {@link DomainProvisioningState} that the service accepts. */\nexport enum KnownDomainProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DomainProvisioningState. \\\n * {@link KnownDomainProvisioningState} can be used interchangeably with DomainProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type DomainProvisioningState = string;\n\n/** Known values of {@link TlsVersion} that the service accepts. */\nexport enum KnownTlsVersion {\n /** One0 */\n One0 = \"1.0\",\n /** One1 */\n One1 = \"1.1\",\n /** One2 */\n One2 = \"1.2\",\n}\n\n/**\n * Defines values for TlsVersion. \\\n * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2**\n */\nexport type TlsVersion = string;\n\n/** Known values of {@link InputSchema} that the service accepts. */\nexport enum KnownInputSchema {\n /** EventGridSchema */\n EventGridSchema = \"EventGridSchema\",\n /** CustomEventSchema */\n CustomEventSchema = \"CustomEventSchema\",\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for InputSchema. \\\n * {@link KnownInputSchema} can be used interchangeably with InputSchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridSchema** \\\n * **CustomEventSchema** \\\n * **CloudEventSchemaV1_0**\n */\nexport type InputSchema = string;\n\n/** Known values of {@link InputSchemaMappingType} that the service accepts. */\nexport enum KnownInputSchemaMappingType {\n /** Json */\n Json = \"Json\",\n}\n\n/**\n * Defines values for InputSchemaMappingType. \\\n * {@link KnownInputSchemaMappingType} can be used interchangeably with InputSchemaMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Json**\n */\nexport type InputSchemaMappingType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** SecuredByPerimeter */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled** \\\n * **SecuredByPerimeter**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link IpActionType} that the service accepts. */\nexport enum KnownIpActionType {\n /** Allow */\n Allow = \"Allow\",\n}\n\n/**\n * Defines values for IpActionType. \\\n * {@link KnownIpActionType} can be used interchangeably with IpActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**\n */\nexport type IpActionType = string;\n\n/** Known values of {@link DataResidencyBoundary} that the service accepts. */\nexport enum KnownDataResidencyBoundary {\n /** WithinGeopair */\n WithinGeopair = \"WithinGeopair\",\n /** WithinRegion */\n WithinRegion = \"WithinRegion\",\n}\n\n/**\n * Defines values for DataResidencyBoundary. \\\n * {@link KnownDataResidencyBoundary} can be used interchangeably with DataResidencyBoundary,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WithinGeopair** \\\n * **WithinRegion**\n */\nexport type DataResidencyBoundary = string;\n\n/** Known values of {@link Sku} that the service accepts. */\nexport enum KnownSku {\n /** Basic */\n Basic = \"Basic\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Defines values for Sku. \\\n * {@link KnownSku} can be used interchangeably with Sku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic** \\\n * **Premium**\n */\nexport type Sku = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link DomainTopicProvisioningState} that the service accepts. */\nexport enum KnownDomainTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DomainTopicProvisioningState. \\\n * {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type DomainTopicProvisioningState = string;\n\n/** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */\nexport enum KnownDeliveryAttributeMappingType {\n /** Static */\n Static = \"Static\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for DeliveryAttributeMappingType. \\\n * {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Dynamic**\n */\nexport type DeliveryAttributeMappingType = string;\n\n/** Known values of {@link SubscriptionProvisioningState} that the service accepts. */\nexport enum KnownSubscriptionProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** AwaitingManualAction */\n AwaitingManualAction = \"AwaitingManualAction\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** UpdatedFailed */\n UpdatedFailed = \"UpdatedFailed\",\n}\n\n/**\n * Defines values for SubscriptionProvisioningState. \\\n * {@link KnownSubscriptionProvisioningState} can be used interchangeably with SubscriptionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **AwaitingManualAction** \\\n * **Deleted** \\\n * **DeleteFailed** \\\n * **CreateFailed** \\\n * **UpdatedFailed**\n */\nexport type SubscriptionProvisioningState = string;\n\n/** Known values of {@link DeliveryMode} that the service accepts. */\nexport enum KnownDeliveryMode {\n /** Queue */\n Queue = \"Queue\",\n /** Push */\n Push = \"Push\",\n}\n\n/**\n * Defines values for DeliveryMode. \\\n * {@link KnownDeliveryMode} can be used interchangeably with DeliveryMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queue** \\\n * **Push**\n */\nexport type DeliveryMode = string;\n\n/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */\nexport enum KnownEventSubscriptionIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for EventSubscriptionIdentityType. \\\n * {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type EventSubscriptionIdentityType = string;\n\n/** Known values of {@link DeadLetterEndPointType} that the service accepts. */\nexport enum KnownDeadLetterEndPointType {\n /** StorageBlob */\n StorageBlob = \"StorageBlob\",\n}\n\n/**\n * Defines values for DeadLetterEndPointType. \\\n * {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StorageBlob**\n */\nexport type DeadLetterEndPointType = string;\n\n/** Known values of {@link EndpointType} that the service accepts. */\nexport enum KnownEndpointType {\n /** WebHook */\n WebHook = \"WebHook\",\n /** EventHub */\n EventHub = \"EventHub\",\n /** StorageQueue */\n StorageQueue = \"StorageQueue\",\n /** HybridConnection */\n HybridConnection = \"HybridConnection\",\n /** ServiceBusQueue */\n ServiceBusQueue = \"ServiceBusQueue\",\n /** ServiceBusTopic */\n ServiceBusTopic = \"ServiceBusTopic\",\n /** AzureFunction */\n AzureFunction = \"AzureFunction\",\n /** PartnerDestination */\n PartnerDestination = \"PartnerDestination\",\n /** MonitorAlert */\n MonitorAlert = \"MonitorAlert\",\n /** NamespaceTopic */\n NamespaceTopic = \"NamespaceTopic\",\n}\n\n/**\n * Defines values for EndpointType. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WebHook** \\\n * **EventHub** \\\n * **StorageQueue** \\\n * **HybridConnection** \\\n * **ServiceBusQueue** \\\n * **ServiceBusTopic** \\\n * **AzureFunction** \\\n * **PartnerDestination** \\\n * **MonitorAlert** \\\n * **NamespaceTopic**\n */\nexport type EndpointType = string;\n\n/** Known values of {@link DeliverySchema} that the service accepts. */\nexport enum KnownDeliverySchema {\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for DeliverySchema. \\\n * {@link KnownDeliverySchema} can be used interchangeably with DeliverySchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CloudEventSchemaV1_0**\n */\nexport type DeliverySchema = string;\n\n/** Known values of {@link FilterOperatorType} that the service accepts. */\nexport enum KnownFilterOperatorType {\n /** NumberIn */\n NumberIn = \"NumberIn\",\n /** NumberNotIn */\n NumberNotIn = \"NumberNotIn\",\n /** NumberLessThan */\n NumberLessThan = \"NumberLessThan\",\n /** NumberGreaterThan */\n NumberGreaterThan = \"NumberGreaterThan\",\n /** NumberLessThanOrEquals */\n NumberLessThanOrEquals = \"NumberLessThanOrEquals\",\n /** NumberGreaterThanOrEquals */\n NumberGreaterThanOrEquals = \"NumberGreaterThanOrEquals\",\n /** BoolEquals */\n BoolEquals = \"BoolEquals\",\n /** StringIn */\n StringIn = \"StringIn\",\n /** StringNotIn */\n StringNotIn = \"StringNotIn\",\n /** StringBeginsWith */\n StringBeginsWith = \"StringBeginsWith\",\n /** StringEndsWith */\n StringEndsWith = \"StringEndsWith\",\n /** StringContains */\n StringContains = \"StringContains\",\n /** NumberInRange */\n NumberInRange = \"NumberInRange\",\n /** NumberNotInRange */\n NumberNotInRange = \"NumberNotInRange\",\n /** StringNotBeginsWith */\n StringNotBeginsWith = \"StringNotBeginsWith\",\n /** StringNotEndsWith */\n StringNotEndsWith = \"StringNotEndsWith\",\n /** StringNotContains */\n StringNotContains = \"StringNotContains\",\n /** IsNullOrUndefined */\n IsNullOrUndefined = \"IsNullOrUndefined\",\n /** IsNotNull */\n IsNotNull = \"IsNotNull\",\n}\n\n/**\n * Defines values for FilterOperatorType. \\\n * {@link KnownFilterOperatorType} can be used interchangeably with FilterOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NumberIn** \\\n * **NumberNotIn** \\\n * **NumberLessThan** \\\n * **NumberGreaterThan** \\\n * **NumberLessThanOrEquals** \\\n * **NumberGreaterThanOrEquals** \\\n * **BoolEquals** \\\n * **StringIn** \\\n * **StringNotIn** \\\n * **StringBeginsWith** \\\n * **StringEndsWith** \\\n * **StringContains** \\\n * **NumberInRange** \\\n * **NumberNotInRange** \\\n * **StringNotBeginsWith** \\\n * **StringNotEndsWith** \\\n * **StringNotContains** \\\n * **IsNullOrUndefined** \\\n * **IsNotNull**\n */\nexport type FilterOperatorType = string;\n\n/** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */\nexport enum KnownEventSubscriptionProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** AwaitingManualAction */\n AwaitingManualAction = \"AwaitingManualAction\",\n}\n\n/**\n * Defines values for EventSubscriptionProvisioningState. \\\n * {@link KnownEventSubscriptionProvisioningState} can be used interchangeably with EventSubscriptionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **AwaitingManualAction**\n */\nexport type EventSubscriptionProvisioningState = string;\n\n/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */\nexport enum KnownAdvancedFilterOperatorType {\n /** NumberIn */\n NumberIn = \"NumberIn\",\n /** NumberNotIn */\n NumberNotIn = \"NumberNotIn\",\n /** NumberLessThan */\n NumberLessThan = \"NumberLessThan\",\n /** NumberGreaterThan */\n NumberGreaterThan = \"NumberGreaterThan\",\n /** NumberLessThanOrEquals */\n NumberLessThanOrEquals = \"NumberLessThanOrEquals\",\n /** NumberGreaterThanOrEquals */\n NumberGreaterThanOrEquals = \"NumberGreaterThanOrEquals\",\n /** BoolEquals */\n BoolEquals = \"BoolEquals\",\n /** StringIn */\n StringIn = \"StringIn\",\n /** StringNotIn */\n StringNotIn = \"StringNotIn\",\n /** StringBeginsWith */\n StringBeginsWith = \"StringBeginsWith\",\n /** StringEndsWith */\n StringEndsWith = \"StringEndsWith\",\n /** StringContains */\n StringContains = \"StringContains\",\n /** NumberInRange */\n NumberInRange = \"NumberInRange\",\n /** NumberNotInRange */\n NumberNotInRange = \"NumberNotInRange\",\n /** StringNotBeginsWith */\n StringNotBeginsWith = \"StringNotBeginsWith\",\n /** StringNotEndsWith */\n StringNotEndsWith = \"StringNotEndsWith\",\n /** StringNotContains */\n StringNotContains = \"StringNotContains\",\n /** IsNullOrUndefined */\n IsNullOrUndefined = \"IsNullOrUndefined\",\n /** IsNotNull */\n IsNotNull = \"IsNotNull\",\n}\n\n/**\n * Defines values for AdvancedFilterOperatorType. \\\n * {@link KnownAdvancedFilterOperatorType} can be used interchangeably with AdvancedFilterOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NumberIn** \\\n * **NumberNotIn** \\\n * **NumberLessThan** \\\n * **NumberGreaterThan** \\\n * **NumberLessThanOrEquals** \\\n * **NumberGreaterThanOrEquals** \\\n * **BoolEquals** \\\n * **StringIn** \\\n * **StringNotIn** \\\n * **StringBeginsWith** \\\n * **StringEndsWith** \\\n * **StringContains** \\\n * **NumberInRange** \\\n * **NumberNotInRange** \\\n * **StringNotBeginsWith** \\\n * **StringNotEndsWith** \\\n * **StringNotContains** \\\n * **IsNullOrUndefined** \\\n * **IsNotNull**\n */\nexport type AdvancedFilterOperatorType = string;\n\n/** Known values of {@link EventDeliverySchema} that the service accepts. */\nexport enum KnownEventDeliverySchema {\n /** EventGridSchema */\n EventGridSchema = \"EventGridSchema\",\n /** CustomInputSchema */\n CustomInputSchema = \"CustomInputSchema\",\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for EventDeliverySchema. \\\n * {@link KnownEventDeliverySchema} can be used interchangeably with EventDeliverySchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridSchema** \\\n * **CustomInputSchema** \\\n * **CloudEventSchemaV1_0**\n */\nexport type EventDeliverySchema = string;\n\n/** Known values of {@link NamespaceProvisioningState} that the service accepts. */\nexport enum KnownNamespaceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** UpdatedFailed */\n UpdatedFailed = \"UpdatedFailed\",\n}\n\n/**\n * Defines values for NamespaceProvisioningState. \\\n * {@link KnownNamespaceProvisioningState} can be used interchangeably with NamespaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted** \\\n * **DeleteFailed** \\\n * **CreateFailed** \\\n * **UpdatedFailed**\n */\nexport type NamespaceProvisioningState = string;\n\n/** Known values of {@link CustomDomainValidationState} that the service accepts. */\nexport enum KnownCustomDomainValidationState {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** ErrorRetrievingDnsRecord */\n ErrorRetrievingDnsRecord = \"ErrorRetrievingDnsRecord\",\n}\n\n/**\n * Defines values for CustomDomainValidationState. \\\n * {@link KnownCustomDomainValidationState} can be used interchangeably with CustomDomainValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **ErrorRetrievingDnsRecord**\n */\nexport type CustomDomainValidationState = string;\n\n/** Known values of {@link CustomDomainIdentityType} that the service accepts. */\nexport enum KnownCustomDomainIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for CustomDomainIdentityType. \\\n * {@link KnownCustomDomainIdentityType} can be used interchangeably with CustomDomainIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type CustomDomainIdentityType = string;\n\n/** Known values of {@link TopicSpacesConfigurationState} that the service accepts. */\nexport enum KnownTopicSpacesConfigurationState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for TopicSpacesConfigurationState. \\\n * {@link KnownTopicSpacesConfigurationState} can be used interchangeably with TopicSpacesConfigurationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type TopicSpacesConfigurationState = string;\n\n/** Known values of {@link StaticRoutingEnrichmentType} that the service accepts. */\nexport enum KnownStaticRoutingEnrichmentType {\n /** String */\n String = \"String\",\n}\n\n/**\n * Defines values for StaticRoutingEnrichmentType. \\\n * {@link KnownStaticRoutingEnrichmentType} can be used interchangeably with StaticRoutingEnrichmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String**\n */\nexport type StaticRoutingEnrichmentType = string;\n\n/** Known values of {@link AlternativeAuthenticationNameSource} that the service accepts. */\nexport enum KnownAlternativeAuthenticationNameSource {\n /** ClientCertificateSubject */\n ClientCertificateSubject = \"ClientCertificateSubject\",\n /** ClientCertificateDns */\n ClientCertificateDns = \"ClientCertificateDns\",\n /** ClientCertificateUri */\n ClientCertificateUri = \"ClientCertificateUri\",\n /** ClientCertificateIp */\n ClientCertificateIp = \"ClientCertificateIp\",\n /** ClientCertificateEmail */\n ClientCertificateEmail = \"ClientCertificateEmail\",\n}\n\n/**\n * Defines values for AlternativeAuthenticationNameSource. \\\n * {@link KnownAlternativeAuthenticationNameSource} can be used interchangeably with AlternativeAuthenticationNameSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClientCertificateSubject** \\\n * **ClientCertificateDns** \\\n * **ClientCertificateUri** \\\n * **ClientCertificateIp** \\\n * **ClientCertificateEmail**\n */\nexport type AlternativeAuthenticationNameSource = string;\n\n/** Known values of {@link CustomJwtAuthenticationManagedIdentityType} that the service accepts. */\nexport enum KnownCustomJwtAuthenticationManagedIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for CustomJwtAuthenticationManagedIdentityType. \\\n * {@link KnownCustomJwtAuthenticationManagedIdentityType} can be used interchangeably with CustomJwtAuthenticationManagedIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type CustomJwtAuthenticationManagedIdentityType = string;\n\n/** Known values of {@link CustomWebhookAuthenticationManagedIdentityType} that the service accepts. */\nexport enum KnownCustomWebhookAuthenticationManagedIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for CustomWebhookAuthenticationManagedIdentityType. \\\n * {@link KnownCustomWebhookAuthenticationManagedIdentityType} can be used interchangeably with CustomWebhookAuthenticationManagedIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type CustomWebhookAuthenticationManagedIdentityType = string;\n\n/** Known values of {@link RoutingIdentityType} that the service accepts. */\nexport enum KnownRoutingIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for RoutingIdentityType. \\\n * {@link KnownRoutingIdentityType} can be used interchangeably with RoutingIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type RoutingIdentityType = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Standard */\n Standard = \"Standard\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**\n */\nexport type SkuName = string;\n\n/** Known values of {@link NamespaceTopicProvisioningState} that the service accepts. */\nexport enum KnownNamespaceTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** UpdatedFailed */\n UpdatedFailed = \"UpdatedFailed\",\n}\n\n/**\n * Defines values for NamespaceTopicProvisioningState. \\\n * {@link KnownNamespaceTopicProvisioningState} can be used interchangeably with NamespaceTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted** \\\n * **DeleteFailed** \\\n * **CreateFailed** \\\n * **UpdatedFailed**\n */\nexport type NamespaceTopicProvisioningState = string;\n\n/** Known values of {@link PublisherType} that the service accepts. */\nexport enum KnownPublisherType {\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for PublisherType. \\\n * {@link KnownPublisherType} can be used interchangeably with PublisherType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Custom**\n */\nexport type PublisherType = string;\n\n/** Known values of {@link EventInputSchema} that the service accepts. */\nexport enum KnownEventInputSchema {\n /** CloudEventSchemaV10 */\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\",\n}\n\n/**\n * Defines values for EventInputSchema. \\\n * {@link KnownEventInputSchema} can be used interchangeably with EventInputSchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CloudEventSchemaV1_0**\n */\nexport type EventInputSchema = string;\n\n/** Known values of {@link PartnerConfigurationProvisioningState} that the service accepts. */\nexport enum KnownPartnerConfigurationProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PartnerConfigurationProvisioningState. \\\n * {@link KnownPartnerConfigurationProvisioningState} can be used interchangeably with PartnerConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type PartnerConfigurationProvisioningState = string;\n\n/** Known values of {@link PartnerDestinationProvisioningState} that the service accepts. */\nexport enum KnownPartnerDestinationProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** IdleDueToMirroredChannelResourceDeletion */\n IdleDueToMirroredChannelResourceDeletion = \"IdleDueToMirroredChannelResourceDeletion\",\n}\n\n/**\n * Defines values for PartnerDestinationProvisioningState. \\\n * {@link KnownPartnerDestinationProvisioningState} can be used interchangeably with PartnerDestinationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **IdleDueToMirroredChannelResourceDeletion**\n */\nexport type PartnerDestinationProvisioningState = string;\n\n/** Known values of {@link PartnerDestinationActivationState} that the service accepts. */\nexport enum KnownPartnerDestinationActivationState {\n /** NeverActivated */\n NeverActivated = \"NeverActivated\",\n /** Activated */\n Activated = \"Activated\",\n}\n\n/**\n * Defines values for PartnerDestinationActivationState. \\\n * {@link KnownPartnerDestinationActivationState} can be used interchangeably with PartnerDestinationActivationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NeverActivated** \\\n * **Activated**\n */\nexport type PartnerDestinationActivationState = string;\n\n/** Known values of {@link PartnerNamespaceProvisioningState} that the service accepts. */\nexport enum KnownPartnerNamespaceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PartnerNamespaceProvisioningState. \\\n * {@link KnownPartnerNamespaceProvisioningState} can be used interchangeably with PartnerNamespaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type PartnerNamespaceProvisioningState = string;\n\n/** Known values of {@link PartnerTopicRoutingMode} that the service accepts. */\nexport enum KnownPartnerTopicRoutingMode {\n /** SourceEventAttribute */\n SourceEventAttribute = \"SourceEventAttribute\",\n /** ChannelNameHeader */\n ChannelNameHeader = \"ChannelNameHeader\",\n}\n\n/**\n * Defines values for PartnerTopicRoutingMode. \\\n * {@link KnownPartnerTopicRoutingMode} can be used interchangeably with PartnerTopicRoutingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SourceEventAttribute** \\\n * **ChannelNameHeader**\n */\nexport type PartnerTopicRoutingMode = string;\n\n/** Known values of {@link PartnerRegistrationProvisioningState} that the service accepts. */\nexport enum KnownPartnerRegistrationProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PartnerRegistrationProvisioningState. \\\n * {@link KnownPartnerRegistrationProvisioningState} can be used interchangeably with PartnerRegistrationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type PartnerRegistrationProvisioningState = string;\n\n/** Known values of {@link PartnerTopicProvisioningState} that the service accepts. */\nexport enum KnownPartnerTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** IdleDueToMirroredChannelResourceDeletion */\n IdleDueToMirroredChannelResourceDeletion = \"IdleDueToMirroredChannelResourceDeletion\",\n}\n\n/**\n * Defines values for PartnerTopicProvisioningState. \\\n * {@link KnownPartnerTopicProvisioningState} can be used interchangeably with PartnerTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **IdleDueToMirroredChannelResourceDeletion**\n */\nexport type PartnerTopicProvisioningState = string;\n\n/** Known values of {@link PartnerTopicActivationState} that the service accepts. */\nexport enum KnownPartnerTopicActivationState {\n /** NeverActivated */\n NeverActivated = \"NeverActivated\",\n /** Activated */\n Activated = \"Activated\",\n /** Deactivated */\n Deactivated = \"Deactivated\",\n}\n\n/**\n * Defines values for PartnerTopicActivationState. \\\n * {@link KnownPartnerTopicActivationState} can be used interchangeably with PartnerTopicActivationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NeverActivated** \\\n * **Activated** \\\n * **Deactivated**\n */\nexport type PartnerTopicActivationState = string;\n\n/** Known values of {@link NetworkSecurityPerimeterResourceType} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterResourceType {\n /** Topics */\n Topics = \"topics\",\n /** Domains */\n Domains = \"domains\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterResourceType. \\\n * {@link KnownNetworkSecurityPerimeterResourceType} can be used interchangeably with NetworkSecurityPerimeterResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains**\n */\nexport type NetworkSecurityPerimeterResourceType = string;\n\n/** Known values of {@link NetworkSecurityPerimeterConfigProvisioningState} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterConfigProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Accepted */\n Accepted = \"Accepted\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterConfigProvisioningState. \\\n * {@link KnownNetworkSecurityPerimeterConfigProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted** \\\n * **Accepted**\n */\nexport type NetworkSecurityPerimeterConfigProvisioningState = string;\n\n/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueType} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterConfigurationIssueType {\n /** MissingPerimeterConfiguration */\n MissingPerimeterConfiguration = \"MissingPerimeterConfiguration\",\n /** MissingIdentityConfiguration */\n MissingIdentityConfiguration = \"MissingIdentityConfiguration\",\n /** ConfigurationPropagationFailure */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n /** Other */\n Other = \"Other\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterConfigurationIssueType. \\\n * {@link KnownNetworkSecurityPerimeterConfigurationIssueType} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MissingPerimeterConfiguration** \\\n * **MissingIdentityConfiguration** \\\n * **ConfigurationPropagationFailure** \\\n * **Other**\n */\nexport type NetworkSecurityPerimeterConfigurationIssueType = string;\n\n/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueSeverity} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity {\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterConfigurationIssueSeverity. \\\n * {@link KnownNetworkSecurityPerimeterConfigurationIssueSeverity} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning** \\\n * **Error**\n */\nexport type NetworkSecurityPerimeterConfigurationIssueSeverity = string;\n\n/** Known values of {@link NetworkSecurityPerimeterAssociationAccessMode} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterAssociationAccessMode {\n /** Learning */\n Learning = \"Learning\",\n /** Enforced */\n Enforced = \"Enforced\",\n /** Audit */\n Audit = \"Audit\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterAssociationAccessMode. \\\n * {@link KnownNetworkSecurityPerimeterAssociationAccessMode} can be used interchangeably with NetworkSecurityPerimeterAssociationAccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Learning** \\\n * **Enforced** \\\n * **Audit**\n */\nexport type NetworkSecurityPerimeterAssociationAccessMode = string;\n\n/** Known values of {@link NetworkSecurityPerimeterProfileAccessRuleDirection} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterProfileAccessRuleDirection. \\\n * {@link KnownNetworkSecurityPerimeterProfileAccessRuleDirection} can be used interchangeably with NetworkSecurityPerimeterProfileAccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type NetworkSecurityPerimeterProfileAccessRuleDirection = string;\n\n/** Known values of {@link PermissionType} that the service accepts. */\nexport enum KnownPermissionType {\n /** Publisher */\n Publisher = \"Publisher\",\n /** Subscriber */\n Subscriber = \"Subscriber\",\n}\n\n/**\n * Defines values for PermissionType. \\\n * {@link KnownPermissionType} can be used interchangeably with PermissionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Publisher** \\\n * **Subscriber**\n */\nexport type PermissionType = string;\n\n/** Known values of {@link PermissionBindingProvisioningState} that the service accepts. */\nexport enum KnownPermissionBindingProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for PermissionBindingProvisioningState. \\\n * {@link KnownPermissionBindingProvisioningState} can be used interchangeably with PermissionBindingProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type PermissionBindingProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointConnectionsParentType} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionsParentType {\n /** Topics */\n Topics = \"topics\",\n /** Domains */\n Domains = \"domains\",\n /** PartnerNamespaces */\n PartnerNamespaces = \"partnerNamespaces\",\n /** Namespaces */\n Namespaces = \"namespaces\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionsParentType. \\\n * {@link KnownPrivateEndpointConnectionsParentType} can be used interchangeably with PrivateEndpointConnectionsParentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains** \\\n * **partnerNamespaces** \\\n * **namespaces**\n */\nexport type PrivateEndpointConnectionsParentType = string;\n\n/** Known values of {@link TopicProvisioningState} that the service accepts. */\nexport enum KnownTopicProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for TopicProvisioningState. \\\n * {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type TopicProvisioningState = string;\n\n/** Known values of {@link ResourceKind} that the service accepts. */\nexport enum KnownResourceKind {\n /** Azure */\n Azure = \"Azure\",\n /** AzureArc */\n AzureArc = \"AzureArc\",\n}\n\n/**\n * Defines values for ResourceKind. \\\n * {@link KnownResourceKind} can be used interchangeably with ResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure** \\\n * **AzureArc**\n */\nexport type ResourceKind = string;\n\n/** Known values of {@link TopicSpaceProvisioningState} that the service accepts. */\nexport enum KnownTopicSpaceProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for TopicSpaceProvisioningState. \\\n * {@link KnownTopicSpaceProvisioningState} can be used interchangeably with TopicSpaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleted**\n */\nexport type TopicSpaceProvisioningState = string;\n\n/** Known values of {@link ResourceRegionType} that the service accepts. */\nexport enum KnownResourceRegionType {\n /** RegionalResource */\n RegionalResource = \"RegionalResource\",\n /** GlobalResource */\n GlobalResource = \"GlobalResource\",\n}\n\n/**\n * Defines values for ResourceRegionType. \\\n * {@link KnownResourceRegionType} can be used interchangeably with ResourceRegionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegionalResource** \\\n * **GlobalResource**\n */\nexport type ResourceRegionType = string;\n\n/** Known values of {@link TopicTypeProvisioningState} that the service accepts. */\nexport enum KnownTopicTypeProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for TopicTypeProvisioningState. \\\n * {@link KnownTopicTypeProvisioningState} can be used interchangeably with TopicTypeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type TopicTypeProvisioningState = string;\n\n/** Known values of {@link TopicTypeSourceScope} that the service accepts. */\nexport enum KnownTopicTypeSourceScope {\n /** Resource */\n Resource = \"Resource\",\n /** ResourceGroup */\n ResourceGroup = \"ResourceGroup\",\n /** AzureSubscription */\n AzureSubscription = \"AzureSubscription\",\n /** ManagementGroup */\n ManagementGroup = \"ManagementGroup\",\n}\n\n/**\n * Defines values for TopicTypeSourceScope. \\\n * {@link KnownTopicTypeSourceScope} can be used interchangeably with TopicTypeSourceScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Resource** \\\n * **ResourceGroup** \\\n * **AzureSubscription** \\\n * **ManagementGroup**\n */\nexport type TopicTypeSourceScope = string;\n\n/** Known values of {@link VerifiedPartnerProvisioningState} that the service accepts. */\nexport enum KnownVerifiedPartnerProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for VerifiedPartnerProvisioningState. \\\n * {@link KnownVerifiedPartnerProvisioningState} can be used interchangeably with VerifiedPartnerProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type VerifiedPartnerProvisioningState = string;\n\n/** Known values of {@link PartnerClientAuthenticationType} that the service accepts. */\nexport enum KnownPartnerClientAuthenticationType {\n /** AzureAD */\n AzureAD = \"AzureAD\",\n}\n\n/**\n * Defines values for PartnerClientAuthenticationType. \\\n * {@link KnownPartnerClientAuthenticationType} can be used interchangeably with PartnerClientAuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureAD**\n */\nexport type PartnerClientAuthenticationType = string;\n\n/** Known values of {@link MonitorAlertSeverity} that the service accepts. */\nexport enum KnownMonitorAlertSeverity {\n /** Sev0 */\n Sev0 = \"Sev0\",\n /** Sev1 */\n Sev1 = \"Sev1\",\n /** Sev2 */\n Sev2 = \"Sev2\",\n /** Sev3 */\n Sev3 = \"Sev3\",\n /** Sev4 */\n Sev4 = \"Sev4\",\n}\n\n/**\n * Defines values for MonitorAlertSeverity. \\\n * {@link KnownMonitorAlertSeverity} can be used interchangeably with MonitorAlertSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sev0** \\\n * **Sev1** \\\n * **Sev2** \\\n * **Sev3** \\\n * **Sev4**\n */\nexport type MonitorAlertSeverity = string;\n\n/** Optional parameters. */\nexport interface CaCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CaCertificatesGetResponse = CaCertificate;\n\n/** Optional parameters. */\nexport interface CaCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CaCertificatesCreateOrUpdateResponse = CaCertificate;\n\n/** Optional parameters. */\nexport interface CaCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CaCertificatesListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type CaCertificatesListByNamespaceResponse = CaCertificatesListResult;\n\n/** Optional parameters. */\nexport interface CaCertificatesListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type CaCertificatesListByNamespaceNextResponse =\n CaCertificatesListResult;\n\n/** Optional parameters. */\nexport interface ChannelsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ChannelsGetResponse = Channel;\n\n/** Optional parameters. */\nexport interface ChannelsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ChannelsCreateOrUpdateResponse = Channel;\n\n/** Optional parameters. */\nexport interface ChannelsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ChannelsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ChannelsListByPartnerNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByPartnerNamespace operation. */\nexport type ChannelsListByPartnerNamespaceResponse = ChannelsListResult;\n\n/** Optional parameters. */\nexport interface ChannelsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type ChannelsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface ChannelsListByPartnerNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPartnerNamespaceNext operation. */\nexport type ChannelsListByPartnerNamespaceNextResponse = ChannelsListResult;\n\n/** Optional parameters. */\nexport interface ClientGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClientGroupsGetResponse = ClientGroup;\n\n/** Optional parameters. */\nexport interface ClientGroupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClientGroupsCreateOrUpdateResponse = ClientGroup;\n\n/** Optional parameters. */\nexport interface ClientGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClientGroupsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type ClientGroupsListByNamespaceResponse = ClientGroupsListResult;\n\n/** Optional parameters. */\nexport interface ClientGroupsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type ClientGroupsListByNamespaceNextResponse = ClientGroupsListResult;\n\n/** Optional parameters. */\nexport interface ClientsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClientsGetResponse = Client;\n\n/** Optional parameters. */\nexport interface ClientsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClientsCreateOrUpdateResponse = Client;\n\n/** Optional parameters. */\nexport interface ClientsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClientsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type ClientsListByNamespaceResponse = ClientsListResult;\n\n/** Optional parameters. */\nexport interface ClientsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type ClientsListByNamespaceNextResponse = ClientsListResult;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DomainsListBySubscriptionResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DomainsListByResourceGroupResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface DomainsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface DomainsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DomainsListBySubscriptionNextResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DomainsListByResourceGroupNextResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainTopicsGetResponse = DomainTopic;\n\n/** Optional parameters. */\nexport interface DomainTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainTopicsCreateOrUpdateResponse = DomainTopic;\n\n/** Optional parameters. */\nexport interface DomainTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainTopicsListByDomainOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByDomain operation. */\nexport type DomainTopicsListByDomainResponse = DomainTopicsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicsListByDomainNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainNext operation. */\nexport type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainTopicEventSubscriptionsCreateOrUpdateResponse =\n EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DomainTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type DomainTopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DomainTopicEventSubscriptionsListResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicEventSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainTopicEventSubscriptionsListNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type TopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type TopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type TopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type TopicEventSubscriptionsListResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface TopicEventSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TopicEventSubscriptionsListNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type DomainEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainEventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DomainEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type DomainEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DomainEventSubscriptionsListResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface DomainEventSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainEventSubscriptionsListNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type EventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscription operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscriptionForTopicType operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroup operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroupForTopicType operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscription operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroup operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscriptionForTopicType operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroupForTopicType operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type EventSubscriptionsListByResourceResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByDomainTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByDomainTopic operation. */\nexport type EventSubscriptionsListByDomainTopicResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalBySubscriptionNext operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalByResourceGroupNext operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalBySubscriptionNext operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalByResourceGroupNext operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type EventSubscriptionsListByResourceNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByDomainTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainTopicNext operation. */\nexport type EventSubscriptionsListByDomainTopicNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SystemTopicEventSubscriptionsCreateOrUpdateResponse =\n EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type SystemTopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySystemTopic operation. */\nexport type SystemTopicEventSubscriptionsListBySystemTopicResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySystemTopicNext operation. */\nexport type SystemTopicEventSubscriptionsListBySystemTopicNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespaceTopicEventSubscriptionsGetResponse = Subscription;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespaceTopicEventSubscriptionsCreateOrUpdateResponse =\n Subscription;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespaceTopic operation. */\nexport type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse =\n SubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type NamespaceTopicEventSubscriptionsGetFullUrlResponse =\n SubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceTopicNext operation. */\nexport type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse =\n SubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerTopicEventSubscriptionsCreateOrUpdateResponse =\n EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type PartnerTopicEventSubscriptionsGetFullUrlResponse =\n EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByPartnerTopic operation. */\nexport type PartnerTopicEventSubscriptionsListByPartnerTopicResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse =\n DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPartnerTopicNext operation. */\nexport type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse =\n EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface NamespacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespacesGetResponse = Namespace;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespacesCreateOrUpdateResponse = Namespace;\n\n/** Optional parameters. */\nexport interface NamespacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespacesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamespacesUpdateResponse = Namespace;\n\n/** Optional parameters. */\nexport interface NamespacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type NamespacesListBySubscriptionResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type NamespacesListByResourceGroupResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type NamespacesListSharedAccessKeysResponse = NamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespacesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type NamespacesRegenerateKeyResponse = NamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespacesValidateCustomDomainOwnershipOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validateCustomDomainOwnership operation. */\nexport type NamespacesValidateCustomDomainOwnershipResponse =\n CustomDomainOwnershipValidationResult;\n\n/** Optional parameters. */\nexport interface NamespacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type NamespacesListBySubscriptionNextResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type NamespacesListByResourceGroupNextResponse = NamespacesListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespaceTopicsGetResponse = NamespaceTopic;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespaceTopicsCreateOrUpdateResponse = NamespaceTopic;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespaceTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamespaceTopicsUpdateResponse = NamespaceTopic;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type NamespaceTopicsListByNamespaceResponse = NamespaceTopicsListResult;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type NamespaceTopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type NamespaceTopicsRegenerateKeyResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface NamespaceTopicsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type NamespaceTopicsListByNamespaceNextResponse =\n NamespaceTopicsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerConfigurationsGetResponse = PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerConfigurationsCreateOrUpdateResponse = PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PartnerConfigurationsUpdateResponse = PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerConfigurationsListByResourceGroupResponse =\n PartnerConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerConfigurationsListBySubscriptionResponse =\n PartnerConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsAuthorizePartnerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the authorizePartner operation. */\nexport type PartnerConfigurationsAuthorizePartnerResponse =\n PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsUnauthorizePartnerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the unauthorizePartner operation. */\nexport type PartnerConfigurationsUnauthorizePartnerResponse =\n PartnerConfiguration;\n\n/** Optional parameters. */\nexport interface PartnerConfigurationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerConfigurationsListBySubscriptionNextResponse =\n PartnerConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerDestinationsGetResponse = PartnerDestination;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerDestinationsCreateOrUpdateResponse = PartnerDestination;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerDestinationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PartnerDestinationsUpdateResponse = PartnerDestination;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerDestinationsListBySubscriptionResponse =\n PartnerDestinationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerDestinationsListByResourceGroupResponse =\n PartnerDestinationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the activate operation. */\nexport type PartnerDestinationsActivateResponse = PartnerDestination;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerDestinationsListBySubscriptionNextResponse =\n PartnerDestinationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerDestinationsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerDestinationsListByResourceGroupNextResponse =\n PartnerDestinationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerNamespacesGetResponse = PartnerNamespace;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerNamespacesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerNamespacesListBySubscriptionResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerNamespacesListByResourceGroupResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type PartnerNamespacesListSharedAccessKeysResponse =\n PartnerNamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type PartnerNamespacesRegenerateKeyResponse =\n PartnerNamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerNamespacesListBySubscriptionNextResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerNamespacesListByResourceGroupNextResponse =\n PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerRegistrationsGetResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerRegistrationsListBySubscriptionResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerRegistrationsListByResourceGroupResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerRegistrationsListBySubscriptionNextResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerRegistrationsListByResourceGroupNextResponse =\n PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerTopicsGetResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerTopicsCreateOrUpdateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PartnerTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PartnerTopicsUpdateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the activate operation. */\nexport type PartnerTopicsActivateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsDeactivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deactivate operation. */\nexport type PartnerTopicsDeactivateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type PartnerTopicsListBySubscriptionNextResponse =\n PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PartnerTopicsListByResourceGroupNextResponse =\n PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NetworkSecurityPerimeterConfigurationsGetResponse =\n NetworkSecurityPerimeterConfiguration;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reconcile operation. */\nexport type NetworkSecurityPerimeterConfigurationsReconcileResponse =\n NetworkSecurityPerimeterConfiguration;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type NetworkSecurityPerimeterConfigurationsListResponse =\n NetworkSecurityPerimeterConfigurationList;\n\n/** Optional parameters. */\nexport interface PermissionBindingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PermissionBindingsGetResponse = PermissionBinding;\n\n/** Optional parameters. */\nexport interface PermissionBindingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PermissionBindingsCreateOrUpdateResponse = PermissionBinding;\n\n/** Optional parameters. */\nexport interface PermissionBindingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PermissionBindingsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type PermissionBindingsListByNamespaceResponse =\n PermissionBindingsListResult;\n\n/** Optional parameters. */\nexport interface PermissionBindingsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type PermissionBindingsListByNamespaceNextResponse =\n PermissionBindingsListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse =\n PrivateEndpointConnectionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateEndpointConnectionsListByResourceResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateEndpointConnectionsListByResourceNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateLinkResourcesListByResourceResponse =\n PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateLinkResourcesListByResourceNextResponse =\n PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemTopicsGetResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SystemTopicsCreateOrUpdateResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SystemTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SystemTopicsUpdateResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SystemTopicsListByResourceGroupNextResponse =\n SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicsGetResponse = Topic;\n\n/** Optional parameters. */\nexport interface TopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicsCreateOrUpdateResponse = Topic;\n\n/** Optional parameters. */\nexport interface TopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type TopicsDeleteResponse = TopicsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface TopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type TopicsListBySubscriptionResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type TopicsListByResourceGroupResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsListEventTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEventTypes operation. */\nexport type TopicsListEventTypesResponse = EventTypesListResult;\n\n/** Optional parameters. */\nexport interface TopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type TopicsListBySubscriptionNextResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type TopicsListByResourceGroupNextResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface ExtensionTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionTopicsGetResponse = ExtensionTopic;\n\n/** Optional parameters. */\nexport interface TopicSpacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicSpacesGetResponse = TopicSpace;\n\n/** Optional parameters. */\nexport interface TopicSpacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicSpacesCreateOrUpdateResponse = TopicSpace;\n\n/** Optional parameters. */\nexport interface TopicSpacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicSpacesListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type TopicSpacesListByNamespaceResponse = TopicSpacesListResult;\n\n/** Optional parameters. */\nexport interface TopicSpacesListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type TopicSpacesListByNamespaceNextResponse = TopicSpacesListResult;\n\n/** Optional parameters. */\nexport interface TopicTypesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopicTypesListResponse = TopicTypesListResult;\n\n/** Optional parameters. */\nexport interface TopicTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicTypesGetResponse = TopicTypeInfo;\n\n/** Optional parameters. */\nexport interface TopicTypesListEventTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEventTypes operation. */\nexport type TopicTypesListEventTypesResponse = EventTypesListResult;\n\n/** Optional parameters. */\nexport interface VerifiedPartnersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VerifiedPartnersGetResponse = VerifiedPartner;\n\n/** Optional parameters. */\nexport interface VerifiedPartnersListOptionalParams\n extends coreClient.OperationOptions {\n /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */\n filter?: string;\n /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VerifiedPartnersListResponse = VerifiedPartnersListResult;\n\n/** Optional parameters. */\nexport interface VerifiedPartnersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VerifiedPartnersListNextResponse = VerifiedPartnersListResult;\n\n/** Optional parameters. */\nexport interface EventGridManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}