@azure/arm-eventgrid 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7613 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +62 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1943 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +204 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +107 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +42 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +347 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  33. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  34. package/dist-esm/src/operations/domainTopics.js +310 -0
  35. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  36. package/dist-esm/src/operations/domains.d.ts +122 -0
  37. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domains.js +522 -0
  39. package/dist-esm/src/operations/domains.js.map +1 -0
  40. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  41. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  43. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  45. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensionTopics.js +50 -0
  47. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +26 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +88 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
  57. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
  59. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  60. package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
  61. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateLinkResources.js +176 -0
  63. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  64. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  65. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  66. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  67. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  68. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  69. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  70. package/dist-esm/src/operations/systemTopics.js +482 -0
  71. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  72. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  73. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  74. package/dist-esm/src/operations/topicTypes.js +175 -0
  75. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  76. package/dist-esm/src/operations/topics.d.ts +150 -0
  77. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/topics.js +656 -0
  79. package/dist-esm/src/operations/topics.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  81. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  82. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
  83. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  85. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  86. package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
  87. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  89. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  93. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  105. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
  109. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  113. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  121. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  125. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  126. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
  127. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  128. package/dist-esm/test/eventgrid_examples.d.ts +4 -0
  129. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  130. package/dist-esm/test/eventgrid_examples.js +166 -0
  131. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-eventgrid.api.md +1777 -0
  134. package/rollup.config.js +181 -30
  135. package/src/eventGridManagementClient.ts +107 -53
  136. package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1844 -3910
  139. package/src/models/mappers.ts +1261 -1339
  140. package/src/models/parameters.ts +239 -82
  141. package/src/operations/domainTopics.ts +346 -224
  142. package/src/operations/domains.ts +545 -454
  143. package/src/operations/eventSubscriptions.ts +1658 -1236
  144. package/src/operations/extensionTopics.ts +37 -66
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/operations.ts +65 -43
  147. package/src/operations/privateEndpointConnections.ts +386 -253
  148. package/src/operations/privateLinkResources.ts +178 -150
  149. package/src/operations/systemTopicEventSubscriptions.ts +537 -394
  150. package/src/operations/systemTopics.ts +505 -349
  151. package/src/operations/topicTypes.ts +138 -114
  152. package/src/operations/topics.ts +728 -494
  153. package/src/operationsInterfaces/domainTopics.ts +105 -0
  154. package/src/operationsInterfaces/domains.ts +162 -0
  155. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  156. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/operations.ts +22 -0
  159. package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
  160. package/src/operationsInterfaces/privateLinkResources.ts +48 -0
  161. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  162. package/src/operationsInterfaces/systemTopics.ts +139 -0
  163. package/src/operationsInterfaces/topicTypes.ts +47 -0
  164. package/src/operationsInterfaces/topics.ts +197 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-eventgrid.d.ts +2998 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-eventgrid.js +0 -6824
  169. package/dist/arm-eventgrid.js.map +0 -1
  170. package/dist/arm-eventgrid.min.js +0 -1
  171. package/dist/arm-eventgrid.min.js.map +0 -1
  172. package/esm/eventGridManagementClient.d.ts +0 -35
  173. package/esm/eventGridManagementClient.d.ts.map +0 -1
  174. package/esm/eventGridManagementClient.js +0 -48
  175. package/esm/eventGridManagementClient.js.map +0 -1
  176. package/esm/eventGridManagementClientContext.d.ts +0 -23
  177. package/esm/eventGridManagementClientContext.d.ts.map +0 -1
  178. package/esm/eventGridManagementClientContext.js +0 -61
  179. package/esm/eventGridManagementClientContext.js.map +0 -1
  180. package/esm/models/domainTopicsMappers.d.ts +0 -2
  181. package/esm/models/domainTopicsMappers.d.ts.map +0 -1
  182. package/esm/models/domainTopicsMappers.js +0 -9
  183. package/esm/models/domainTopicsMappers.js.map +0 -1
  184. package/esm/models/domainsMappers.d.ts +0 -2
  185. package/esm/models/domainsMappers.d.ts.map +0 -1
  186. package/esm/models/domainsMappers.js +0 -9
  187. package/esm/models/domainsMappers.js.map +0 -1
  188. package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
  189. package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
  190. package/esm/models/eventSubscriptionsMappers.js +0 -9
  191. package/esm/models/eventSubscriptionsMappers.js.map +0 -1
  192. package/esm/models/extensionTopicsMappers.d.ts +0 -2
  193. package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
  194. package/esm/models/extensionTopicsMappers.js +0 -9
  195. package/esm/models/extensionTopicsMappers.js.map +0 -1
  196. package/esm/models/index.d.ts +0 -4080
  197. package/esm/models/index.d.ts.map +0 -1
  198. package/esm/models/index.js.map +0 -1
  199. package/esm/models/mappers.d.ts +0 -109
  200. package/esm/models/mappers.d.ts.map +0 -1
  201. package/esm/models/mappers.js.map +0 -1
  202. package/esm/models/operationsMappers.d.ts +0 -2
  203. package/esm/models/operationsMappers.d.ts.map +0 -1
  204. package/esm/models/operationsMappers.js.map +0 -1
  205. package/esm/models/parameters.d.ts +0 -25
  206. package/esm/models/parameters.d.ts.map +0 -1
  207. package/esm/models/parameters.js +0 -245
  208. package/esm/models/parameters.js.map +0 -1
  209. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  210. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  211. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  212. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  213. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  214. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  215. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  216. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
  217. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
  218. package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
  219. package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
  220. package/esm/models/systemTopicsMappers.d.ts +0 -2
  221. package/esm/models/systemTopicsMappers.d.ts.map +0 -1
  222. package/esm/models/systemTopicsMappers.js +0 -9
  223. package/esm/models/systemTopicsMappers.js.map +0 -1
  224. package/esm/models/topicTypesMappers.d.ts +0 -2
  225. package/esm/models/topicTypesMappers.d.ts.map +0 -1
  226. package/esm/models/topicTypesMappers.js +0 -9
  227. package/esm/models/topicTypesMappers.js.map +0 -1
  228. package/esm/models/topicsMappers.d.ts +0 -2
  229. package/esm/models/topicsMappers.d.ts.map +0 -1
  230. package/esm/models/topicsMappers.js +0 -9
  231. package/esm/models/topicsMappers.js.map +0 -1
  232. package/esm/operations/domainTopics.d.ts +0 -120
  233. package/esm/operations/domainTopics.d.ts.map +0 -1
  234. package/esm/operations/domainTopics.js +0 -233
  235. package/esm/operations/domainTopics.js.map +0 -1
  236. package/esm/operations/domains.d.ts +0 -214
  237. package/esm/operations/domains.d.ts.map +0 -1
  238. package/esm/operations/domains.js +0 -415
  239. package/esm/operations/domains.js.map +0 -1
  240. package/esm/operations/eventSubscriptions.d.ts +0 -666
  241. package/esm/operations/eventSubscriptions.d.ts.map +0 -1
  242. package/esm/operations/eventSubscriptions.js +0 -969
  243. package/esm/operations/eventSubscriptions.js.map +0 -1
  244. package/esm/operations/extensionTopics.d.ts +0 -47
  245. package/esm/operations/extensionTopics.d.ts.map +0 -1
  246. package/esm/operations/extensionTopics.js +0 -54
  247. package/esm/operations/extensionTopics.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/operations.d.ts +0 -29
  251. package/esm/operations/operations.d.ts.map +0 -1
  252. package/esm/operations/operations.js +0 -50
  253. package/esm/operations/operations.js.map +0 -1
  254. package/esm/operations/privateEndpointConnections.d.ts +0 -152
  255. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  256. package/esm/operations/privateEndpointConnections.js +0 -263
  257. package/esm/operations/privateEndpointConnections.js.map +0 -1
  258. package/esm/operations/privateLinkResources.d.ts +0 -91
  259. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  260. package/esm/operations/privateLinkResources.js +0 -127
  261. package/esm/operations/privateLinkResources.js.map +0 -1
  262. package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
  263. package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
  264. package/esm/operations/systemTopicEventSubscriptions.js +0 -379
  265. package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
  266. package/esm/operations/systemTopics.d.ts +0 -167
  267. package/esm/operations/systemTopics.d.ts.map +0 -1
  268. package/esm/operations/systemTopics.js +0 -353
  269. package/esm/operations/systemTopics.js.map +0 -1
  270. package/esm/operations/topicTypes.d.ts +0 -67
  271. package/esm/operations/topicTypes.d.ts.map +0 -1
  272. package/esm/operations/topicTypes.js +0 -106
  273. package/esm/operations/topicTypes.js.map +0 -1
  274. package/esm/operations/topics.d.ts +0 -237
  275. package/esm/operations/topics.d.ts.map +0 -1
  276. package/esm/operations/topics.js +0 -471
  277. package/esm/operations/topics.js.map +0 -1
  278. package/src/eventGridManagementClientContext.ts +0 -68
  279. package/src/models/domainTopicsMappers.ts +0 -66
  280. package/src/models/domainsMappers.ts +0 -69
  281. package/src/models/eventSubscriptionsMappers.ts +0 -69
  282. package/src/models/extensionTopicsMappers.ts +0 -65
  283. package/src/models/privateEndpointConnectionsMappers.ts +0 -66
  284. package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
  285. package/src/models/systemTopicsMappers.ts +0 -67
  286. package/src/models/topicTypesMappers.ts +0 -67
  287. package/src/models/topicsMappers.ts +0 -70
