@azure/arm-eventgrid 30.0.0-alpha.20210929.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +21 -0
  3. package/README.md +94 -0
  4. package/dist/index.js +10620 -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 +31 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +38 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/eventGridManagementClientContext.js +50 -0
  15. package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +2765 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +289 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +139 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/dist-esm/src/models/mappers.js +2979 -0
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +53 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +415 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  37. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domainTopics.js +310 -0
  39. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  40. package/dist-esm/src/operations/domains.d.ts +122 -0
  41. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  42. package/dist-esm/src/operations/domains.js +522 -0
  43. package/dist-esm/src/operations/domains.js.map +1 -0
  44. package/dist-esm/src/operations/eventChannels.d.ts +72 -0
  45. package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
  46. package/dist-esm/src/operations/eventChannels.js +269 -0
  47. package/dist-esm/src/operations/eventChannels.js.map +1 -0
  48. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  49. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  50. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  51. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  52. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  53. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  54. package/dist-esm/src/operations/extensionTopics.js +50 -0
  55. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +17 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +24 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +26 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +88 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/partnerNamespaces.d.ts +122 -0
  65. package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
  66. package/dist-esm/src/operations/partnerNamespaces.js +537 -0
  67. package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
  68. package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
  69. package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/partnerRegistrations.js +349 -0
  71. package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
  72. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
  73. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
  74. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
  75. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
  76. package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
  77. package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/partnerTopics.js +408 -0
  79. package/dist-esm/src/operations/partnerTopics.js.map +1 -0
  80. package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
  81. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
  83. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  84. package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
  85. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  86. package/dist-esm/src/operations/privateLinkResources.js +184 -0
  87. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  88. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  89. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  90. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  91. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  93. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operations/systemTopics.js +482 -0
  95. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  96. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  97. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  98. package/dist-esm/src/operations/topicTypes.js +175 -0
  99. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  100. package/dist-esm/src/operations/topics.d.ts +150 -0
  101. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  102. package/dist-esm/src/operations/topics.js +656 -0
  103. package/dist-esm/src/operations/topics.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  105. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  109. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/domains.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
  113. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/eventChannels.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  117. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  121. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  129. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +86 -0
  133. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
  137. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
  141. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
  145. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  149. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +27 -0
  153. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  157. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  161. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  165. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  169. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/topics.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  172. package/dist-esm/test/eventgrid_examples.d.ts +2 -0
  173. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  174. package/dist-esm/test/eventgrid_examples.js +163 -0
  175. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  176. package/package.json +102 -0
  177. package/review/arm-eventgrid.api.md +2518 -0
  178. package/rollup.config.js +188 -0
  179. package/src/eventGridManagementClient.ts +101 -0
  180. package/src/eventGridManagementClientContext.ts +71 -0
  181. package/src/index.ts +13 -0
  182. package/src/lroImpl.ts +34 -0
  183. package/src/models/index.ts +3297 -0
  184. package/src/models/mappers.ts +3334 -0
  185. package/src/models/parameters.ts +490 -0
  186. package/src/operations/domainTopics.ts +452 -0
  187. package/src/operations/domains.ts +713 -0
  188. package/src/operations/eventChannels.ts +382 -0
  189. package/src/operations/eventSubscriptions.ts +2077 -0
  190. package/src/operations/extensionTopics.ts +67 -0
  191. package/src/operations/index.ts +24 -0
  192. package/src/operations/operations.ts +96 -0
  193. package/src/operations/partnerNamespaces.ts +729 -0
  194. package/src/operations/partnerRegistrations.ts +440 -0
  195. package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
  196. package/src/operations/partnerTopics.ts +532 -0
  197. package/src/operations/privateEndpointConnections.ts +529 -0
  198. package/src/operations/privateLinkResources.ts +259 -0
  199. package/src/operations/systemTopicEventSubscriptions.ts +699 -0
  200. package/src/operations/systemTopics.ts +656 -0
  201. package/src/operations/topicTypes.ts +202 -0
  202. package/src/operations/topics.ts +921 -0
  203. package/src/operationsInterfaces/domainTopics.ts +105 -0
  204. package/src/operationsInterfaces/domains.ts +162 -0
  205. package/src/operationsInterfaces/eventChannels.ts +89 -0
  206. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  207. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  208. package/src/operationsInterfaces/index.ts +24 -0
  209. package/src/operationsInterfaces/operations.ts +22 -0
  210. package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
  211. package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
  212. package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
  213. package/src/operationsInterfaces/partnerTopics.ts +114 -0
  214. package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
  215. package/src/operationsInterfaces/privateLinkResources.ts +52 -0
  216. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  217. package/src/operationsInterfaces/systemTopics.ts +139 -0
  218. package/src/operationsInterfaces/topicTypes.ts +47 -0
  219. package/src/operationsInterfaces/topics.ts +197 -0
  220. package/tsconfig.json +19 -0
  221. package/types/arm-eventgrid.d.ts +4299 -0
  222. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,404 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { EventSubscriptions } from "../operationsInterfaces";
