@azure/arm-eventgrid 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7613 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +62 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1943 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +204 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +107 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +42 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +347 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  33. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  34. package/dist-esm/src/operations/domainTopics.js +310 -0
  35. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  36. package/dist-esm/src/operations/domains.d.ts +122 -0
  37. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domains.js +522 -0
  39. package/dist-esm/src/operations/domains.js.map +1 -0
  40. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  41. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  43. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  45. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensionTopics.js +50 -0
  47. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +26 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +88 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
  57. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
  59. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  60. package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
  61. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateLinkResources.js +176 -0
  63. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  64. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  65. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  66. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  67. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  68. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  69. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  70. package/dist-esm/src/operations/systemTopics.js +482 -0
  71. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  72. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  73. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  74. package/dist-esm/src/operations/topicTypes.js +175 -0
  75. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  76. package/dist-esm/src/operations/topics.d.ts +150 -0
  77. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/topics.js +656 -0
  79. package/dist-esm/src/operations/topics.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  81. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  82. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
  83. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  85. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  86. package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
  87. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  89. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  93. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  105. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
  109. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  113. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  121. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  125. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  126. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
  127. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  128. package/dist-esm/test/eventgrid_examples.d.ts +4 -0
  129. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  130. package/dist-esm/test/eventgrid_examples.js +166 -0
  131. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-eventgrid.api.md +1777 -0
  134. package/rollup.config.js +181 -30
  135. package/src/eventGridManagementClient.ts +107 -53
  136. package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1844 -3910
  139. package/src/models/mappers.ts +1261 -1339
  140. package/src/models/parameters.ts +239 -82
  141. package/src/operations/domainTopics.ts +346 -224
  142. package/src/operations/domains.ts +545 -454
  143. package/src/operations/eventSubscriptions.ts +1658 -1236
  144. package/src/operations/extensionTopics.ts +37 -66
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/operations.ts +65 -43
  147. package/src/operations/privateEndpointConnections.ts +386 -253
  148. package/src/operations/privateLinkResources.ts +178 -150
  149. package/src/operations/systemTopicEventSubscriptions.ts +537 -394
  150. package/src/operations/systemTopics.ts +505 -349
  151. package/src/operations/topicTypes.ts +138 -114
  152. package/src/operations/topics.ts +728 -494
  153. package/src/operationsInterfaces/domainTopics.ts +105 -0
  154. package/src/operationsInterfaces/domains.ts +162 -0
  155. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  156. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/operations.ts +22 -0
  159. package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
  160. package/src/operationsInterfaces/privateLinkResources.ts +48 -0
  161. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  162. package/src/operationsInterfaces/systemTopics.ts +139 -0
  163. package/src/operationsInterfaces/topicTypes.ts +47 -0
  164. package/src/operationsInterfaces/topics.ts +197 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-eventgrid.d.ts +2998 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-eventgrid.js +0 -6824
  169. package/dist/arm-eventgrid.js.map +0 -1
  170. package/dist/arm-eventgrid.min.js +0 -1
  171. package/dist/arm-eventgrid.min.js.map +0 -1
  172. package/esm/eventGridManagementClient.d.ts +0 -35
  173. package/esm/eventGridManagementClient.d.ts.map +0 -1
  174. package/esm/eventGridManagementClient.js +0 -48
  175. package/esm/eventGridManagementClient.js.map +0 -1
  176. package/esm/eventGridManagementClientContext.d.ts +0 -23
  177. package/esm/eventGridManagementClientContext.d.ts.map +0 -1
  178. package/esm/eventGridManagementClientContext.js +0 -61
  179. package/esm/eventGridManagementClientContext.js.map +0 -1
  180. package/esm/models/domainTopicsMappers.d.ts +0 -2
  181. package/esm/models/domainTopicsMappers.d.ts.map +0 -1
  182. package/esm/models/domainTopicsMappers.js +0 -9
  183. package/esm/models/domainTopicsMappers.js.map +0 -1
  184. package/esm/models/domainsMappers.d.ts +0 -2
  185. package/esm/models/domainsMappers.d.ts.map +0 -1
  186. package/esm/models/domainsMappers.js +0 -9
  187. package/esm/models/domainsMappers.js.map +0 -1
  188. package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
  189. package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
  190. package/esm/models/eventSubscriptionsMappers.js +0 -9
  191. package/esm/models/eventSubscriptionsMappers.js.map +0 -1
  192. package/esm/models/extensionTopicsMappers.d.ts +0 -2
  193. package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
  194. package/esm/models/extensionTopicsMappers.js +0 -9
  195. package/esm/models/extensionTopicsMappers.js.map +0 -1
  196. package/esm/models/index.d.ts +0 -4080
  197. package/esm/models/index.d.ts.map +0 -1
  198. package/esm/models/index.js.map +0 -1
  199. package/esm/models/mappers.d.ts +0 -109
  200. package/esm/models/mappers.d.ts.map +0 -1
  201. package/esm/models/mappers.js.map +0 -1
  202. package/esm/models/operationsMappers.d.ts +0 -2
  203. package/esm/models/operationsMappers.d.ts.map +0 -1
  204. package/esm/models/operationsMappers.js.map +0 -1
  205. package/esm/models/parameters.d.ts +0 -25
  206. package/esm/models/parameters.d.ts.map +0 -1
  207. package/esm/models/parameters.js +0 -245
  208. package/esm/models/parameters.js.map +0 -1
  209. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  210. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  211. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  212. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  213. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  214. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  215. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  216. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
  217. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
  218. package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
  219. package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
  220. package/esm/models/systemTopicsMappers.d.ts +0 -2
  221. package/esm/models/systemTopicsMappers.d.ts.map +0 -1
  222. package/esm/models/systemTopicsMappers.js +0 -9
  223. package/esm/models/systemTopicsMappers.js.map +0 -1
  224. package/esm/models/topicTypesMappers.d.ts +0 -2
  225. package/esm/models/topicTypesMappers.d.ts.map +0 -1
  226. package/esm/models/topicTypesMappers.js +0 -9
  227. package/esm/models/topicTypesMappers.js.map +0 -1
  228. package/esm/models/topicsMappers.d.ts +0 -2
  229. package/esm/models/topicsMappers.d.ts.map +0 -1
  230. package/esm/models/topicsMappers.js +0 -9
  231. package/esm/models/topicsMappers.js.map +0 -1
  232. package/esm/operations/domainTopics.d.ts +0 -120
  233. package/esm/operations/domainTopics.d.ts.map +0 -1
  234. package/esm/operations/domainTopics.js +0 -233
  235. package/esm/operations/domainTopics.js.map +0 -1
  236. package/esm/operations/domains.d.ts +0 -214
  237. package/esm/operations/domains.d.ts.map +0 -1
  238. package/esm/operations/domains.js +0 -415
  239. package/esm/operations/domains.js.map +0 -1
  240. package/esm/operations/eventSubscriptions.d.ts +0 -666
  241. package/esm/operations/eventSubscriptions.d.ts.map +0 -1
  242. package/esm/operations/eventSubscriptions.js +0 -969
  243. package/esm/operations/eventSubscriptions.js.map +0 -1
  244. package/esm/operations/extensionTopics.d.ts +0 -47
  245. package/esm/operations/extensionTopics.d.ts.map +0 -1
  246. package/esm/operations/extensionTopics.js +0 -54
  247. package/esm/operations/extensionTopics.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/operations.d.ts +0 -29
  251. package/esm/operations/operations.d.ts.map +0 -1
  252. package/esm/operations/operations.js +0 -50
  253. package/esm/operations/operations.js.map +0 -1
  254. package/esm/operations/privateEndpointConnections.d.ts +0 -152
  255. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  256. package/esm/operations/privateEndpointConnections.js +0 -263
  257. package/esm/operations/privateEndpointConnections.js.map +0 -1
  258. package/esm/operations/privateLinkResources.d.ts +0 -91
  259. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  260. package/esm/operations/privateLinkResources.js +0 -127
  261. package/esm/operations/privateLinkResources.js.map +0 -1
  262. package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
  263. package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
  264. package/esm/operations/systemTopicEventSubscriptions.js +0 -379
  265. package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
  266. package/esm/operations/systemTopics.d.ts +0 -167
  267. package/esm/operations/systemTopics.d.ts.map +0 -1
  268. package/esm/operations/systemTopics.js +0 -353
  269. package/esm/operations/systemTopics.js.map +0 -1
  270. package/esm/operations/topicTypes.d.ts +0 -67
  271. package/esm/operations/topicTypes.d.ts.map +0 -1
  272. package/esm/operations/topicTypes.js +0 -106
  273. package/esm/operations/topicTypes.js.map +0 -1
  274. package/esm/operations/topics.d.ts +0 -237
  275. package/esm/operations/topics.d.ts.map +0 -1
  276. package/esm/operations/topics.js +0 -471
  277. package/esm/operations/topics.js.map +0 -1
  278. package/src/eventGridManagementClientContext.ts +0 -68
  279. package/src/models/domainTopicsMappers.ts +0 -66
  280. package/src/models/domainsMappers.ts +0 -69
  281. package/src/models/eventSubscriptionsMappers.ts +0 -69
  282. package/src/models/extensionTopicsMappers.ts +0 -65
  283. package/src/models/privateEndpointConnectionsMappers.ts +0 -66
  284. package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
  285. package/src/models/systemTopicsMappers.ts +0 -67
  286. package/src/models/topicTypesMappers.ts +0 -67
  287. package/src/models/topicsMappers.ts +0 -70
