@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,86 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { PartnerNamespace, PartnerNamespacesListBySubscriptionOptionalParams, PartnerNamespacesListByResourceGroupOptionalParams, PartnerNamespacesGetOptionalParams, PartnerNamespacesGetResponse, PartnerNamespacesCreateOrUpdateOptionalParams, PartnerNamespacesCreateOrUpdateResponse, PartnerNamespacesDeleteOptionalParams, PartnerNamespaceUpdateParameters, PartnerNamespacesUpdateOptionalParams, PartnerNamespacesListSharedAccessKeysOptionalParams, PartnerNamespacesListSharedAccessKeysResponse, PartnerNamespaceRegenerateKeyRequest, PartnerNamespacesRegenerateKeyOptionalParams, PartnerNamespacesRegenerateKeyResponse } from "../models";
4
+ /** Interface representing a PartnerNamespaces. */
5
+ export interface PartnerNamespaces {
6
+ /**
7
+ * List all the partner namespaces under an Azure subscription.
8
+ * @param options The options parameters.
9
+ */
10
+ listBySubscription(options?: PartnerNamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
11
+ /**
12
+ * List all the partner namespaces under a resource group.
13
+ * @param resourceGroupName The name of the resource group within the user's subscription.
14
+ * @param options The options parameters.
15
+ */
16
+ listByResourceGroup(resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
17
+ /**
18
+ * Get properties of a partner namespace.
19
+ * @param resourceGroupName The name of the resource group within the user's subscription.
20
+ * @param partnerNamespaceName Name of the partner namespace.
21
+ * @param options The options parameters.
22
+ */
23
+ get(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams): Promise<PartnerNamespacesGetResponse>;
24
+ /**
25
+ * Asynchronously creates a new partner namespace with the specified parameters.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription.
27
+ * @param partnerNamespaceName Name of the partner namespace.
28
+ * @param partnerNamespaceInfo PartnerNamespace information.
29
+ * @param options The options parameters.
30
+ */
31
+ beginCreateOrUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerNamespacesCreateOrUpdateResponse>, PartnerNamespacesCreateOrUpdateResponse>>;
32
+ /**
33
+ * Asynchronously creates a new partner namespace with the specified parameters.
34
+ * @param resourceGroupName The name of the resource group within the user's subscription.
35
+ * @param partnerNamespaceName Name of the partner namespace.
36
+ * @param partnerNamespaceInfo PartnerNamespace information.
37
+ * @param options The options parameters.
38
+ */
39
+ beginCreateOrUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PartnerNamespacesCreateOrUpdateResponse>;
40
+ /**
41
+ * Delete existing partner namespace.
42
+ * @param resourceGroupName The name of the resource group within the user's subscription.
43
+ * @param partnerNamespaceName Name of the partner namespace.
44
+ * @param options The options parameters.
45
+ */
46
+ beginDelete(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
47
+ /**
48
+ * Delete existing partner namespace.
49
+ * @param resourceGroupName The name of the resource group within the user's subscription.
50
+ * @param partnerNamespaceName Name of the partner namespace.
51
+ * @param options The options parameters.
52
+ */
53
+ beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<void>;
54
+ /**
55
+ * Asynchronously updates a partner namespace with the specified parameters.
56
+ * @param resourceGroupName The name of the resource group within the user's subscription.
57
+ * @param partnerNamespaceName Name of the partner namespace.
58
+ * @param partnerNamespaceUpdateParameters Partner namespace update information.
59
+ * @param options The options parameters.
60
+ */
61
+ beginUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
62
+ /**
63
+ * Asynchronously updates a partner namespace with the specified parameters.
64
+ * @param resourceGroupName The name of the resource group within the user's subscription.
65
+ * @param partnerNamespaceName Name of the partner namespace.
66
+ * @param partnerNamespaceUpdateParameters Partner namespace update information.
67
+ * @param options The options parameters.
68
+ */
69
+ beginUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<void>;
70
+ /**
71
+ * List the two keys used to publish to a partner namespace.
72
+ * @param resourceGroupName The name of the resource group within the user's subscription.
73
+ * @param partnerNamespaceName Name of the partner namespace.
74
+ * @param options The options parameters.
75
+ */
76
+ listSharedAccessKeys(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesListSharedAccessKeysOptionalParams): Promise<PartnerNamespacesListSharedAccessKeysResponse>;
77
+ /**
78
+ * Regenerate a shared access key for a partner namespace.
79
+ * @param resourceGroupName The name of the resource group within the user's subscription.
80
+ * @param partnerNamespaceName Name of the partner namespace.
81
+ * @param regenerateKeyRequest Request body to regenerate key.
82
+ * @param options The options parameters.
83
+ */
84
+ regenerateKey(resourceGroupName: string, partnerNamespaceName: string, regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest, options?: PartnerNamespacesRegenerateKeyOptionalParams): Promise<PartnerNamespacesRegenerateKeyResponse>;
85
+ }
86
+ //# sourceMappingURL=partnerNamespaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerNamespaces.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerNamespaces.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=partnerNamespaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerNamespaces.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerNamespaces.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,47 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PartnerRegistration, PartnerRegistrationsListBySubscriptionOptionalParams, PartnerRegistrationsListByResourceGroupOptionalParams, PartnerRegistrationsGetOptionalParams, PartnerRegistrationsGetResponse, PartnerRegistrationsCreateOrUpdateOptionalParams, PartnerRegistrationsCreateOrUpdateResponse, PartnerRegistrationsDeleteOptionalParams, PartnerRegistrationUpdateParameters, PartnerRegistrationsUpdateOptionalParams, PartnerRegistrationsUpdateResponse } from "../models";
3
+ /** Interface representing a PartnerRegistrations. */
4
+ export interface PartnerRegistrations {
5
+ /**
6
+ * List all the partner registrations under an Azure subscription.
7
+ * @param options The options parameters.
8
+ */
9
+ listBySubscription(options?: PartnerRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
10
+ /**
11
+ * List all the partner registrations under a resource group.
12
+ * @param resourceGroupName The name of the resource group within the user's subscription.
13
+ * @param options The options parameters.
14
+ */
15
+ listByResourceGroup(resourceGroupName: string, options?: PartnerRegistrationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
16
+ /**
17
+ * Gets a partner registration with the specified parameters.
18
+ * @param resourceGroupName The name of the resource group within the user's subscription.
19
+ * @param partnerRegistrationName Name of the partner registration.
20
+ * @param options The options parameters.
21
+ */
22
+ get(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsGetOptionalParams): Promise<PartnerRegistrationsGetResponse>;
23
+ /**
24
+ * Creates a new partner registration with the specified parameters.
25
+ * @param resourceGroupName The name of the resource group within the user's subscription.
26
+ * @param partnerRegistrationName Name of the partner registration.
27
+ * @param partnerRegistrationInfo PartnerRegistration information.
28
+ * @param options The options parameters.
29
+ */
30
+ createOrUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<PartnerRegistrationsCreateOrUpdateResponse>;
31
+ /**
32
+ * Deletes a partner registration with the specified parameters.
33
+ * @param resourceGroupName The name of the resource group within the user's subscription.
34
+ * @param partnerRegistrationName Name of the partner registration.
35
+ * @param options The options parameters.
36
+ */
37
+ delete(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<void>;
38
+ /**
39
+ * Updates a partner registration with the specified parameters.
40
+ * @param resourceGroupName The name of the resource group within the user's subscription.
41
+ * @param partnerRegistrationName Name of the partner registration.
42
+ * @param partnerRegistrationUpdateParameters Partner registration update information.
43
+ * @param options The options parameters.
44
+ */
45
+ update(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<PartnerRegistrationsUpdateResponse>;
46
+ }
47
+ //# sourceMappingURL=partnerRegistrations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerRegistrations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerRegistrations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,oDAAoD,EACpD,qDAAqD,EACrD,qCAAqC,EACrC,+BAA+B,EAC/B,gDAAgD,EAChD,0CAA0C,EAC1C,wCAAwC,EACxC,mCAAmC,EACnC,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,WAAW,CAAC;AAGnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,uBAAuB,EAAE,mBAAmB,EAC5C,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,mCAAmC,EAAE,mCAAmC,EACxE,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=partnerRegistrations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerRegistrations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerRegistrations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,103 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { EventSubscription, PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams, PartnerTopicEventSubscriptionsGetOptionalParams, PartnerTopicEventSubscriptionsGetResponse, PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams, PartnerTopicEventSubscriptionsCreateOrUpdateResponse, PartnerTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, PartnerTopicEventSubscriptionsUpdateOptionalParams, PartnerTopicEventSubscriptionsUpdateResponse, PartnerTopicEventSubscriptionsGetFullUrlOptionalParams, PartnerTopicEventSubscriptionsGetFullUrlResponse, PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse } from "../models";
4
+ /** Interface representing a PartnerTopicEventSubscriptions. */
5
+ export interface PartnerTopicEventSubscriptions {
6
+ /**
7
+ * List event subscriptions that belong to a specific partner topic.
8
+ * @param resourceGroupName The name of the resource group within the user's subscription.
9
+ * @param partnerTopicName Name of the partner topic.
10
+ * @param options The options parameters.
11
+ */
12
+ listByPartnerTopic(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
13
+ /**
14
+ * Get an event subscription of a partner topic.
15
+ * @param resourceGroupName The name of the resource group within the user's subscription.
16
+ * @param partnerTopicName Name of the partner topic.
17
+ * @param eventSubscriptionName Name of the event subscription to be found. Event subscription names
18
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
19
+ * @param options The options parameters.
20
+ */
21
+ get(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetOptionalParams): Promise<PartnerTopicEventSubscriptionsGetResponse>;
22
+ /**
23
+ * Asynchronously creates or updates an event subscription of a partner topic with the specified
24
+ * parameters. Existing event subscriptions will be updated with this API.
25
+ * @param resourceGroupName The name of the resource group within the user's subscription.
26
+ * @param partnerTopicName Name of the partner topic.
27
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
28
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
29
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
30
+ * information.
31
+ * @param options The options parameters.
32
+ */
33
+ beginCreateOrUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>, PartnerTopicEventSubscriptionsCreateOrUpdateResponse>>;
34
+ /**
35
+ * Asynchronously creates or updates an event subscription of a partner topic with the specified
36
+ * parameters. Existing event subscriptions will be updated with this API.
37
+ * @param resourceGroupName The name of the resource group within the user's subscription.
38
+ * @param partnerTopicName Name of the partner topic.
39
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
40
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
41
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
42
+ * information.
43
+ * @param options The options parameters.
44
+ */
45
+ beginCreateOrUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>;
46
+ /**
47
+ * Delete an event subscription of a partner topic.
48
+ * @param resourceGroupName The name of the resource group within the user's subscription.
49
+ * @param partnerTopicName Name of the partner topic.
50
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
51
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
52
+ * @param options The options parameters.
53
+ */
54
+ beginDelete(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
55
+ /**
56
+ * Delete an event subscription of a partner topic.
57
+ * @param resourceGroupName The name of the resource group within the user's subscription.
58
+ * @param partnerTopicName Name of the partner topic.
59
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
60
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
61
+ * @param options The options parameters.
62
+ */
63
+ beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
64
+ /**
65
+ * Update event subscription of a partner topic.
66
+ * @param resourceGroupName The name of the resource group within the user's subscription.
67
+ * @param partnerTopicName Name of the partner topic.
68
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
69
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
70
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
71
+ * @param options The options parameters.
72
+ */
73
+ beginUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerTopicEventSubscriptionsUpdateResponse>, PartnerTopicEventSubscriptionsUpdateResponse>>;
74
+ /**
75
+ * Update event subscription of a partner topic.
76
+ * @param resourceGroupName The name of the resource group within the user's subscription.
77
+ * @param partnerTopicName Name of the partner topic.
78
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
79
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
80
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
81
+ * @param options The options parameters.
82
+ */
83
+ beginUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsUpdateResponse>;
84
+ /**
85
+ * Get the full endpoint URL for an event subscription of a partner topic.
86
+ * @param resourceGroupName The name of the resource group within the user's subscription.
87
+ * @param partnerTopicName Name of the partner topic.
88
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
89
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
90
+ * @param options The options parameters.
91
+ */
92
+ getFullUrl(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<PartnerTopicEventSubscriptionsGetFullUrlResponse>;
93
+ /**
94
+ * Get all delivery attributes for an event subscription of a partner topic.
95
+ * @param resourceGroupName The name of the resource group within the user's subscription.
96
+ * @param partnerTopicName Name of the partner topic.
97
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
98
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
99
+ * @param options The options parameters.
100
+ */
101
+ getDeliveryAttributes(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse>;
102
+ }
103
+ //# sourceMappingURL=partnerTopicEventSubscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=partnerTopicEventSubscriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerTopicEventSubscriptions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,61 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { PartnerTopic, PartnerTopicsListBySubscriptionOptionalParams, PartnerTopicsListByResourceGroupOptionalParams, PartnerTopicsGetOptionalParams, PartnerTopicsGetResponse, PartnerTopicsDeleteOptionalParams, PartnerTopicUpdateParameters, PartnerTopicsUpdateOptionalParams, PartnerTopicsUpdateResponse, PartnerTopicsActivateOptionalParams, PartnerTopicsActivateResponse, PartnerTopicsDeactivateOptionalParams, PartnerTopicsDeactivateResponse } from "../models";
4
+ /** Interface representing a PartnerTopics. */
5
+ export interface PartnerTopics {
6
+ /**
7
+ * List all the partner topics under an Azure subscription.
8
+ * @param options The options parameters.
9
+ */
10
+ listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
11
+ /**
12
+ * List all the partner topics under a resource group.
13
+ * @param resourceGroupName The name of the resource group within the user's subscription.
14
+ * @param options The options parameters.
15
+ */
16
+ listByResourceGroup(resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
17
+ /**
18
+ * Get properties of a partner topic.
19
+ * @param resourceGroupName The name of the resource group within the user's subscription.
20
+ * @param partnerTopicName Name of the partner topic.
21
+ * @param options The options parameters.
22
+ */
23
+ get(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams): Promise<PartnerTopicsGetResponse>;
24
+ /**
25
+ * Delete existing partner topic.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription.
27
+ * @param partnerTopicName Name of the partner topic.
28
+ * @param options The options parameters.
29
+ */
30
+ beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
31
+ /**
32
+ * Delete existing partner topic.
33
+ * @param resourceGroupName The name of the resource group within the user's subscription.
34
+ * @param partnerTopicName Name of the partner topic.
35
+ * @param options The options parameters.
36
+ */
37
+ beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>;
38
+ /**
39
+ * Asynchronously updates a partner topic with the specified parameters.
40
+ * @param resourceGroupName The name of the resource group within the user's subscription.
41
+ * @param partnerTopicName Name of the partner topic.
42
+ * @param partnerTopicUpdateParameters PartnerTopic update information.
43
+ * @param options The options parameters.
44
+ */
45
+ update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopicsUpdateResponse>;
46
+ /**
47
+ * Activate a newly created partner topic.
48
+ * @param resourceGroupName The name of the resource group within the user's subscription.
49
+ * @param partnerTopicName Name of the partner topic.
50
+ * @param options The options parameters.
51
+ */
52
+ activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopicsActivateResponse>;
53
+ /**
54
+ * Deactivate specific partner topic.
55
+ * @param resourceGroupName The name of the resource group within the user's subscription.
56
+ * @param partnerTopicName Name of the partner topic.
57
+ * @param options The options parameters.
58
+ */
59
+ deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopicsDeactivateResponse>;
60
+ }
61
+ //# sourceMappingURL=partnerTopics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerTopics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerTopics.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,YAAY,EACZ,6CAA6C,EAC7C,8CAA8C,EAC9C,8BAA8B,EAC9B,wBAAwB,EACxB,iCAAiC,EACjC,4BAA4B,EAC5B,iCAAiC,EACjC,2BAA2B,EAC3B,mCAAmC,EACnC,6BAA6B,EAC7B,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=partnerTopics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerTopics.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/partnerTopics.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,74 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { PrivateEndpointConnection, Enum28, PrivateEndpointConnectionsListByResourceOptionalParams, Enum25, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, Enum26, PrivateEndpointConnectionsUpdateOptionalParams, PrivateEndpointConnectionsUpdateResponse, Enum27, PrivateEndpointConnectionsDeleteOptionalParams } from "../models";
4
+ /** Interface representing a PrivateEndpointConnections. */
5
+ export interface PrivateEndpointConnections {
6
+ /**
7
+ * Get all private endpoint connections under a topic, domain, or partner namespace.
8
+ * @param resourceGroupName The name of the resource group within the user's subscription.
9
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
10
+ * \'partnerNamespaces\'.
11
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
12
+ * partner namespace name).
13
+ * @param options The options parameters.
14
+ */
15
+ listByResource(resourceGroupName: string, parentType: Enum28, parentName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
16
+ /**
17
+ * Get a specific private endpoint connection under a topic, domain, or partner namespace.
18
+ * @param resourceGroupName The name of the resource group within the user's subscription.
19
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
20
+ * \'partnerNamespaces\'.
21
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
22
+ * partner namespace name).
23
+ * @param privateEndpointConnectionName The name of the private endpoint connection connection.
24
+ * @param options The options parameters.
25
+ */
26
+ get(resourceGroupName: string, parentType: Enum25, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
27
+ /**
28
+ * Update a specific private endpoint connection under a topic, domain or partner namespace.
29
+ * @param resourceGroupName The name of the resource group within the user's subscription.
30
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
31
+ * \'partnerNamespaces\'.
32
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
33
+ * partner namespace name).
34
+ * @param privateEndpointConnectionName The name of the private endpoint connection connection.
35
+ * @param privateEndpointConnection The private endpoint connection object to update.
36
+ * @param options The options parameters.
37
+ */
38
+ beginUpdate(resourceGroupName: string, parentType: Enum26, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsUpdateResponse>, PrivateEndpointConnectionsUpdateResponse>>;
39
+ /**
40
+ * Update a specific private endpoint connection under a topic, domain or partner namespace.
41
+ * @param resourceGroupName The name of the resource group within the user's subscription.
42
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
43
+ * \'partnerNamespaces\'.
44
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
45
+ * partner namespace name).
46
+ * @param privateEndpointConnectionName The name of the private endpoint connection connection.
47
+ * @param privateEndpointConnection The private endpoint connection object to update.
48
+ * @param options The options parameters.
49
+ */
50
+ beginUpdateAndWait(resourceGroupName: string, parentType: Enum26, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnectionsUpdateResponse>;
51
+ /**
52
+ * Delete a specific private endpoint connection under a topic, domain, or partner namespace.
53
+ * @param resourceGroupName The name of the resource group within the user's subscription.
54
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
55
+ * \'partnerNamespaces\'.
56
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
57
+ * partner namespace name).
58
+ * @param privateEndpointConnectionName The name of the private endpoint connection connection.
59
+ * @param options The options parameters.
60
+ */
61
+ beginDelete(resourceGroupName: string, parentType: Enum27, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
62
+ /**
63
+ * Delete a specific private endpoint connection under a topic, domain, or partner namespace.
64
+ * @param resourceGroupName The name of the resource group within the user's subscription.
65
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
66
+ * \'partnerNamespaces\'.
67
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
68
+ * partner namespace name).
69
+ * @param privateEndpointConnectionName The name of the private endpoint connection connection.
70
+ * @param options The options parameters.
71
+ */
72
+ beginDeleteAndWait(resourceGroupName: string, parentType: Enum27, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
73
+ }
74
+ //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,MAAM,EACN,sDAAsD,EACtD,MAAM,EACN,2CAA2C,EAC3C,qCAAqC,EACrC,MAAM,EACN,8CAA8C,EAC9C,wCAAwC,EACxC,MAAM,EACN,8CAA8C,EAC/C,MAAM,WAAW,CAAC;AAGnB,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,wCAAwC,CAAC,EAC5D,wCAAwC,CACzC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;;;;OASG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=privateEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,27 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PrivateLinkResource, PrivateLinkResourcesListByResourceOptionalParams, PrivateLinkResourcesGetOptionalParams, PrivateLinkResourcesGetResponse } from "../models";
3
+ /** Interface representing a PrivateLinkResources. */
4
+ export interface PrivateLinkResources {
5
+ /**
6
+ * List all the private link resources under a topic, domain, or partner namespace.
7
+ * @param resourceGroupName The name of the resource group within the user's subscription.
8
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
9
+ * \'partnerNamespaces\'.
10
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
11
+ * partner namespace name).
12
+ * @param options The options parameters.
13
+ */
14
+ listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
15
+ /**
16
+ * Get properties of a private link resource.
17
+ * @param resourceGroupName The name of the resource group within the user's subscription.
18
+ * @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
19
+ * \'partnerNamespaces\'.
20
+ * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
21
+ * partner namespace name).
22
+ * @param privateLinkResourceName The name of private link resource.
23
+ * @param options The options parameters.
24
+ */
25
+ get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
26
+ }
27
+ //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,gDAAgD,EAChD,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAGnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=privateLinkResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}