3
+ import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
4
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
5
+ import { EventSubscription, EventSubscriptionsListGlobalBySubscriptionOptionalParams, EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListGlobalByResourceGroupOptionalParams, EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListRegionalBySubscriptionOptionalParams, EventSubscriptionsListRegionalByResourceGroupOptionalParams, EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListByResourceOptionalParams, EventSubscriptionsListByDomainTopicOptionalParams, EventSubscriptionsGetOptionalParams, EventSubscriptionsGetResponse, EventSubscriptionsCreateOrUpdateOptionalParams, EventSubscriptionsCreateOrUpdateResponse, EventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, EventSubscriptionsUpdateOptionalParams, EventSubscriptionsUpdateResponse, EventSubscriptionsGetFullUrlOptionalParams, EventSubscriptionsGetFullUrlResponse, EventSubscriptionsGetDeliveryAttributesOptionalParams, EventSubscriptionsGetDeliveryAttributesResponse } from "../models";
6
+ /** Class containing EventSubscriptions operations. */
7
+ export declare class EventSubscriptionsImpl implements EventSubscriptions {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class EventSubscriptions class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: EventGridManagementClientContext);
14
+ /**
15
+ * List all aggregated global event subscriptions under a specific Azure subscription.
16
+ * @param options The options parameters.
17
+ */
18
+ listGlobalBySubscription(options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
19
+ private listGlobalBySubscriptionPagingPage;
20
+ private listGlobalBySubscriptionPagingAll;
21
+ /**
22
+ * List all global event subscriptions under an Azure subscription for a topic type.
23
+ * @param topicTypeName Name of the topic type.
24
+ * @param options The options parameters.
25
+ */
26
+ listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
27
+ private listGlobalBySubscriptionForTopicTypePagingPage;
28
+ private listGlobalBySubscriptionForTopicTypePagingAll;
29
+ /**
30
+ * List all global event subscriptions under a specific Azure subscription and resource group.
31
+ * @param resourceGroupName The name of the resource group within the user's subscription.
32
+ * @param options The options parameters.
33
+ */
34
+ listGlobalByResourceGroup(resourceGroupName: string, options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
35
+ private listGlobalByResourceGroupPagingPage;
36
+ private listGlobalByResourceGroupPagingAll;
37
+ /**
38
+ * List all global event subscriptions under a resource group for a specific topic type.
39
+ * @param resourceGroupName The name of the resource group within the user's subscription.
40
+ * @param topicTypeName Name of the topic type.
41
+ * @param options The options parameters.
42
+ */
43
+ listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
44
+ private listGlobalByResourceGroupForTopicTypePagingPage;
45
+ private listGlobalByResourceGroupForTopicTypePagingAll;
46
+ /**
47
+ * List all event subscriptions from the given location under a specific Azure subscription.
48
+ * @param location Name of the location.
49
+ * @param options The options parameters.
50
+ */
51
+ listRegionalBySubscription(location: string, options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
52
+ private listRegionalBySubscriptionPagingPage;
53
+ private listRegionalBySubscriptionPagingAll;
54
+ /**
55
+ * List all event subscriptions from the given location under a specific Azure subscription and
56
+ * resource group.
57
+ * @param resourceGroupName The name of the resource group within the user's subscription.
58
+ * @param location Name of the location.
59
+ * @param options The options parameters.
60
+ */
61
+ listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
62
+ private listRegionalByResourceGroupPagingPage;
63
+ private listRegionalByResourceGroupPagingAll;
64
+ /**
65
+ * List all event subscriptions from the given location under a specific Azure subscription and topic
66
+ * type.
67
+ * @param location Name of the location.
68
+ * @param topicTypeName Name of the topic type.
69
+ * @param options The options parameters.
70
+ */
71
+ listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
72
+ private listRegionalBySubscriptionForTopicTypePagingPage;
73
+ private listRegionalBySubscriptionForTopicTypePagingAll;
74
+ /**
75
+ * List all event subscriptions from the given location under a specific Azure subscription and
76
+ * resource group and topic type.
77
+ * @param resourceGroupName The name of the resource group within the user's subscription.
78
+ * @param location Name of the location.
79
+ * @param topicTypeName Name of the topic type.
80
+ * @param options The options parameters.
81
+ */
82
+ listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
83
+ private listRegionalByResourceGroupForTopicTypePagingPage;
84
+ private listRegionalByResourceGroupForTopicTypePagingAll;
85
+ /**
86
+ * List all event subscriptions that have been created for a specific topic.
87
+ * @param resourceGroupName The name of the resource group within the user's subscription.
88
+ * @param providerNamespace Namespace of the provider of the topic.
89
+ * @param resourceTypeName Name of the resource type.
90
+ * @param resourceName Name of the resource.
91
+ * @param options The options parameters.
92
+ */
93
+ listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: EventSubscriptionsListByResourceOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
94
+ private listByResourcePagingPage;
95
+ private listByResourcePagingAll;
96
+ /**
97
+ * List all event subscriptions that have been created for a specific domain topic.
98
+ * @param resourceGroupName The name of the resource group within the user's subscription.
99
+ * @param domainName Name of the top level domain.
100
+ * @param topicName Name of the domain topic.
101
+ * @param options The options parameters.
102
+ */
103
+ listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: EventSubscriptionsListByDomainTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
104
+ private listByDomainTopicPagingPage;
105
+ private listByDomainTopicPagingAll;
106
+ /**
107
+ * Get properties of an event subscription.
108
+ * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
109
+ * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
110
+ * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
111
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
112
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
113
+ * for a resource, and
114
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
115
+ * for an EventGrid topic.
116
+ * @param eventSubscriptionName Name of the event subscription.
117
+ * @param options The options parameters.
118
+ */
119
+ get(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetOptionalParams): Promise<EventSubscriptionsGetResponse>;
120
+ /**
121
+ * Asynchronously creates a new event subscription or updates an existing event subscription based on
122
+ * the specified scope.
123
+ * @param scope The identifier of the resource to which the event subscription needs to be created or
124
+ * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to
125
+ * a resource provider namespace, or an EventGrid topic. For example, use
126
+ * '/subscriptions/{subscriptionId}/' for a subscription,
127
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
128
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
129
+ * for a resource, and
130
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
131
+ * for an EventGrid topic.
132
+ * @param eventSubscriptionName Name of the event subscription. Event subscription names must be
133
+ * between 3 and 64 characters in length and should use alphanumeric letters only.
134
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
135
+ * information.
136
+ * @param options The options parameters.
137
+ */
138
+ beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsCreateOrUpdateResponse>, EventSubscriptionsCreateOrUpdateResponse>>;
139
+ /**
140
+ * Asynchronously creates a new event subscription or updates an existing event subscription based on
141
+ * the specified scope.
142
+ * @param scope The identifier of the resource to which the event subscription needs to be created or
143
+ * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to
144
+ * a resource provider namespace, or an EventGrid topic. For example, use
145
+ * '/subscriptions/{subscriptionId}/' for a subscription,
146
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
147
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
148
+ * for a resource, and
149
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
150
+ * for an EventGrid topic.
151
+ * @param eventSubscriptionName Name of the event subscription. Event subscription names must be
152
+ * between 3 and 64 characters in length and should use alphanumeric letters only.
153
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
154
+ * information.
155
+ * @param options The options parameters.
156
+ */
157
+ beginCreateOrUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscriptionsCreateOrUpdateResponse>;
158
+ /**
159
+ * Delete an existing event subscription.
160
+ * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
161
+ * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
162
+ * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
163
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
164
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
165
+ * for a resource, and
166
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
167
+ * for an EventGrid topic.
168
+ * @param eventSubscriptionName Name of the event subscription.
169
+ * @param options The options parameters.
170
+ */
171
+ beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
172
+ /**
173
+ * Delete an existing event subscription.
174
+ * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
175
+ * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
176
+ * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
177
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
178
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
179
+ * for a resource, and
180
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
181
+ * for an EventGrid topic.
182
+ * @param eventSubscriptionName Name of the event subscription.
183
+ * @param options The options parameters.
184
+ */
185
+ beginDeleteAndWait(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<void>;
186
+ /**
187
+ * Asynchronously updates an existing event subscription.
188
+ * @param scope The scope of existing event subscription. The scope can be a subscription, or a
189
+ * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid
190
+ * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
191
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
192
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
193
+ * for a resource, and
194
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
195
+ * for an EventGrid topic.
196
+ * @param eventSubscriptionName Name of the event subscription to be updated.
197
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
198
+ * @param options The options parameters.
199
+ */
200
+ beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsUpdateResponse>, EventSubscriptionsUpdateResponse>>;
201
+ /**
202
+ * Asynchronously updates an existing event subscription.
203
+ * @param scope The scope of existing event subscription. The scope can be a subscription, or a
204
+ * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid
205
+ * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
206
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
207
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
208
+ * for a resource, and
209
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
210
+ * for an EventGrid topic.
211
+ * @param eventSubscriptionName Name of the event subscription to be updated.
212
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
213
+ * @param options The options parameters.
214
+ */
215
+ beginUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<EventSubscriptionsUpdateResponse>;
216
+ /**
217
+ * Get the full endpoint URL for an event subscription.
218
+ * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
219
+ * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
220
+ * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
221
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
222
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
223
+ * for a resource, and
224
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
225
+ * for an EventGrid topic.
226
+ * @param eventSubscriptionName Name of the event subscription.
227
+ * @param options The options parameters.
228
+ */
229
+ getFullUrl(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionsGetFullUrlResponse>;
230
+ /**
231
+ * List all aggregated global event subscriptions under a specific Azure subscription.
232
+ * @param options The options parameters.
233
+ */
234
+ private _listGlobalBySubscription;
235
+ /**
236
+ * List all global event subscriptions under an Azure subscription for a topic type.
237
+ * @param topicTypeName Name of the topic type.
238
+ * @param options The options parameters.
239
+ */
240
+ private _listGlobalBySubscriptionForTopicType;
241
+ /**
242
+ * List all global event subscriptions under a specific Azure subscription and resource group.
243
+ * @param resourceGroupName The name of the resource group within the user's subscription.
244
+ * @param options The options parameters.
245
+ */
246
+ private _listGlobalByResourceGroup;
247
+ /**
248
+ * List all global event subscriptions under a resource group for a specific topic type.
249
+ * @param resourceGroupName The name of the resource group within the user's subscription.
250
+ * @param topicTypeName Name of the topic type.
251
+ * @param options The options parameters.
252
+ */
253
+ private _listGlobalByResourceGroupForTopicType;
254
+ /**
255
+ * List all event subscriptions from the given location under a specific Azure subscription.
256
+ * @param location Name of the location.
257
+ * @param options The options parameters.
258
+ */
259
+ private _listRegionalBySubscription;
260
+ /**
261
+ * List all event subscriptions from the given location under a specific Azure subscription and
262
+ * resource group.
263
+ * @param resourceGroupName The name of the resource group within the user's subscription.
264
+ * @param location Name of the location.
265
+ * @param options The options parameters.
266
+ */
267
+ private _listRegionalByResourceGroup;
268
+ /**
269
+ * List all event subscriptions from the given location under a specific Azure subscription and topic
270
+ * type.
271
+ * @param location Name of the location.
272
+ * @param topicTypeName Name of the topic type.
273
+ * @param options The options parameters.
274
+ */
275
+ private _listRegionalBySubscriptionForTopicType;
276
+ /**
277
+ * List all event subscriptions from the given location under a specific Azure subscription and
278
+ * resource group and topic type.
279
+ * @param resourceGroupName The name of the resource group within the user's subscription.
280
+ * @param location Name of the location.
281
+ * @param topicTypeName Name of the topic type.
282
+ * @param options The options parameters.
283
+ */
284
+ private _listRegionalByResourceGroupForTopicType;
285
+ /**
286
+ * List all event subscriptions that have been created for a specific topic.
287
+ * @param resourceGroupName The name of the resource group within the user's subscription.
288
+ * @param providerNamespace Namespace of the provider of the topic.
289
+ * @param resourceTypeName Name of the resource type.
290
+ * @param resourceName Name of the resource.
291
+ * @param options The options parameters.
292
+ */
293
+ private _listByResource;
294
+ /**
295
+ * List all event subscriptions that have been created for a specific domain topic.
296
+ * @param resourceGroupName The name of the resource group within the user's subscription.
297
+ * @param domainName Name of the top level domain.
298
+ * @param topicName Name of the domain topic.
299
+ * @param options The options parameters.
300
+ */
301
+ private _listByDomainTopic;
302
+ /**
303
+ * Get all delivery attributes for an event subscription.
304
+ * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
305
+ * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
306
+ * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
307
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
308
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
309
+ * for a resource, and
310
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
311
+ * for an EventGrid topic.
312
+ * @param eventSubscriptionName Name of the event subscription.
313
+ * @param options The options parameters.
314
+ */
315
+ getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
316
+ /**
317
+ * ListGlobalBySubscriptionNext
318
+ * @param nextLink The nextLink from the previous successful call to the ListGlobalBySubscription
319
+ * method.
320
+ * @param options The options parameters.
321
+ */
322
+ private _listGlobalBySubscriptionNext;
323
+ /**
324
+ * ListGlobalBySubscriptionForTopicTypeNext
325
+ * @param topicTypeName Name of the topic type.
326
+ * @param nextLink The nextLink from the previous successful call to the
327
+ * ListGlobalBySubscriptionForTopicType method.
328
+ * @param options The options parameters.
329
+ */
330
+ private _listGlobalBySubscriptionForTopicTypeNext;
331
+ /**
332
+ * ListGlobalByResourceGroupNext
333
+ * @param resourceGroupName The name of the resource group within the user's subscription.
334
+ * @param nextLink The nextLink from the previous successful call to the ListGlobalByResourceGroup
335
+ * method.
336
+ * @param options The options parameters.
337
+ */
338
+ private _listGlobalByResourceGroupNext;
339
+ /**
340
+ * ListGlobalByResourceGroupForTopicTypeNext
341
+ * @param resourceGroupName The name of the resource group within the user's subscription.
342
+ * @param topicTypeName Name of the topic type.
343
+ * @param nextLink The nextLink from the previous successful call to the
344
+ * ListGlobalByResourceGroupForTopicType method.
345
+ * @param options The options parameters.
346
+ */
347
+ private _listGlobalByResourceGroupForTopicTypeNext;
348
+ /**
349
+ * ListRegionalBySubscriptionNext
350
+ * @param location Name of the location.
351
+ * @param nextLink The nextLink from the previous successful call to the ListRegionalBySubscription
352
+ * method.
353
+ * @param options The options parameters.
354
+ */
355
+ private _listRegionalBySubscriptionNext;
356
+ /**
357
+ * ListRegionalByResourceGroupNext
358
+ * @param resourceGroupName The name of the resource group within the user's subscription.
359
+ * @param location Name of the location.
360
+ * @param nextLink The nextLink from the previous successful call to the ListRegionalByResourceGroup
361
+ * method.
362
+ * @param options The options parameters.
363
+ */
364
+ private _listRegionalByResourceGroupNext;
365
+ /**
366
+ * ListRegionalBySubscriptionForTopicTypeNext
367
+ * @param location Name of the location.
368
+ * @param topicTypeName Name of the topic type.
369
+ * @param nextLink The nextLink from the previous successful call to the
370
+ * ListRegionalBySubscriptionForTopicType method.
371
+ * @param options The options parameters.
372
+ */
373
+ private _listRegionalBySubscriptionForTopicTypeNext;
374
+ /**
375
+ * ListRegionalByResourceGroupForTopicTypeNext
376
+ * @param resourceGroupName The name of the resource group within the user's subscription.
377
+ * @param location Name of the location.
378
+ * @param topicTypeName Name of the topic type.
379
+ * @param nextLink The nextLink from the previous successful call to the
380
+ * ListRegionalByResourceGroupForTopicType method.
381
+ * @param options The options parameters.
382
+ */
383
+ private _listRegionalByResourceGroupForTopicTypeNext;
384
+ /**
385
+ * ListByResourceNext
386
+ * @param resourceGroupName The name of the resource group within the user's subscription.
387
+ * @param providerNamespace Namespace of the provider of the topic.
388
+ * @param resourceTypeName Name of the resource type.
389
+ * @param resourceName Name of the resource.
390
+ * @param nextLink The nextLink from the previous successful call to the ListByResource method.
391
+ * @param options The options parameters.
392
+ */
393
+ private _listByResourceNext;
394
+ /**
395
+ * ListByDomainTopicNext
396
+ * @param resourceGroupName The name of the resource group within the user's subscription.
397
+ * @param domainName Name of the top level domain.
398
+ * @param topicName Name of the domain topic.
399
+ * @param nextLink The nextLink from the previous successful call to the ListByDomainTopic method.
400
+ * @param options The options parameters.
401
+ */
402
+ private _listByDomainTopicNext;
403
+ }
404
+ //# sourceMappingURL=eventSubscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/eventSubscriptions.ts"],"names":[],"mappings":"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"}