@@ -0,0 +1,1943 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
3
+ export declare type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;
4
+ export declare type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter;
5
+ export declare type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
6
+ export declare type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
7
+ /** PrivateEndpoint information. */
8
+ export interface PrivateEndpoint {
9
+ /** The ARM identifier for Private Endpoint. */
10
+ id?: string;
11
+ }
12
+ /** ConnectionState information. */
13
+ export interface ConnectionState {
14
+ /** Status of the connection. */
15
+ status?: PersistedConnectionStatus;
16
+ /** Description of the connection state. */
17
+ description?: string;
18
+ /** Actions required (if any). */
19
+ actionsRequired?: string;
20
+ }
21
+ /** Definition of a Resource. */
22
+ export interface Resource {
23
+ /**
24
+ * Fully qualified identifier of the resource.
25
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
+ */
27
+ readonly id?: string;
28
+ /**
29
+ * Name of the resource.
30
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
+ */
32
+ readonly name?: string;
33
+ /**
34
+ * Type of the resource.
35
+ * NOTE: This property will not be serialized. It can only be populated by the server.
36
+ */
37
+ readonly type?: string;
38
+ }
39
+ /** 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'. */
40
+ export interface InputSchemaMapping {
41
+ /** Polymorphic discriminator, which specifies the different types this object can be */
42
+ inputSchemaMappingType: "Json";
43
+ }
44
+ export interface InboundIpRule {
45
+ /** IP Address in CIDR notation e.g., 10.0.0.0/8. */
46
+ ipMask?: string;
47
+ /** Action to perform based on the match or no match of the IpMask. */
48
+ action?: IpActionType;
49
+ }
50
+ /** Metadata pertaining to creation and last modification of the resource. */
51
+ export interface SystemData {
52
+ /** The identity that created the resource. */
53
+ createdBy?: string;
54
+ /** The type of identity that created the resource. */
55
+ createdByType?: CreatedByType;
56
+ /** The timestamp of resource creation (UTC). */
57
+ createdAt?: Date;
58
+ /** The identity that last modified the resource. */
59
+ lastModifiedBy?: string;
60
+ /** The type of identity that last modified the resource. */
61
+ lastModifiedByType?: CreatedByType;
62
+ /** The timestamp of resource last modification (UTC) */
63
+ lastModifiedAt?: Date;
64
+ }
65
+ /** The identity information for the resource. */
66
+ export interface IdentityInfo {
67
+ /** 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. */
68
+ type?: IdentityType;
69
+ /** The principal ID of resource identity. */
70
+ principalId?: string;
71
+ /** The tenant ID of resource. */
72
+ tenantId?: string;
73
+ /**
74
+ * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
75
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
76
+ * This property is currently not used and reserved for future usage.
77
+ */
78
+ userAssignedIdentities?: {
79
+ [propertyName: string]: UserIdentityProperties;
80
+ };
81
+ }
82
+ /** The information about the user identity. */
83
+ export interface UserIdentityProperties {
84
+ /** The principal id of user assigned identity. */
85
+ principalId?: string;
86
+ /** The client id of user assigned identity. */
87
+ clientId?: string;
88
+ }
89
+ /** Properties of the Domain update. */
90
+ export interface DomainUpdateParameters {
91
+ /** Tags of the domains resource. */
92
+ tags?: {
93
+ [propertyName: string]: string;
94
+ };
95
+ /** Identity information for the resource. */
96
+ identity?: IdentityInfo;
97
+ /**
98
+ * This determines if traffic is allowed over public network. By default it is enabled.
99
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules" />
100
+ */
101
+ publicNetworkAccess?: PublicNetworkAccess;
102
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
103
+ inboundIpRules?: InboundIpRule[];
104
+ /** 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. */
105
+ disableLocalAuth?: boolean;
106
+ /**
107
+ * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
108
+ * 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.
109
+ * 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
110
+ * 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
111
+ * 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
112
+ * 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
113
+ * domain topic on demand if needed.
114
+ */
115
+ autoCreateTopicWithFirstSubscription?: boolean;
116
+ /**
117
+ * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
118
+ * 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.
119
+ * 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
120
+ * 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
121
+ * (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
122
+ * control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer
123
+ * resources by the user.
124
+ */
125
+ autoDeleteTopicWithLastSubscription?: boolean;
126
+ }
127
+ /** Result of the List Domains operation. */
128
+ export interface DomainsListResult {
129
+ /** A collection of Domains. */
130
+ value?: Domain[];
131
+ /** A link for the next page of domains. */
132
+ nextLink?: string;
133
+ }
134
+ /** Shared access keys of the Domain. */
135
+ export interface DomainSharedAccessKeys {
136
+ /** Shared access key1 for the domain. */
137
+ key1?: string;
138
+ /** Shared access key2 for the domain. */
139
+ key2?: string;
140
+ }
141
+ /** Domain regenerate share access key request. */
142
+ export interface DomainRegenerateKeyRequest {
143
+ /** Key name to regenerate key1 or key2. */
144
+ keyName: string;
145
+ }
146
+ /** Result of the List Domain Topics operation. */
147
+ export interface DomainTopicsListResult {
148
+ /** A collection of Domain Topics. */
149
+ value?: DomainTopic[];
150
+ /** A link for the next page of domain topics. */
151
+ nextLink?: string;
152
+ }
153
+ /** Information about the destination for an event subscription. */
154
+ export interface EventSubscriptionDestination {
155
+ /** Polymorphic discriminator, which specifies the different types this object can be */
156
+ endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction";
157
+ }
158
+ /** Information about the delivery for an event subscription with resource identity. */
159
+ export interface DeliveryWithResourceIdentity {
160
+ /** The identity to use when delivering events. */
161
+ identity?: EventSubscriptionIdentity;
162
+ /**
163
+ * Information about the destination where events have to be delivered for the event subscription.
164
+ * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
165
+ */
166
+ destination?: EventSubscriptionDestinationUnion;
167
+ }
168
+ /** The identity information with the event subscription. */
169
+ export interface EventSubscriptionIdentity {
170
+ /** 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. */
171
+ type?: EventSubscriptionIdentityType;
172
+ /** The user identity associated with the resource. */
173
+ userAssignedIdentity?: string;
174
+ }
175
+ /** Filter for the Event Subscription. */
176
+ export interface EventSubscriptionFilter {
177
+ /**
178
+ * An optional string to filter events for an event subscription based on a resource path prefix.
179
+ * The format of this depends on the publisher of the events.
180
+ * Wildcard characters are not supported in this path.
181
+ */
182
+ subjectBeginsWith?: string;
183
+ /**
184
+ * An optional string to filter events for an event subscription based on a resource path suffix.
185
+ * Wildcard characters are not supported in this path.
186
+ */
187
+ subjectEndsWith?: string;
188
+ /** 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. */
189
+ includedEventTypes?: string[];
190
+ /**
191
+ * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
192
+ * should be compared in a case sensitive manner.
193
+ */
194
+ isSubjectCaseSensitive?: boolean;
195
+ /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. */
196
+ enableAdvancedFilteringOnArrays?: boolean;
197
+ /** An array of advanced filters that are used for filtering event subscriptions. */
198
+ advancedFilters?: AdvancedFilterUnion[];
199
+ }
200
+ /** 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. */
201
+ export interface AdvancedFilter {
202
+ /** Polymorphic discriminator, which specifies the different types this object can be */
203
+ operatorType: "NumberIn" | "NumberNotIn" | "NumberLessThan" | "NumberGreaterThan" | "NumberLessThanOrEquals" | "NumberGreaterThanOrEquals" | "BoolEquals" | "StringIn" | "StringNotIn" | "StringBeginsWith" | "StringEndsWith" | "StringContains";
204
+ /** The field/property in the event based on which you want to filter. */
205
+ key?: string;
206
+ }
207
+ /** Information about the retry policy for an event subscription. */
208
+ export interface RetryPolicy {
209
+ /** Maximum number of delivery retry attempts for events. */
210
+ maxDeliveryAttempts?: number;
211
+ /** Time To Live (in minutes) for events. */
212
+ eventTimeToLiveInMinutes?: number;
213
+ }
214
+ /** 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. */
215
+ export interface DeadLetterDestination {
216
+ /** Polymorphic discriminator, which specifies the different types this object can be */
217
+ endpointType: "StorageBlob";
218
+ }
219
+ /** Information about the deadletter destination with resource identity. */
220
+ export interface DeadLetterWithResourceIdentity {
221
+ /** The identity to use when dead-lettering events. */
222
+ identity?: EventSubscriptionIdentity;
223
+ /**
224
+ * Information about the destination where events have to be delivered for the event subscription.
225
+ * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
226
+ */
227
+ deadLetterDestination?: DeadLetterDestinationUnion;
228
+ }
229
+ /** Properties of the Event Subscription update. */
230
+ export interface EventSubscriptionUpdateParameters {
231
+ /** Information about the destination where events have to be delivered for the event subscription. */
232
+ destination?: EventSubscriptionDestinationUnion;
233
+ /**
234
+ * Information about the destination where events have to be delivered for the event subscription.
235
+ * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
236
+ */
237
+ deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
238
+ /** Information about the filter for the event subscription. */
239
+ filter?: EventSubscriptionFilter;
240
+ /** List of user defined labels. */
241
+ labels?: string[];
242
+ /** Information about the expiration time for the event subscription. */
243
+ expirationTimeUtc?: Date;
244
+ /** The event delivery schema for the event subscription. */
245
+ eventDeliverySchema?: EventDeliverySchema;
246
+ /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */
247
+ retryPolicy?: RetryPolicy;
248
+ /** The DeadLetter destination of the event subscription. */
249
+ deadLetterDestination?: DeadLetterDestinationUnion;
250
+ /**
251
+ * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
252
+ * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
253
+ */
254
+ deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
255
+ }
256
+ /** Full endpoint url of an event subscription */
257
+ export interface EventSubscriptionFullUrl {
258
+ /** The URL that represents the endpoint of the destination of an event subscription. */
259
+ endpointUrl?: string;
260
+ }
261
+ /** Result of the List EventSubscriptions operation */
262
+ export interface EventSubscriptionsListResult {
263
+ /** A collection of EventSubscriptions */
264
+ value?: EventSubscription[];
265
+ /** A link for the next page of event subscriptions */
266
+ nextLink?: string;
267
+ }
268
+ /** Result of the Get delivery attributes operation. */
269
+ export interface DeliveryAttributeListResult {
270
+ /** A collection of DeliveryAttributeMapping */
271
+ value?: DeliveryAttributeMappingUnion[];
272
+ }
273
+ /** Delivery attribute mapping details. */
274
+ export interface DeliveryAttributeMapping {
275
+ /** Polymorphic discriminator, which specifies the different types this object can be */
276
+ type: "Static" | "Dynamic";
277
+ /** Name of the delivery attribute or header. */
278
+ name?: string;
279
+ }
280
+ /** Result of the List Operations operation */
281
+ export interface OperationsListResult {
282
+ /** A collection of operations */
283
+ value?: Operation[];
284
+ }
285
+ /** Represents an operation returned by the GetOperations request */
286
+ export interface Operation {
287
+ /** Name of the operation */
288
+ name?: string;
289
+ /** Display name of the operation */
290
+ display?: OperationInfo;
291
+ /** Origin of the operation */
292
+ origin?: string;
293
+ /** Properties of the operation */
294
+ properties?: Record<string, unknown>;
295
+ }
296
+ /** Information about an operation */
297
+ export interface OperationInfo {
298
+ /** Name of the provider */
299
+ provider?: string;
300
+ /** Name of the resource type */
301
+ resource?: string;
302
+ /** Name of the operation */
303
+ operation?: string;
304
+ /** Description of the operation */
305
+ description?: string;
306
+ }
307
+ /** Properties of the Topic update */
308
+ export interface TopicUpdateParameters {
309
+ /** Tags of the resource. */
310
+ tags?: {
311
+ [propertyName: string]: string;
312
+ };
313
+ /** Topic resource identity information. */
314
+ identity?: IdentityInfo;
315
+ /**
316
+ * This determines if traffic is allowed over public network. By default it is enabled.
317
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />
318
+ */
319
+ publicNetworkAccess?: PublicNetworkAccess;
320
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
321
+ inboundIpRules?: InboundIpRule[];
322
+ /** 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. */
323
+ disableLocalAuth?: boolean;
324
+ }
325
+ /** Result of the List Topics operation */
326
+ export interface TopicsListResult {
327
+ /** A collection of Topics */
328
+ value?: Topic[];
329
+ /** A link for the next page of topics */
330
+ nextLink?: string;
331
+ }
332
+ /** Shared access keys of the Topic */
333
+ export interface TopicSharedAccessKeys {
334
+ /** Shared access key1 for the topic. */
335
+ key1?: string;
336
+ /** Shared access key2 for the topic. */
337
+ key2?: string;
338
+ }
339
+ /** Topic regenerate share access key request */
340
+ export interface TopicRegenerateKeyRequest {
341
+ /** Key name to regenerate key1 or key2 */
342
+ keyName: string;
343
+ }
344
+ /** Result of the list of all private endpoint connections operation. */
345
+ export interface PrivateEndpointConnectionListResult {
346
+ /** A collection of private endpoint connection resources. */
347
+ value?: PrivateEndpointConnection[];
348
+ /** A link for the next page of private endpoint connection resources. */
349
+ nextLink?: string;
350
+ }
351
+ /** Information of the private link resource. */
352
+ export interface PrivateLinkResource {
353
+ /** Fully qualified identifier of the resource. */
354
+ id?: string;
355
+ /** Name of the resource. */
356
+ name?: string;
357
+ /** Type of the resource. */
358
+ type?: string;
359
+ groupId?: string;
360
+ displayName?: string;
361
+ requiredMembers?: string[];
362
+ requiredZoneNames?: string[];
363
+ }
364
+ /** Result of the List private link resources operation. */
365
+ export interface PrivateLinkResourcesListResult {
366
+ /** A collection of private link resources */
367
+ value?: PrivateLinkResource[];
368
+ /** A link for the next page of private link resources. */
369
+ nextLink?: string;
370
+ }
371
+ /** Properties of the System Topic update. */
372
+ export interface SystemTopicUpdateParameters {
373
+ /** Tags of the system topic. */
374
+ tags?: {
375
+ [propertyName: string]: string;
376
+ };
377
+ /** Resource identity information. */
378
+ identity?: IdentityInfo;
379
+ }
380
+ /** Result of the List System topics operation. */
381
+ export interface SystemTopicsListResult {
382
+ /** A collection of system Topics. */
383
+ value?: SystemTopic[];
384
+ /** A link for the next page of topics. */
385
+ nextLink?: string;
386
+ }
387
+ /** Result of the List Event Types operation */
388
+ export interface EventTypesListResult {
389
+ /** A collection of event types */
390
+ value?: EventType[];
391
+ }
392
+ /** Result of the List Topic Types operation */
393
+ export interface TopicTypesListResult {
394
+ /** A collection of topic types */
395
+ value?: TopicTypeInfo[];
396
+ }
397
+ /** 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. */
398
+ export interface JsonField {
399
+ /** Name of a field in the input event schema that's to be used as the source of a mapping. */
400
+ sourceField?: string;
401
+ }
402
+ /**
403
+ * This is used to express the source of an input schema mapping for a single target field
404
+ * in the Event Grid Event schema. This is currently used in the mappings for the 'subject',
405
+ * 'eventtype' and 'dataversion' properties. This represents a field in the input event schema
406
+ * along with a default value to be used, and at least one of these two properties should be provided.
407
+ */
408
+ export interface JsonFieldWithDefault {
409
+ /** Name of a field in the input event schema that's to be used as the source of a mapping. */
410
+ sourceField?: string;
411
+ /** 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. */
412
+ defaultValue?: string;
413
+ }
414
+ export declare type PrivateEndpointConnection = Resource & {
415
+ /** The Private Endpoint resource for this Connection. */
416
+ privateEndpoint?: PrivateEndpoint;
417
+ /** GroupIds from the private link service resource. */
418
+ groupIds?: string[];
419
+ /** Details about the state of the connection. */
420
+ privateLinkServiceConnectionState?: ConnectionState;
421
+ /** Provisioning state of the Private Endpoint Connection. */
422
+ provisioningState?: ResourceProvisioningState;
423
+ };
424
+ /** Definition of a Tracked Resource. */
425
+ export declare type TrackedResource = Resource & {
426
+ /** Location of the resource. */
427
+ location: string;
428
+ /** Tags of the resource. */
429
+ tags?: {
430
+ [propertyName: string]: string;
431
+ };
432
+ };
433
+ /** Domain Topic. */
434
+ export declare type DomainTopic = Resource & {
435
+ /**
436
+ * The system metadata relating to Domain Topic resource.
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
438
+ */
439
+ readonly systemData?: SystemData;
440
+ /**
441
+ * Provisioning state of the domain topic.
442
+ * NOTE: This property will not be serialized. It can only be populated by the server.
443
+ */
444
+ readonly provisioningState?: DomainTopicProvisioningState;
445
+ };
446
+ /** Event Subscription */
447
+ export declare type EventSubscription = Resource & {
448
+ /**
449
+ * The system metadata relating to Event Subscription resource.
450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
451
+ */
452
+ readonly systemData?: SystemData;
453
+ /**
454
+ * Name of the topic of the event subscription.
455
+ * NOTE: This property will not be serialized. It can only be populated by the server.
456
+ */
457
+ readonly topic?: string;
458
+ /**
459
+ * Provisioning state of the event subscription.
460
+ * NOTE: This property will not be serialized. It can only be populated by the server.
461
+ */
462
+ readonly provisioningState?: EventSubscriptionProvisioningState;
463
+ /** Information about the destination where events have to be delivered for the event subscription. */
464
+ destination?: EventSubscriptionDestinationUnion;
465
+ /**
466
+ * Information about the destination where events have to be delivered for the event subscription.
467
+ * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
468
+ */
469
+ deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
470
+ /** Information about the filter for the event subscription. */
471
+ filter?: EventSubscriptionFilter;
472
+ /** List of user defined labels. */
473
+ labels?: string[];
474
+ /** Expiration time of the event subscription. */
475
+ expirationTimeUtc?: Date;
476
+ /** The event delivery schema for the event subscription. */
477
+ eventDeliverySchema?: EventDeliverySchema;
478
+ /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */
479
+ retryPolicy?: RetryPolicy;
480
+ /** The DeadLetter destination of the event subscription. */
481
+ deadLetterDestination?: DeadLetterDestinationUnion;
482
+ /**
483
+ * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
484
+ * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
485
+ */
486
+ deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
487
+ };
488
+ /** Event Type for a subject under a topic */
489
+ export declare type EventType = Resource & {
490
+ /** Display name of the event type. */
491
+ displayName?: string;
492
+ /** Description of the event type. */
493
+ description?: string;
494
+ /** Url of the schema for this event type. */
495
+ schemaUrl?: string;
496
+ /** IsInDefaultSet flag of the event type. */
497
+ isInDefaultSet?: boolean;
498
+ };
499
+ /** Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources. */
500
+ export declare type ExtensionTopic = Resource & {
501
+ /**
502
+ * The system metadata relating to the Extension Topic resource.
503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
504
+ */
505
+ readonly systemData?: SystemData;
506
+ /** Description of the extension topic. */
507
+ description?: string;
508
+ /** System topic resource id which is mapped to the source. */
509
+ systemTopic?: string;
510
+ };
511
+ /** Properties of a topic type info. */
512
+ export declare type TopicTypeInfo = Resource & {
513
+ /** Namespace of the provider of the topic type. */
514
+ provider?: string;
515
+ /** Display Name for the topic type. */
516
+ displayName?: string;
517
+ /** Description of the topic type. */
518
+ description?: string;
519
+ /** Region type of the resource. */
520
+ resourceRegionType?: ResourceRegionType;
521
+ /** Provisioning state of the topic type */
522
+ provisioningState?: TopicTypeProvisioningState;
523
+ /** List of locations supported by this topic type. */
524
+ supportedLocations?: string[];
525
+ /** Source resource format. */
526
+ sourceResourceFormat?: string;
527
+ /** Supported source scopes. */
528
+ supportedScopesForSource?: TopicTypePropertiesSupportedScopesForSourceItem[];
529
+ };
530
+ /** 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. */
531
+ export declare type JsonInputSchemaMapping = InputSchemaMapping & {
532
+ /** Polymorphic discriminator, which specifies the different types this object can be */
533
+ inputSchemaMappingType: "Json";
534
+ /** The mapping information for the Id property of the Event Grid Event. */
535
+ id?: JsonField;
536
+ /** The mapping information for the Topic property of the Event Grid Event. */
537
+ topic?: JsonField;
538
+ /** The mapping information for the EventTime property of the Event Grid Event. */
539
+ eventTime?: JsonField;
540
+ /** The mapping information for the EventType property of the Event Grid Event. */
541
+ eventType?: JsonFieldWithDefault;
542
+ /** The mapping information for the Subject property of the Event Grid Event. */
543
+ subject?: JsonFieldWithDefault;
544
+ /** The mapping information for the DataVersion property of the Event Grid Event. */
545
+ dataVersion?: JsonFieldWithDefault;
546
+ };
547
+ /** Information about the webhook destination for an event subscription. */
548
+ export declare type WebHookEventSubscriptionDestination = EventSubscriptionDestination & {
549
+ /** Polymorphic discriminator, which specifies the different types this object can be */
550
+ endpointType: "WebHook";
551
+ /** The URL that represents the endpoint of the destination of an event subscription. */
552
+ endpointUrl?: string;
553
+ /**
554
+ * The base URL that represents the endpoint of the destination of an event subscription.
555
+ * NOTE: This property will not be serialized. It can only be populated by the server.
556
+ */
557
+ readonly endpointBaseUrl?: string;
558
+ /** Maximum number of events per batch. */
559
+ maxEventsPerBatch?: number;
560
+ /** Preferred batch size in Kilobytes. */
561
+ preferredBatchSizeInKilobytes?: number;
562
+ /** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
563
+ azureActiveDirectoryTenantId?: string;
564
+ /** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
565
+ azureActiveDirectoryApplicationIdOrUri?: string;
566
+ /** Delivery attribute details. */
567
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
568
+ };
569
+ /** Information about the event hub destination for an event subscription. */
570
+ export declare type EventHubEventSubscriptionDestination = EventSubscriptionDestination & {
571
+ /** Polymorphic discriminator, which specifies the different types this object can be */
572
+ endpointType: "EventHub";
573
+ /** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
574
+ resourceId?: string;
575
+ /** Delivery attribute details. */
576
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
577
+ };
578
+ /** Information about the storage queue destination for an event subscription. */
579
+ export declare type StorageQueueEventSubscriptionDestination = EventSubscriptionDestination & {
580
+ /** Polymorphic discriminator, which specifies the different types this object can be */
581
+ endpointType: "StorageQueue";
582
+ /** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */
583
+ resourceId?: string;
584
+ /** The name of the Storage queue under a storage account that is the destination of an event subscription. */
585
+ queueName?: string;
586
+ /** Storage queue message time to live in seconds. */
587
+ queueMessageTimeToLiveInSeconds?: number;
588
+ };
589
+ /** Information about the HybridConnection destination for an event subscription. */
590
+ export declare type HybridConnectionEventSubscriptionDestination = EventSubscriptionDestination & {
591
+ /** Polymorphic discriminator, which specifies the different types this object can be */
592
+ endpointType: "HybridConnection";
593
+ /** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */
594
+ resourceId?: string;
595
+ /** Delivery attribute details. */
596
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
597
+ };
598
+ /** Information about the service bus destination for an event subscription. */
599
+ export declare type ServiceBusQueueEventSubscriptionDestination = EventSubscriptionDestination & {
600
+ /** Polymorphic discriminator, which specifies the different types this object can be */
601
+ endpointType: "ServiceBusQueue";
602
+ /** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */
603
+ resourceId?: string;
604
+ /** Delivery attribute details. */
605
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
606
+ };
607
+ /** Information about the service bus topic destination for an event subscription. */
608
+ export declare type ServiceBusTopicEventSubscriptionDestination = EventSubscriptionDestination & {
609
+ /** Polymorphic discriminator, which specifies the different types this object can be */
610
+ endpointType: "ServiceBusTopic";
611
+ /** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */
612
+ resourceId?: string;
613
+ /** Delivery attribute details. */
614
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
615
+ };
616
+ /** Information about the azure function destination for an event subscription. */
617
+ export declare type AzureFunctionEventSubscriptionDestination = EventSubscriptionDestination & {
618
+ /** Polymorphic discriminator, which specifies the different types this object can be */
619
+ endpointType: "AzureFunction";
620
+ /** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
621
+ resourceId?: string;
622
+ /** Maximum number of events per batch. */
623
+ maxEventsPerBatch?: number;
624
+ /** Preferred batch size in Kilobytes. */
625
+ preferredBatchSizeInKilobytes?: number;
626
+ /** Delivery attribute details. */
627
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
628
+ };
629
+ /** NumberIn Advanced Filter. */
630
+ export declare type NumberInAdvancedFilter = AdvancedFilter & {
631
+ /** Polymorphic discriminator, which specifies the different types this object can be */
632
+ operatorType: "NumberIn";
633
+ /** The set of filter values. */
634
+ values?: number[];
635
+ };
636
+ /** NumberNotIn Advanced Filter. */
637
+ export declare type NumberNotInAdvancedFilter = AdvancedFilter & {
638
+ /** Polymorphic discriminator, which specifies the different types this object can be */
639
+ operatorType: "NumberNotIn";
640
+ /** The set of filter values. */
641
+ values?: number[];
642
+ };
643
+ /** NumberLessThan Advanced Filter. */
644
+ export declare type NumberLessThanAdvancedFilter = AdvancedFilter & {
645
+ /** Polymorphic discriminator, which specifies the different types this object can be */
646
+ operatorType: "NumberLessThan";
647
+ /** The filter value. */
648
+ value?: number;
649
+ };
650
+ /** NumberGreaterThan Advanced Filter. */
651
+ export declare type NumberGreaterThanAdvancedFilter = AdvancedFilter & {
652
+ /** Polymorphic discriminator, which specifies the different types this object can be */
653
+ operatorType: "NumberGreaterThan";
654
+ /** The filter value. */
655
+ value?: number;
656
+ };
657
+ /** NumberLessThanOrEquals Advanced Filter. */
658
+ export declare type NumberLessThanOrEqualsAdvancedFilter = AdvancedFilter & {
659
+ /** Polymorphic discriminator, which specifies the different types this object can be */
660
+ operatorType: "NumberLessThanOrEquals";
661
+ /** The filter value. */
662
+ value?: number;
663
+ };
664
+ /** NumberGreaterThanOrEquals Advanced Filter. */
665
+ export declare type NumberGreaterThanOrEqualsAdvancedFilter = AdvancedFilter & {
666
+ /** Polymorphic discriminator, which specifies the different types this object can be */
667
+ operatorType: "NumberGreaterThanOrEquals";
668
+ /** The filter value. */
669
+ value?: number;
670
+ };
671
+ /** BoolEquals Advanced Filter. */
672
+ export declare type BoolEqualsAdvancedFilter = AdvancedFilter & {
673
+ /** Polymorphic discriminator, which specifies the different types this object can be */
674
+ operatorType: "BoolEquals";
675
+ /** The boolean filter value. */
676
+ value?: boolean;
677
+ };
678
+ /** StringIn Advanced Filter. */
679
+ export declare type StringInAdvancedFilter = AdvancedFilter & {
680
+ /** Polymorphic discriminator, which specifies the different types this object can be */
681
+ operatorType: "StringIn";
682
+ /** The set of filter values. */
683
+ values?: string[];
684
+ };
685
+ /** StringNotIn Advanced Filter. */
686
+ export declare type StringNotInAdvancedFilter = AdvancedFilter & {
687
+ /** Polymorphic discriminator, which specifies the different types this object can be */
688
+ operatorType: "StringNotIn";
689
+ /** The set of filter values. */
690
+ values?: string[];
691
+ };
692
+ /** StringBeginsWith Advanced Filter. */
693
+ export declare type StringBeginsWithAdvancedFilter = AdvancedFilter & {
694
+ /** Polymorphic discriminator, which specifies the different types this object can be */
695
+ operatorType: "StringBeginsWith";
696
+ /** The set of filter values. */
697
+ values?: string[];
698
+ };
699
+ /** StringEndsWith Advanced Filter. */
700
+ export declare type StringEndsWithAdvancedFilter = AdvancedFilter & {
701
+ /** Polymorphic discriminator, which specifies the different types this object can be */
702
+ operatorType: "StringEndsWith";
703
+ /** The set of filter values. */
704
+ values?: string[];
705
+ };
706
+ /** StringContains Advanced Filter. */
707
+ export declare type StringContainsAdvancedFilter = AdvancedFilter & {
708
+ /** Polymorphic discriminator, which specifies the different types this object can be */
709
+ operatorType: "StringContains";
710
+ /** The set of filter values. */
711
+ values?: string[];
712
+ };
713
+ /** Information about the storage blob based dead letter destination. */
714
+ export declare type StorageBlobDeadLetterDestination = DeadLetterDestination & {
715
+ /** Polymorphic discriminator, which specifies the different types this object can be */
716
+ endpointType: "StorageBlob";
717
+ /** The Azure Resource ID of the storage account that is the destination of the deadletter events */
718
+ resourceId?: string;
719
+ /** The name of the Storage blob container that is the destination of the deadletter events */
720
+ blobContainerName?: string;
721
+ };
722
+ /** Static delivery attribute mapping details. */
723
+ export declare type StaticDeliveryAttributeMapping = DeliveryAttributeMapping & {
724
+ /** Polymorphic discriminator, which specifies the different types this object can be */
725
+ type: "Static";
726
+ /** Value of the delivery attribute. */
727
+ value?: string;
728
+ /** Boolean flag to tell if the attribute contains sensitive information . */
729
+ isSecret?: boolean;
730
+ };
731
+ /** Dynamic delivery attribute mapping details. */
732
+ export declare type DynamicDeliveryAttributeMapping = DeliveryAttributeMapping & {
733
+ /** Polymorphic discriminator, which specifies the different types this object can be */
734
+ type: "Dynamic";
735
+ /** JSON path in the event which contains attribute value. */
736
+ sourceField?: string;
737
+ };
738
+ /** EventGrid Domain. */
739
+ export declare type Domain = TrackedResource & {
740
+ /**
741
+ * The system metadata relating to Domain resource.
742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
743
+ */
744
+ readonly systemData?: SystemData;
745
+ /** Identity information for the Event Grid Domain resource. */
746
+ identity?: IdentityInfo;
747
+ /**
748
+ * List of private endpoint connections.
749
+ * NOTE: This property will not be serialized. It can only be populated by the server.
750
+ */
751
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
752
+ /**
753
+ * Provisioning state of the Event Grid Domain Resource.
754
+ * NOTE: This property will not be serialized. It can only be populated by the server.
755
+ */
756
+ readonly provisioningState?: DomainProvisioningState;
757
+ /**
758
+ * Endpoint for the domain.
759
+ * NOTE: This property will not be serialized. It can only be populated by the server.
760
+ */
761
+ readonly endpoint?: string;
762
+ /** This determines the format that Event Grid should expect for incoming events published to the domain. */
763
+ inputSchema?: InputSchema;
764
+ /** Information about the InputSchemaMapping which specified the info about mapping event payload. */
765
+ inputSchemaMapping?: InputSchemaMappingUnion;
766
+ /**
767
+ * Metric resource id for the domain.
768
+ * NOTE: This property will not be serialized. It can only be populated by the server.
769
+ */
770
+ readonly metricResourceId?: string;
771
+ /**
772
+ * This determines if traffic is allowed over public network. By default it is enabled.
773
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules" />
774
+ */
775
+ publicNetworkAccess?: PublicNetworkAccess;
776
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
777
+ inboundIpRules?: InboundIpRule[];
778
+ /** 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. */
779
+ disableLocalAuth?: boolean;
780
+ /**
781
+ * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
782
+ * 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.
783
+ * 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
784
+ * 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
785
+ * 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
786
+ * 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
787
+ * domain topic on demand if needed.
788
+ */
789
+ autoCreateTopicWithFirstSubscription?: boolean;
790
+ /**
791
+ * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
792
+ * 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.
793
+ * 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
794
+ * 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
795
+ * (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
796
+ * control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer
797
+ * resources by the user.
798
+ */
799
+ autoDeleteTopicWithLastSubscription?: boolean;
800
+ };
801
+ /** EventGrid Topic */
802
+ export declare type Topic = TrackedResource & {
803
+ /** Identity information for the resource. */
804
+ identity?: IdentityInfo;
805
+ /**
806
+ * The system metadata relating to Topic resource.
807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
808
+ */
809
+ readonly systemData?: SystemData;
810
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
811
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
812
+ /**
813
+ * Provisioning state of the topic.
814
+ * NOTE: This property will not be serialized. It can only be populated by the server.
815
+ */
816
+ readonly provisioningState?: TopicProvisioningState;
817
+ /**
818
+ * Endpoint for the topic.
819
+ * NOTE: This property will not be serialized. It can only be populated by the server.
820
+ */
821
+ readonly endpoint?: string;
822
+ /** This determines the format that Event Grid should expect for incoming events published to the topic. */
823
+ inputSchema?: InputSchema;
824
+ /** 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. */
825
+ inputSchemaMapping?: InputSchemaMappingUnion;
826
+ /**
827
+ * Metric resource id for the topic.
828
+ * NOTE: This property will not be serialized. It can only be populated by the server.
829
+ */
830
+ readonly metricResourceId?: string;
831
+ /**
832
+ * This determines if traffic is allowed over public network. By default it is enabled.
833
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
834
+ */
835
+ publicNetworkAccess?: PublicNetworkAccess;
836
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
837
+ inboundIpRules?: InboundIpRule[];
838
+ /** 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. */
839
+ disableLocalAuth?: boolean;
840
+ };
841
+ /** EventGrid System Topic. */
842
+ export declare type SystemTopic = TrackedResource & {
843
+ /** Identity information for the resource. */
844
+ identity?: IdentityInfo;
845
+ /**
846
+ * The system metadata relating to System Topic resource.
847
+ * NOTE: This property will not be serialized. It can only be populated by the server.
848
+ */
849
+ readonly systemData?: SystemData;
850
+ /**
851
+ * Provisioning state of the system topic.
852
+ * NOTE: This property will not be serialized. It can only be populated by the server.
853
+ */
854
+ readonly provisioningState?: ResourceProvisioningState;
855
+ /** Source for the system topic. */
856
+ source?: string;
857
+ /** TopicType for the system topic. */
858
+ topicType?: string;
859
+ /**
860
+ * Metric resource id for the system topic.
861
+ * NOTE: This property will not be serialized. It can only be populated by the server.
862
+ */
863
+ readonly metricResourceId?: string;
864
+ };
865
+ /** Known values of {@link PersistedConnectionStatus} that the service accepts. */
866
+ export declare enum KnownPersistedConnectionStatus {
867
+ Pending = "Pending",
868
+ Approved = "Approved",
869
+ Rejected = "Rejected",
870
+ Disconnected = "Disconnected"
871
+ }
872
+ /**
873
+ * Defines values for PersistedConnectionStatus. \
874
+ * {@link KnownPersistedConnectionStatus} can be used interchangeably with PersistedConnectionStatus,
875
+ * this enum contains the known values that the service supports.
876
+ * ### Known values supported by the service
877
+ * **Pending** \
878
+ * **Approved** \
879
+ * **Rejected** \
880
+ * **Disconnected**
881
+ */
882
+ export declare type PersistedConnectionStatus = string;
883
+ /** Known values of {@link ResourceProvisioningState} that the service accepts. */
884
+ export declare enum KnownResourceProvisioningState {
885
+ Creating = "Creating",
886
+ Updating = "Updating",
887
+ Deleting = "Deleting",
888
+ Succeeded = "Succeeded",
889
+ Canceled = "Canceled",
890
+ Failed = "Failed"
891
+ }
892
+ /**
893
+ * Defines values for ResourceProvisioningState. \
894
+ * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
895
+ * this enum contains the known values that the service supports.
896
+ * ### Known values supported by the service
897
+ * **Creating** \
898
+ * **Updating** \
899
+ * **Deleting** \
900
+ * **Succeeded** \
901
+ * **Canceled** \
902
+ * **Failed**
903
+ */
904
+ export declare type ResourceProvisioningState = string;
905
+ /** Known values of {@link DomainProvisioningState} that the service accepts. */
906
+ export declare enum KnownDomainProvisioningState {
907
+ Creating = "Creating",
908
+ Updating = "Updating",
909
+ Deleting = "Deleting",
910
+ Succeeded = "Succeeded",
911
+ Canceled = "Canceled",
912
+ Failed = "Failed"
913
+ }
914
+ /**
915
+ * Defines values for DomainProvisioningState. \
916
+ * {@link KnownDomainProvisioningState} can be used interchangeably with DomainProvisioningState,
917
+ * this enum contains the known values that the service supports.
918
+ * ### Known values supported by the service
919
+ * **Creating** \
920
+ * **Updating** \
921
+ * **Deleting** \
922
+ * **Succeeded** \
923
+ * **Canceled** \
924
+ * **Failed**
925
+ */
926
+ export declare type DomainProvisioningState = string;
927
+ /** Known values of {@link InputSchema} that the service accepts. */
928
+ export declare enum KnownInputSchema {
929
+ EventGridSchema = "EventGridSchema",
930
+ CustomEventSchema = "CustomEventSchema",
931
+ CloudEventSchemaV10 = "CloudEventSchemaV1_0"
932
+ }
933
+ /**
934
+ * Defines values for InputSchema. \
935
+ * {@link KnownInputSchema} can be used interchangeably with InputSchema,
936
+ * this enum contains the known values that the service supports.
937
+ * ### Known values supported by the service
938
+ * **EventGridSchema** \
939
+ * **CustomEventSchema** \
940
+ * **CloudEventSchemaV1_0**
941
+ */
942
+ export declare type InputSchema = string;
943
+ /** Known values of {@link InputSchemaMappingType} that the service accepts. */
944
+ export declare enum KnownInputSchemaMappingType {
945
+ Json = "Json"
946
+ }
947
+ /**
948
+ * Defines values for InputSchemaMappingType. \
949
+ * {@link KnownInputSchemaMappingType} can be used interchangeably with InputSchemaMappingType,
950
+ * this enum contains the known values that the service supports.
951
+ * ### Known values supported by the service
952
+ * **Json**
953
+ */
954
+ export declare type InputSchemaMappingType = string;
955
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
956
+ export declare enum KnownPublicNetworkAccess {
957
+ Enabled = "Enabled",
958
+ Disabled = "Disabled"
959
+ }
960
+ /**
961
+ * Defines values for PublicNetworkAccess. \
962
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
963
+ * this enum contains the known values that the service supports.
964
+ * ### Known values supported by the service
965
+ * **Enabled** \
966
+ * **Disabled**
967
+ */
968
+ export declare type PublicNetworkAccess = string;
969
+ /** Known values of {@link IpActionType} that the service accepts. */
970
+ export declare enum KnownIpActionType {
971
+ Allow = "Allow"
972
+ }
973
+ /**
974
+ * Defines values for IpActionType. \
975
+ * {@link KnownIpActionType} can be used interchangeably with IpActionType,
976
+ * this enum contains the known values that the service supports.
977
+ * ### Known values supported by the service
978
+ * **Allow**
979
+ */
980
+ export declare type IpActionType = string;
981
+ /** Known values of {@link CreatedByType} that the service accepts. */
982
+ export declare enum KnownCreatedByType {
983
+ User = "User",
984
+ Application = "Application",
985
+ ManagedIdentity = "ManagedIdentity",
986
+ Key = "Key"
987
+ }
988
+ /**
989
+ * Defines values for CreatedByType. \
990
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
991
+ * this enum contains the known values that the service supports.
992
+ * ### Known values supported by the service
993
+ * **User** \
994
+ * **Application** \
995
+ * **ManagedIdentity** \
996
+ * **Key**
997
+ */
998
+ export declare type CreatedByType = string;
999
+ /** Known values of {@link IdentityType} that the service accepts. */
1000
+ export declare enum KnownIdentityType {
1001
+ None = "None",
1002
+ SystemAssigned = "SystemAssigned",
1003
+ UserAssigned = "UserAssigned",
1004
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
1005
+ }
1006
+ /**
1007
+ * Defines values for IdentityType. \
1008
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1009
+ * this enum contains the known values that the service supports.
1010
+ * ### Known values supported by the service
1011
+ * **None** \
1012
+ * **SystemAssigned** \
1013
+ * **UserAssigned** \
1014
+ * **SystemAssigned, UserAssigned**
1015
+ */
1016
+ export declare type IdentityType = string;
1017
+ /** Known values of {@link DomainTopicProvisioningState} that the service accepts. */
1018
+ export declare enum KnownDomainTopicProvisioningState {
1019
+ Creating = "Creating",
1020
+ Updating = "Updating",
1021
+ Deleting = "Deleting",
1022
+ Succeeded = "Succeeded",
1023
+ Canceled = "Canceled",
1024
+ Failed = "Failed"
1025
+ }
1026
+ /**
1027
+ * Defines values for DomainTopicProvisioningState. \
1028
+ * {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,
1029
+ * this enum contains the known values that the service supports.
1030
+ * ### Known values supported by the service
1031
+ * **Creating** \
1032
+ * **Updating** \
1033
+ * **Deleting** \
1034
+ * **Succeeded** \
1035
+ * **Canceled** \
1036
+ * **Failed**
1037
+ */
1038
+ export declare type DomainTopicProvisioningState = string;
1039
+ /** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */
1040
+ export declare enum KnownEventSubscriptionProvisioningState {
1041
+ Creating = "Creating",
1042
+ Updating = "Updating",
1043
+ Deleting = "Deleting",
1044
+ Succeeded = "Succeeded",
1045
+ Canceled = "Canceled",
1046
+ Failed = "Failed",
1047
+ AwaitingManualAction = "AwaitingManualAction"
1048
+ }
1049
+ /**
1050
+ * Defines values for EventSubscriptionProvisioningState. \
1051
+ * {@link KnownEventSubscriptionProvisioningState} can be used interchangeably with EventSubscriptionProvisioningState,
1052
+ * this enum contains the known values that the service supports.
1053
+ * ### Known values supported by the service
1054
+ * **Creating** \
1055
+ * **Updating** \
1056
+ * **Deleting** \
1057
+ * **Succeeded** \
1058
+ * **Canceled** \
1059
+ * **Failed** \
1060
+ * **AwaitingManualAction**
1061
+ */
1062
+ export declare type EventSubscriptionProvisioningState = string;
1063
+ /** Known values of {@link EndpointType} that the service accepts. */
1064
+ export declare enum KnownEndpointType {
1065
+ WebHook = "WebHook",
1066
+ EventHub = "EventHub",
1067
+ StorageQueue = "StorageQueue",
1068
+ HybridConnection = "HybridConnection",
1069
+ ServiceBusQueue = "ServiceBusQueue",
1070
+ ServiceBusTopic = "ServiceBusTopic",
1071
+ AzureFunction = "AzureFunction"
1072
+ }
1073
+ /**
1074
+ * Defines values for EndpointType. \
1075
+ * {@link KnownEndpointType} can be used interchangeably with EndpointType,
1076
+ * this enum contains the known values that the service supports.
1077
+ * ### Known values supported by the service
1078
+ * **WebHook** \
1079
+ * **EventHub** \
1080
+ * **StorageQueue** \
1081
+ * **HybridConnection** \
1082
+ * **ServiceBusQueue** \
1083
+ * **ServiceBusTopic** \
1084
+ * **AzureFunction**
1085
+ */
1086
+ export declare type EndpointType = string;
1087
+ /** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */
1088
+ export declare enum KnownEventSubscriptionIdentityType {
1089
+ SystemAssigned = "SystemAssigned",
1090
+ UserAssigned = "UserAssigned"
1091
+ }
1092
+ /**
1093
+ * Defines values for EventSubscriptionIdentityType. \
1094
+ * {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,
1095
+ * this enum contains the known values that the service supports.
1096
+ * ### Known values supported by the service
1097
+ * **SystemAssigned** \
1098
+ * **UserAssigned**
1099
+ */
1100
+ export declare type EventSubscriptionIdentityType = string;
1101
+ /** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */
1102
+ export declare enum KnownAdvancedFilterOperatorType {
1103
+ NumberIn = "NumberIn",
1104
+ NumberNotIn = "NumberNotIn",
1105
+ NumberLessThan = "NumberLessThan",
1106
+ NumberGreaterThan = "NumberGreaterThan",
1107
+ NumberLessThanOrEquals = "NumberLessThanOrEquals",
1108
+ NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
1109
+ BoolEquals = "BoolEquals",
1110
+ StringIn = "StringIn",
1111
+ StringNotIn = "StringNotIn",
1112
+ StringBeginsWith = "StringBeginsWith",
1113
+ StringEndsWith = "StringEndsWith",
1114
+ StringContains = "StringContains"
1115
+ }
1116
+ /**
1117
+ * Defines values for AdvancedFilterOperatorType. \
1118
+ * {@link KnownAdvancedFilterOperatorType} can be used interchangeably with AdvancedFilterOperatorType,
1119
+ * this enum contains the known values that the service supports.
1120
+ * ### Known values supported by the service
1121
+ * **NumberIn** \
1122
+ * **NumberNotIn** \
1123
+ * **NumberLessThan** \
1124
+ * **NumberGreaterThan** \
1125
+ * **NumberLessThanOrEquals** \
1126
+ * **NumberGreaterThanOrEquals** \
1127
+ * **BoolEquals** \
1128
+ * **StringIn** \
1129
+ * **StringNotIn** \
1130
+ * **StringBeginsWith** \
1131
+ * **StringEndsWith** \
1132
+ * **StringContains**
1133
+ */
1134
+ export declare type AdvancedFilterOperatorType = string;
1135
+ /** Known values of {@link EventDeliverySchema} that the service accepts. */
1136
+ export declare enum KnownEventDeliverySchema {
1137
+ EventGridSchema = "EventGridSchema",
1138
+ CustomInputSchema = "CustomInputSchema",
1139
+ CloudEventSchemaV10 = "CloudEventSchemaV1_0"
1140
+ }
1141
+ /**
1142
+ * Defines values for EventDeliverySchema. \
1143
+ * {@link KnownEventDeliverySchema} can be used interchangeably with EventDeliverySchema,
1144
+ * this enum contains the known values that the service supports.
1145
+ * ### Known values supported by the service
1146
+ * **EventGridSchema** \
1147
+ * **CustomInputSchema** \
1148
+ * **CloudEventSchemaV1_0**
1149
+ */
1150
+ export declare type EventDeliverySchema = string;
1151
+ /** Known values of {@link DeadLetterEndPointType} that the service accepts. */
1152
+ export declare enum KnownDeadLetterEndPointType {
1153
+ StorageBlob = "StorageBlob"
1154
+ }
1155
+ /**
1156
+ * Defines values for DeadLetterEndPointType. \
1157
+ * {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,
1158
+ * this enum contains the known values that the service supports.
1159
+ * ### Known values supported by the service
1160
+ * **StorageBlob**
1161
+ */
1162
+ export declare type DeadLetterEndPointType = string;
1163
+ /** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */
1164
+ export declare enum KnownDeliveryAttributeMappingType {
1165
+ Static = "Static",
1166
+ Dynamic = "Dynamic"
1167
+ }
1168
+ /**
1169
+ * Defines values for DeliveryAttributeMappingType. \
1170
+ * {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,
1171
+ * this enum contains the known values that the service supports.
1172
+ * ### Known values supported by the service
1173
+ * **Static** \
1174
+ * **Dynamic**
1175
+ */
1176
+ export declare type DeliveryAttributeMappingType = string;
1177
+ /** Known values of {@link TopicProvisioningState} that the service accepts. */
1178
+ export declare enum KnownTopicProvisioningState {
1179
+ Creating = "Creating",
1180
+ Updating = "Updating",
1181
+ Deleting = "Deleting",
1182
+ Succeeded = "Succeeded",
1183
+ Canceled = "Canceled",
1184
+ Failed = "Failed"
1185
+ }
1186
+ /**
1187
+ * Defines values for TopicProvisioningState. \
1188
+ * {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,
1189
+ * this enum contains the known values that the service supports.
1190
+ * ### Known values supported by the service
1191
+ * **Creating** \
1192
+ * **Updating** \
1193
+ * **Deleting** \
1194
+ * **Succeeded** \
1195
+ * **Canceled** \
1196
+ * **Failed**
1197
+ */
1198
+ export declare type TopicProvisioningState = string;
1199
+ /** Known values of {@link Enum18} that the service accepts. */
1200
+ export declare enum KnownEnum18 {
1201
+ Topics = "topics",
1202
+ Domains = "domains"
1203
+ }
1204
+ /**
1205
+ * Defines values for Enum18. \
1206
+ * {@link KnownEnum18} can be used interchangeably with Enum18,
1207
+ * this enum contains the known values that the service supports.
1208
+ * ### Known values supported by the service
1209
+ * **topics** \
1210
+ * **domains**
1211
+ */
1212
+ export declare type Enum18 = string;
1213
+ /** Known values of {@link Enum19} that the service accepts. */
1214
+ export declare enum KnownEnum19 {
1215
+ Topics = "topics",
1216
+ Domains = "domains"
1217
+ }
1218
+ /**
1219
+ * Defines values for Enum19. \
1220
+ * {@link KnownEnum19} can be used interchangeably with Enum19,
1221
+ * this enum contains the known values that the service supports.
1222
+ * ### Known values supported by the service
1223
+ * **topics** \
1224
+ * **domains**
1225
+ */
1226
+ export declare type Enum19 = string;
1227
+ /** Known values of {@link Enum20} that the service accepts. */
1228
+ export declare enum KnownEnum20 {
1229
+ Topics = "topics",
1230
+ Domains = "domains"
1231
+ }
1232
+ /**
1233
+ * Defines values for Enum20. \
1234
+ * {@link KnownEnum20} can be used interchangeably with Enum20,
1235
+ * this enum contains the known values that the service supports.
1236
+ * ### Known values supported by the service
1237
+ * **topics** \
1238
+ * **domains**
1239
+ */
1240
+ export declare type Enum20 = string;
1241
+ /** Known values of {@link Enum21} that the service accepts. */
1242
+ export declare enum KnownEnum21 {
1243
+ Topics = "topics",
1244
+ Domains = "domains"
1245
+ }
1246
+ /**
1247
+ * Defines values for Enum21. \
1248
+ * {@link KnownEnum21} can be used interchangeably with Enum21,
1249
+ * this enum contains the known values that the service supports.
1250
+ * ### Known values supported by the service
1251
+ * **topics** \
1252
+ * **domains**
1253
+ */
1254
+ export declare type Enum21 = string;
1255
+ /** Known values of {@link ResourceRegionType} that the service accepts. */
1256
+ export declare enum KnownResourceRegionType {
1257
+ RegionalResource = "RegionalResource",
1258
+ GlobalResource = "GlobalResource"
1259
+ }
1260
+ /**
1261
+ * Defines values for ResourceRegionType. \
1262
+ * {@link KnownResourceRegionType} can be used interchangeably with ResourceRegionType,
1263
+ * this enum contains the known values that the service supports.
1264
+ * ### Known values supported by the service
1265
+ * **RegionalResource** \
1266
+ * **GlobalResource**
1267
+ */
1268
+ export declare type ResourceRegionType = string;
1269
+ /** Known values of {@link TopicTypeProvisioningState} that the service accepts. */
1270
+ export declare enum KnownTopicTypeProvisioningState {
1271
+ Creating = "Creating",
1272
+ Updating = "Updating",
1273
+ Deleting = "Deleting",
1274
+ Succeeded = "Succeeded",
1275
+ Canceled = "Canceled",
1276
+ Failed = "Failed"
1277
+ }
1278
+ /**
1279
+ * Defines values for TopicTypeProvisioningState. \
1280
+ * {@link KnownTopicTypeProvisioningState} can be used interchangeably with TopicTypeProvisioningState,
1281
+ * this enum contains the known values that the service supports.
1282
+ * ### Known values supported by the service
1283
+ * **Creating** \
1284
+ * **Updating** \
1285
+ * **Deleting** \
1286
+ * **Succeeded** \
1287
+ * **Canceled** \
1288
+ * **Failed**
1289
+ */
1290
+ export declare type TopicTypeProvisioningState = string;
1291
+ /** Known values of {@link TopicTypePropertiesSupportedScopesForSourceItem} that the service accepts. */
1292
+ export declare enum KnownTopicTypePropertiesSupportedScopesForSourceItem {
1293
+ Resource = "Resource",
1294
+ ResourceGroup = "ResourceGroup",
1295
+ AzureSubscription = "AzureSubscription"
1296
+ }
1297
+ /**
1298
+ * Defines values for TopicTypePropertiesSupportedScopesForSourceItem. \
1299
+ * {@link KnownTopicTypePropertiesSupportedScopesForSourceItem} can be used interchangeably with TopicTypePropertiesSupportedScopesForSourceItem,
1300
+ * this enum contains the known values that the service supports.
1301
+ * ### Known values supported by the service
1302
+ * **Resource** \
1303
+ * **ResourceGroup** \
1304
+ * **AzureSubscription**
1305
+ */
1306
+ export declare type TopicTypePropertiesSupportedScopesForSourceItem = string;
1307
+ /** Optional parameters. */
1308
+ export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
1309
+ }
1310
+ /** Contains response data for the get operation. */
1311
+ export declare type DomainsGetResponse = Domain;
1312
+ /** Optional parameters. */
1313
+ export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1314
+ /** Delay to wait until next poll, in milliseconds. */
1315
+ updateIntervalInMs?: number;
1316
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1317
+ resumeFrom?: string;
1318
+ }
1319
+ /** Contains response data for the createOrUpdate operation. */
1320
+ export declare type DomainsCreateOrUpdateResponse = Domain;
1321
+ /** Optional parameters. */
1322
+ export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
1323
+ /** Delay to wait until next poll, in milliseconds. */
1324
+ updateIntervalInMs?: number;
1325
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1326
+ resumeFrom?: string;
1327
+ }
1328
+ /** Optional parameters. */
1329
+ export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
1330
+ /** Delay to wait until next poll, in milliseconds. */
1331
+ updateIntervalInMs?: number;
1332
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1333
+ resumeFrom?: string;
1334
+ }
1335
+ /** Optional parameters. */
1336
+ export interface DomainsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1337
+ /** 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'. */
1338
+ filter?: string;
1339
+ /** 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. */
1340
+ top?: number;
1341
+ }
1342
+ /** Contains response data for the listBySubscription operation. */
1343
+ export declare type DomainsListBySubscriptionResponse = DomainsListResult;
1344
+ /** Optional parameters. */
1345
+ export interface DomainsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1346
+ /** 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'. */
1347
+ filter?: string;
1348
+ /** 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. */
1349
+ top?: number;
1350
+ }
1351
+ /** Contains response data for the listByResourceGroup operation. */
1352
+ export declare type DomainsListByResourceGroupResponse = DomainsListResult;
1353
+ /** Optional parameters. */
1354
+ export interface DomainsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
1355
+ }
1356
+ /** Contains response data for the listSharedAccessKeys operation. */
1357
+ export declare type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;
1358
+ /** Optional parameters. */
1359
+ export interface DomainsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1360
+ }
1361
+ /** Contains response data for the regenerateKey operation. */
1362
+ export declare type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;
1363
+ /** Optional parameters. */
1364
+ export interface DomainsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1365
+ /** 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'. */
1366
+ filter?: string;
1367
+ /** 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. */
1368
+ top?: number;
1369
+ }
1370
+ /** Contains response data for the listBySubscriptionNext operation. */
1371
+ export declare type DomainsListBySubscriptionNextResponse = DomainsListResult;
1372
+ /** Optional parameters. */
1373
+ export interface DomainsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1374
+ /** 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'. */
1375
+ filter?: string;
1376
+ /** 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. */
1377
+ top?: number;
1378
+ }
1379
+ /** Contains response data for the listByResourceGroupNext operation. */
1380
+ export declare type DomainsListByResourceGroupNextResponse = DomainsListResult;
1381
+ /** Optional parameters. */
1382
+ export interface DomainTopicsGetOptionalParams extends coreClient.OperationOptions {
1383
+ }
1384
+ /** Contains response data for the get operation. */
1385
+ export declare type DomainTopicsGetResponse = DomainTopic;
1386
+ /** Optional parameters. */
1387
+ export interface DomainTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1388
+ /** Delay to wait until next poll, in milliseconds. */
1389
+ updateIntervalInMs?: number;
1390
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1391
+ resumeFrom?: string;
1392
+ }
1393
+ /** Contains response data for the createOrUpdate operation. */
1394
+ export declare type DomainTopicsCreateOrUpdateResponse = DomainTopic;
1395
+ /** Optional parameters. */
1396
+ export interface DomainTopicsDeleteOptionalParams extends coreClient.OperationOptions {
1397
+ /** Delay to wait until next poll, in milliseconds. */
1398
+ updateIntervalInMs?: number;
1399
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1400
+ resumeFrom?: string;
1401
+ }
1402
+ /** Optional parameters. */
1403
+ export interface DomainTopicsListByDomainOptionalParams extends coreClient.OperationOptions {
1404
+ /** 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'. */
1405
+ filter?: string;
1406
+ /** 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. */
1407
+ top?: number;
1408
+ }
1409
+ /** Contains response data for the listByDomain operation. */
1410
+ export declare type DomainTopicsListByDomainResponse = DomainTopicsListResult;
1411
+ /** Optional parameters. */
1412
+ export interface DomainTopicsListByDomainNextOptionalParams extends coreClient.OperationOptions {
1413
+ /** 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'. */
1414
+ filter?: string;
1415
+ /** 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. */
1416
+ top?: number;
1417
+ }
1418
+ /** Contains response data for the listByDomainNext operation. */
1419
+ export declare type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
1420
+ /** Optional parameters. */
1421
+ export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
1422
+ }
1423
+ /** Contains response data for the get operation. */
1424
+ export declare type EventSubscriptionsGetResponse = EventSubscription;
1425
+ /** Optional parameters. */
1426
+ export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1427
+ /** Delay to wait until next poll, in milliseconds. */
1428
+ updateIntervalInMs?: number;
1429
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1430
+ resumeFrom?: string;
1431
+ }
1432
+ /** Contains response data for the createOrUpdate operation. */
1433
+ export declare type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
1434
+ /** Optional parameters. */
1435
+ export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
1436
+ /** Delay to wait until next poll, in milliseconds. */
1437
+ updateIntervalInMs?: number;
1438
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1439
+ resumeFrom?: string;
1440
+ }
1441
+ /** Optional parameters. */
1442
+ export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
1443
+ /** Delay to wait until next poll, in milliseconds. */
1444
+ updateIntervalInMs?: number;
1445
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1446
+ resumeFrom?: string;
1447
+ }
1448
+ /** Contains response data for the update operation. */
1449
+ export declare type EventSubscriptionsUpdateResponse = EventSubscription;
1450
+ /** Optional parameters. */
1451
+ export interface EventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
1452
+ }
1453
+ /** Contains response data for the getFullUrl operation. */
1454
+ export declare type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
1455
+ /** Optional parameters. */
1456
+ export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends coreClient.OperationOptions {
1457
+ /** 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'. */
1458
+ filter?: string;
1459
+ /** 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. */
1460
+ top?: number;
1461
+ }
1462
+ /** Contains response data for the listGlobalBySubscription operation. */
1463
+ export declare type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;
1464
+ /** Optional parameters. */
1465
+ export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
1466
+ /** 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'. */
1467
+ filter?: string;
1468
+ /** 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. */
1469
+ top?: number;
1470
+ }
1471
+ /** Contains response data for the listGlobalBySubscriptionForTopicType operation. */
1472
+ export declare type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
1473
+ /** Optional parameters. */
1474
+ export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends coreClient.OperationOptions {
1475
+ /** 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'. */
1476
+ filter?: string;
1477
+ /** 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. */
1478
+ top?: number;
1479
+ }
1480
+ /** Contains response data for the listGlobalByResourceGroup operation. */
1481
+ export declare type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;
1482
+ /** Optional parameters. */
1483
+ export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
1484
+ /** 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'. */
1485
+ filter?: string;
1486
+ /** 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. */
1487
+ top?: number;
1488
+ }
1489
+ /** Contains response data for the listGlobalByResourceGroupForTopicType operation. */
1490
+ export declare type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
1491
+ /** Optional parameters. */
1492
+ export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends coreClient.OperationOptions {
1493
+ /** 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'. */
1494
+ filter?: string;
1495
+ /** 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. */
1496
+ top?: number;
1497
+ }
1498
+ /** Contains response data for the listRegionalBySubscription operation. */
1499
+ export declare type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;
1500
+ /** Optional parameters. */
1501
+ export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends coreClient.OperationOptions {
1502
+ /** 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'. */
1503
+ filter?: string;
1504
+ /** 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. */
1505
+ top?: number;
1506
+ }
1507
+ /** Contains response data for the listRegionalByResourceGroup operation. */
1508
+ export declare type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;
1509
+ /** Optional parameters. */
1510
+ export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
1511
+ /** 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'. */
1512
+ filter?: string;
1513
+ /** 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. */
1514
+ top?: number;
1515
+ }
1516
+ /** Contains response data for the listRegionalBySubscriptionForTopicType operation. */
1517
+ export declare type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
1518
+ /** Optional parameters. */
1519
+ export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
1520
+ /** 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'. */
1521
+ filter?: string;
1522
+ /** 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. */
1523
+ top?: number;
1524
+ }
1525
+ /** Contains response data for the listRegionalByResourceGroupForTopicType operation. */
1526
+ export declare type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
1527
+ /** Optional parameters. */
1528
+ export interface EventSubscriptionsListByResourceOptionalParams extends coreClient.OperationOptions {
1529
+ /** 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'. */
1530
+ filter?: string;
1531
+ /** 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. */
1532
+ top?: number;
1533
+ }
1534
+ /** Contains response data for the listByResource operation. */
1535
+ export declare type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;
1536
+ /** Optional parameters. */
1537
+ export interface EventSubscriptionsListByDomainTopicOptionalParams extends coreClient.OperationOptions {
1538
+ /** 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'. */
1539
+ filter?: string;
1540
+ /** 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. */
1541
+ top?: number;
1542
+ }
1543
+ /** Contains response data for the listByDomainTopic operation. */
1544
+ export declare type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
1545
+ /** Optional parameters. */
1546
+ export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
1547
+ }
1548
+ /** Contains response data for the getDeliveryAttributes operation. */
1549
+ export declare type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
1550
+ /** Optional parameters. */
1551
+ export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1552
+ /** 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'. */
1553
+ filter?: string;
1554
+ /** 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. */
1555
+ top?: number;
1556
+ }
1557
+ /** Contains response data for the listGlobalBySubscriptionNext operation. */
1558
+ export declare type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;
1559
+ /** Optional parameters. */
1560
+ export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
1561
+ /** 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'. */
1562
+ filter?: string;
1563
+ /** 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. */
1564
+ top?: number;
1565
+ }
1566
+ /** Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation. */
1567
+ export declare type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
1568
+ /** Optional parameters. */
1569
+ export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1570
+ /** 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'. */
1571
+ filter?: string;
1572
+ /** 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. */
1573
+ top?: number;
1574
+ }
1575
+ /** Contains response data for the listGlobalByResourceGroupNext operation. */
1576
+ export declare type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;
1577
+ /** Optional parameters. */
1578
+ export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
1579
+ /** 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'. */
1580
+ filter?: string;
1581
+ /** 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. */
1582
+ top?: number;
1583
+ }
1584
+ /** Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation. */
1585
+ export declare type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
1586
+ /** Optional parameters. */
1587
+ export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1588
+ /** 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'. */
1589
+ filter?: string;
1590
+ /** 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. */
1591
+ top?: number;
1592
+ }
1593
+ /** Contains response data for the listRegionalBySubscriptionNext operation. */
1594
+ export declare type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;
1595
+ /** Optional parameters. */
1596
+ export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1597
+ /** 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'. */
1598
+ filter?: string;
1599
+ /** 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. */
1600
+ top?: number;
1601
+ }
1602
+ /** Contains response data for the listRegionalByResourceGroupNext operation. */
1603
+ export declare type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;
1604
+ /** Optional parameters. */
1605
+ export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
1606
+ /** 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'. */
1607
+ filter?: string;
1608
+ /** 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. */
1609
+ top?: number;
1610
+ }
1611
+ /** Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation. */
1612
+ export declare type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
1613
+ /** Optional parameters. */
1614
+ export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
1615
+ /** 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'. */
1616
+ filter?: string;
1617
+ /** 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. */
1618
+ top?: number;
1619
+ }
1620
+ /** Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation. */
1621
+ export declare type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
1622
+ /** Optional parameters. */
1623
+ export interface EventSubscriptionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
1624
+ /** 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'. */
1625
+ filter?: string;
1626
+ /** 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. */
1627
+ top?: number;
1628
+ }
1629
+ /** Contains response data for the listByResourceNext operation. */
1630
+ export declare type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;
1631
+ /** Optional parameters. */
1632
+ export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends coreClient.OperationOptions {
1633
+ /** 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'. */
1634
+ filter?: string;
1635
+ /** 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. */
1636
+ top?: number;
1637
+ }
1638
+ /** Contains response data for the listByDomainTopicNext operation. */
1639
+ export declare type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
1640
+ /** Optional parameters. */
1641
+ export interface SystemTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
1642
+ }
1643
+ /** Contains response data for the get operation. */
1644
+ export declare type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
1645
+ /** Optional parameters. */
1646
+ export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1647
+ /** Delay to wait until next poll, in milliseconds. */
1648
+ updateIntervalInMs?: number;
1649
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1650
+ resumeFrom?: string;
1651
+ }
1652
+ /** Contains response data for the createOrUpdate operation. */
1653
+ export declare type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
1654
+ /** Optional parameters. */
1655
+ export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
1656
+ /** Delay to wait until next poll, in milliseconds. */
1657
+ updateIntervalInMs?: number;
1658
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1659
+ resumeFrom?: string;
1660
+ }
1661
+ /** Optional parameters. */
1662
+ export interface SystemTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
1663
+ /** Delay to wait until next poll, in milliseconds. */
1664
+ updateIntervalInMs?: number;
1665
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1666
+ resumeFrom?: string;
1667
+ }
1668
+ /** Contains response data for the update operation. */
1669
+ export declare type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
1670
+ /** Optional parameters. */
1671
+ export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
1672
+ }
1673
+ /** Contains response data for the getFullUrl operation. */
1674
+ export declare type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
1675
+ /** Optional parameters. */
1676
+ export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends coreClient.OperationOptions {
1677
+ /** 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'. */
1678
+ filter?: string;
1679
+ /** 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. */
1680
+ top?: number;
1681
+ }
1682
+ /** Contains response data for the listBySystemTopic operation. */
1683
+ export declare type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
1684
+ /** Optional parameters. */
1685
+ export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
1686
+ }
1687
+ /** Contains response data for the getDeliveryAttributes operation. */
1688
+ export declare type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
1689
+ /** Optional parameters. */
1690
+ export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends coreClient.OperationOptions {
1691
+ /** 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'. */
1692
+ filter?: string;
1693
+ /** 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. */
1694
+ top?: number;
1695
+ }
1696
+ /** Contains response data for the listBySystemTopicNext operation. */
1697
+ export declare type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
1698
+ /** Optional parameters. */
1699
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1700
+ }
1701
+ /** Contains response data for the list operation. */
1702
+ export declare type OperationsListResponse = OperationsListResult;
1703
+ /** Optional parameters. */
1704
+ export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
1705
+ }
1706
+ /** Contains response data for the get operation. */
1707
+ export declare type TopicsGetResponse = Topic;
1708
+ /** Optional parameters. */
1709
+ export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1710
+ /** Delay to wait until next poll, in milliseconds. */
1711
+ updateIntervalInMs?: number;
1712
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1713
+ resumeFrom?: string;
1714
+ }
1715
+ /** Contains response data for the createOrUpdate operation. */
1716
+ export declare type TopicsCreateOrUpdateResponse = Topic;
1717
+ /** Optional parameters. */
1718
+ export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
1719
+ /** Delay to wait until next poll, in milliseconds. */
1720
+ updateIntervalInMs?: number;
1721
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1722
+ resumeFrom?: string;
1723
+ }
1724
+ /** Optional parameters. */
1725
+ export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions {
1726
+ /** Delay to wait until next poll, in milliseconds. */
1727
+ updateIntervalInMs?: number;
1728
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1729
+ resumeFrom?: string;
1730
+ }
1731
+ /** Optional parameters. */
1732
+ export interface TopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1733
+ /** 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'. */
1734
+ filter?: string;
1735
+ /** 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. */
1736
+ top?: number;
1737
+ }
1738
+ /** Contains response data for the listBySubscription operation. */
1739
+ export declare type TopicsListBySubscriptionResponse = TopicsListResult;
1740
+ /** Optional parameters. */
1741
+ export interface TopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1742
+ /** 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'. */
1743
+ filter?: string;
1744
+ /** 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. */
1745
+ top?: number;
1746
+ }
1747
+ /** Contains response data for the listByResourceGroup operation. */
1748
+ export declare type TopicsListByResourceGroupResponse = TopicsListResult;
1749
+ /** Optional parameters. */
1750
+ export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
1751
+ }
1752
+ /** Contains response data for the listSharedAccessKeys operation. */
1753
+ export declare type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
1754
+ /** Optional parameters. */
1755
+ export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1756
+ /** Delay to wait until next poll, in milliseconds. */
1757
+ updateIntervalInMs?: number;
1758
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1759
+ resumeFrom?: string;
1760
+ }
1761
+ /** Contains response data for the regenerateKey operation. */
1762
+ export declare type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
1763
+ /** Optional parameters. */
1764
+ export interface TopicsListEventTypesOptionalParams extends coreClient.OperationOptions {
1765
+ }
1766
+ /** Contains response data for the listEventTypes operation. */
1767
+ export declare type TopicsListEventTypesResponse = EventTypesListResult;
1768
+ /** Optional parameters. */
1769
+ export interface TopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1770
+ /** 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'. */
1771
+ filter?: string;
1772
+ /** 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. */
1773
+ top?: number;
1774
+ }
1775
+ /** Contains response data for the listBySubscriptionNext operation. */
1776
+ export declare type TopicsListBySubscriptionNextResponse = TopicsListResult;
1777
+ /** Optional parameters. */
1778
+ export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1779
+ /** 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'. */
1780
+ filter?: string;
1781
+ /** 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. */
1782
+ top?: number;
1783
+ }
1784
+ /** Contains response data for the listByResourceGroupNext operation. */
1785
+ export declare type TopicsListByResourceGroupNextResponse = TopicsListResult;
1786
+ /** Optional parameters. */
1787
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1788
+ }
1789
+ /** Contains response data for the get operation. */
1790
+ export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1791
+ /** Optional parameters. */
1792
+ export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
1793
+ /** Delay to wait until next poll, in milliseconds. */
1794
+ updateIntervalInMs?: number;
1795
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1796
+ resumeFrom?: string;
1797
+ }
1798
+ /** Contains response data for the update operation. */
1799
+ export declare type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
1800
+ /** Optional parameters. */
1801
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1802
+ /** Delay to wait until next poll, in milliseconds. */
1803
+ updateIntervalInMs?: number;
1804
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1805
+ resumeFrom?: string;
1806
+ }
1807
+ /** Optional parameters. */
1808
+ export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
1809
+ /** 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'. */
1810
+ filter?: string;
1811
+ /** 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. */
1812
+ top?: number;
1813
+ }
1814
+ /** Contains response data for the listByResource operation. */
1815
+ export declare type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
1816
+ /** Optional parameters. */
1817
+ export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
1818
+ /** 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'. */
1819
+ filter?: string;
1820
+ /** 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. */
1821
+ top?: number;
1822
+ }
1823
+ /** Contains response data for the listByResourceNext operation. */
1824
+ export declare type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
1825
+ /** Optional parameters. */
1826
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1827
+ }
1828
+ /** Contains response data for the get operation. */
1829
+ export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
1830
+ /** Optional parameters. */
1831
+ export interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
1832
+ /** 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'. */
1833
+ filter?: string;
1834
+ /** 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. */
1835
+ top?: number;
1836
+ }
1837
+ /** Contains response data for the listByResource operation. */
1838
+ export declare type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;
1839
+ /** Optional parameters. */
1840
+ export interface PrivateLinkResourcesListByResourceNextOptionalParams extends coreClient.OperationOptions {
1841
+ /** 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'. */
1842
+ filter?: string;
1843
+ /** 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. */
1844
+ top?: number;
1845
+ }
1846
+ /** Contains response data for the listByResourceNext operation. */
1847
+ export declare type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;
1848
+ /** Optional parameters. */
1849
+ export interface SystemTopicsGetOptionalParams extends coreClient.OperationOptions {
1850
+ }
1851
+ /** Contains response data for the get operation. */
1852
+ export declare type SystemTopicsGetResponse = SystemTopic;
1853
+ /** Optional parameters. */
1854
+ export interface SystemTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1855
+ /** Delay to wait until next poll, in milliseconds. */
1856
+ updateIntervalInMs?: number;
1857
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1858
+ resumeFrom?: string;
1859
+ }
1860
+ /** Contains response data for the createOrUpdate operation. */
1861
+ export declare type SystemTopicsCreateOrUpdateResponse = SystemTopic;
1862
+ /** Optional parameters. */
1863
+ export interface SystemTopicsDeleteOptionalParams extends coreClient.OperationOptions {
1864
+ /** Delay to wait until next poll, in milliseconds. */
1865
+ updateIntervalInMs?: number;
1866
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1867
+ resumeFrom?: string;
1868
+ }
1869
+ /** Optional parameters. */
1870
+ export interface SystemTopicsUpdateOptionalParams extends coreClient.OperationOptions {
1871
+ /** Delay to wait until next poll, in milliseconds. */
1872
+ updateIntervalInMs?: number;
1873
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1874
+ resumeFrom?: string;
1875
+ }
1876
+ /** Contains response data for the update operation. */
1877
+ export declare type SystemTopicsUpdateResponse = SystemTopic;
1878
+ /** Optional parameters. */
1879
+ export interface SystemTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1880
+ /** 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'. */
1881
+ filter?: string;
1882
+ /** 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. */
1883
+ top?: number;
1884
+ }
1885
+ /** Contains response data for the listBySubscription operation. */
1886
+ export declare type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;
1887
+ /** Optional parameters. */
1888
+ export interface SystemTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1889
+ /** 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'. */
1890
+ filter?: string;
1891
+ /** 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. */
1892
+ top?: number;
1893
+ }
1894
+ /** Contains response data for the listByResourceGroup operation. */
1895
+ export declare type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;
1896
+ /** Optional parameters. */
1897
+ export interface SystemTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1898
+ /** 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'. */
1899
+ filter?: string;
1900
+ /** 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. */
1901
+ top?: number;
1902
+ }
1903
+ /** Contains response data for the listBySubscriptionNext operation. */
1904
+ export declare type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;
1905
+ /** Optional parameters. */
1906
+ export interface SystemTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1907
+ /** 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'. */
1908
+ filter?: string;
1909
+ /** 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. */
1910
+ top?: number;
1911
+ }
1912
+ /** Contains response data for the listByResourceGroupNext operation. */
1913
+ export declare type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
1914
+ /** Optional parameters. */
1915
+ export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOptions {
1916
+ }
1917
+ /** Contains response data for the get operation. */
1918
+ export declare type ExtensionTopicsGetResponse = ExtensionTopic;
1919
+ /** Optional parameters. */
1920
+ export interface TopicTypesListOptionalParams extends coreClient.OperationOptions {
1921
+ }
1922
+ /** Contains response data for the list operation. */
1923
+ export declare type TopicTypesListResponse = TopicTypesListResult;
1924
+ /** Optional parameters. */
1925
+ export interface TopicTypesGetOptionalParams extends coreClient.OperationOptions {
1926
+ }
1927
+ /** Contains response data for the get operation. */
1928
+ export declare type TopicTypesGetResponse = TopicTypeInfo;
1929
+ /** Optional parameters. */
1930
+ export interface TopicTypesListEventTypesOptionalParams extends coreClient.OperationOptions {
1931
+ }
1932
+ /** Contains response data for the listEventTypes operation. */
1933
+ export declare type TopicTypesListEventTypesResponse = EventTypesListResult;
1934
+ /** Optional parameters. */
1935
+ export interface EventGridManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1936
+ /** server parameter */
1937
+ $host?: string;
1938
+ /** Api Version */
1939
+ apiVersion?: string;
1940
+ /** Overrides client endpoint. */
1941
+ endpoint?: string;
1942
+ }
1943
+ //# sourceMappingURL=index.d.ts.map