@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,666 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
5
- /** Class representing a EventSubscriptions. */
6
- export declare class EventSubscriptions {
7
- private readonly client;
8
- /**
9
- * Create a EventSubscriptions.
10
- * @param {EventGridManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: EventGridManagementClientContext);
13
- /**
14
- * Get properties of an event subscription.
15
- * @summary Get an event subscription.
16
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
17
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
18
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
19
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
20
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
21
- * for a resource, and
22
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
23
- * for an EventGrid topic.
24
- * @param eventSubscriptionName Name of the event subscription.
25
- * @param [options] The optional parameters
26
- * @returns Promise<Models.EventSubscriptionsGetResponse>
27
- */
28
- get(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsGetResponse>;
29
- /**
30
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
31
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
32
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
33
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
34
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
35
- * for a resource, and
36
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
37
- * for an EventGrid topic.
38
- * @param eventSubscriptionName Name of the event subscription.
39
- * @param callback The callback
40
- */
41
- get(scope: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscription>): void;
42
- /**
43
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
44
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
45
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
46
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
47
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
48
- * for a resource, and
49
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
50
- * for an EventGrid topic.
51
- * @param eventSubscriptionName Name of the event subscription.
52
- * @param options The optional parameters
53
- * @param callback The callback
54
- */
55
- get(scope: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscription>): void;
56
- /**
57
- * Asynchronously creates a new event subscription or updates an existing event subscription based
58
- * on the specified scope.
59
- * @summary Create or update an event subscription.
60
- * @param scope The identifier of the resource to which the event subscription needs to be created
61
- * or updated. The scope can be a subscription, or a resource group, or a top level resource
62
- * belonging to a resource provider namespace, or an EventGrid topic. For example, use
63
- * '/subscriptions/{subscriptionId}/' for a subscription,
64
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
65
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
66
- * for a resource, and
67
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
68
- * for an EventGrid topic.
69
- * @param eventSubscriptionName Name of the event subscription. Event subscription names must be
70
- * between 3 and 64 characters in length and should use alphanumeric letters only.
71
- * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
72
- * information.
73
- * @param [options] The optional parameters
74
- * @returns Promise<Models.EventSubscriptionsCreateOrUpdateResponse>
75
- */
76
- createOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsCreateOrUpdateResponse>;
77
- /**
78
- * Delete an existing event subscription.
79
- * @summary Delete an event subscription.
80
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
81
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
82
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
83
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
84
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
85
- * for a resource, and
86
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
87
- * for an EventGrid topic.
88
- * @param eventSubscriptionName Name of the event subscription.
89
- * @param [options] The optional parameters
90
- * @returns Promise<msRest.RestResponse>
91
- */
92
- deleteMethod(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
93
- /**
94
- * Asynchronously updates an existing event subscription.
95
- * @summary Update an event subscription.
96
- * @param scope The scope of existing event subscription. The scope can be a subscription, or a
97
- * resource group, or a top level resource belonging to a resource provider namespace, or an
98
- * EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
99
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
100
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
101
- * for a resource, and
102
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
103
- * for an EventGrid topic.
104
- * @param eventSubscriptionName Name of the event subscription to be updated.
105
- * @param eventSubscriptionUpdateParameters Updated event subscription information.
106
- * @param [options] The optional parameters
107
- * @returns Promise<Models.EventSubscriptionsUpdateResponse>
108
- */
109
- update(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsUpdateResponse>;
110
- /**
111
- * Get the full endpoint URL for an event subscription.
112
- * @summary Get full URL of an event subscription.
113
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
114
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
115
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
116
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
117
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
118
- * for a resource, and
119
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
120
- * for an EventGrid topic.
121
- * @param eventSubscriptionName Name of the event subscription.
122
- * @param [options] The optional parameters
123
- * @returns Promise<Models.EventSubscriptionsGetFullUrlResponse>
124
- */
125
- getFullUrl(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsGetFullUrlResponse>;
126
- /**
127
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
128
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
129
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
130
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
131
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
132
- * for a resource, and
133
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
134
- * for an EventGrid topic.
135
- * @param eventSubscriptionName Name of the event subscription.
136
- * @param callback The callback
137
- */
138
- getFullUrl(scope: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;
139
- /**
140
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
141
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
142
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
143
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
144
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
145
- * for a resource, and
146
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
147
- * for an EventGrid topic.
148
- * @param eventSubscriptionName Name of the event subscription.
149
- * @param options The optional parameters
150
- * @param callback The callback
151
- */
152
- getFullUrl(scope: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;
153
- /**
154
- * List all aggregated global event subscriptions under a specific Azure subscription.
155
- * @summary Get an aggregated list of all global event subscriptions under an Azure subscription.
156
- * @param [options] The optional parameters
157
- * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionResponse>
158
- */
159
- listGlobalBySubscription(options?: Models.EventSubscriptionsListGlobalBySubscriptionOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionResponse>;
160
- /**
161
- * @param callback The callback
162
- */
163
- listGlobalBySubscription(callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
164
- /**
165
- * @param options The optional parameters
166
- * @param callback The callback
167
- */
168
- listGlobalBySubscription(options: Models.EventSubscriptionsListGlobalBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
169
- /**
170
- * List all global event subscriptions under an Azure subscription for a topic type.
171
- * @summary List all global event subscriptions for a topic type.
172
- * @param topicTypeName Name of the topic type.
173
- * @param [options] The optional parameters
174
- * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse>
175
- */
176
- listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse>;
177
- /**
178
- * @param topicTypeName Name of the topic type.
179
- * @param callback The callback
180
- */
181
- listGlobalBySubscriptionForTopicType(topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
182
- /**
183
- * @param topicTypeName Name of the topic type.
184
- * @param options The optional parameters
185
- * @param callback The callback
186
- */
187
- listGlobalBySubscriptionForTopicType(topicTypeName: string, options: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
188
- /**
189
- * List all global event subscriptions under a specific Azure subscription and resource group.
190
- * @summary List all global event subscriptions under an Azure subscription and resource group.
191
- * @param resourceGroupName The name of the resource group within the user's subscription.
192
- * @param [options] The optional parameters
193
- * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupResponse>
194
- */
195
- listGlobalByResourceGroup(resourceGroupName: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupResponse>;
196
- /**
197
- * @param resourceGroupName The name of the resource group within the user's subscription.
198
- * @param callback The callback
199
- */
200
- listGlobalByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
201
- /**
202
- * @param resourceGroupName The name of the resource group within the user's subscription.
203
- * @param options The optional parameters
204
- * @param callback The callback
205
- */
206
- listGlobalByResourceGroup(resourceGroupName: string, options: Models.EventSubscriptionsListGlobalByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
207
- /**
208
- * List all global event subscriptions under a resource group for a specific topic type.
209
- * @summary List all global event subscriptions under a resource group for a topic type.
210
- * @param resourceGroupName The name of the resource group within the user's subscription.
211
- * @param topicTypeName Name of the topic type.
212
- * @param [options] The optional parameters
213
- * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse>
214
- */
215
- listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse>;
216
- /**
217
- * @param resourceGroupName The name of the resource group within the user's subscription.
218
- * @param topicTypeName Name of the topic type.
219
- * @param callback The callback
220
- */
221
- listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
222
- /**
223
- * @param resourceGroupName The name of the resource group within the user's subscription.
224
- * @param topicTypeName Name of the topic type.
225
- * @param options The optional parameters
226
- * @param callback The callback
227
- */
228
- listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
229
- /**
230
- * List all event subscriptions from the given location under a specific Azure subscription.
231
- * @summary List all regional event subscriptions under an Azure subscription.
232
- * @param location Name of the location.
233
- * @param [options] The optional parameters
234
- * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionResponse>
235
- */
236
- listRegionalBySubscription(location: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionResponse>;
237
- /**
238
- * @param location Name of the location.
239
- * @param callback The callback
240
- */
241
- listRegionalBySubscription(location: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
242
- /**
243
- * @param location Name of the location.
244
- * @param options The optional parameters
245
- * @param callback The callback
246
- */
247
- listRegionalBySubscription(location: string, options: Models.EventSubscriptionsListRegionalBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
248
- /**
249
- * List all event subscriptions from the given location under a specific Azure subscription and
250
- * resource group.
251
- * @summary List all regional event subscriptions under an Azure subscription and resource group.
252
- * @param resourceGroupName The name of the resource group within the user's subscription.
253
- * @param location Name of the location.
254
- * @param [options] The optional parameters
255
- * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupResponse>
256
- */
257
- listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupResponse>;
258
- /**
259
- * @param resourceGroupName The name of the resource group within the user's subscription.
260
- * @param location Name of the location.
261
- * @param callback The callback
262
- */
263
- listRegionalByResourceGroup(resourceGroupName: string, location: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
264
- /**
265
- * @param resourceGroupName The name of the resource group within the user's subscription.
266
- * @param location Name of the location.
267
- * @param options The optional parameters
268
- * @param callback The callback
269
- */
270
- listRegionalByResourceGroup(resourceGroupName: string, location: string, options: Models.EventSubscriptionsListRegionalByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
271
- /**
272
- * List all event subscriptions from the given location under a specific Azure subscription and
273
- * topic type.
274
- * @summary List all regional event subscriptions under an Azure subscription for a topic type.
275
- * @param location Name of the location.
276
- * @param topicTypeName Name of the topic type.
277
- * @param [options] The optional parameters
278
- * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse>
279
- */
280
- listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse>;
281
- /**
282
- * @param location Name of the location.
283
- * @param topicTypeName Name of the topic type.
284
- * @param callback The callback
285
- */
286
- listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
287
- /**
288
- * @param location Name of the location.
289
- * @param topicTypeName Name of the topic type.
290
- * @param options The optional parameters
291
- * @param callback The callback
292
- */
293
- listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
294
- /**
295
- * List all event subscriptions from the given location under a specific Azure subscription and
296
- * resource group and topic type.
297
- * @summary List all regional event subscriptions under an Azure subscription and resource group
298
- * for a topic type.
299
- * @param resourceGroupName The name of the resource group within the user's subscription.
300
- * @param location Name of the location.
301
- * @param topicTypeName Name of the topic type.
302
- * @param [options] The optional parameters
303
- * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse>
304
- */
305
- listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse>;
306
- /**
307
- * @param resourceGroupName The name of the resource group within the user's subscription.
308
- * @param location Name of the location.
309
- * @param topicTypeName Name of the topic type.
310
- * @param callback The callback
311
- */
312
- listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
313
- /**
314
- * @param resourceGroupName The name of the resource group within the user's subscription.
315
- * @param location Name of the location.
316
- * @param topicTypeName Name of the topic type.
317
- * @param options The optional parameters
318
- * @param callback The callback
319
- */
320
- listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
321
- /**
322
- * List all event subscriptions that have been created for a specific topic.
323
- * @summary List all event subscriptions for a specific topic.
324
- * @param resourceGroupName The name of the resource group within the user's subscription.
325
- * @param providerNamespace Namespace of the provider of the topic.
326
- * @param resourceTypeName Name of the resource type.
327
- * @param resourceName Name of the resource.
328
- * @param [options] The optional parameters
329
- * @returns Promise<Models.EventSubscriptionsListByResourceResponse>
330
- */
331
- listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: Models.EventSubscriptionsListByResourceOptionalParams): Promise<Models.EventSubscriptionsListByResourceResponse>;
332
- /**
333
- * @param resourceGroupName The name of the resource group within the user's subscription.
334
- * @param providerNamespace Namespace of the provider of the topic.
335
- * @param resourceTypeName Name of the resource type.
336
- * @param resourceName Name of the resource.
337
- * @param callback The callback
338
- */
339
- listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
340
- /**
341
- * @param resourceGroupName The name of the resource group within the user's subscription.
342
- * @param providerNamespace Namespace of the provider of the topic.
343
- * @param resourceTypeName Name of the resource type.
344
- * @param resourceName Name of the resource.
345
- * @param options The optional parameters
346
- * @param callback The callback
347
- */
348
- listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options: Models.EventSubscriptionsListByResourceOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
349
- /**
350
- * List all event subscriptions that have been created for a specific domain topic.
351
- * @summary List all event subscriptions for a specific domain topic.
352
- * @param resourceGroupName The name of the resource group within the user's subscription.
353
- * @param domainName Name of the top level domain.
354
- * @param topicName Name of the domain topic.
355
- * @param [options] The optional parameters
356
- * @returns Promise<Models.EventSubscriptionsListByDomainTopicResponse>
357
- */
358
- listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: Models.EventSubscriptionsListByDomainTopicOptionalParams): Promise<Models.EventSubscriptionsListByDomainTopicResponse>;
359
- /**
360
- * @param resourceGroupName The name of the resource group within the user's subscription.
361
- * @param domainName Name of the top level domain.
362
- * @param topicName Name of the domain topic.
363
- * @param callback The callback
364
- */
365
- listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
366
- /**
367
- * @param resourceGroupName The name of the resource group within the user's subscription.
368
- * @param domainName Name of the top level domain.
369
- * @param topicName Name of the domain topic.
370
- * @param options The optional parameters
371
- * @param callback The callback
372
- */
373
- listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options: Models.EventSubscriptionsListByDomainTopicOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
374
- /**
375
- * Get all delivery attributes for an event subscription.
376
- * @summary Get delivery attributes for an event subscription.
377
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
378
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
379
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
380
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
381
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
382
- * for a resource, and
383
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
384
- * for an EventGrid topic.
385
- * @param eventSubscriptionName Name of the event subscription.
386
- * @param [options] The optional parameters
387
- * @returns Promise<Models.EventSubscriptionsGetDeliveryAttributesResponse>
388
- */
389
- getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSubscriptionsGetDeliveryAttributesResponse>;
390
- /**
391
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
392
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
393
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
394
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
395
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
396
- * for a resource, and
397
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
398
- * for an EventGrid topic.
399
- * @param eventSubscriptionName Name of the event subscription.
400
- * @param callback The callback
401
- */
402
- getDeliveryAttributes(scope: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;
403
- /**
404
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
405
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
406
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
407
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
408
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
409
- * for a resource, and
410
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
411
- * for an EventGrid topic.
412
- * @param eventSubscriptionName Name of the event subscription.
413
- * @param options The optional parameters
414
- * @param callback The callback
415
- */
416
- getDeliveryAttributes(scope: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;
417
- /**
418
- * Asynchronously creates a new event subscription or updates an existing event subscription based
419
- * on the specified scope.
420
- * @summary Create or update an event subscription.
421
- * @param scope The identifier of the resource to which the event subscription needs to be created
422
- * or updated. The scope can be a subscription, or a resource group, or a top level resource
423
- * belonging to a resource provider namespace, or an EventGrid topic. For example, use
424
- * '/subscriptions/{subscriptionId}/' for a subscription,
425
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
426
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
427
- * for a resource, and
428
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
429
- * for an EventGrid topic.
430
- * @param eventSubscriptionName Name of the event subscription. Event subscription names must be
431
- * between 3 and 64 characters in length and should use alphanumeric letters only.
432
- * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
433
- * information.
434
- * @param [options] The optional parameters
435
- * @returns Promise<msRestAzure.LROPoller>
436
- */
437
- beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
438
- /**
439
- * Delete an existing event subscription.
440
- * @summary Delete an event subscription.
441
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
442
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid
443
- * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
444
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
445
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
446
- * for a resource, and
447
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
448
- * for an EventGrid topic.
449
- * @param eventSubscriptionName Name of the event subscription.
450
- * @param [options] The optional parameters
451
- * @returns Promise<msRestAzure.LROPoller>
452
- */
453
- beginDeleteMethod(scope: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
454
- /**
455
- * Asynchronously updates an existing event subscription.
456
- * @summary Update an event subscription.
457
- * @param scope The scope of existing event subscription. The scope can be a subscription, or a
458
- * resource group, or a top level resource belonging to a resource provider namespace, or an
459
- * EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
460
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
461
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
462
- * for a resource, and
463
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
464
- * for an EventGrid topic.
465
- * @param eventSubscriptionName Name of the event subscription to be updated.
466
- * @param eventSubscriptionUpdateParameters Updated event subscription information.
467
- * @param [options] The optional parameters
468
- * @returns Promise<msRestAzure.LROPoller>
469
- */
470
- beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
471
- /**
472
- * List all aggregated global event subscriptions under a specific Azure subscription.
473
- * @summary Get an aggregated list of all global event subscriptions under an Azure subscription.
474
- * @param nextPageLink The NextLink from the previous successful call to List operation.
475
- * @param [options] The optional parameters
476
- * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionNextResponse>
477
- */
478
- listGlobalBySubscriptionNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionNextResponse>;
479
- /**
480
- * @param nextPageLink The NextLink from the previous successful call to List operation.
481
- * @param callback The callback
482
- */
483
- listGlobalBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
484
- /**
485
- * @param nextPageLink The NextLink from the previous successful call to List operation.
486
- * @param options The optional parameters
487
- * @param callback The callback
488
- */
489
- listGlobalBySubscriptionNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
490
- /**
491
- * List all global event subscriptions under an Azure subscription for a topic type.
492
- * @summary List all global event subscriptions for a topic type.
493
- * @param nextPageLink The NextLink from the previous successful call to List operation.
494
- * @param [options] The optional parameters
495
- * @returns Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse>
496
- */
497
- listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse>;
498
- /**
499
- * @param nextPageLink The NextLink from the previous successful call to List operation.
500
- * @param callback The callback
501
- */
502
- listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
503
- /**
504
- * @param nextPageLink The NextLink from the previous successful call to List operation.
505
- * @param options The optional parameters
506
- * @param callback The callback
507
- */
508
- listGlobalBySubscriptionForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
509
- /**
510
- * List all global event subscriptions under a specific Azure subscription and resource group.
511
- * @summary List all global event subscriptions under an Azure subscription and resource group.
512
- * @param nextPageLink The NextLink from the previous successful call to List operation.
513
- * @param [options] The optional parameters
514
- * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupNextResponse>
515
- */
516
- listGlobalByResourceGroupNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupNextResponse>;
517
- /**
518
- * @param nextPageLink The NextLink from the previous successful call to List operation.
519
- * @param callback The callback
520
- */
521
- listGlobalByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
522
- /**
523
- * @param nextPageLink The NextLink from the previous successful call to List operation.
524
- * @param options The optional parameters
525
- * @param callback The callback
526
- */
527
- listGlobalByResourceGroupNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
528
- /**
529
- * List all global event subscriptions under a resource group for a specific topic type.
530
- * @summary List all global event subscriptions under a resource group for a topic type.
531
- * @param nextPageLink The NextLink from the previous successful call to List operation.
532
- * @param [options] The optional parameters
533
- * @returns Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse>
534
- */
535
- listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse>;
536
- /**
537
- * @param nextPageLink The NextLink from the previous successful call to List operation.
538
- * @param callback The callback
539
- */
540
- listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
541
- /**
542
- * @param nextPageLink The NextLink from the previous successful call to List operation.
543
- * @param options The optional parameters
544
- * @param callback The callback
545
- */
546
- listGlobalByResourceGroupForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
547
- /**
548
- * List all event subscriptions from the given location under a specific Azure subscription.
549
- * @summary List all regional event subscriptions under an Azure subscription.
550
- * @param nextPageLink The NextLink from the previous successful call to List operation.
551
- * @param [options] The optional parameters
552
- * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionNextResponse>
553
- */
554
- listRegionalBySubscriptionNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionNextResponse>;
555
- /**
556
- * @param nextPageLink The NextLink from the previous successful call to List operation.
557
- * @param callback The callback
558
- */
559
- listRegionalBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
560
- /**
561
- * @param nextPageLink The NextLink from the previous successful call to List operation.
562
- * @param options The optional parameters
563
- * @param callback The callback
564
- */
565
- listRegionalBySubscriptionNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
566
- /**
567
- * List all event subscriptions from the given location under a specific Azure subscription and
568
- * resource group.
569
- * @summary List all regional event subscriptions under an Azure subscription and resource group.
570
- * @param nextPageLink The NextLink from the previous successful call to List operation.
571
- * @param [options] The optional parameters
572
- * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupNextResponse>
573
- */
574
- listRegionalByResourceGroupNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupNextResponse>;
575
- /**
576
- * @param nextPageLink The NextLink from the previous successful call to List operation.
577
- * @param callback The callback
578
- */
579
- listRegionalByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
580
- /**
581
- * @param nextPageLink The NextLink from the previous successful call to List operation.
582
- * @param options The optional parameters
583
- * @param callback The callback
584
- */
585
- listRegionalByResourceGroupNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
586
- /**
587
- * List all event subscriptions from the given location under a specific Azure subscription and
588
- * topic type.
589
- * @summary List all regional event subscriptions under an Azure subscription for a topic type.
590
- * @param nextPageLink The NextLink from the previous successful call to List operation.
591
- * @param [options] The optional parameters
592
- * @returns Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse>
593
- */
594
- listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse>;
595
- /**
596
- * @param nextPageLink The NextLink from the previous successful call to List operation.
597
- * @param callback The callback
598
- */
599
- listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
600
- /**
601
- * @param nextPageLink The NextLink from the previous successful call to List operation.
602
- * @param options The optional parameters
603
- * @param callback The callback
604
- */
605
- listRegionalBySubscriptionForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
606
- /**
607
- * List all event subscriptions from the given location under a specific Azure subscription and
608
- * resource group and topic type.
609
- * @summary List all regional event subscriptions under an Azure subscription and resource group
610
- * for a topic type.
611
- * @param nextPageLink The NextLink from the previous successful call to List operation.
612
- * @param [options] The optional parameters
613
- * @returns Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse>
614
- */
615
- listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, options?: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams): Promise<Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse>;
616
- /**
617
- * @param nextPageLink The NextLink from the previous successful call to List operation.
618
- * @param callback The callback
619
- */
620
- listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
621
- /**
622
- * @param nextPageLink The NextLink from the previous successful call to List operation.
623
- * @param options The optional parameters
624
- * @param callback The callback
625
- */
626
- listRegionalByResourceGroupForTopicTypeNext(nextPageLink: string, options: Models.EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
627
- /**
628
- * List all event subscriptions that have been created for a specific topic.
629
- * @summary List all event subscriptions for a specific topic.
630
- * @param nextPageLink The NextLink from the previous successful call to List operation.
631
- * @param [options] The optional parameters
632
- * @returns Promise<Models.EventSubscriptionsListByResourceNextResponse>
633
- */
634
- listByResourceNext(nextPageLink: string, options?: Models.EventSubscriptionsListByResourceNextOptionalParams): Promise<Models.EventSubscriptionsListByResourceNextResponse>;
635
- /**
636
- * @param nextPageLink The NextLink from the previous successful call to List operation.
637
- * @param callback The callback
638
- */
639
- listByResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
640
- /**
641
- * @param nextPageLink The NextLink from the previous successful call to List operation.
642
- * @param options The optional parameters
643
- * @param callback The callback
644
- */
645
- listByResourceNext(nextPageLink: string, options: Models.EventSubscriptionsListByResourceNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
646
- /**
647
- * List all event subscriptions that have been created for a specific domain topic.
648
- * @summary List all event subscriptions for a specific domain topic.
649
- * @param nextPageLink The NextLink from the previous successful call to List operation.
650
- * @param [options] The optional parameters
651
- * @returns Promise<Models.EventSubscriptionsListByDomainTopicNextResponse>
652
- */
653
- listByDomainTopicNext(nextPageLink: string, options?: Models.EventSubscriptionsListByDomainTopicNextOptionalParams): Promise<Models.EventSubscriptionsListByDomainTopicNextResponse>;
654
- /**
655
- * @param nextPageLink The NextLink from the previous successful call to List operation.
656
- * @param callback The callback
657
- */
658
- listByDomainTopicNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
659
- /**
660
- * @param nextPageLink The NextLink from the previous successful call to List operation.
661
- * @param options The optional parameters
662
- * @param callback The callback
663
- */
664
- listByDomainTopicNext(nextPageLink: string, options: Models.EventSubscriptionsListByDomainTopicNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
665
- }
666
- //# sourceMappingURL=eventSubscriptions.d.ts.map