@@ -1,4080 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * PrivateEndpoint information.
6
- */
7
- export interface PrivateEndpoint {
8
- /**
9
- * The ARM identifier for Private Endpoint.
10
- */
11
- id?: string;
12
- }
13
- /**
14
- * ConnectionState information.
15
- */
16
- export interface ConnectionState {
17
- /**
18
- * Status of the connection. Possible values include: 'Pending', 'Approved', 'Rejected',
19
- * 'Disconnected'
20
- */
21
- status?: PersistedConnectionStatus;
22
- /**
23
- * Description of the connection state.
24
- */
25
- description?: string;
26
- /**
27
- * Actions required (if any).
28
- */
29
- actionsRequired?: string;
30
- }
31
- /**
32
- * Definition of a Resource.
33
- */
34
- export interface Resource extends BaseResource {
35
- /**
36
- * Fully qualified identifier of the resource.
37
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
38
- */
39
- readonly id?: string;
40
- /**
41
- * Name of the resource.
42
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
43
- */
44
- readonly name?: string;
45
- /**
46
- * Type of the resource.
47
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
48
- */
49
- readonly type?: string;
50
- }
51
- /**
52
- * An interface representing PrivateEndpointConnection.
53
- */
54
- export interface PrivateEndpointConnection extends Resource {
55
- /**
56
- * The Private Endpoint resource for this Connection.
57
- */
58
- privateEndpoint?: PrivateEndpoint;
59
- /**
60
- * GroupIds from the private link service resource.
61
- */
62
- groupIds?: string[];
63
- /**
64
- * Details about the state of the connection.
65
- */
66
- privateLinkServiceConnectionState?: ConnectionState;
67
- /**
68
- * Provisioning state of the Private Endpoint Connection. Possible values include: 'Creating',
69
- * 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
70
- */
71
- provisioningState?: ResourceProvisioningState;
72
- }
73
- /**
74
- * Contains the possible cases for InputSchemaMapping.
75
- */
76
- export declare type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
77
- /**
78
- * By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input
79
- * schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only
80
- * supported type of InputSchemaMapping is 'JsonInputSchemaMapping'.
81
- */
82
- export interface InputSchemaMapping {
83
- /**
84
- * Polymorphic Discriminator
85
- */
86
- inputSchemaMappingType: "InputSchemaMapping";
87
- }
88
- /**
89
- * An interface representing InboundIpRule.
90
- */
91
- export interface InboundIpRule {
92
- /**
93
- * IP Address in CIDR notation e.g., 10.0.0.0/8.
94
- */
95
- ipMask?: string;
96
- /**
97
- * Action to perform based on the match or no match of the IpMask. Possible values include:
98
- * 'Allow'
99
- */
100
- action?: IpActionType;
101
- }
102
- /**
103
- * The information about the user identity.
104
- */
105
- export interface UserIdentityProperties {
106
- /**
107
- * The principal id of user assigned identity.
108
- */
109
- principalId?: string;
110
- /**
111
- * The client id of user assigned identity.
112
- */
113
- clientId?: string;
114
- }
115
- /**
116
- * The identity information for the resource.
117
- */
118
- export interface IdentityInfo {
119
- /**
120
- * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an
121
- * implicitly created identity and a set of user-assigned identities. The type 'None' will remove
122
- * any identity. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',
123
- * 'SystemAssigned, UserAssigned'
124
- */
125
- type?: IdentityType;
126
- /**
127
- * The principal ID of resource identity.
128
- */
129
- principalId?: string;
130
- /**
131
- * The tenant ID of resource.
132
- */
133
- tenantId?: string;
134
- /**
135
- * The list of user identities associated with the resource. The user identity dictionary key
136
- * references will be ARM resource ids in the form:
137
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
138
- * This property is currently not used and reserved for future usage.
139
- */
140
- userAssignedIdentities?: {
141
- [propertyName: string]: UserIdentityProperties;
142
- };
143
- }
144
- /**
145
- * This is used to express the source of an input schema mapping for a single target field in the
146
- * Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and
147
- * 'eventtime' properties. This represents a field in the input event schema.
148
- */
149
- export interface JsonField {
150
- /**
151
- * Name of a field in the input event schema that's to be used as the source of a mapping.
152
- */
153
- sourceField?: string;
154
- }
155
- /**
156
- * This is used to express the source of an input schema mapping for a single target field
157
- * in the Event Grid Event schema. This is currently used in the mappings for the 'subject',
158
- * 'eventtype' and 'dataversion' properties. This represents a field in the input event schema
159
- * along with a default value to be used, and at least one of these two properties should be
160
- * provided.
161
- */
162
- export interface JsonFieldWithDefault {
163
- /**
164
- * Name of a field in the input event schema that's to be used as the source of a mapping.
165
- */
166
- sourceField?: string;
167
- /**
168
- * The default value to be used for mapping when a SourceField is not provided or if there's no
169
- * property with the specified name in the published JSON event payload.
170
- */
171
- defaultValue?: string;
172
- }
173
- /**
174
- * This enables publishing to Event Grid using a custom input schema. This can be used to map
175
- * properties from a custom input JSON schema to the Event Grid event schema.
176
- */
177
- export interface JsonInputSchemaMapping {
178
- /**
179
- * Polymorphic Discriminator
180
- */
181
- inputSchemaMappingType: "Json";
182
- /**
183
- * The mapping information for the Id property of the Event Grid Event.
184
- */
185
- id?: JsonField;
186
- /**
187
- * The mapping information for the Topic property of the Event Grid Event.
188
- */
189
- topic?: JsonField;
190
- /**
191
- * The mapping information for the EventTime property of the Event Grid Event.
192
- */
193
- eventTime?: JsonField;
194
- /**
195
- * The mapping information for the EventType property of the Event Grid Event.
196
- */
197
- eventType?: JsonFieldWithDefault;
198
- /**
199
- * The mapping information for the Subject property of the Event Grid Event.
200
- */
201
- subject?: JsonFieldWithDefault;
202
- /**
203
- * The mapping information for the DataVersion property of the Event Grid Event.
204
- */
205
- dataVersion?: JsonFieldWithDefault;
206
- }
207
- /**
208
- * Definition of a Tracked Resource.
209
- */
210
- export interface TrackedResource extends Resource {
211
- /**
212
- * Location of the resource.
213
- */
214
- location: string;
215
- /**
216
- * Tags of the resource.
217
- */
218
- tags?: {
219
- [propertyName: string]: string;
220
- };
221
- }
222
- /**
223
- * Metadata pertaining to creation and last modification of the resource.
224
- */
225
- export interface SystemData {
226
- /**
227
- * The identity that created the resource.
228
- */
229
- createdBy?: string;
230
- /**
231
- * The type of identity that created the resource. Possible values include: 'User',
232
- * 'Application', 'ManagedIdentity', 'Key'
233
- */
234
- createdByType?: CreatedByType;
235
- /**
236
- * The timestamp of resource creation (UTC).
237
- */
238
- createdAt?: Date;
239
- /**
240
- * The identity that last modified the resource.
241
- */
242
- lastModifiedBy?: string;
243
- /**
244
- * The type of identity that last modified the resource. Possible values include: 'User',
245
- * 'Application', 'ManagedIdentity', 'Key'
246
- */
247
- lastModifiedByType?: CreatedByType;
248
- /**
249
- * The timestamp of resource last modification (UTC)
250
- */
251
- lastModifiedAt?: Date;
252
- }
253
- /**
254
- * EventGrid Domain.
255
- */
256
- export interface Domain extends TrackedResource {
257
- /**
258
- * List of private endpoint connections.
259
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
260
- */
261
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
262
- /**
263
- * Provisioning state of the Event Grid Domain Resource. Possible values include: 'Creating',
264
- * 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
265
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
266
- */
267
- readonly provisioningState?: DomainProvisioningState;
268
- /**
269
- * Endpoint for the domain.
270
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
271
- */
272
- readonly endpoint?: string;
273
- /**
274
- * This determines the format that Event Grid should expect for incoming events published to the
275
- * domain. Possible values include: 'EventGridSchema', 'CustomEventSchema',
276
- * 'CloudEventSchemaV1_0'. Default value: 'EventGridSchema'.
277
- */
278
- inputSchema?: InputSchema;
279
- /**
280
- * Information about the InputSchemaMapping which specified the info about mapping event payload.
281
- */
282
- inputSchemaMapping?: InputSchemaMappingUnion;
283
- /**
284
- * Metric resource id for the domain.
285
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
286
- */
287
- readonly metricResourceId?: string;
288
- /**
289
- * This determines if traffic is allowed over public network. By default it is enabled.
290
- * You can further restrict to specific IPs by configuring <seealso
291
- * cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules"
292
- * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
293
- */
294
- publicNetworkAccess?: PublicNetworkAccess;
295
- /**
296
- * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are
297
- * considered only if PublicNetworkAccess is enabled.
298
- */
299
- inboundIpRules?: InboundIpRule[];
300
- /**
301
- * This boolean is used to enable or disable local auth. Default value is false. When the
302
- * property is set to true, only AAD token will be used to authenticate if user is allowed to
303
- * publish to the domain. Default value: false.
304
- */
305
- disableLocalAuth?: boolean;
306
- /**
307
- * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics
308
- * associated with this Event Grid Domain resource.
309
- * In this context, creation of domain topic can be auto-managed (when true) or self-managed
310
- * (when false). The default value for this property is true.
311
- * When this property is null or set to true, Event Grid is responsible of automatically creating
312
- * the domain topic when the first event subscription is
313
- * created at the scope of the domain topic. If this property is set to false, then creating the
314
- * first event subscription will require creating a domain topic
315
- * by the user. The self-management mode can be used if the user wants full control of when the
316
- * domain topic is created, while auto-managed mode provides the
317
- * flexibility to perform less operations and manage fewer resources by the user. Also, note that
318
- * in auto-managed creation mode, user is allowed to create the
319
- * domain topic on demand if needed. Default value: true.
320
- */
321
- autoCreateTopicWithFirstSubscription?: boolean;
322
- /**
323
- * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics
324
- * associated with this Event Grid Domain resource.
325
- * In this context, deletion of domain topic can be auto-managed (when true) or self-managed
326
- * (when false). The default value for this property is true.
327
- * When this property is set to true, Event Grid is responsible of automatically deleting the
328
- * domain topic when the last event subscription at the scope
329
- * of the domain topic is deleted. If this property is set to false, then the user needs to
330
- * manually delete the domain topic when it is no longer needed
331
- * (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The
332
- * self-management mode can be used if the user wants full
333
- * control of when the domain topic needs to be deleted, while auto-managed mode provides the
334
- * flexibility to perform less operations and manage fewer
335
- * resources by the user. Default value: true.
336
- */
337
- autoDeleteTopicWithLastSubscription?: boolean;
338
- /**
339
- * The system metadata relating to Domain resource.
340
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
341
- */
342
- readonly systemData?: SystemData;
343
- /**
344
- * Identity information for the Event Grid Domain resource.
345
- */
346
- identity?: IdentityInfo;
347
- }
348
- /**
349
- * Properties of the Domain update.
350
- */
351
- export interface DomainUpdateParameters {
352
- /**
353
- * Tags of the domains resource.
354
- */
355
- tags?: {
356
- [propertyName: string]: string;
357
- };
358
- /**
359
- * This determines if traffic is allowed over public network. By default it is enabled.
360
- * You can further restrict to specific IPs by configuring <seealso
361
- * cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules"
362
- * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
363
- */
364
- publicNetworkAccess?: PublicNetworkAccess;
365
- /**
366
- * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are
367
- * considered only if PublicNetworkAccess is enabled.
368
- */
369
- inboundIpRules?: InboundIpRule[];
370
- /**
371
- * This boolean is used to enable or disable local auth. Default value is false. When the
372
- * property is set to true, only AAD token will be used to authenticate if user is allowed to
373
- * publish to the domain.
374
- */
375
- disableLocalAuth?: boolean;
376
- /**
377
- * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics
378
- * associated with this Event Grid Domain resource.
379
- * In this context, creation of domain topic can be auto-managed (when true) or self-managed
380
- * (when false). The default value for this property is true.
381
- * When this property is null or set to true, Event Grid is responsible of automatically creating
382
- * the domain topic when the first event subscription is
383
- * created at the scope of the domain topic. If this property is set to false, then creating the
384
- * first event subscription will require creating a domain topic
385
- * by the user. The self-management mode can be used if the user wants full control of when the
386
- * domain topic is created, while auto-managed mode provides the
387
- * flexibility to perform less operations and manage fewer resources by the user. Also, note that
388
- * in auto-managed creation mode, user is allowed to create the
389
- * domain topic on demand if needed.
390
- */
391
- autoCreateTopicWithFirstSubscription?: boolean;
392
- /**
393
- * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics
394
- * associated with this Event Grid Domain resource.
395
- * In this context, deletion of domain topic can be auto-managed (when true) or self-managed
396
- * (when false). The default value for this property is true.
397
- * When this property is set to true, Event Grid is responsible of automatically deleting the
398
- * domain topic when the last event subscription at the scope
399
- * of the domain topic is deleted. If this property is set to false, then the user needs to
400
- * manually delete the domain topic when it is no longer needed
401
- * (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The
402
- * self-management mode can be used if the user wants full
403
- * control of when the domain topic needs to be deleted, while auto-managed mode provides the
404
- * flexibility to perform less operations and manage fewer
405
- * resources by the user.
406
- */
407
- autoDeleteTopicWithLastSubscription?: boolean;
408
- /**
409
- * Identity information for the resource.
410
- */
411
- identity?: IdentityInfo;
412
- }
413
- /**
414
- * Shared access keys of the Domain.
415
- */
416
- export interface DomainSharedAccessKeys {
417
- /**
418
- * Shared access key1 for the domain.
419
- */
420
- key1?: string;
421
- /**
422
- * Shared access key2 for the domain.
423
- */
424
- key2?: string;
425
- }
426
- /**
427
- * Domain regenerate share access key request.
428
- */
429
- export interface DomainRegenerateKeyRequest {
430
- /**
431
- * Key name to regenerate key1 or key2.
432
- */
433
- keyName: string;
434
- }
435
- /**
436
- * Domain Topic.
437
- */
438
- export interface DomainTopic extends Resource {
439
- /**
440
- * Provisioning state of the domain topic. Possible values include: 'Creating', 'Updating',
441
- * 'Deleting', 'Succeeded', 'Canceled', 'Failed'
442
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
443
- */
444
- readonly provisioningState?: DomainTopicProvisioningState;
445
- /**
446
- * The system metadata relating to Domain Topic resource.
447
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
448
- */
449
- readonly systemData?: SystemData;
450
- }
451
- /**
452
- * Contains the possible cases for EventSubscriptionDestination.
453
- */
454
- export declare type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;
455
- /**
456
- * Information about the destination for an event subscription.
457
- */
458
- export interface EventSubscriptionDestination {
459
- /**
460
- * Polymorphic Discriminator
461
- */
462
- endpointType: "EventSubscriptionDestination";
463
- }
464
- /**
465
- * The identity information with the event subscription.
466
- */
467
- export interface EventSubscriptionIdentity {
468
- /**
469
- * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an
470
- * implicitly created identity and a set of user-assigned identities. The type 'None' will remove
471
- * any identity. Possible values include: 'SystemAssigned', 'UserAssigned'
472
- */
473
- type?: EventSubscriptionIdentityType;
474
- /**
475
- * The user identity associated with the resource.
476
- */
477
- userAssignedIdentity?: string;
478
- }
479
- /**
480
- * Information about the delivery for an event subscription with resource identity.
481
- */
482
- export interface DeliveryWithResourceIdentity {
483
- /**
484
- * The identity to use when delivering events.
485
- */
486
- identity?: EventSubscriptionIdentity;
487
- /**
488
- * Information about the destination where events have to be delivered for the event
489
- * subscription.
490
- * Uses Azure Event Grid's identity to acquire the authentication tokens being used during
491
- * delivery / dead-lettering.
492
- */
493
- destination?: EventSubscriptionDestinationUnion;
494
- }
495
- /**
496
- * Contains the possible cases for AdvancedFilter.
497
- */
498
- export declare type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter;
499
- /**
500
- * This is the base type that represents an advanced filter. To configure an advanced filter, do
501
- * not directly instantiate an object of this class. Instead, instantiate an object of a derived
502
- * class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc.
503
- * depending on the type of the key based on which you want to filter.
504
- */
505
- export interface AdvancedFilter {
506
- /**
507
- * Polymorphic Discriminator
508
- */
509
- operatorType: "AdvancedFilter";
510
- /**
511
- * The field/property in the event based on which you want to filter.
512
- */
513
- key?: string;
514
- }
515
- /**
516
- * Filter for the Event Subscription.
517
- */
518
- export interface EventSubscriptionFilter {
519
- /**
520
- * An optional string to filter events for an event subscription based on a resource path prefix.
521
- * The format of this depends on the publisher of the events.
522
- * Wildcard characters are not supported in this path.
523
- */
524
- subjectBeginsWith?: string;
525
- /**
526
- * An optional string to filter events for an event subscription based on a resource path suffix.
527
- * Wildcard characters are not supported in this path.
528
- */
529
- subjectEndsWith?: string;
530
- /**
531
- * A list of applicable event types that need to be part of the event subscription. If it is
532
- * desired to subscribe to all default event types, set the IncludedEventTypes to null.
533
- */
534
- includedEventTypes?: string[];
535
- /**
536
- * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
537
- * should be compared in a case sensitive manner. Default value: false.
538
- */
539
- isSubjectCaseSensitive?: boolean;
540
- /**
541
- * Allows advanced filters to be evaluated against an array of values instead of expecting a
542
- * singular value.
543
- */
544
- enableAdvancedFilteringOnArrays?: boolean;
545
- /**
546
- * An array of advanced filters that are used for filtering event subscriptions.
547
- */
548
- advancedFilters?: AdvancedFilterUnion[];
549
- }
550
- /**
551
- * Information about the retry policy for an event subscription.
552
- */
553
- export interface RetryPolicy {
554
- /**
555
- * Maximum number of delivery retry attempts for events. Default value: 30.
556
- */
557
- maxDeliveryAttempts?: number;
558
- /**
559
- * Time To Live (in minutes) for events. Default value: 1440.
560
- */
561
- eventTimeToLiveInMinutes?: number;
562
- }
563
- /**
564
- * Contains the possible cases for DeadLetterDestination.
565
- */
566
- export declare type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
567
- /**
568
- * Information about the dead letter destination for an event subscription. To configure a
569
- * deadletter destination, do not directly instantiate an object of this class. Instead,
570
- * instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the
571
- * only class that derives from this class.
572
- */
573
- export interface DeadLetterDestination {
574
- /**
575
- * Polymorphic Discriminator
576
- */
577
- endpointType: "DeadLetterDestination";
578
- }
579
- /**
580
- * Information about the deadletter destination with resource identity.
581
- */
582
- export interface DeadLetterWithResourceIdentity {
583
- /**
584
- * The identity to use when dead-lettering events.
585
- */
586
- identity?: EventSubscriptionIdentity;
587
- /**
588
- * Information about the destination where events have to be delivered for the event
589
- * subscription.
590
- * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire
591
- * the authentication tokens being used during delivery / dead-lettering.
592
- */
593
- deadLetterDestination?: DeadLetterDestinationUnion;
594
- }
595
- /**
596
- * Contains the possible cases for DeliveryAttributeMapping.
597
- */
598
- export declare type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
599
- /**
600
- * Delivery attribute mapping details.
601
- */
602
- export interface DeliveryAttributeMapping {
603
- /**
604
- * Polymorphic Discriminator
605
- */
606
- type: "DeliveryAttributeMapping";
607
- /**
608
- * Name of the delivery attribute or header.
609
- */
610
- name?: string;
611
- }
612
- /**
613
- * Static delivery attribute mapping details.
614
- */
615
- export interface StaticDeliveryAttributeMapping {
616
- /**
617
- * Polymorphic Discriminator
618
- */
619
- type: "Static";
620
- /**
621
- * Name of the delivery attribute or header.
622
- */
623
- name?: string;
624
- /**
625
- * Value of the delivery attribute.
626
- */
627
- value?: string;
628
- /**
629
- * Boolean flag to tell if the attribute contains sensitive information . Default value: false.
630
- */
631
- isSecret?: boolean;
632
- }
633
- /**
634
- * Dynamic delivery attribute mapping details.
635
- */
636
- export interface DynamicDeliveryAttributeMapping {
637
- /**
638
- * Polymorphic Discriminator
639
- */
640
- type: "Dynamic";
641
- /**
642
- * Name of the delivery attribute or header.
643
- */
644
- name?: string;
645
- /**
646
- * JSON path in the event which contains attribute value.
647
- */
648
- sourceField?: string;
649
- }
650
- /**
651
- * NumberIn Advanced Filter.
652
- */
653
- export interface NumberInAdvancedFilter {
654
- /**
655
- * Polymorphic Discriminator
656
- */
657
- operatorType: "NumberIn";
658
- /**
659
- * The field/property in the event based on which you want to filter.
660
- */
661
- key?: string;
662
- /**
663
- * The set of filter values.
664
- */
665
- values?: number[];
666
- }
667
- /**
668
- * Information about the storage blob based dead letter destination.
669
- */
670
- export interface StorageBlobDeadLetterDestination {
671
- /**
672
- * Polymorphic Discriminator
673
- */
674
- endpointType: "StorageBlob";
675
- /**
676
- * The Azure Resource ID of the storage account that is the destination of the deadletter events
677
- */
678
- resourceId?: string;
679
- /**
680
- * The name of the Storage blob container that is the destination of the deadletter events
681
- */
682
- blobContainerName?: string;
683
- }
684
- /**
685
- * NumberNotIn Advanced Filter.
686
- */
687
- export interface NumberNotInAdvancedFilter {
688
- /**
689
- * Polymorphic Discriminator
690
- */
691
- operatorType: "NumberNotIn";
692
- /**
693
- * The field/property in the event based on which you want to filter.
694
- */
695
- key?: string;
696
- /**
697
- * The set of filter values.
698
- */
699
- values?: number[];
700
- }
701
- /**
702
- * NumberLessThan Advanced Filter.
703
- */
704
- export interface NumberLessThanAdvancedFilter {
705
- /**
706
- * Polymorphic Discriminator
707
- */
708
- operatorType: "NumberLessThan";
709
- /**
710
- * The field/property in the event based on which you want to filter.
711
- */
712
- key?: string;
713
- /**
714
- * The filter value.
715
- */
716
- value?: number;
717
- }
718
- /**
719
- * NumberGreaterThan Advanced Filter.
720
- */
721
- export interface NumberGreaterThanAdvancedFilter {
722
- /**
723
- * Polymorphic Discriminator
724
- */
725
- operatorType: "NumberGreaterThan";
726
- /**
727
- * The field/property in the event based on which you want to filter.
728
- */
729
- key?: string;
730
- /**
731
- * The filter value.
732
- */
733
- value?: number;
734
- }
735
- /**
736
- * NumberLessThanOrEquals Advanced Filter.
737
- */
738
- export interface NumberLessThanOrEqualsAdvancedFilter {
739
- /**
740
- * Polymorphic Discriminator
741
- */
742
- operatorType: "NumberLessThanOrEquals";
743
- /**
744
- * The field/property in the event based on which you want to filter.
745
- */
746
- key?: string;
747
- /**
748
- * The filter value.
749
- */
750
- value?: number;
751
- }
752
- /**
753
- * NumberGreaterThanOrEquals Advanced Filter.
754
- */
755
- export interface NumberGreaterThanOrEqualsAdvancedFilter {
756
- /**
757
- * Polymorphic Discriminator
758
- */
759
- operatorType: "NumberGreaterThanOrEquals";
760
- /**
761
- * The field/property in the event based on which you want to filter.
762
- */
763
- key?: string;
764
- /**
765
- * The filter value.
766
- */
767
- value?: number;
768
- }
769
- /**
770
- * BoolEquals Advanced Filter.
771
- */
772
- export interface BoolEqualsAdvancedFilter {
773
- /**
774
- * Polymorphic Discriminator
775
- */
776
- operatorType: "BoolEquals";
777
- /**
778
- * The field/property in the event based on which you want to filter.
779
- */
780
- key?: string;
781
- /**
782
- * The boolean filter value.
783
- */
784
- value?: boolean;
785
- }
786
- /**
787
- * StringIn Advanced Filter.
788
- */
789
- export interface StringInAdvancedFilter {
790
- /**
791
- * Polymorphic Discriminator
792
- */
793
- operatorType: "StringIn";
794
- /**
795
- * The field/property in the event based on which you want to filter.
796
- */
797
- key?: string;
798
- /**
799
- * The set of filter values.
800
- */
801
- values?: string[];
802
- }
803
- /**
804
- * StringNotIn Advanced Filter.
805
- */
806
- export interface StringNotInAdvancedFilter {
807
- /**
808
- * Polymorphic Discriminator
809
- */
810
- operatorType: "StringNotIn";
811
- /**
812
- * The field/property in the event based on which you want to filter.
813
- */
814
- key?: string;
815
- /**
816
- * The set of filter values.
817
- */
818
- values?: string[];
819
- }
820
- /**
821
- * StringBeginsWith Advanced Filter.
822
- */
823
- export interface StringBeginsWithAdvancedFilter {
824
- /**
825
- * Polymorphic Discriminator
826
- */
827
- operatorType: "StringBeginsWith";
828
- /**
829
- * The field/property in the event based on which you want to filter.
830
- */
831
- key?: string;
832
- /**
833
- * The set of filter values.
834
- */
835
- values?: string[];
836
- }
837
- /**
838
- * StringEndsWith Advanced Filter.
839
- */
840
- export interface StringEndsWithAdvancedFilter {
841
- /**
842
- * Polymorphic Discriminator
843
- */
844
- operatorType: "StringEndsWith";
845
- /**
846
- * The field/property in the event based on which you want to filter.
847
- */
848
- key?: string;
849
- /**
850
- * The set of filter values.
851
- */
852
- values?: string[];
853
- }
854
- /**
855
- * StringContains Advanced Filter.
856
- */
857
- export interface StringContainsAdvancedFilter {
858
- /**
859
- * Polymorphic Discriminator
860
- */
861
- operatorType: "StringContains";
862
- /**
863
- * The field/property in the event based on which you want to filter.
864
- */
865
- key?: string;
866
- /**
867
- * The set of filter values.
868
- */
869
- values?: string[];
870
- }
871
- /**
872
- * Information about the webhook destination for an event subscription.
873
- */
874
- export interface WebHookEventSubscriptionDestination {
875
- /**
876
- * Polymorphic Discriminator
877
- */
878
- endpointType: "WebHook";
879
- /**
880
- * The URL that represents the endpoint of the destination of an event subscription.
881
- */
882
- endpointUrl?: string;
883
- /**
884
- * The base URL that represents the endpoint of the destination of an event subscription.
885
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
886
- */
887
- readonly endpointBaseUrl?: string;
888
- /**
889
- * Maximum number of events per batch. Default value: 1.
890
- */
891
- maxEventsPerBatch?: number;
892
- /**
893
- * Preferred batch size in Kilobytes. Default value: 64.
894
- */
895
- preferredBatchSizeInKilobytes?: number;
896
- /**
897
- * The Azure Active Directory Tenant ID to get the access token that will be included as the
898
- * bearer token in delivery requests.
899
- */
900
- azureActiveDirectoryTenantId?: string;
901
- /**
902
- * The Azure Active Directory Application ID or URI to get the access token that will be included
903
- * as the bearer token in delivery requests.
904
- */
905
- azureActiveDirectoryApplicationIdOrUri?: string;
906
- /**
907
- * Delivery attribute details.
908
- */
909
- deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
910
- }
911
- /**
912
- * Information about the event hub destination for an event subscription.
913
- */
914
- export interface EventHubEventSubscriptionDestination {
915
- /**
916
- * Polymorphic Discriminator
917
- */
918
- endpointType: "EventHub";
919
- /**
920
- * The Azure Resource Id that represents the endpoint of an Event Hub destination of an event
921
- * subscription.
922
- */
923
- resourceId?: string;
924
- /**
925
- * Delivery attribute details.
926
- */
927
- deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
928
- }
929
- /**
930
- * Information about the storage queue destination for an event subscription.
931
- */
932
- export interface StorageQueueEventSubscriptionDestination {
933
- /**
934
- * Polymorphic Discriminator
935
- */
936
- endpointType: "StorageQueue";
937
- /**
938
- * The Azure Resource ID of the storage account that contains the queue that is the destination
939
- * of an event subscription.
940
- */
941
- resourceId?: string;
942
- /**
943
- * The name of the Storage queue under a storage account that is the destination of an event
944
- * subscription.
945
- */
946
- queueName?: string;
947
- /**
948
- * Storage queue message time to live in seconds.
949
- */
950
- queueMessageTimeToLiveInSeconds?: number;
951
- }
952
- /**
953
- * Information about the HybridConnection destination for an event subscription.
954
- */
955
- export interface HybridConnectionEventSubscriptionDestination {
956
- /**
957
- * Polymorphic Discriminator
958
- */
959
- endpointType: "HybridConnection";
960
- /**
961
- * The Azure Resource ID of an hybrid connection that is the destination of an event
962
- * subscription.
963
- */
964
- resourceId?: string;
965
- /**
966
- * Delivery attribute details.
967
- */
968
- deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
969
- }
970
- /**
971
- * Information about the service bus destination for an event subscription.
972
- */
973
- export interface ServiceBusQueueEventSubscriptionDestination {
974
- /**
975
- * Polymorphic Discriminator
976
- */
977
- endpointType: "ServiceBusQueue";
978
- /**
979
- * The Azure Resource Id that represents the endpoint of the Service Bus destination of an event
980
- * subscription.
981
- */
982
- resourceId?: string;
983
- /**
984
- * Delivery attribute details.
985
- */
986
- deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
987
- }
988
- /**
989
- * Information about the service bus topic destination for an event subscription.
990
- */
991
- export interface ServiceBusTopicEventSubscriptionDestination {
992
- /**
993
- * Polymorphic Discriminator
994
- */
995
- endpointType: "ServiceBusTopic";
996
- /**
997
- * The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an
998
- * event subscription.
999
- */
1000
- resourceId?: string;
1001
- /**
1002
- * Delivery attribute details.
1003
- */
1004
- deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1005
- }
1006
- /**
1007
- * Information about the azure function destination for an event subscription.
1008
- */
1009
- export interface AzureFunctionEventSubscriptionDestination {
1010
- /**
1011
- * Polymorphic Discriminator
1012
- */
1013
- endpointType: "AzureFunction";
1014
- /**
1015
- * The Azure Resource Id that represents the endpoint of the Azure Function destination of an
1016
- * event subscription.
1017
- */
1018
- resourceId?: string;
1019
- /**
1020
- * Maximum number of events per batch. Default value: 1.
1021
- */
1022
- maxEventsPerBatch?: number;
1023
- /**
1024
- * Preferred batch size in Kilobytes. Default value: 64.
1025
- */
1026
- preferredBatchSizeInKilobytes?: number;
1027
- /**
1028
- * Delivery attribute details.
1029
- */
1030
- deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1031
- }
1032
- /**
1033
- * Event Subscription
1034
- */
1035
- export interface EventSubscription extends Resource {
1036
- /**
1037
- * Name of the topic of the event subscription.
1038
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1039
- */
1040
- readonly topic?: string;
1041
- /**
1042
- * Provisioning state of the event subscription. Possible values include: 'Creating', 'Updating',
1043
- * 'Deleting', 'Succeeded', 'Canceled', 'Failed', 'AwaitingManualAction'
1044
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1045
- */
1046
- readonly provisioningState?: EventSubscriptionProvisioningState;
1047
- /**
1048
- * Information about the destination where events have to be delivered for the event
1049
- * subscription.
1050
- */
1051
- destination?: EventSubscriptionDestinationUnion;
1052
- /**
1053
- * Information about the destination where events have to be delivered for the event
1054
- * subscription.
1055
- * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire
1056
- * the authentication tokens being used during delivery / dead-lettering.
1057
- */
1058
- deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
1059
- /**
1060
- * Information about the filter for the event subscription.
1061
- */
1062
- filter?: EventSubscriptionFilter;
1063
- /**
1064
- * List of user defined labels.
1065
- */
1066
- labels?: string[];
1067
- /**
1068
- * Expiration time of the event subscription.
1069
- */
1070
- expirationTimeUtc?: Date;
1071
- /**
1072
- * The event delivery schema for the event subscription. Possible values include:
1073
- * 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'. Default value:
1074
- * 'EventGridSchema'.
1075
- */
1076
- eventDeliverySchema?: EventDeliverySchema;
1077
- /**
1078
- * The retry policy for events. This can be used to configure maximum number of delivery attempts
1079
- * and time to live for events.
1080
- */
1081
- retryPolicy?: RetryPolicy;
1082
- /**
1083
- * The DeadLetter destination of the event subscription.
1084
- */
1085
- deadLetterDestination?: DeadLetterDestinationUnion;
1086
- /**
1087
- * The dead letter destination of the event subscription. Any event that cannot be delivered to
1088
- * its' destination is sent to the dead letter destination.
1089
- * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire
1090
- * the authentication tokens being used during delivery / dead-lettering.
1091
- */
1092
- deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
1093
- /**
1094
- * The system metadata relating to Event Subscription resource.
1095
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1096
- */
1097
- readonly systemData?: SystemData;
1098
- }
1099
- /**
1100
- * Properties of the Event Subscription update.
1101
- */
1102
- export interface EventSubscriptionUpdateParameters {
1103
- /**
1104
- * Information about the destination where events have to be delivered for the event
1105
- * subscription.
1106
- */
1107
- destination?: EventSubscriptionDestinationUnion;
1108
- /**
1109
- * Information about the destination where events have to be delivered for the event
1110
- * subscription.
1111
- * Uses the managed identity setup on the parent resource (topic / domain) to acquire the
1112
- * authentication tokens being used during delivery / dead-lettering.
1113
- */
1114
- deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
1115
- /**
1116
- * Information about the filter for the event subscription.
1117
- */
1118
- filter?: EventSubscriptionFilter;
1119
- /**
1120
- * List of user defined labels.
1121
- */
1122
- labels?: string[];
1123
- /**
1124
- * Information about the expiration time for the event subscription.
1125
- */
1126
- expirationTimeUtc?: Date;
1127
- /**
1128
- * The event delivery schema for the event subscription. Possible values include:
1129
- * 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'
1130
- */
1131
- eventDeliverySchema?: EventDeliverySchema;
1132
- /**
1133
- * The retry policy for events. This can be used to configure maximum number of delivery attempts
1134
- * and time to live for events.
1135
- */
1136
- retryPolicy?: RetryPolicy;
1137
- /**
1138
- * The DeadLetter destination of the event subscription.
1139
- */
1140
- deadLetterDestination?: DeadLetterDestinationUnion;
1141
- /**
1142
- * The dead letter destination of the event subscription. Any event that cannot be delivered to
1143
- * its' destination is sent to the dead letter destination.
1144
- * Uses the managed identity setup on the parent resource (topic / domain) to acquire the
1145
- * authentication tokens being used during delivery / dead-lettering.
1146
- */
1147
- deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
1148
- }
1149
- /**
1150
- * Full endpoint url of an event subscription
1151
- */
1152
- export interface EventSubscriptionFullUrl {
1153
- /**
1154
- * The URL that represents the endpoint of the destination of an event subscription.
1155
- */
1156
- endpointUrl?: string;
1157
- }
1158
- /**
1159
- * Result of the Get delivery attributes operation.
1160
- */
1161
- export interface DeliveryAttributeListResult {
1162
- /**
1163
- * A collection of DeliveryAttributeMapping
1164
- */
1165
- value?: DeliveryAttributeMappingUnion[];
1166
- }
1167
- /**
1168
- * Information about an operation
1169
- */
1170
- export interface OperationInfo {
1171
- /**
1172
- * Name of the provider
1173
- */
1174
- provider?: string;
1175
- /**
1176
- * Name of the resource type
1177
- */
1178
- resource?: string;
1179
- /**
1180
- * Name of the operation
1181
- */
1182
- operation?: string;
1183
- /**
1184
- * Description of the operation
1185
- */
1186
- description?: string;
1187
- }
1188
- /**
1189
- * Represents an operation returned by the GetOperations request
1190
- */
1191
- export interface Operation {
1192
- /**
1193
- * Name of the operation
1194
- */
1195
- name?: string;
1196
- /**
1197
- * Display name of the operation
1198
- */
1199
- display?: OperationInfo;
1200
- /**
1201
- * Origin of the operation
1202
- */
1203
- origin?: string;
1204
- /**
1205
- * Properties of the operation
1206
- */
1207
- properties?: any;
1208
- }
1209
- /**
1210
- * Information of the private link resource.
1211
- */
1212
- export interface PrivateLinkResource {
1213
- groupId?: string;
1214
- displayName?: string;
1215
- requiredMembers?: string[];
1216
- requiredZoneNames?: string[];
1217
- /**
1218
- * Fully qualified identifier of the resource.
1219
- */
1220
- id?: string;
1221
- /**
1222
- * Name of the resource.
1223
- */
1224
- name?: string;
1225
- /**
1226
- * Type of the resource.
1227
- */
1228
- type?: string;
1229
- }
1230
- /**
1231
- * EventGrid System Topic.
1232
- */
1233
- export interface SystemTopic extends TrackedResource {
1234
- /**
1235
- * Provisioning state of the system topic. Possible values include: 'Creating', 'Updating',
1236
- * 'Deleting', 'Succeeded', 'Canceled', 'Failed'
1237
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1238
- */
1239
- readonly provisioningState?: ResourceProvisioningState;
1240
- /**
1241
- * Source for the system topic.
1242
- */
1243
- source?: string;
1244
- /**
1245
- * TopicType for the system topic.
1246
- */
1247
- topicType?: string;
1248
- /**
1249
- * Metric resource id for the system topic.
1250
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1251
- */
1252
- readonly metricResourceId?: string;
1253
- /**
1254
- * Identity information for the resource.
1255
- */
1256
- identity?: IdentityInfo;
1257
- /**
1258
- * The system metadata relating to System Topic resource.
1259
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1260
- */
1261
- readonly systemData?: SystemData;
1262
- }
1263
- /**
1264
- * Properties of the System Topic update.
1265
- */
1266
- export interface SystemTopicUpdateParameters {
1267
- /**
1268
- * Tags of the system topic.
1269
- */
1270
- tags?: {
1271
- [propertyName: string]: string;
1272
- };
1273
- /**
1274
- * Resource identity information.
1275
- */
1276
- identity?: IdentityInfo;
1277
- }
1278
- /**
1279
- * EventGrid Topic
1280
- */
1281
- export interface Topic extends TrackedResource {
1282
- /**
1283
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1284
- */
1285
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
1286
- /**
1287
- * Provisioning state of the topic. Possible values include: 'Creating', 'Updating', 'Deleting',
1288
- * 'Succeeded', 'Canceled', 'Failed'
1289
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1290
- */
1291
- readonly provisioningState?: TopicProvisioningState;
1292
- /**
1293
- * Endpoint for the topic.
1294
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1295
- */
1296
- readonly endpoint?: string;
1297
- /**
1298
- * This determines the format that Event Grid should expect for incoming events published to the
1299
- * topic. Possible values include: 'EventGridSchema', 'CustomEventSchema',
1300
- * 'CloudEventSchemaV1_0'. Default value: 'EventGridSchema'.
1301
- */
1302
- inputSchema?: InputSchema;
1303
- /**
1304
- * This enables publishing using custom event schemas. An InputSchemaMapping can be specified to
1305
- * map various properties of a source schema to various required properties of the EventGridEvent
1306
- * schema.
1307
- */
1308
- inputSchemaMapping?: InputSchemaMappingUnion;
1309
- /**
1310
- * Metric resource id for the topic.
1311
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1312
- */
1313
- readonly metricResourceId?: string;
1314
- /**
1315
- * This determines if traffic is allowed over public network. By default it is enabled.
1316
- * You can further restrict to specific IPs by configuring <seealso
1317
- * cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules"
1318
- * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
1319
- */
1320
- publicNetworkAccess?: PublicNetworkAccess;
1321
- /**
1322
- * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are
1323
- * considered only if PublicNetworkAccess is enabled.
1324
- */
1325
- inboundIpRules?: InboundIpRule[];
1326
- /**
1327
- * This boolean is used to enable or disable local auth. Default value is false. When the
1328
- * property is set to true, only AAD token will be used to authenticate if user is allowed to
1329
- * publish to the topic. Default value: false.
1330
- */
1331
- disableLocalAuth?: boolean;
1332
- /**
1333
- * Identity information for the resource.
1334
- */
1335
- identity?: IdentityInfo;
1336
- /**
1337
- * The system metadata relating to Topic resource.
1338
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1339
- */
1340
- readonly systemData?: SystemData;
1341
- }
1342
- /**
1343
- * Properties of the Topic update
1344
- */
1345
- export interface TopicUpdateParameters {
1346
- /**
1347
- * Tags of the resource.
1348
- */
1349
- tags?: {
1350
- [propertyName: string]: string;
1351
- };
1352
- /**
1353
- * Topic resource identity information.
1354
- */
1355
- identity?: IdentityInfo;
1356
- /**
1357
- * This determines if traffic is allowed over public network. By default it is enabled.
1358
- * You can further restrict to specific IPs by configuring <seealso
1359
- * cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules"
1360
- * />. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
1361
- */
1362
- publicNetworkAccess?: PublicNetworkAccess;
1363
- /**
1364
- * This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are
1365
- * considered only if PublicNetworkAccess is enabled.
1366
- */
1367
- inboundIpRules?: InboundIpRule[];
1368
- /**
1369
- * This boolean is used to enable or disable local auth. Default value is false. When the
1370
- * property is set to true, only AAD token will be used to authenticate if user is allowed to
1371
- * publish to the topic.
1372
- */
1373
- disableLocalAuth?: boolean;
1374
- }
1375
- /**
1376
- * Shared access keys of the Topic
1377
- */
1378
- export interface TopicSharedAccessKeys {
1379
- /**
1380
- * Shared access key1 for the topic.
1381
- */
1382
- key1?: string;
1383
- /**
1384
- * Shared access key2 for the topic.
1385
- */
1386
- key2?: string;
1387
- }
1388
- /**
1389
- * Topic regenerate share access key request
1390
- */
1391
- export interface TopicRegenerateKeyRequest {
1392
- /**
1393
- * Key name to regenerate key1 or key2
1394
- */
1395
- keyName: string;
1396
- }
1397
- /**
1398
- * Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure
1399
- * resources.
1400
- */
1401
- export interface ExtensionTopic extends Resource {
1402
- /**
1403
- * Description of the extension topic.
1404
- */
1405
- description?: string;
1406
- /**
1407
- * System topic resource id which is mapped to the source.
1408
- */
1409
- systemTopic?: string;
1410
- /**
1411
- * The system metadata relating to the Extension Topic resource.
1412
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1413
- */
1414
- readonly systemData?: SystemData;
1415
- }
1416
- /**
1417
- * Event Type for a subject under a topic
1418
- */
1419
- export interface EventType extends Resource {
1420
- /**
1421
- * Display name of the event type.
1422
- */
1423
- displayName?: string;
1424
- /**
1425
- * Description of the event type.
1426
- */
1427
- description?: string;
1428
- /**
1429
- * Url of the schema for this event type.
1430
- */
1431
- schemaUrl?: string;
1432
- /**
1433
- * IsInDefaultSet flag of the event type.
1434
- */
1435
- isInDefaultSet?: boolean;
1436
- }
1437
- /**
1438
- * Properties of a topic type info.
1439
- */
1440
- export interface TopicTypeInfo extends Resource {
1441
- /**
1442
- * Namespace of the provider of the topic type.
1443
- */
1444
- provider?: string;
1445
- /**
1446
- * Display Name for the topic type.
1447
- */
1448
- displayName?: string;
1449
- /**
1450
- * Description of the topic type.
1451
- */
1452
- description?: string;
1453
- /**
1454
- * Region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'
1455
- */
1456
- resourceRegionType?: ResourceRegionType;
1457
- /**
1458
- * Provisioning state of the topic type. Possible values include: 'Creating', 'Updating',
1459
- * 'Deleting', 'Succeeded', 'Canceled', 'Failed'
1460
- */
1461
- provisioningState?: TopicTypeProvisioningState;
1462
- /**
1463
- * List of locations supported by this topic type.
1464
- */
1465
- supportedLocations?: string[];
1466
- /**
1467
- * Source resource format.
1468
- */
1469
- sourceResourceFormat?: string;
1470
- /**
1471
- * Supported source scopes.
1472
- */
1473
- supportedScopesForSource?: string[];
1474
- }
1475
- /**
1476
- * Optional Parameters.
1477
- */
1478
- export interface DomainsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1479
- /**
1480
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1481
- * 'name' property only and with limited number of OData operations. These operations are: the
1482
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1483
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1484
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1485
- * not a valid filter example: $filter=location eq 'westus'.
1486
- */
1487
- filter?: string;
1488
- /**
1489
- * The number of results to return per page for the list operation. Valid range for top parameter
1490
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1491
- * page.
1492
- */
1493
- top?: number;
1494
- }
1495
- /**
1496
- * Optional Parameters.
1497
- */
1498
- export interface DomainsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1499
- /**
1500
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1501
- * 'name' property only and with limited number of OData operations. These operations are: the
1502
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1503
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1504
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1505
- * not a valid filter example: $filter=location eq 'westus'.
1506
- */
1507
- filter?: string;
1508
- /**
1509
- * The number of results to return per page for the list operation. Valid range for top parameter
1510
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1511
- * page.
1512
- */
1513
- top?: number;
1514
- }
1515
- /**
1516
- * Optional Parameters.
1517
- */
1518
- export interface DomainsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
1519
- /**
1520
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1521
- * 'name' property only and with limited number of OData operations. These operations are: the
1522
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1523
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1524
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1525
- * not a valid filter example: $filter=location eq 'westus'.
1526
- */
1527
- filter?: string;
1528
- /**
1529
- * The number of results to return per page for the list operation. Valid range for top parameter
1530
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1531
- * page.
1532
- */
1533
- top?: number;
1534
- }
1535
- /**
1536
- * Optional Parameters.
1537
- */
1538
- export interface DomainsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
1539
- /**
1540
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1541
- * 'name' property only and with limited number of OData operations. These operations are: the
1542
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1543
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1544
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1545
- * not a valid filter example: $filter=location eq 'westus'.
1546
- */
1547
- filter?: string;
1548
- /**
1549
- * The number of results to return per page for the list operation. Valid range for top parameter
1550
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1551
- * page.
1552
- */
1553
- top?: number;
1554
- }
1555
- /**
1556
- * Optional Parameters.
1557
- */
1558
- export interface DomainTopicsListByDomainOptionalParams extends msRest.RequestOptionsBase {
1559
- /**
1560
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1561
- * 'name' property only and with limited number of OData operations. These operations are: the
1562
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1563
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1564
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1565
- * not a valid filter example: $filter=location eq 'westus'.
1566
- */
1567
- filter?: string;
1568
- /**
1569
- * The number of results to return per page for the list operation. Valid range for top parameter
1570
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1571
- * page.
1572
- */
1573
- top?: number;
1574
- }
1575
- /**
1576
- * Optional Parameters.
1577
- */
1578
- export interface DomainTopicsListByDomainNextOptionalParams extends msRest.RequestOptionsBase {
1579
- /**
1580
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1581
- * 'name' property only and with limited number of OData operations. These operations are: the
1582
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1583
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1584
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1585
- * not a valid filter example: $filter=location eq 'westus'.
1586
- */
1587
- filter?: string;
1588
- /**
1589
- * The number of results to return per page for the list operation. Valid range for top parameter
1590
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1591
- * page.
1592
- */
1593
- top?: number;
1594
- }
1595
- /**
1596
- * Optional Parameters.
1597
- */
1598
- export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1599
- /**
1600
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1601
- * 'name' property only and with limited number of OData operations. These operations are: the
1602
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1603
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1604
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1605
- * not a valid filter example: $filter=location eq 'westus'.
1606
- */
1607
- filter?: string;
1608
- /**
1609
- * The number of results to return per page for the list operation. Valid range for top parameter
1610
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1611
- * page.
1612
- */
1613
- top?: number;
1614
- }
1615
- /**
1616
- * Optional Parameters.
1617
- */
1618
- export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends msRest.RequestOptionsBase {
1619
- /**
1620
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1621
- * 'name' property only and with limited number of OData operations. These operations are: the
1622
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1623
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1624
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1625
- * not a valid filter example: $filter=location eq 'westus'.
1626
- */
1627
- filter?: string;
1628
- /**
1629
- * The number of results to return per page for the list operation. Valid range for top parameter
1630
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1631
- * page.
1632
- */
1633
- top?: number;
1634
- }
1635
- /**
1636
- * Optional Parameters.
1637
- */
1638
- export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1639
- /**
1640
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1641
- * 'name' property only and with limited number of OData operations. These operations are: the
1642
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1643
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1644
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1645
- * not a valid filter example: $filter=location eq 'westus'.
1646
- */
1647
- filter?: string;
1648
- /**
1649
- * The number of results to return per page for the list operation. Valid range for top parameter
1650
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1651
- * page.
1652
- */
1653
- top?: number;
1654
- }
1655
- /**
1656
- * Optional Parameters.
1657
- */
1658
- export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends msRest.RequestOptionsBase {
1659
- /**
1660
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1661
- * 'name' property only and with limited number of OData operations. These operations are: the
1662
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1663
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1664
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1665
- * not a valid filter example: $filter=location eq 'westus'.
1666
- */
1667
- filter?: string;
1668
- /**
1669
- * The number of results to return per page for the list operation. Valid range for top parameter
1670
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1671
- * page.
1672
- */
1673
- top?: number;
1674
- }
1675
- /**
1676
- * Optional Parameters.
1677
- */
1678
- export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1679
- /**
1680
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1681
- * 'name' property only and with limited number of OData operations. These operations are: the
1682
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1683
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1684
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1685
- * not a valid filter example: $filter=location eq 'westus'.
1686
- */
1687
- filter?: string;
1688
- /**
1689
- * The number of results to return per page for the list operation. Valid range for top parameter
1690
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1691
- * page.
1692
- */
1693
- top?: number;
1694
- }
1695
- /**
1696
- * Optional Parameters.
1697
- */
1698
- export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1699
- /**
1700
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1701
- * 'name' property only and with limited number of OData operations. These operations are: the
1702
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1703
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1704
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1705
- * not a valid filter example: $filter=location eq 'westus'.
1706
- */
1707
- filter?: string;
1708
- /**
1709
- * The number of results to return per page for the list operation. Valid range for top parameter
1710
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1711
- * page.
1712
- */
1713
- top?: number;
1714
- }
1715
- /**
1716
- * Optional Parameters.
1717
- */
1718
- export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends msRest.RequestOptionsBase {
1719
- /**
1720
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1721
- * 'name' property only and with limited number of OData operations. These operations are: the
1722
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1723
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1724
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1725
- * not a valid filter example: $filter=location eq 'westus'.
1726
- */
1727
- filter?: string;
1728
- /**
1729
- * The number of results to return per page for the list operation. Valid range for top parameter
1730
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1731
- * page.
1732
- */
1733
- top?: number;
1734
- }
1735
- /**
1736
- * Optional Parameters.
1737
- */
1738
- export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends msRest.RequestOptionsBase {
1739
- /**
1740
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1741
- * 'name' property only and with limited number of OData operations. These operations are: the
1742
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1743
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1744
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1745
- * not a valid filter example: $filter=location eq 'westus'.
1746
- */
1747
- filter?: string;
1748
- /**
1749
- * The number of results to return per page for the list operation. Valid range for top parameter
1750
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1751
- * page.
1752
- */
1753
- top?: number;
1754
- }
1755
- /**
1756
- * Optional Parameters.
1757
- */
1758
- export interface EventSubscriptionsListByResourceOptionalParams extends msRest.RequestOptionsBase {
1759
- /**
1760
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1761
- * 'name' property only and with limited number of OData operations. These operations are: the
1762
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1763
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1764
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1765
- * not a valid filter example: $filter=location eq 'westus'.
1766
- */
1767
- filter?: string;
1768
- /**
1769
- * The number of results to return per page for the list operation. Valid range for top parameter
1770
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1771
- * page.
1772
- */
1773
- top?: number;
1774
- }
1775
- /**
1776
- * Optional Parameters.
1777
- */
1778
- export interface EventSubscriptionsListByDomainTopicOptionalParams extends msRest.RequestOptionsBase {
1779
- /**
1780
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1781
- * 'name' property only and with limited number of OData operations. These operations are: the
1782
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1783
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1784
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1785
- * not a valid filter example: $filter=location eq 'westus'.
1786
- */
1787
- filter?: string;
1788
- /**
1789
- * The number of results to return per page for the list operation. Valid range for top parameter
1790
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1791
- * page.
1792
- */
1793
- top?: number;
1794
- }
1795
- /**
1796
- * Optional Parameters.
1797
- */
1798
- export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
1799
- /**
1800
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1801
- * 'name' property only and with limited number of OData operations. These operations are: the
1802
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1803
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1804
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1805
- * not a valid filter example: $filter=location eq 'westus'.
1806
- */
1807
- filter?: string;
1808
- /**
1809
- * The number of results to return per page for the list operation. Valid range for top parameter
1810
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1811
- * page.
1812
- */
1813
- top?: number;
1814
- }
1815
- /**
1816
- * Optional Parameters.
1817
- */
1818
- export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {
1819
- /**
1820
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1821
- * 'name' property only and with limited number of OData operations. These operations are: the
1822
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1823
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1824
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1825
- * not a valid filter example: $filter=location eq 'westus'.
1826
- */
1827
- filter?: string;
1828
- /**
1829
- * The number of results to return per page for the list operation. Valid range for top parameter
1830
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1831
- * page.
1832
- */
1833
- top?: number;
1834
- }
1835
- /**
1836
- * Optional Parameters.
1837
- */
1838
- export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
1839
- /**
1840
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1841
- * 'name' property only and with limited number of OData operations. These operations are: the
1842
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1843
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1844
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1845
- * not a valid filter example: $filter=location eq 'westus'.
1846
- */
1847
- filter?: string;
1848
- /**
1849
- * The number of results to return per page for the list operation. Valid range for top parameter
1850
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1851
- * page.
1852
- */
1853
- top?: number;
1854
- }
1855
- /**
1856
- * Optional Parameters.
1857
- */
1858
- export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {
1859
- /**
1860
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1861
- * 'name' property only and with limited number of OData operations. These operations are: the
1862
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1863
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1864
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1865
- * not a valid filter example: $filter=location eq 'westus'.
1866
- */
1867
- filter?: string;
1868
- /**
1869
- * The number of results to return per page for the list operation. Valid range for top parameter
1870
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1871
- * page.
1872
- */
1873
- top?: number;
1874
- }
1875
- /**
1876
- * Optional Parameters.
1877
- */
1878
- export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
1879
- /**
1880
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1881
- * 'name' property only and with limited number of OData operations. These operations are: the
1882
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1883
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1884
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1885
- * not a valid filter example: $filter=location eq 'westus'.
1886
- */
1887
- filter?: string;
1888
- /**
1889
- * The number of results to return per page for the list operation. Valid range for top parameter
1890
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1891
- * page.
1892
- */
1893
- top?: number;
1894
- }
1895
- /**
1896
- * Optional Parameters.
1897
- */
1898
- export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
1899
- /**
1900
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1901
- * 'name' property only and with limited number of OData operations. These operations are: the
1902
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1903
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1904
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1905
- * not a valid filter example: $filter=location eq 'westus'.
1906
- */
1907
- filter?: string;
1908
- /**
1909
- * The number of results to return per page for the list operation. Valid range for top parameter
1910
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1911
- * page.
1912
- */
1913
- top?: number;
1914
- }
1915
- /**
1916
- * Optional Parameters.
1917
- */
1918
- export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {
1919
- /**
1920
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1921
- * 'name' property only and with limited number of OData operations. These operations are: the
1922
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1923
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1924
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1925
- * not a valid filter example: $filter=location eq 'westus'.
1926
- */
1927
- filter?: string;
1928
- /**
1929
- * The number of results to return per page for the list operation. Valid range for top parameter
1930
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1931
- * page.
1932
- */
1933
- top?: number;
1934
- }
1935
- /**
1936
- * Optional Parameters.
1937
- */
1938
- export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends msRest.RequestOptionsBase {
1939
- /**
1940
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1941
- * 'name' property only and with limited number of OData operations. These operations are: the
1942
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1943
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1944
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1945
- * not a valid filter example: $filter=location eq 'westus'.
1946
- */
1947
- filter?: string;
1948
- /**
1949
- * The number of results to return per page for the list operation. Valid range for top parameter
1950
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1951
- * page.
1952
- */
1953
- top?: number;
1954
- }
1955
- /**
1956
- * Optional Parameters.
1957
- */
1958
- export interface EventSubscriptionsListByResourceNextOptionalParams extends msRest.RequestOptionsBase {
1959
- /**
1960
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1961
- * 'name' property only and with limited number of OData operations. These operations are: the
1962
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1963
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1964
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1965
- * not a valid filter example: $filter=location eq 'westus'.
1966
- */
1967
- filter?: string;
1968
- /**
1969
- * The number of results to return per page for the list operation. Valid range for top parameter
1970
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1971
- * page.
1972
- */
1973
- top?: number;
1974
- }
1975
- /**
1976
- * Optional Parameters.
1977
- */
1978
- export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends msRest.RequestOptionsBase {
1979
- /**
1980
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
1981
- * 'name' property only and with limited number of OData operations. These operations are: the
1982
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
1983
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
1984
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
1985
- * not a valid filter example: $filter=location eq 'westus'.
1986
- */
1987
- filter?: string;
1988
- /**
1989
- * The number of results to return per page for the list operation. Valid range for top parameter
1990
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
1991
- * page.
1992
- */
1993
- top?: number;
1994
- }
1995
- /**
1996
- * Optional Parameters.
1997
- */
1998
- export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends msRest.RequestOptionsBase {
1999
- /**
2000
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2001
- * 'name' property only and with limited number of OData operations. These operations are: the
2002
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2003
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2004
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2005
- * not a valid filter example: $filter=location eq 'westus'.
2006
- */
2007
- filter?: string;
2008
- /**
2009
- * The number of results to return per page for the list operation. Valid range for top parameter
2010
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2011
- * page.
2012
- */
2013
- top?: number;
2014
- }
2015
- /**
2016
- * Optional Parameters.
2017
- */
2018
- export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends msRest.RequestOptionsBase {
2019
- /**
2020
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2021
- * 'name' property only and with limited number of OData operations. These operations are: the
2022
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2023
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2024
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2025
- * not a valid filter example: $filter=location eq 'westus'.
2026
- */
2027
- filter?: string;
2028
- /**
2029
- * The number of results to return per page for the list operation. Valid range for top parameter
2030
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2031
- * page.
2032
- */
2033
- top?: number;
2034
- }
2035
- /**
2036
- * Optional Parameters.
2037
- */
2038
- export interface TopicsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
2039
- /**
2040
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2041
- * 'name' property only and with limited number of OData operations. These operations are: the
2042
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2043
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2044
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2045
- * not a valid filter example: $filter=location eq 'westus'.
2046
- */
2047
- filter?: string;
2048
- /**
2049
- * The number of results to return per page for the list operation. Valid range for top parameter
2050
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2051
- * page.
2052
- */
2053
- top?: number;
2054
- }
2055
- /**
2056
- * Optional Parameters.
2057
- */
2058
- export interface TopicsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
2059
- /**
2060
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2061
- * 'name' property only and with limited number of OData operations. These operations are: the
2062
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2063
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2064
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2065
- * not a valid filter example: $filter=location eq 'westus'.
2066
- */
2067
- filter?: string;
2068
- /**
2069
- * The number of results to return per page for the list operation. Valid range for top parameter
2070
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2071
- * page.
2072
- */
2073
- top?: number;
2074
- }
2075
- /**
2076
- * Optional Parameters.
2077
- */
2078
- export interface TopicsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
2079
- /**
2080
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2081
- * 'name' property only and with limited number of OData operations. These operations are: the
2082
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2083
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2084
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2085
- * not a valid filter example: $filter=location eq 'westus'.
2086
- */
2087
- filter?: string;
2088
- /**
2089
- * The number of results to return per page for the list operation. Valid range for top parameter
2090
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2091
- * page.
2092
- */
2093
- top?: number;
2094
- }
2095
- /**
2096
- * Optional Parameters.
2097
- */
2098
- export interface TopicsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
2099
- /**
2100
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2101
- * 'name' property only and with limited number of OData operations. These operations are: the
2102
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2103
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2104
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2105
- * not a valid filter example: $filter=location eq 'westus'.
2106
- */
2107
- filter?: string;
2108
- /**
2109
- * The number of results to return per page for the list operation. Valid range for top parameter
2110
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2111
- * page.
2112
- */
2113
- top?: number;
2114
- }
2115
- /**
2116
- * Optional Parameters.
2117
- */
2118
- export interface PrivateEndpointConnectionsListByResourceOptionalParams extends msRest.RequestOptionsBase {
2119
- /**
2120
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2121
- * 'name' property only and with limited number of OData operations. These operations are: the
2122
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2123
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2124
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2125
- * not a valid filter example: $filter=location eq 'westus'.
2126
- */
2127
- filter?: string;
2128
- /**
2129
- * The number of results to return per page for the list operation. Valid range for top parameter
2130
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2131
- * page.
2132
- */
2133
- top?: number;
2134
- }
2135
- /**
2136
- * Optional Parameters.
2137
- */
2138
- export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends msRest.RequestOptionsBase {
2139
- /**
2140
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2141
- * 'name' property only and with limited number of OData operations. These operations are: the
2142
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2143
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2144
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2145
- * not a valid filter example: $filter=location eq 'westus'.
2146
- */
2147
- filter?: string;
2148
- /**
2149
- * The number of results to return per page for the list operation. Valid range for top parameter
2150
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2151
- * page.
2152
- */
2153
- top?: number;
2154
- }
2155
- /**
2156
- * Optional Parameters.
2157
- */
2158
- export interface PrivateLinkResourcesListByResourceOptionalParams extends msRest.RequestOptionsBase {
2159
- /**
2160
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2161
- * 'name' property only and with limited number of OData operations. These operations are: the
2162
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2163
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2164
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2165
- * not a valid filter example: $filter=location eq 'westus'.
2166
- */
2167
- filter?: string;
2168
- /**
2169
- * The number of results to return per page for the list operation. Valid range for top parameter
2170
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2171
- * page.
2172
- */
2173
- top?: number;
2174
- }
2175
- /**
2176
- * Optional Parameters.
2177
- */
2178
- export interface PrivateLinkResourcesListByResourceNextOptionalParams extends msRest.RequestOptionsBase {
2179
- /**
2180
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2181
- * 'name' property only and with limited number of OData operations. These operations are: the
2182
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2183
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2184
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2185
- * not a valid filter example: $filter=location eq 'westus'.
2186
- */
2187
- filter?: string;
2188
- /**
2189
- * The number of results to return per page for the list operation. Valid range for top parameter
2190
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2191
- * page.
2192
- */
2193
- top?: number;
2194
- }
2195
- /**
2196
- * Optional Parameters.
2197
- */
2198
- export interface SystemTopicsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
2199
- /**
2200
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2201
- * 'name' property only and with limited number of OData operations. These operations are: the
2202
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2203
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2204
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2205
- * not a valid filter example: $filter=location eq 'westus'.
2206
- */
2207
- filter?: string;
2208
- /**
2209
- * The number of results to return per page for the list operation. Valid range for top parameter
2210
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2211
- * page.
2212
- */
2213
- top?: number;
2214
- }
2215
- /**
2216
- * Optional Parameters.
2217
- */
2218
- export interface SystemTopicsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
2219
- /**
2220
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2221
- * 'name' property only and with limited number of OData operations. These operations are: the
2222
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2223
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2224
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2225
- * not a valid filter example: $filter=location eq 'westus'.
2226
- */
2227
- filter?: string;
2228
- /**
2229
- * The number of results to return per page for the list operation. Valid range for top parameter
2230
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2231
- * page.
2232
- */
2233
- top?: number;
2234
- }
2235
- /**
2236
- * Optional Parameters.
2237
- */
2238
- export interface SystemTopicsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
2239
- /**
2240
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2241
- * 'name' property only and with limited number of OData operations. These operations are: the
2242
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2243
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2244
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2245
- * not a valid filter example: $filter=location eq 'westus'.
2246
- */
2247
- filter?: string;
2248
- /**
2249
- * The number of results to return per page for the list operation. Valid range for top parameter
2250
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2251
- * page.
2252
- */
2253
- top?: number;
2254
- }
2255
- /**
2256
- * Optional Parameters.
2257
- */
2258
- export interface SystemTopicsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
2259
- /**
2260
- * The query used to filter the search results using OData syntax. Filtering is permitted on the
2261
- * 'name' property only and with limited number of OData operations. These operations are: the
2262
- * 'contains' function as well as the following logical operations: not, and, or, eq (for equal),
2263
- * and ne (for not equal). No arithmetic operations are supported. The following is a valid
2264
- * filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is
2265
- * not a valid filter example: $filter=location eq 'westus'.
2266
- */
2267
- filter?: string;
2268
- /**
2269
- * The number of results to return per page for the list operation. Valid range for top parameter
2270
- * is 1 to 100. If not specified, the default number of results to be returned is 20 items per
2271
- * page.
2272
- */
2273
- top?: number;
2274
- }
2275
- /**
2276
- * An interface representing EventGridManagementClientOptions.
2277
- */
2278
- export interface EventGridManagementClientOptions extends AzureServiceClientOptions {
2279
- baseUri?: string;
2280
- }
2281
- /**
2282
- * @interface
2283
- * Result of the List Domains operation.
2284
- * @extends Array<Domain>
2285
- */
2286
- export interface DomainsListResult extends Array<Domain> {
2287
- /**
2288
- * A link for the next page of domains.
2289
- */
2290
- nextLink?: string;
2291
- }
2292
- /**
2293
- * @interface
2294
- * Result of the List Domain Topics operation.
2295
- * @extends Array<DomainTopic>
2296
- */
2297
- export interface DomainTopicsListResult extends Array<DomainTopic> {
2298
- /**
2299
- * A link for the next page of domain topics.
2300
- */
2301
- nextLink?: string;
2302
- }
2303
- /**
2304
- * @interface
2305
- * Result of the List EventSubscriptions operation
2306
- * @extends Array<EventSubscription>
2307
- */
2308
- export interface EventSubscriptionsListResult extends Array<EventSubscription> {
2309
- /**
2310
- * A link for the next page of event subscriptions
2311
- */
2312
- nextLink?: string;
2313
- }
2314
- /**
2315
- * @interface
2316
- * Result of the List Operations operation
2317
- * @extends Array<Operation>
2318
- */
2319
- export interface OperationsListResult extends Array<Operation> {
2320
- }
2321
- /**
2322
- * @interface
2323
- * Result of the List Topics operation
2324
- * @extends Array<Topic>
2325
- */
2326
- export interface TopicsListResult extends Array<Topic> {
2327
- /**
2328
- * A link for the next page of topics
2329
- */
2330
- nextLink?: string;
2331
- }
2332
- /**
2333
- * @interface
2334
- * Result of the List Event Types operation
2335
- * @extends Array<EventType>
2336
- */
2337
- export interface EventTypesListResult extends Array<EventType> {
2338
- }
2339
- /**
2340
- * @interface
2341
- * Result of the list of all private endpoint connections operation.
2342
- * @extends Array<PrivateEndpointConnection>
2343
- */
2344
- export interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {
2345
- /**
2346
- * A link for the next page of private endpoint connection resources.
2347
- */
2348
- nextLink?: string;
2349
- }
2350
- /**
2351
- * @interface
2352
- * Result of the List private link resources operation.
2353
- * @extends Array<PrivateLinkResource>
2354
- */
2355
- export interface PrivateLinkResourcesListResult extends Array<PrivateLinkResource> {
2356
- /**
2357
- * A link for the next page of private link resources.
2358
- */
2359
- nextLink?: string;
2360
- }
2361
- /**
2362
- * @interface
2363
- * Result of the List System topics operation.
2364
- * @extends Array<SystemTopic>
2365
- */
2366
- export interface SystemTopicsListResult extends Array<SystemTopic> {
2367
- /**
2368
- * A link for the next page of topics.
2369
- */
2370
- nextLink?: string;
2371
- }
2372
- /**
2373
- * @interface
2374
- * Result of the List Topic Types operation
2375
- * @extends Array<TopicTypeInfo>
2376
- */
2377
- export interface TopicTypesListResult extends Array<TopicTypeInfo> {
2378
- }
2379
- /**
2380
- * Defines values for PersistedConnectionStatus.
2381
- * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
2382
- * @readonly
2383
- * @enum {string}
2384
- */
2385
- export declare type PersistedConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
2386
- /**
2387
- * Defines values for ResourceProvisioningState.
2388
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
2389
- * @readonly
2390
- * @enum {string}
2391
- */
2392
- export declare type ResourceProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';
2393
- /**
2394
- * Defines values for DomainProvisioningState.
2395
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
2396
- * @readonly
2397
- * @enum {string}
2398
- */
2399
- export declare type DomainProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';
2400
- /**
2401
- * Defines values for InputSchema.
2402
- * Possible values include: 'EventGridSchema', 'CustomEventSchema', 'CloudEventSchemaV1_0'
2403
- * @readonly
2404
- * @enum {string}
2405
- */
2406
- export declare type InputSchema = 'EventGridSchema' | 'CustomEventSchema' | 'CloudEventSchemaV1_0';
2407
- /**
2408
- * Defines values for PublicNetworkAccess.
2409
- * Possible values include: 'Enabled', 'Disabled'
2410
- * @readonly
2411
- * @enum {string}
2412
- */
2413
- export declare type PublicNetworkAccess = 'Enabled' | 'Disabled';
2414
- /**
2415
- * Defines values for IpActionType.
2416
- * Possible values include: 'Allow'
2417
- * @readonly
2418
- * @enum {string}
2419
- */
2420
- export declare type IpActionType = 'Allow';
2421
- /**
2422
- * Defines values for IdentityType.
2423
- * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,
2424
- * UserAssigned'
2425
- * @readonly
2426
- * @enum {string}
2427
- */
2428
- export declare type IdentityType = 'None' | 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned';
2429
- /**
2430
- * Defines values for CreatedByType.
2431
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2432
- * @readonly
2433
- * @enum {string}
2434
- */
2435
- export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2436
- /**
2437
- * Defines values for DomainTopicProvisioningState.
2438
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
2439
- * @readonly
2440
- * @enum {string}
2441
- */
2442
- export declare type DomainTopicProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';
2443
- /**
2444
- * Defines values for EventSubscriptionProvisioningState.
2445
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed',
2446
- * 'AwaitingManualAction'
2447
- * @readonly
2448
- * @enum {string}
2449
- */
2450
- export declare type EventSubscriptionProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed' | 'AwaitingManualAction';
2451
- /**
2452
- * Defines values for EventSubscriptionIdentityType.
2453
- * Possible values include: 'SystemAssigned', 'UserAssigned'
2454
- * @readonly
2455
- * @enum {string}
2456
- */
2457
- export declare type EventSubscriptionIdentityType = 'SystemAssigned' | 'UserAssigned';
2458
- /**
2459
- * Defines values for EventDeliverySchema.
2460
- * Possible values include: 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'
2461
- * @readonly
2462
- * @enum {string}
2463
- */
2464
- export declare type EventDeliverySchema = 'EventGridSchema' | 'CustomInputSchema' | 'CloudEventSchemaV1_0';
2465
- /**
2466
- * Defines values for TopicProvisioningState.
2467
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
2468
- * @readonly
2469
- * @enum {string}
2470
- */
2471
- export declare type TopicProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';
2472
- /**
2473
- * Defines values for ResourceRegionType.
2474
- * Possible values include: 'RegionalResource', 'GlobalResource'
2475
- * @readonly
2476
- * @enum {string}
2477
- */
2478
- export declare type ResourceRegionType = 'RegionalResource' | 'GlobalResource';
2479
- /**
2480
- * Defines values for TopicTypeProvisioningState.
2481
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
2482
- * @readonly
2483
- * @enum {string}
2484
- */
2485
- export declare type TopicTypeProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Canceled' | 'Failed';
2486
- /**
2487
- * Defines values for ParentType.
2488
- * Possible values include: 'topics', 'domains'
2489
- * @readonly
2490
- * @enum {string}
2491
- */
2492
- export declare type ParentType = 'topics' | 'domains';
2493
- /**
2494
- * Defines values for ParentType1.
2495
- * Possible values include: 'topics', 'domains'
2496
- * @readonly
2497
- * @enum {string}
2498
- */
2499
- export declare type ParentType1 = 'topics' | 'domains';
2500
- /**
2501
- * Defines values for ParentType2.
2502
- * Possible values include: 'topics', 'domains'
2503
- * @readonly
2504
- * @enum {string}
2505
- */
2506
- export declare type ParentType2 = 'topics' | 'domains';
2507
- /**
2508
- * Defines values for ParentType3.
2509
- * Possible values include: 'topics', 'domains'
2510
- * @readonly
2511
- * @enum {string}
2512
- */
2513
- export declare type ParentType3 = 'topics' | 'domains';
2514
- /**
2515
- * Contains response data for the get operation.
2516
- */
2517
- export declare type DomainsGetResponse = Domain & {
2518
- /**
2519
- * The underlying HTTP response.
2520
- */
2521
- _response: msRest.HttpResponse & {
2522
- /**
2523
- * The response body as text (string format)
2524
- */
2525
- bodyAsText: string;
2526
- /**
2527
- * The response body as parsed JSON or XML
2528
- */
2529
- parsedBody: Domain;
2530
- };
2531
- };
2532
- /**
2533
- * Contains response data for the createOrUpdate operation.
2534
- */
2535
- export declare type DomainsCreateOrUpdateResponse = Domain & {
2536
- /**
2537
- * The underlying HTTP response.
2538
- */
2539
- _response: msRest.HttpResponse & {
2540
- /**
2541
- * The response body as text (string format)
2542
- */
2543
- bodyAsText: string;
2544
- /**
2545
- * The response body as parsed JSON or XML
2546
- */
2547
- parsedBody: Domain;
2548
- };
2549
- };
2550
- /**
2551
- * Contains response data for the update operation.
2552
- */
2553
- export declare type DomainsUpdateResponse = Domain & {
2554
- /**
2555
- * The underlying HTTP response.
2556
- */
2557
- _response: msRest.HttpResponse & {
2558
- /**
2559
- * The response body as text (string format)
2560
- */
2561
- bodyAsText: string;
2562
- /**
2563
- * The response body as parsed JSON or XML
2564
- */
2565
- parsedBody: Domain;
2566
- };
2567
- };
2568
- /**
2569
- * Contains response data for the listBySubscription operation.
2570
- */
2571
- export declare type DomainsListBySubscriptionResponse = DomainsListResult & {
2572
- /**
2573
- * The underlying HTTP response.
2574
- */
2575
- _response: msRest.HttpResponse & {
2576
- /**
2577
- * The response body as text (string format)
2578
- */
2579
- bodyAsText: string;
2580
- /**
2581
- * The response body as parsed JSON or XML
2582
- */
2583
- parsedBody: DomainsListResult;
2584
- };
2585
- };
2586
- /**
2587
- * Contains response data for the listByResourceGroup operation.
2588
- */
2589
- export declare type DomainsListByResourceGroupResponse = DomainsListResult & {
2590
- /**
2591
- * The underlying HTTP response.
2592
- */
2593
- _response: msRest.HttpResponse & {
2594
- /**
2595
- * The response body as text (string format)
2596
- */
2597
- bodyAsText: string;
2598
- /**
2599
- * The response body as parsed JSON or XML
2600
- */
2601
- parsedBody: DomainsListResult;
2602
- };
2603
- };
2604
- /**
2605
- * Contains response data for the listSharedAccessKeys operation.
2606
- */
2607
- export declare type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys & {
2608
- /**
2609
- * The underlying HTTP response.
2610
- */
2611
- _response: msRest.HttpResponse & {
2612
- /**
2613
- * The response body as text (string format)
2614
- */
2615
- bodyAsText: string;
2616
- /**
2617
- * The response body as parsed JSON or XML
2618
- */
2619
- parsedBody: DomainSharedAccessKeys;
2620
- };
2621
- };
2622
- /**
2623
- * Contains response data for the regenerateKey operation.
2624
- */
2625
- export declare type DomainsRegenerateKeyResponse = DomainSharedAccessKeys & {
2626
- /**
2627
- * The underlying HTTP response.
2628
- */
2629
- _response: msRest.HttpResponse & {
2630
- /**
2631
- * The response body as text (string format)
2632
- */
2633
- bodyAsText: string;
2634
- /**
2635
- * The response body as parsed JSON or XML
2636
- */
2637
- parsedBody: DomainSharedAccessKeys;
2638
- };
2639
- };
2640
- /**
2641
- * Contains response data for the beginCreateOrUpdate operation.
2642
- */
2643
- export declare type DomainsBeginCreateOrUpdateResponse = Domain & {
2644
- /**
2645
- * The underlying HTTP response.
2646
- */
2647
- _response: msRest.HttpResponse & {
2648
- /**
2649
- * The response body as text (string format)
2650
- */
2651
- bodyAsText: string;
2652
- /**
2653
- * The response body as parsed JSON or XML
2654
- */
2655
- parsedBody: Domain;
2656
- };
2657
- };
2658
- /**
2659
- * Contains response data for the beginUpdate operation.
2660
- */
2661
- export declare type DomainsBeginUpdateResponse = Domain & {
2662
- /**
2663
- * The underlying HTTP response.
2664
- */
2665
- _response: msRest.HttpResponse & {
2666
- /**
2667
- * The response body as text (string format)
2668
- */
2669
- bodyAsText: string;
2670
- /**
2671
- * The response body as parsed JSON or XML
2672
- */
2673
- parsedBody: Domain;
2674
- };
2675
- };
2676
- /**
2677
- * Contains response data for the listBySubscriptionNext operation.
2678
- */
2679
- export declare type DomainsListBySubscriptionNextResponse = DomainsListResult & {
2680
- /**
2681
- * The underlying HTTP response.
2682
- */
2683
- _response: msRest.HttpResponse & {
2684
- /**
2685
- * The response body as text (string format)
2686
- */
2687
- bodyAsText: string;
2688
- /**
2689
- * The response body as parsed JSON or XML
2690
- */
2691
- parsedBody: DomainsListResult;
2692
- };
2693
- };
2694
- /**
2695
- * Contains response data for the listByResourceGroupNext operation.
2696
- */
2697
- export declare type DomainsListByResourceGroupNextResponse = DomainsListResult & {
2698
- /**
2699
- * The underlying HTTP response.
2700
- */
2701
- _response: msRest.HttpResponse & {
2702
- /**
2703
- * The response body as text (string format)
2704
- */
2705
- bodyAsText: string;
2706
- /**
2707
- * The response body as parsed JSON or XML
2708
- */
2709
- parsedBody: DomainsListResult;
2710
- };
2711
- };
2712
- /**
2713
- * Contains response data for the get operation.
2714
- */
2715
- export declare type DomainTopicsGetResponse = DomainTopic & {
2716
- /**
2717
- * The underlying HTTP response.
2718
- */
2719
- _response: msRest.HttpResponse & {
2720
- /**
2721
- * The response body as text (string format)
2722
- */
2723
- bodyAsText: string;
2724
- /**
2725
- * The response body as parsed JSON or XML
2726
- */
2727
- parsedBody: DomainTopic;
2728
- };
2729
- };
2730
- /**
2731
- * Contains response data for the createOrUpdate operation.
2732
- */
2733
- export declare type DomainTopicsCreateOrUpdateResponse = DomainTopic & {
2734
- /**
2735
- * The underlying HTTP response.
2736
- */
2737
- _response: msRest.HttpResponse & {
2738
- /**
2739
- * The response body as text (string format)
2740
- */
2741
- bodyAsText: string;
2742
- /**
2743
- * The response body as parsed JSON or XML
2744
- */
2745
- parsedBody: DomainTopic;
2746
- };
2747
- };
2748
- /**
2749
- * Contains response data for the listByDomain operation.
2750
- */
2751
- export declare type DomainTopicsListByDomainResponse = DomainTopicsListResult & {
2752
- /**
2753
- * The underlying HTTP response.
2754
- */
2755
- _response: msRest.HttpResponse & {
2756
- /**
2757
- * The response body as text (string format)
2758
- */
2759
- bodyAsText: string;
2760
- /**
2761
- * The response body as parsed JSON or XML
2762
- */
2763
- parsedBody: DomainTopicsListResult;
2764
- };
2765
- };
2766
- /**
2767
- * Contains response data for the beginCreateOrUpdate operation.
2768
- */
2769
- export declare type DomainTopicsBeginCreateOrUpdateResponse = DomainTopic & {
2770
- /**
2771
- * The underlying HTTP response.
2772
- */
2773
- _response: msRest.HttpResponse & {
2774
- /**
2775
- * The response body as text (string format)
2776
- */
2777
- bodyAsText: string;
2778
- /**
2779
- * The response body as parsed JSON or XML
2780
- */
2781
- parsedBody: DomainTopic;
2782
- };
2783
- };
2784
- /**
2785
- * Contains response data for the listByDomainNext operation.
2786
- */
2787
- export declare type DomainTopicsListByDomainNextResponse = DomainTopicsListResult & {
2788
- /**
2789
- * The underlying HTTP response.
2790
- */
2791
- _response: msRest.HttpResponse & {
2792
- /**
2793
- * The response body as text (string format)
2794
- */
2795
- bodyAsText: string;
2796
- /**
2797
- * The response body as parsed JSON or XML
2798
- */
2799
- parsedBody: DomainTopicsListResult;
2800
- };
2801
- };
2802
- /**
2803
- * Contains response data for the get operation.
2804
- */
2805
- export declare type EventSubscriptionsGetResponse = EventSubscription & {
2806
- /**
2807
- * The underlying HTTP response.
2808
- */
2809
- _response: msRest.HttpResponse & {
2810
- /**
2811
- * The response body as text (string format)
2812
- */
2813
- bodyAsText: string;
2814
- /**
2815
- * The response body as parsed JSON or XML
2816
- */
2817
- parsedBody: EventSubscription;
2818
- };
2819
- };
2820
- /**
2821
- * Contains response data for the createOrUpdate operation.
2822
- */
2823
- export declare type EventSubscriptionsCreateOrUpdateResponse = EventSubscription & {
2824
- /**
2825
- * The underlying HTTP response.
2826
- */
2827
- _response: msRest.HttpResponse & {
2828
- /**
2829
- * The response body as text (string format)
2830
- */
2831
- bodyAsText: string;
2832
- /**
2833
- * The response body as parsed JSON or XML
2834
- */
2835
- parsedBody: EventSubscription;
2836
- };
2837
- };
2838
- /**
2839
- * Contains response data for the update operation.
2840
- */
2841
- export declare type EventSubscriptionsUpdateResponse = EventSubscription & {
2842
- /**
2843
- * The underlying HTTP response.
2844
- */
2845
- _response: msRest.HttpResponse & {
2846
- /**
2847
- * The response body as text (string format)
2848
- */
2849
- bodyAsText: string;
2850
- /**
2851
- * The response body as parsed JSON or XML
2852
- */
2853
- parsedBody: EventSubscription;
2854
- };
2855
- };
2856
- /**
2857
- * Contains response data for the getFullUrl operation.
2858
- */
2859
- export declare type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl & {
2860
- /**
2861
- * The underlying HTTP response.
2862
- */
2863
- _response: msRest.HttpResponse & {
2864
- /**
2865
- * The response body as text (string format)
2866
- */
2867
- bodyAsText: string;
2868
- /**
2869
- * The response body as parsed JSON or XML
2870
- */
2871
- parsedBody: EventSubscriptionFullUrl;
2872
- };
2873
- };
2874
- /**
2875
- * Contains response data for the listGlobalBySubscription operation.
2876
- */
2877
- export declare type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult & {
2878
- /**
2879
- * The underlying HTTP response.
2880
- */
2881
- _response: msRest.HttpResponse & {
2882
- /**
2883
- * The response body as text (string format)
2884
- */
2885
- bodyAsText: string;
2886
- /**
2887
- * The response body as parsed JSON or XML
2888
- */
2889
- parsedBody: EventSubscriptionsListResult;
2890
- };
2891
- };
2892
- /**
2893
- * Contains response data for the listGlobalBySubscriptionForTopicType operation.
2894
- */
2895
- export declare type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult & {
2896
- /**
2897
- * The underlying HTTP response.
2898
- */
2899
- _response: msRest.HttpResponse & {
2900
- /**
2901
- * The response body as text (string format)
2902
- */
2903
- bodyAsText: string;
2904
- /**
2905
- * The response body as parsed JSON or XML
2906
- */
2907
- parsedBody: EventSubscriptionsListResult;
2908
- };
2909
- };
2910
- /**
2911
- * Contains response data for the listGlobalByResourceGroup operation.
2912
- */
2913
- export declare type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult & {
2914
- /**
2915
- * The underlying HTTP response.
2916
- */
2917
- _response: msRest.HttpResponse & {
2918
- /**
2919
- * The response body as text (string format)
2920
- */
2921
- bodyAsText: string;
2922
- /**
2923
- * The response body as parsed JSON or XML
2924
- */
2925
- parsedBody: EventSubscriptionsListResult;
2926
- };
2927
- };
2928
- /**
2929
- * Contains response data for the listGlobalByResourceGroupForTopicType operation.
2930
- */
2931
- export declare type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult & {
2932
- /**
2933
- * The underlying HTTP response.
2934
- */
2935
- _response: msRest.HttpResponse & {
2936
- /**
2937
- * The response body as text (string format)
2938
- */
2939
- bodyAsText: string;
2940
- /**
2941
- * The response body as parsed JSON or XML
2942
- */
2943
- parsedBody: EventSubscriptionsListResult;
2944
- };
2945
- };
2946
- /**
2947
- * Contains response data for the listRegionalBySubscription operation.
2948
- */
2949
- export declare type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult & {
2950
- /**
2951
- * The underlying HTTP response.
2952
- */
2953
- _response: msRest.HttpResponse & {
2954
- /**
2955
- * The response body as text (string format)
2956
- */
2957
- bodyAsText: string;
2958
- /**
2959
- * The response body as parsed JSON or XML
2960
- */
2961
- parsedBody: EventSubscriptionsListResult;
2962
- };
2963
- };
2964
- /**
2965
- * Contains response data for the listRegionalByResourceGroup operation.
2966
- */
2967
- export declare type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult & {
2968
- /**
2969
- * The underlying HTTP response.
2970
- */
2971
- _response: msRest.HttpResponse & {
2972
- /**
2973
- * The response body as text (string format)
2974
- */
2975
- bodyAsText: string;
2976
- /**
2977
- * The response body as parsed JSON or XML
2978
- */
2979
- parsedBody: EventSubscriptionsListResult;
2980
- };
2981
- };
2982
- /**
2983
- * Contains response data for the listRegionalBySubscriptionForTopicType operation.
2984
- */
2985
- export declare type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult & {
2986
- /**
2987
- * The underlying HTTP response.
2988
- */
2989
- _response: msRest.HttpResponse & {
2990
- /**
2991
- * The response body as text (string format)
2992
- */
2993
- bodyAsText: string;
2994
- /**
2995
- * The response body as parsed JSON or XML
2996
- */
2997
- parsedBody: EventSubscriptionsListResult;
2998
- };
2999
- };
3000
- /**
3001
- * Contains response data for the listRegionalByResourceGroupForTopicType operation.
3002
- */
3003
- export declare type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult & {
3004
- /**
3005
- * The underlying HTTP response.
3006
- */
3007
- _response: msRest.HttpResponse & {
3008
- /**
3009
- * The response body as text (string format)
3010
- */
3011
- bodyAsText: string;
3012
- /**
3013
- * The response body as parsed JSON or XML
3014
- */
3015
- parsedBody: EventSubscriptionsListResult;
3016
- };
3017
- };
3018
- /**
3019
- * Contains response data for the listByResource operation.
3020
- */
3021
- export declare type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult & {
3022
- /**
3023
- * The underlying HTTP response.
3024
- */
3025
- _response: msRest.HttpResponse & {
3026
- /**
3027
- * The response body as text (string format)
3028
- */
3029
- bodyAsText: string;
3030
- /**
3031
- * The response body as parsed JSON or XML
3032
- */
3033
- parsedBody: EventSubscriptionsListResult;
3034
- };
3035
- };
3036
- /**
3037
- * Contains response data for the listByDomainTopic operation.
3038
- */
3039
- export declare type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult & {
3040
- /**
3041
- * The underlying HTTP response.
3042
- */
3043
- _response: msRest.HttpResponse & {
3044
- /**
3045
- * The response body as text (string format)
3046
- */
3047
- bodyAsText: string;
3048
- /**
3049
- * The response body as parsed JSON or XML
3050
- */
3051
- parsedBody: EventSubscriptionsListResult;
3052
- };
3053
- };
3054
- /**
3055
- * Contains response data for the getDeliveryAttributes operation.
3056
- */
3057
- export declare type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult & {
3058
- /**
3059
- * The underlying HTTP response.
3060
- */
3061
- _response: msRest.HttpResponse & {
3062
- /**
3063
- * The response body as text (string format)
3064
- */
3065
- bodyAsText: string;
3066
- /**
3067
- * The response body as parsed JSON or XML
3068
- */
3069
- parsedBody: DeliveryAttributeListResult;
3070
- };
3071
- };
3072
- /**
3073
- * Contains response data for the beginCreateOrUpdate operation.
3074
- */
3075
- export declare type EventSubscriptionsBeginCreateOrUpdateResponse = EventSubscription & {
3076
- /**
3077
- * The underlying HTTP response.
3078
- */
3079
- _response: msRest.HttpResponse & {
3080
- /**
3081
- * The response body as text (string format)
3082
- */
3083
- bodyAsText: string;
3084
- /**
3085
- * The response body as parsed JSON or XML
3086
- */
3087
- parsedBody: EventSubscription;
3088
- };
3089
- };
3090
- /**
3091
- * Contains response data for the beginUpdate operation.
3092
- */
3093
- export declare type EventSubscriptionsBeginUpdateResponse = EventSubscription & {
3094
- /**
3095
- * The underlying HTTP response.
3096
- */
3097
- _response: msRest.HttpResponse & {
3098
- /**
3099
- * The response body as text (string format)
3100
- */
3101
- bodyAsText: string;
3102
- /**
3103
- * The response body as parsed JSON or XML
3104
- */
3105
- parsedBody: EventSubscription;
3106
- };
3107
- };
3108
- /**
3109
- * Contains response data for the listGlobalBySubscriptionNext operation.
3110
- */
3111
- export declare type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult & {
3112
- /**
3113
- * The underlying HTTP response.
3114
- */
3115
- _response: msRest.HttpResponse & {
3116
- /**
3117
- * The response body as text (string format)
3118
- */
3119
- bodyAsText: string;
3120
- /**
3121
- * The response body as parsed JSON or XML
3122
- */
3123
- parsedBody: EventSubscriptionsListResult;
3124
- };
3125
- };
3126
- /**
3127
- * Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation.
3128
- */
3129
- export declare type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult & {
3130
- /**
3131
- * The underlying HTTP response.
3132
- */
3133
- _response: msRest.HttpResponse & {
3134
- /**
3135
- * The response body as text (string format)
3136
- */
3137
- bodyAsText: string;
3138
- /**
3139
- * The response body as parsed JSON or XML
3140
- */
3141
- parsedBody: EventSubscriptionsListResult;
3142
- };
3143
- };
3144
- /**
3145
- * Contains response data for the listGlobalByResourceGroupNext operation.
3146
- */
3147
- export declare type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult & {
3148
- /**
3149
- * The underlying HTTP response.
3150
- */
3151
- _response: msRest.HttpResponse & {
3152
- /**
3153
- * The response body as text (string format)
3154
- */
3155
- bodyAsText: string;
3156
- /**
3157
- * The response body as parsed JSON or XML
3158
- */
3159
- parsedBody: EventSubscriptionsListResult;
3160
- };
3161
- };
3162
- /**
3163
- * Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation.
3164
- */
3165
- export declare type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult & {
3166
- /**
3167
- * The underlying HTTP response.
3168
- */
3169
- _response: msRest.HttpResponse & {
3170
- /**
3171
- * The response body as text (string format)
3172
- */
3173
- bodyAsText: string;
3174
- /**
3175
- * The response body as parsed JSON or XML
3176
- */
3177
- parsedBody: EventSubscriptionsListResult;
3178
- };
3179
- };
3180
- /**
3181
- * Contains response data for the listRegionalBySubscriptionNext operation.
3182
- */
3183
- export declare type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult & {
3184
- /**
3185
- * The underlying HTTP response.
3186
- */
3187
- _response: msRest.HttpResponse & {
3188
- /**
3189
- * The response body as text (string format)
3190
- */
3191
- bodyAsText: string;
3192
- /**
3193
- * The response body as parsed JSON or XML
3194
- */
3195
- parsedBody: EventSubscriptionsListResult;
3196
- };
3197
- };
3198
- /**
3199
- * Contains response data for the listRegionalByResourceGroupNext operation.
3200
- */
3201
- export declare type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult & {
3202
- /**
3203
- * The underlying HTTP response.
3204
- */
3205
- _response: msRest.HttpResponse & {
3206
- /**
3207
- * The response body as text (string format)
3208
- */
3209
- bodyAsText: string;
3210
- /**
3211
- * The response body as parsed JSON or XML
3212
- */
3213
- parsedBody: EventSubscriptionsListResult;
3214
- };
3215
- };
3216
- /**
3217
- * Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation.
3218
- */
3219
- export declare type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult & {
3220
- /**
3221
- * The underlying HTTP response.
3222
- */
3223
- _response: msRest.HttpResponse & {
3224
- /**
3225
- * The response body as text (string format)
3226
- */
3227
- bodyAsText: string;
3228
- /**
3229
- * The response body as parsed JSON or XML
3230
- */
3231
- parsedBody: EventSubscriptionsListResult;
3232
- };
3233
- };
3234
- /**
3235
- * Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation.
3236
- */
3237
- export declare type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult & {
3238
- /**
3239
- * The underlying HTTP response.
3240
- */
3241
- _response: msRest.HttpResponse & {
3242
- /**
3243
- * The response body as text (string format)
3244
- */
3245
- bodyAsText: string;
3246
- /**
3247
- * The response body as parsed JSON or XML
3248
- */
3249
- parsedBody: EventSubscriptionsListResult;
3250
- };
3251
- };
3252
- /**
3253
- * Contains response data for the listByResourceNext operation.
3254
- */
3255
- export declare type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult & {
3256
- /**
3257
- * The underlying HTTP response.
3258
- */
3259
- _response: msRest.HttpResponse & {
3260
- /**
3261
- * The response body as text (string format)
3262
- */
3263
- bodyAsText: string;
3264
- /**
3265
- * The response body as parsed JSON or XML
3266
- */
3267
- parsedBody: EventSubscriptionsListResult;
3268
- };
3269
- };
3270
- /**
3271
- * Contains response data for the listByDomainTopicNext operation.
3272
- */
3273
- export declare type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult & {
3274
- /**
3275
- * The underlying HTTP response.
3276
- */
3277
- _response: msRest.HttpResponse & {
3278
- /**
3279
- * The response body as text (string format)
3280
- */
3281
- bodyAsText: string;
3282
- /**
3283
- * The response body as parsed JSON or XML
3284
- */
3285
- parsedBody: EventSubscriptionsListResult;
3286
- };
3287
- };
3288
- /**
3289
- * Contains response data for the get operation.
3290
- */
3291
- export declare type SystemTopicEventSubscriptionsGetResponse = EventSubscription & {
3292
- /**
3293
- * The underlying HTTP response.
3294
- */
3295
- _response: msRest.HttpResponse & {
3296
- /**
3297
- * The response body as text (string format)
3298
- */
3299
- bodyAsText: string;
3300
- /**
3301
- * The response body as parsed JSON or XML
3302
- */
3303
- parsedBody: EventSubscription;
3304
- };
3305
- };
3306
- /**
3307
- * Contains response data for the createOrUpdate operation.
3308
- */
3309
- export declare type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription & {
3310
- /**
3311
- * The underlying HTTP response.
3312
- */
3313
- _response: msRest.HttpResponse & {
3314
- /**
3315
- * The response body as text (string format)
3316
- */
3317
- bodyAsText: string;
3318
- /**
3319
- * The response body as parsed JSON or XML
3320
- */
3321
- parsedBody: EventSubscription;
3322
- };
3323
- };
3324
- /**
3325
- * Contains response data for the update operation.
3326
- */
3327
- export declare type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription & {
3328
- /**
3329
- * The underlying HTTP response.
3330
- */
3331
- _response: msRest.HttpResponse & {
3332
- /**
3333
- * The response body as text (string format)
3334
- */
3335
- bodyAsText: string;
3336
- /**
3337
- * The response body as parsed JSON or XML
3338
- */
3339
- parsedBody: EventSubscription;
3340
- };
3341
- };
3342
- /**
3343
- * Contains response data for the getFullUrl operation.
3344
- */
3345
- export declare type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl & {
3346
- /**
3347
- * The underlying HTTP response.
3348
- */
3349
- _response: msRest.HttpResponse & {
3350
- /**
3351
- * The response body as text (string format)
3352
- */
3353
- bodyAsText: string;
3354
- /**
3355
- * The response body as parsed JSON or XML
3356
- */
3357
- parsedBody: EventSubscriptionFullUrl;
3358
- };
3359
- };
3360
- /**
3361
- * Contains response data for the listBySystemTopic operation.
3362
- */
3363
- export declare type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult & {
3364
- /**
3365
- * The underlying HTTP response.
3366
- */
3367
- _response: msRest.HttpResponse & {
3368
- /**
3369
- * The response body as text (string format)
3370
- */
3371
- bodyAsText: string;
3372
- /**
3373
- * The response body as parsed JSON or XML
3374
- */
3375
- parsedBody: EventSubscriptionsListResult;
3376
- };
3377
- };
3378
- /**
3379
- * Contains response data for the getDeliveryAttributes operation.
3380
- */
3381
- export declare type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult & {
3382
- /**
3383
- * The underlying HTTP response.
3384
- */
3385
- _response: msRest.HttpResponse & {
3386
- /**
3387
- * The response body as text (string format)
3388
- */
3389
- bodyAsText: string;
3390
- /**
3391
- * The response body as parsed JSON or XML
3392
- */
3393
- parsedBody: DeliveryAttributeListResult;
3394
- };
3395
- };
3396
- /**
3397
- * Contains response data for the beginCreateOrUpdate operation.
3398
- */
3399
- export declare type SystemTopicEventSubscriptionsBeginCreateOrUpdateResponse = EventSubscription & {
3400
- /**
3401
- * The underlying HTTP response.
3402
- */
3403
- _response: msRest.HttpResponse & {
3404
- /**
3405
- * The response body as text (string format)
3406
- */
3407
- bodyAsText: string;
3408
- /**
3409
- * The response body as parsed JSON or XML
3410
- */
3411
- parsedBody: EventSubscription;
3412
- };
3413
- };
3414
- /**
3415
- * Contains response data for the beginUpdate operation.
3416
- */
3417
- export declare type SystemTopicEventSubscriptionsBeginUpdateResponse = EventSubscription & {
3418
- /**
3419
- * The underlying HTTP response.
3420
- */
3421
- _response: msRest.HttpResponse & {
3422
- /**
3423
- * The response body as text (string format)
3424
- */
3425
- bodyAsText: string;
3426
- /**
3427
- * The response body as parsed JSON or XML
3428
- */
3429
- parsedBody: EventSubscription;
3430
- };
3431
- };
3432
- /**
3433
- * Contains response data for the listBySystemTopicNext operation.
3434
- */
3435
- export declare type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult & {
3436
- /**
3437
- * The underlying HTTP response.
3438
- */
3439
- _response: msRest.HttpResponse & {
3440
- /**
3441
- * The response body as text (string format)
3442
- */
3443
- bodyAsText: string;
3444
- /**
3445
- * The response body as parsed JSON or XML
3446
- */
3447
- parsedBody: EventSubscriptionsListResult;
3448
- };
3449
- };
3450
- /**
3451
- * Contains response data for the list operation.
3452
- */
3453
- export declare type OperationsListResponse = OperationsListResult & {
3454
- /**
3455
- * The underlying HTTP response.
3456
- */
3457
- _response: msRest.HttpResponse & {
3458
- /**
3459
- * The response body as text (string format)
3460
- */
3461
- bodyAsText: string;
3462
- /**
3463
- * The response body as parsed JSON or XML
3464
- */
3465
- parsedBody: OperationsListResult;
3466
- };
3467
- };
3468
- /**
3469
- * Contains response data for the get operation.
3470
- */
3471
- export declare type TopicsGetResponse = Topic & {
3472
- /**
3473
- * The underlying HTTP response.
3474
- */
3475
- _response: msRest.HttpResponse & {
3476
- /**
3477
- * The response body as text (string format)
3478
- */
3479
- bodyAsText: string;
3480
- /**
3481
- * The response body as parsed JSON or XML
3482
- */
3483
- parsedBody: Topic;
3484
- };
3485
- };
3486
- /**
3487
- * Contains response data for the createOrUpdate operation.
3488
- */
3489
- export declare type TopicsCreateOrUpdateResponse = Topic & {
3490
- /**
3491
- * The underlying HTTP response.
3492
- */
3493
- _response: msRest.HttpResponse & {
3494
- /**
3495
- * The response body as text (string format)
3496
- */
3497
- bodyAsText: string;
3498
- /**
3499
- * The response body as parsed JSON or XML
3500
- */
3501
- parsedBody: Topic;
3502
- };
3503
- };
3504
- /**
3505
- * Contains response data for the update operation.
3506
- */
3507
- export declare type TopicsUpdateResponse = Topic & {
3508
- /**
3509
- * The underlying HTTP response.
3510
- */
3511
- _response: msRest.HttpResponse & {
3512
- /**
3513
- * The response body as text (string format)
3514
- */
3515
- bodyAsText: string;
3516
- /**
3517
- * The response body as parsed JSON or XML
3518
- */
3519
- parsedBody: Topic;
3520
- };
3521
- };
3522
- /**
3523
- * Contains response data for the listBySubscription operation.
3524
- */
3525
- export declare type TopicsListBySubscriptionResponse = TopicsListResult & {
3526
- /**
3527
- * The underlying HTTP response.
3528
- */
3529
- _response: msRest.HttpResponse & {
3530
- /**
3531
- * The response body as text (string format)
3532
- */
3533
- bodyAsText: string;
3534
- /**
3535
- * The response body as parsed JSON or XML
3536
- */
3537
- parsedBody: TopicsListResult;
3538
- };
3539
- };
3540
- /**
3541
- * Contains response data for the listByResourceGroup operation.
3542
- */
3543
- export declare type TopicsListByResourceGroupResponse = TopicsListResult & {
3544
- /**
3545
- * The underlying HTTP response.
3546
- */
3547
- _response: msRest.HttpResponse & {
3548
- /**
3549
- * The response body as text (string format)
3550
- */
3551
- bodyAsText: string;
3552
- /**
3553
- * The response body as parsed JSON or XML
3554
- */
3555
- parsedBody: TopicsListResult;
3556
- };
3557
- };
3558
- /**
3559
- * Contains response data for the listSharedAccessKeys operation.
3560
- */
3561
- export declare type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys & {
3562
- /**
3563
- * The underlying HTTP response.
3564
- */
3565
- _response: msRest.HttpResponse & {
3566
- /**
3567
- * The response body as text (string format)
3568
- */
3569
- bodyAsText: string;
3570
- /**
3571
- * The response body as parsed JSON or XML
3572
- */
3573
- parsedBody: TopicSharedAccessKeys;
3574
- };
3575
- };
3576
- /**
3577
- * Contains response data for the regenerateKey operation.
3578
- */
3579
- export declare type TopicsRegenerateKeyResponse = TopicSharedAccessKeys & {
3580
- /**
3581
- * The underlying HTTP response.
3582
- */
3583
- _response: msRest.HttpResponse & {
3584
- /**
3585
- * The response body as text (string format)
3586
- */
3587
- bodyAsText: string;
3588
- /**
3589
- * The response body as parsed JSON or XML
3590
- */
3591
- parsedBody: TopicSharedAccessKeys;
3592
- };
3593
- };
3594
- /**
3595
- * Contains response data for the listEventTypes operation.
3596
- */
3597
- export declare type TopicsListEventTypesResponse = EventTypesListResult & {
3598
- /**
3599
- * The underlying HTTP response.
3600
- */
3601
- _response: msRest.HttpResponse & {
3602
- /**
3603
- * The response body as text (string format)
3604
- */
3605
- bodyAsText: string;
3606
- /**
3607
- * The response body as parsed JSON or XML
3608
- */
3609
- parsedBody: EventTypesListResult;
3610
- };
3611
- };
3612
- /**
3613
- * Contains response data for the beginCreateOrUpdate operation.
3614
- */
3615
- export declare type TopicsBeginCreateOrUpdateResponse = Topic & {
3616
- /**
3617
- * The underlying HTTP response.
3618
- */
3619
- _response: msRest.HttpResponse & {
3620
- /**
3621
- * The response body as text (string format)
3622
- */
3623
- bodyAsText: string;
3624
- /**
3625
- * The response body as parsed JSON or XML
3626
- */
3627
- parsedBody: Topic;
3628
- };
3629
- };
3630
- /**
3631
- * Contains response data for the beginUpdate operation.
3632
- */
3633
- export declare type TopicsBeginUpdateResponse = Topic & {
3634
- /**
3635
- * The underlying HTTP response.
3636
- */
3637
- _response: msRest.HttpResponse & {
3638
- /**
3639
- * The response body as text (string format)
3640
- */
3641
- bodyAsText: string;
3642
- /**
3643
- * The response body as parsed JSON or XML
3644
- */
3645
- parsedBody: Topic;
3646
- };
3647
- };
3648
- /**
3649
- * Contains response data for the beginRegenerateKey operation.
3650
- */
3651
- export declare type TopicsBeginRegenerateKeyResponse = TopicSharedAccessKeys & {
3652
- /**
3653
- * The underlying HTTP response.
3654
- */
3655
- _response: msRest.HttpResponse & {
3656
- /**
3657
- * The response body as text (string format)
3658
- */
3659
- bodyAsText: string;
3660
- /**
3661
- * The response body as parsed JSON or XML
3662
- */
3663
- parsedBody: TopicSharedAccessKeys;
3664
- };
3665
- };
3666
- /**
3667
- * Contains response data for the listBySubscriptionNext operation.
3668
- */
3669
- export declare type TopicsListBySubscriptionNextResponse = TopicsListResult & {
3670
- /**
3671
- * The underlying HTTP response.
3672
- */
3673
- _response: msRest.HttpResponse & {
3674
- /**
3675
- * The response body as text (string format)
3676
- */
3677
- bodyAsText: string;
3678
- /**
3679
- * The response body as parsed JSON or XML
3680
- */
3681
- parsedBody: TopicsListResult;
3682
- };
3683
- };
3684
- /**
3685
- * Contains response data for the listByResourceGroupNext operation.
3686
- */
3687
- export declare type TopicsListByResourceGroupNextResponse = TopicsListResult & {
3688
- /**
3689
- * The underlying HTTP response.
3690
- */
3691
- _response: msRest.HttpResponse & {
3692
- /**
3693
- * The response body as text (string format)
3694
- */
3695
- bodyAsText: string;
3696
- /**
3697
- * The response body as parsed JSON or XML
3698
- */
3699
- parsedBody: TopicsListResult;
3700
- };
3701
- };
3702
- /**
3703
- * Contains response data for the get operation.
3704
- */
3705
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
3706
- /**
3707
- * The underlying HTTP response.
3708
- */
3709
- _response: msRest.HttpResponse & {
3710
- /**
3711
- * The response body as text (string format)
3712
- */
3713
- bodyAsText: string;
3714
- /**
3715
- * The response body as parsed JSON or XML
3716
- */
3717
- parsedBody: PrivateEndpointConnection;
3718
- };
3719
- };
3720
- /**
3721
- * Contains response data for the update operation.
3722
- */
3723
- export declare type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection & {
3724
- /**
3725
- * The underlying HTTP response.
3726
- */
3727
- _response: msRest.HttpResponse & {
3728
- /**
3729
- * The response body as text (string format)
3730
- */
3731
- bodyAsText: string;
3732
- /**
3733
- * The response body as parsed JSON or XML
3734
- */
3735
- parsedBody: PrivateEndpointConnection;
3736
- };
3737
- };
3738
- /**
3739
- * Contains response data for the listByResource operation.
3740
- */
3741
- export declare type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult & {
3742
- /**
3743
- * The underlying HTTP response.
3744
- */
3745
- _response: msRest.HttpResponse & {
3746
- /**
3747
- * The response body as text (string format)
3748
- */
3749
- bodyAsText: string;
3750
- /**
3751
- * The response body as parsed JSON or XML
3752
- */
3753
- parsedBody: PrivateEndpointConnectionListResult;
3754
- };
3755
- };
3756
- /**
3757
- * Contains response data for the beginUpdate operation.
3758
- */
3759
- export declare type PrivateEndpointConnectionsBeginUpdateResponse = PrivateEndpointConnection & {
3760
- /**
3761
- * The underlying HTTP response.
3762
- */
3763
- _response: msRest.HttpResponse & {
3764
- /**
3765
- * The response body as text (string format)
3766
- */
3767
- bodyAsText: string;
3768
- /**
3769
- * The response body as parsed JSON or XML
3770
- */
3771
- parsedBody: PrivateEndpointConnection;
3772
- };
3773
- };
3774
- /**
3775
- * Contains response data for the listByResourceNext operation.
3776
- */
3777
- export declare type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult & {
3778
- /**
3779
- * The underlying HTTP response.
3780
- */
3781
- _response: msRest.HttpResponse & {
3782
- /**
3783
- * The response body as text (string format)
3784
- */
3785
- bodyAsText: string;
3786
- /**
3787
- * The response body as parsed JSON or XML
3788
- */
3789
- parsedBody: PrivateEndpointConnectionListResult;
3790
- };
3791
- };
3792
- /**
3793
- * Contains response data for the get operation.
3794
- */
3795
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource & {
3796
- /**
3797
- * The underlying HTTP response.
3798
- */
3799
- _response: msRest.HttpResponse & {
3800
- /**
3801
- * The response body as text (string format)
3802
- */
3803
- bodyAsText: string;
3804
- /**
3805
- * The response body as parsed JSON or XML
3806
- */
3807
- parsedBody: PrivateLinkResource;
3808
- };
3809
- };
3810
- /**
3811
- * Contains response data for the listByResource operation.
3812
- */
3813
- export declare type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult & {
3814
- /**
3815
- * The underlying HTTP response.
3816
- */
3817
- _response: msRest.HttpResponse & {
3818
- /**
3819
- * The response body as text (string format)
3820
- */
3821
- bodyAsText: string;
3822
- /**
3823
- * The response body as parsed JSON or XML
3824
- */
3825
- parsedBody: PrivateLinkResourcesListResult;
3826
- };
3827
- };
3828
- /**
3829
- * Contains response data for the listByResourceNext operation.
3830
- */
3831
- export declare type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult & {
3832
- /**
3833
- * The underlying HTTP response.
3834
- */
3835
- _response: msRest.HttpResponse & {
3836
- /**
3837
- * The response body as text (string format)
3838
- */
3839
- bodyAsText: string;
3840
- /**
3841
- * The response body as parsed JSON or XML
3842
- */
3843
- parsedBody: PrivateLinkResourcesListResult;
3844
- };
3845
- };
3846
- /**
3847
- * Contains response data for the get operation.
3848
- */
3849
- export declare type SystemTopicsGetResponse = SystemTopic & {
3850
- /**
3851
- * The underlying HTTP response.
3852
- */
3853
- _response: msRest.HttpResponse & {
3854
- /**
3855
- * The response body as text (string format)
3856
- */
3857
- bodyAsText: string;
3858
- /**
3859
- * The response body as parsed JSON or XML
3860
- */
3861
- parsedBody: SystemTopic;
3862
- };
3863
- };
3864
- /**
3865
- * Contains response data for the createOrUpdate operation.
3866
- */
3867
- export declare type SystemTopicsCreateOrUpdateResponse = SystemTopic & {
3868
- /**
3869
- * The underlying HTTP response.
3870
- */
3871
- _response: msRest.HttpResponse & {
3872
- /**
3873
- * The response body as text (string format)
3874
- */
3875
- bodyAsText: string;
3876
- /**
3877
- * The response body as parsed JSON or XML
3878
- */
3879
- parsedBody: SystemTopic;
3880
- };
3881
- };
3882
- /**
3883
- * Contains response data for the update operation.
3884
- */
3885
- export declare type SystemTopicsUpdateResponse = SystemTopic & {
3886
- /**
3887
- * The underlying HTTP response.
3888
- */
3889
- _response: msRest.HttpResponse & {
3890
- /**
3891
- * The response body as text (string format)
3892
- */
3893
- bodyAsText: string;
3894
- /**
3895
- * The response body as parsed JSON or XML
3896
- */
3897
- parsedBody: SystemTopic;
3898
- };
3899
- };
3900
- /**
3901
- * Contains response data for the listBySubscription operation.
3902
- */
3903
- export declare type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult & {
3904
- /**
3905
- * The underlying HTTP response.
3906
- */
3907
- _response: msRest.HttpResponse & {
3908
- /**
3909
- * The response body as text (string format)
3910
- */
3911
- bodyAsText: string;
3912
- /**
3913
- * The response body as parsed JSON or XML
3914
- */
3915
- parsedBody: SystemTopicsListResult;
3916
- };
3917
- };
3918
- /**
3919
- * Contains response data for the listByResourceGroup operation.
3920
- */
3921
- export declare type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult & {
3922
- /**
3923
- * The underlying HTTP response.
3924
- */
3925
- _response: msRest.HttpResponse & {
3926
- /**
3927
- * The response body as text (string format)
3928
- */
3929
- bodyAsText: string;
3930
- /**
3931
- * The response body as parsed JSON or XML
3932
- */
3933
- parsedBody: SystemTopicsListResult;
3934
- };
3935
- };
3936
- /**
3937
- * Contains response data for the beginCreateOrUpdate operation.
3938
- */
3939
- export declare type SystemTopicsBeginCreateOrUpdateResponse = SystemTopic & {
3940
- /**
3941
- * The underlying HTTP response.
3942
- */
3943
- _response: msRest.HttpResponse & {
3944
- /**
3945
- * The response body as text (string format)
3946
- */
3947
- bodyAsText: string;
3948
- /**
3949
- * The response body as parsed JSON or XML
3950
- */
3951
- parsedBody: SystemTopic;
3952
- };
3953
- };
3954
- /**
3955
- * Contains response data for the beginUpdate operation.
3956
- */
3957
- export declare type SystemTopicsBeginUpdateResponse = SystemTopic & {
3958
- /**
3959
- * The underlying HTTP response.
3960
- */
3961
- _response: msRest.HttpResponse & {
3962
- /**
3963
- * The response body as text (string format)
3964
- */
3965
- bodyAsText: string;
3966
- /**
3967
- * The response body as parsed JSON or XML
3968
- */
3969
- parsedBody: SystemTopic;
3970
- };
3971
- };
3972
- /**
3973
- * Contains response data for the listBySubscriptionNext operation.
3974
- */
3975
- export declare type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult & {
3976
- /**
3977
- * The underlying HTTP response.
3978
- */
3979
- _response: msRest.HttpResponse & {
3980
- /**
3981
- * The response body as text (string format)
3982
- */
3983
- bodyAsText: string;
3984
- /**
3985
- * The response body as parsed JSON or XML
3986
- */
3987
- parsedBody: SystemTopicsListResult;
3988
- };
3989
- };
3990
- /**
3991
- * Contains response data for the listByResourceGroupNext operation.
3992
- */
3993
- export declare type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult & {
3994
- /**
3995
- * The underlying HTTP response.
3996
- */
3997
- _response: msRest.HttpResponse & {
3998
- /**
3999
- * The response body as text (string format)
4000
- */
4001
- bodyAsText: string;
4002
- /**
4003
- * The response body as parsed JSON or XML
4004
- */
4005
- parsedBody: SystemTopicsListResult;
4006
- };
4007
- };
4008
- /**
4009
- * Contains response data for the get operation.
4010
- */
4011
- export declare type ExtensionTopicsGetResponse = ExtensionTopic & {
4012
- /**
4013
- * The underlying HTTP response.
4014
- */
4015
- _response: msRest.HttpResponse & {
4016
- /**
4017
- * The response body as text (string format)
4018
- */
4019
- bodyAsText: string;
4020
- /**
4021
- * The response body as parsed JSON or XML
4022
- */
4023
- parsedBody: ExtensionTopic;
4024
- };
4025
- };
4026
- /**
4027
- * Contains response data for the list operation.
4028
- */
4029
- export declare type TopicTypesListResponse = TopicTypesListResult & {
4030
- /**
4031
- * The underlying HTTP response.
4032
- */
4033
- _response: msRest.HttpResponse & {
4034
- /**
4035
- * The response body as text (string format)
4036
- */
4037
- bodyAsText: string;
4038
- /**
4039
- * The response body as parsed JSON or XML
4040
- */
4041
- parsedBody: TopicTypesListResult;
4042
- };
4043
- };
4044
- /**
4045
- * Contains response data for the get operation.
4046
- */
4047
- export declare type TopicTypesGetResponse = TopicTypeInfo & {
4048
- /**
4049
- * The underlying HTTP response.
4050
- */
4051
- _response: msRest.HttpResponse & {
4052
- /**
4053
- * The response body as text (string format)
4054
- */
4055
- bodyAsText: string;
4056
- /**
4057
- * The response body as parsed JSON or XML
4058
- */
4059
- parsedBody: TopicTypeInfo;
4060
- };
4061
- };
4062
- /**
4063
- * Contains response data for the listEventTypes operation.
4064
- */
4065
- export declare type TopicTypesListEventTypesResponse = EventTypesListResult & {
4066
- /**
4067
- * The underlying HTTP response.
4068
- */
4069
- _response: msRest.HttpResponse & {
4070
- /**
4071
- * The response body as text (string format)
4072
- */
4073
- bodyAsText: string;
4074
- /**
4075
- * The response body as parsed JSON or XML
4076
- */
4077
- parsedBody: EventTypesListResult;
4078
- };
4079
- };
4080
- //# sourceMappingURL=index.d.ts.map