@azure/arm-eventhub-profile-2020-09-01-hybrid 2.1.1-alpha.20250124.1 → 2.1.1-alpha.20250128.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 (702) hide show
  1. package/{dist-esm/src → dist/browser}/eventHubManagementClient.d.ts +2 -2
  2. package/dist/browser/eventHubManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/eventHubManagementClient.js +1 -1
  4. package/dist/browser/eventHubManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/clusters.d.ts +3 -3
  16. package/dist/browser/operations/clusters.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/clusters.js +101 -113
  18. package/dist/browser/operations/clusters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/consumerGroups.d.ts +3 -3
  20. package/dist/browser/operations/consumerGroups.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/consumerGroups.js +3 -3
  22. package/dist/browser/operations/consumerGroups.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/disasterRecoveryConfigs.d.ts +3 -3
  24. package/dist/browser/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/disasterRecoveryConfigs.js +3 -3
  26. package/dist/browser/operations/disasterRecoveryConfigs.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/eventHubs.d.ts +3 -3
  28. package/dist/browser/operations/eventHubs.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/eventHubs.js +3 -3
  30. package/dist/browser/operations/eventHubs.js.map +1 -0
  31. package/dist/browser/operations/index.d.ts +10 -0
  32. package/dist/browser/operations/index.d.ts.map +1 -0
  33. package/dist/browser/operations/index.js +17 -0
  34. package/dist/browser/operations/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/namespaces.d.ts +3 -3
  36. package/dist/browser/operations/namespaces.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/namespaces.js +69 -77
  38. package/dist/browser/operations/namespaces.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  40. package/dist/browser/operations/operations.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  42. package/dist/browser/operations/operations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  44. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +42 -46
  46. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  48. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
  50. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/regions.d.ts +3 -3
  52. package/dist/browser/operations/regions.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/regions.js +3 -3
  54. package/dist/browser/operations/regions.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.d.ts +1 -1
  56. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/consumerGroups.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/consumerGroups.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/consumerGroups.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/disasterRecoveryConfigs.d.ts +1 -1
  62. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/eventHubs.d.ts +1 -1
  65. package/dist/browser/operationsInterfaces/eventHubs.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/eventHubs.js.map +1 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts +10 -0
  68. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/index.js +17 -0
  70. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  71. package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.d.ts +1 -1
  72. package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  76. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  78. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  81. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  83. package/{dist-esm/src → dist/browser}/operationsInterfaces/regions.d.ts +1 -1
  84. package/{dist-esm/src → dist/browser}/operationsInterfaces/regions.d.ts.map +1 -1
  85. package/dist/browser/operationsInterfaces/regions.js.map +1 -0
  86. package/dist/browser/package.json +3 -0
  87. package/dist/browser/pagingHelper.js.map +1 -0
  88. package/dist/commonjs/eventHubManagementClient.d.ts +26 -0
  89. package/dist/commonjs/eventHubManagementClient.d.ts.map +1 -0
  90. package/dist/commonjs/eventHubManagementClient.js +84 -0
  91. package/dist/commonjs/eventHubManagementClient.js.map +1 -0
  92. package/dist/commonjs/index.d.ts +5 -0
  93. package/dist/commonjs/index.d.ts.map +1 -0
  94. package/dist/commonjs/index.js +19 -0
  95. package/dist/commonjs/index.js.map +1 -0
  96. package/dist/commonjs/lroImpl.d.ts +16 -0
  97. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  98. package/dist/commonjs/lroImpl.js +29 -0
  99. package/dist/commonjs/lroImpl.js.map +1 -0
  100. package/dist/commonjs/models/index.d.ts +881 -0
  101. package/dist/commonjs/models/index.d.ts.map +1 -0
  102. package/dist/commonjs/models/index.js +71 -0
  103. package/dist/commonjs/models/index.js.map +1 -0
  104. package/dist/commonjs/models/mappers.d.ts +42 -0
  105. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  106. package/dist/commonjs/models/mappers.js +1168 -0
  107. package/dist/commonjs/models/mappers.js.map +1 -0
  108. package/dist/commonjs/models/parameters.d.ts +28 -0
  109. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  110. package/dist/commonjs/models/parameters.js +267 -0
  111. package/dist/commonjs/models/parameters.js.map +1 -0
  112. package/dist/commonjs/operations/clusters.d.ts +101 -0
  113. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  114. package/dist/commonjs/operations/clusters.js +465 -0
  115. package/dist/commonjs/operations/clusters.js.map +1 -0
  116. package/dist/commonjs/operations/consumerGroups.d.ts +71 -0
  117. package/dist/commonjs/operations/consumerGroups.d.ts.map +1 -0
  118. package/dist/commonjs/operations/consumerGroups.js +284 -0
  119. package/dist/commonjs/operations/consumerGroups.js.map +1 -0
  120. package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts +59 -0
  121. package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  122. package/dist/commonjs/operations/disasterRecoveryConfigs.js +239 -0
  123. package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +1 -0
  124. package/dist/commonjs/operations/eventHubs.d.ts +139 -0
  125. package/dist/commonjs/operations/eventHubs.d.ts.map +1 -0
  126. package/dist/commonjs/operations/eventHubs.js +590 -0
  127. package/dist/commonjs/operations/eventHubs.js.map +1 -0
  128. package/dist/commonjs/operations/index.d.ts +10 -0
  129. package/dist/commonjs/operations/index.d.ts.map +1 -0
  130. package/dist/commonjs/operations/index.js +20 -0
  131. package/dist/commonjs/operations/index.js.map +1 -0
  132. package/dist/commonjs/operations/namespaces.d.ts +176 -0
  133. package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
  134. package/dist/commonjs/operations/namespaces.js +814 -0
  135. package/dist/commonjs/operations/namespaces.js.map +1 -0
  136. package/dist/commonjs/operations/operations.d.ts +32 -0
  137. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  138. package/dist/commonjs/operations/operations.js +137 -0
  139. package/dist/commonjs/operations/operations.js.map +1 -0
  140. package/dist/commonjs/operations/privateEndpointConnections.d.ts +75 -0
  141. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  142. package/dist/commonjs/operations/privateEndpointConnections.js +317 -0
  143. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  144. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  145. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  146. package/dist/commonjs/operations/privateLinkResources.js +58 -0
  147. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  148. package/dist/commonjs/operations/regions.d.ts +35 -0
  149. package/dist/commonjs/operations/regions.d.ts.map +1 -0
  150. package/dist/commonjs/operations/regions.js +145 -0
  151. package/dist/commonjs/operations/regions.js.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/clusters.d.ts +78 -0
  153. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  155. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/consumerGroups.d.ts +43 -0
  157. package/dist/commonjs/operationsInterfaces/consumerGroups.d.ts.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/consumerGroups.js +10 -0
  159. package/dist/commonjs/operationsInterfaces/consumerGroups.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts +32 -0
  161. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/eventHubs.d.ts +95 -0
  165. package/dist/commonjs/operationsInterfaces/eventHubs.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/eventHubs.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/eventHubs.js.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
  169. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/index.js +20 -0
  171. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/namespaces.d.ts +123 -0
  173. package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
  175. package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  177. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  179. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  181. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  183. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  185. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  187. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/regions.d.ts +12 -0
  189. package/dist/commonjs/operationsInterfaces/regions.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/regions.js +10 -0
  191. package/dist/commonjs/operationsInterfaces/regions.js.map +1 -0
  192. package/dist/commonjs/package.json +3 -0
  193. package/dist/commonjs/pagingHelper.d.ts +13 -0
  194. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  195. package/dist/commonjs/pagingHelper.js +36 -0
  196. package/dist/commonjs/pagingHelper.js.map +1 -0
  197. package/dist/esm/eventHubManagementClient.d.ts +26 -0
  198. package/dist/esm/eventHubManagementClient.d.ts.map +1 -0
  199. package/dist/esm/eventHubManagementClient.js +79 -0
  200. package/dist/esm/eventHubManagementClient.js.map +1 -0
  201. package/dist/esm/index.d.ts +5 -0
  202. package/dist/esm/index.d.ts.map +1 -0
  203. package/{src/index.ts → dist/esm/index.js} +5 -5
  204. package/dist/esm/index.js.map +1 -0
  205. package/dist/esm/lroImpl.d.ts +16 -0
  206. package/dist/esm/lroImpl.d.ts.map +1 -0
  207. package/dist/esm/lroImpl.js +25 -0
  208. package/dist/esm/lroImpl.js.map +1 -0
  209. package/dist/esm/models/index.d.ts +881 -0
  210. package/dist/esm/models/index.d.ts.map +1 -0
  211. package/dist/esm/models/index.js +68 -0
  212. package/dist/esm/models/index.js.map +1 -0
  213. package/dist/esm/models/mappers.d.ts +42 -0
  214. package/dist/esm/models/mappers.d.ts.map +1 -0
  215. package/dist/esm/models/mappers.js +1165 -0
  216. package/dist/esm/models/mappers.js.map +1 -0
  217. package/dist/esm/models/parameters.d.ts +28 -0
  218. package/dist/esm/models/parameters.d.ts.map +1 -0
  219. package/dist/esm/models/parameters.js +264 -0
  220. package/dist/esm/models/parameters.js.map +1 -0
  221. package/dist/esm/operations/clusters.d.ts +101 -0
  222. package/dist/esm/operations/clusters.d.ts.map +1 -0
  223. package/dist/esm/operations/clusters.js +461 -0
  224. package/dist/esm/operations/clusters.js.map +1 -0
  225. package/dist/esm/operations/consumerGroups.d.ts +71 -0
  226. package/dist/esm/operations/consumerGroups.d.ts.map +1 -0
  227. package/dist/esm/operations/consumerGroups.js +280 -0
  228. package/dist/esm/operations/consumerGroups.js.map +1 -0
  229. package/dist/esm/operations/disasterRecoveryConfigs.d.ts +59 -0
  230. package/dist/esm/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  231. package/dist/esm/operations/disasterRecoveryConfigs.js +235 -0
  232. package/dist/esm/operations/disasterRecoveryConfigs.js.map +1 -0
  233. package/dist/esm/operations/eventHubs.d.ts +139 -0
  234. package/dist/esm/operations/eventHubs.d.ts.map +1 -0
  235. package/dist/esm/operations/eventHubs.js +586 -0
  236. package/dist/esm/operations/eventHubs.js.map +1 -0
  237. package/dist/esm/operations/index.d.ts +10 -0
  238. package/dist/esm/operations/index.d.ts.map +1 -0
  239. package/dist/esm/operations/index.js +17 -0
  240. package/dist/esm/operations/index.js.map +1 -0
  241. package/dist/esm/operations/namespaces.d.ts +176 -0
  242. package/dist/esm/operations/namespaces.d.ts.map +1 -0
  243. package/dist/esm/operations/namespaces.js +810 -0
  244. package/dist/esm/operations/namespaces.js.map +1 -0
  245. package/dist/esm/operations/operations.d.ts +32 -0
  246. package/dist/esm/operations/operations.d.ts.map +1 -0
  247. package/dist/esm/operations/operations.js +133 -0
  248. package/dist/esm/operations/operations.js.map +1 -0
  249. package/dist/esm/operations/privateEndpointConnections.d.ts +75 -0
  250. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  251. package/dist/esm/operations/privateEndpointConnections.js +313 -0
  252. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  253. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  254. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  255. package/dist/esm/operations/privateLinkResources.js +53 -0
  256. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  257. package/dist/esm/operations/regions.d.ts +35 -0
  258. package/dist/esm/operations/regions.d.ts.map +1 -0
  259. package/dist/esm/operations/regions.js +141 -0
  260. package/dist/esm/operations/regions.js.map +1 -0
  261. package/dist/esm/operationsInterfaces/clusters.d.ts +78 -0
  262. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  263. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  264. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  265. package/dist/esm/operationsInterfaces/consumerGroups.d.ts +43 -0
  266. package/dist/esm/operationsInterfaces/consumerGroups.d.ts.map +1 -0
  267. package/dist/esm/operationsInterfaces/consumerGroups.js +9 -0
  268. package/dist/esm/operationsInterfaces/consumerGroups.js.map +1 -0
  269. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts +32 -0
  270. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  271. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
  272. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  273. package/dist/esm/operationsInterfaces/eventHubs.d.ts +95 -0
  274. package/dist/esm/operationsInterfaces/eventHubs.d.ts.map +1 -0
  275. package/dist/esm/operationsInterfaces/eventHubs.js +9 -0
  276. package/dist/esm/operationsInterfaces/eventHubs.js.map +1 -0
  277. package/dist/esm/operationsInterfaces/index.d.ts +10 -0
  278. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  279. package/dist/esm/operationsInterfaces/index.js +17 -0
  280. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  281. package/dist/esm/operationsInterfaces/namespaces.d.ts +123 -0
  282. package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
  283. package/dist/esm/operationsInterfaces/namespaces.js +9 -0
  284. package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
  285. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  286. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  287. package/dist/esm/operationsInterfaces/operations.js +9 -0
  288. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  289. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  290. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  291. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  292. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  293. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  294. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  295. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  296. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  297. package/dist/esm/operationsInterfaces/regions.d.ts +12 -0
  298. package/dist/esm/operationsInterfaces/regions.d.ts.map +1 -0
  299. package/dist/esm/operationsInterfaces/regions.js +9 -0
  300. package/dist/esm/operationsInterfaces/regions.js.map +1 -0
  301. package/dist/esm/package.json +3 -0
  302. package/dist/esm/pagingHelper.d.ts +13 -0
  303. package/dist/esm/pagingHelper.d.ts.map +1 -0
  304. package/dist/esm/pagingHelper.js +32 -0
  305. package/dist/esm/pagingHelper.js.map +1 -0
  306. package/dist/react-native/eventHubManagementClient.d.ts +26 -0
  307. package/dist/react-native/eventHubManagementClient.d.ts.map +1 -0
  308. package/dist/react-native/eventHubManagementClient.js +79 -0
  309. package/dist/react-native/eventHubManagementClient.js.map +1 -0
  310. package/dist/react-native/index.d.ts +5 -0
  311. package/dist/react-native/index.d.ts.map +1 -0
  312. package/dist/react-native/index.js +13 -0
  313. package/dist/react-native/index.js.map +1 -0
  314. package/dist/react-native/lroImpl.d.ts +16 -0
  315. package/dist/react-native/lroImpl.d.ts.map +1 -0
  316. package/dist/react-native/lroImpl.js +25 -0
  317. package/dist/react-native/lroImpl.js.map +1 -0
  318. package/dist/react-native/models/index.d.ts +881 -0
  319. package/dist/react-native/models/index.d.ts.map +1 -0
  320. package/dist/react-native/models/index.js +68 -0
  321. package/dist/react-native/models/index.js.map +1 -0
  322. package/dist/react-native/models/mappers.d.ts +42 -0
  323. package/dist/react-native/models/mappers.d.ts.map +1 -0
  324. package/dist/react-native/models/mappers.js +1165 -0
  325. package/dist/react-native/models/mappers.js.map +1 -0
  326. package/dist/react-native/models/parameters.d.ts +28 -0
  327. package/dist/react-native/models/parameters.d.ts.map +1 -0
  328. package/dist/react-native/models/parameters.js +264 -0
  329. package/dist/react-native/models/parameters.js.map +1 -0
  330. package/dist/react-native/operations/clusters.d.ts +101 -0
  331. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  332. package/dist/react-native/operations/clusters.js +461 -0
  333. package/dist/react-native/operations/clusters.js.map +1 -0
  334. package/dist/react-native/operations/consumerGroups.d.ts +71 -0
  335. package/dist/react-native/operations/consumerGroups.d.ts.map +1 -0
  336. package/dist/react-native/operations/consumerGroups.js +280 -0
  337. package/dist/react-native/operations/consumerGroups.js.map +1 -0
  338. package/dist/react-native/operations/disasterRecoveryConfigs.d.ts +59 -0
  339. package/dist/react-native/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  340. package/dist/react-native/operations/disasterRecoveryConfigs.js +235 -0
  341. package/dist/react-native/operations/disasterRecoveryConfigs.js.map +1 -0
  342. package/dist/react-native/operations/eventHubs.d.ts +139 -0
  343. package/dist/react-native/operations/eventHubs.d.ts.map +1 -0
  344. package/dist/react-native/operations/eventHubs.js +586 -0
  345. package/dist/react-native/operations/eventHubs.js.map +1 -0
  346. package/dist/react-native/operations/index.d.ts +10 -0
  347. package/dist/react-native/operations/index.d.ts.map +1 -0
  348. package/dist/react-native/operations/index.js +17 -0
  349. package/dist/react-native/operations/index.js.map +1 -0
  350. package/dist/react-native/operations/namespaces.d.ts +176 -0
  351. package/dist/react-native/operations/namespaces.d.ts.map +1 -0
  352. package/dist/react-native/operations/namespaces.js +810 -0
  353. package/dist/react-native/operations/namespaces.js.map +1 -0
  354. package/dist/react-native/operations/operations.d.ts +32 -0
  355. package/dist/react-native/operations/operations.d.ts.map +1 -0
  356. package/dist/react-native/operations/operations.js +133 -0
  357. package/dist/react-native/operations/operations.js.map +1 -0
  358. package/dist/react-native/operations/privateEndpointConnections.d.ts +75 -0
  359. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  360. package/dist/react-native/operations/privateEndpointConnections.js +313 -0
  361. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  362. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  363. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  364. package/dist/react-native/operations/privateLinkResources.js +53 -0
  365. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  366. package/dist/react-native/operations/regions.d.ts +35 -0
  367. package/dist/react-native/operations/regions.d.ts.map +1 -0
  368. package/dist/react-native/operations/regions.js +141 -0
  369. package/dist/react-native/operations/regions.js.map +1 -0
  370. package/dist/react-native/operationsInterfaces/clusters.d.ts +78 -0
  371. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  372. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  373. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  374. package/dist/react-native/operationsInterfaces/consumerGroups.d.ts +43 -0
  375. package/dist/react-native/operationsInterfaces/consumerGroups.d.ts.map +1 -0
  376. package/dist/react-native/operationsInterfaces/consumerGroups.js +9 -0
  377. package/dist/react-native/operationsInterfaces/consumerGroups.js.map +1 -0
  378. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts +32 -0
  379. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  380. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
  381. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  382. package/dist/react-native/operationsInterfaces/eventHubs.d.ts +95 -0
  383. package/dist/react-native/operationsInterfaces/eventHubs.d.ts.map +1 -0
  384. package/dist/react-native/operationsInterfaces/eventHubs.js +9 -0
  385. package/dist/react-native/operationsInterfaces/eventHubs.js.map +1 -0
  386. package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
  387. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  388. package/dist/react-native/operationsInterfaces/index.js +17 -0
  389. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  390. package/dist/react-native/operationsInterfaces/namespaces.d.ts +123 -0
  391. package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
  392. package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
  393. package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
  394. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  395. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  396. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  397. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  398. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  399. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  400. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  401. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  402. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  403. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  404. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  405. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  406. package/dist/react-native/operationsInterfaces/regions.d.ts +12 -0
  407. package/dist/react-native/operationsInterfaces/regions.d.ts.map +1 -0
  408. package/dist/react-native/operationsInterfaces/regions.js +9 -0
  409. package/dist/react-native/operationsInterfaces/regions.js.map +1 -0
  410. package/dist/react-native/package.json +3 -0
  411. package/dist/react-native/pagingHelper.d.ts +13 -0
  412. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  413. package/dist/react-native/pagingHelper.js +32 -0
  414. package/dist/react-native/pagingHelper.js.map +1 -0
  415. package/package.json +65 -35
  416. package/dist/index.js +0 -4695
  417. package/dist/index.js.map +0 -1
  418. package/dist/index.min.js +0 -1
  419. package/dist/index.min.js.map +0 -1
  420. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  421. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  422. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -34
  423. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  424. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  425. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  426. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
  427. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  428. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  429. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  430. package/dist-esm/samples-dev/clustersGetSample.js +0 -36
  431. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  432. package/dist-esm/samples-dev/clustersListAvailableClusterRegionSample.d.ts +0 -2
  433. package/dist-esm/samples-dev/clustersListAvailableClusterRegionSample.d.ts.map +0 -1
  434. package/dist-esm/samples-dev/clustersListAvailableClusterRegionSample.js +0 -34
  435. package/dist-esm/samples-dev/clustersListAvailableClusterRegionSample.js.map +0 -1
  436. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  437. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  438. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
  439. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  440. package/dist-esm/samples-dev/clustersListNamespacesSample.d.ts +0 -2
  441. package/dist-esm/samples-dev/clustersListNamespacesSample.d.ts.map +0 -1
  442. package/dist-esm/samples-dev/clustersListNamespacesSample.js +0 -36
  443. package/dist-esm/samples-dev/clustersListNamespacesSample.js.map +0 -1
  444. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  445. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  446. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -33
  447. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  448. package/dist-esm/samples-dev/consumerGroupsCreateOrUpdateSample.d.ts +0 -2
  449. package/dist-esm/samples-dev/consumerGroupsCreateOrUpdateSample.d.ts.map +0 -1
  450. package/dist-esm/samples-dev/consumerGroupsCreateOrUpdateSample.js +0 -32
  451. package/dist-esm/samples-dev/consumerGroupsCreateOrUpdateSample.js.map +0 -1
  452. package/dist-esm/samples-dev/consumerGroupsDeleteSample.d.ts +0 -2
  453. package/dist-esm/samples-dev/consumerGroupsDeleteSample.d.ts.map +0 -1
  454. package/dist-esm/samples-dev/consumerGroupsDeleteSample.js +0 -38
  455. package/dist-esm/samples-dev/consumerGroupsDeleteSample.js.map +0 -1
  456. package/dist-esm/samples-dev/consumerGroupsGetSample.d.ts +0 -2
  457. package/dist-esm/samples-dev/consumerGroupsGetSample.d.ts.map +0 -1
  458. package/dist-esm/samples-dev/consumerGroupsGetSample.js +0 -38
  459. package/dist-esm/samples-dev/consumerGroupsGetSample.js.map +0 -1
  460. package/dist-esm/samples-dev/consumerGroupsListByEventHubSample.d.ts +0 -2
  461. package/dist-esm/samples-dev/consumerGroupsListByEventHubSample.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/consumerGroupsListByEventHubSample.js +0 -53
  463. package/dist-esm/samples-dev/consumerGroupsListByEventHubSample.js.map +0 -1
  464. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts +0 -2
  465. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js +0 -38
  467. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js.map +0 -1
  468. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts +0 -2
  469. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js +0 -53
  471. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js.map +0 -1
  472. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js +0 -38
  475. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js.map +0 -1
  476. package/dist-esm/samples-dev/eventHubsCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/eventHubsCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/eventHubsCreateOrUpdateAuthorizationRuleSample.js +0 -32
  479. package/dist-esm/samples-dev/eventHubsCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  480. package/dist-esm/samples-dev/eventHubsCreateOrUpdateSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/eventHubsCreateOrUpdateSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/eventHubsCreateOrUpdateSample.js +0 -47
  483. package/dist-esm/samples-dev/eventHubsCreateOrUpdateSample.js.map +0 -1
  484. package/dist-esm/samples-dev/eventHubsDeleteAuthorizationRuleSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/eventHubsDeleteAuthorizationRuleSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/eventHubsDeleteAuthorizationRuleSample.js +0 -38
  487. package/dist-esm/samples-dev/eventHubsDeleteAuthorizationRuleSample.js.map +0 -1
  488. package/dist-esm/samples-dev/eventHubsDeleteSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/eventHubsDeleteSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/eventHubsDeleteSample.js +0 -37
  491. package/dist-esm/samples-dev/eventHubsDeleteSample.js.map +0 -1
  492. package/dist-esm/samples-dev/eventHubsGetAuthorizationRuleSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/eventHubsGetAuthorizationRuleSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/eventHubsGetAuthorizationRuleSample.js +0 -38
  495. package/dist-esm/samples-dev/eventHubsGetAuthorizationRuleSample.js.map +0 -1
  496. package/dist-esm/samples-dev/eventHubsGetSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/eventHubsGetSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/eventHubsGetSample.js +0 -37
  499. package/dist-esm/samples-dev/eventHubsGetSample.js.map +0 -1
  500. package/dist-esm/samples-dev/eventHubsListAuthorizationRulesSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/eventHubsListAuthorizationRulesSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/eventHubsListAuthorizationRulesSample.js +0 -53
  503. package/dist-esm/samples-dev/eventHubsListAuthorizationRulesSample.js.map +0 -1
  504. package/dist-esm/samples-dev/eventHubsListByNamespaceSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/eventHubsListByNamespaceSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/eventHubsListByNamespaceSample.js +0 -52
  507. package/dist-esm/samples-dev/eventHubsListByNamespaceSample.js.map +0 -1
  508. package/dist-esm/samples-dev/eventHubsListKeysSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/eventHubsListKeysSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/eventHubsListKeysSample.js +0 -38
  511. package/dist-esm/samples-dev/eventHubsListKeysSample.js.map +0 -1
  512. package/dist-esm/samples-dev/eventHubsRegenerateKeysSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/eventHubsRegenerateKeysSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/eventHubsRegenerateKeysSample.js +0 -32
  515. package/dist-esm/samples-dev/eventHubsRegenerateKeysSample.js.map +0 -1
  516. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
  517. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -30
  519. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
  520. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +0 -31
  523. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  524. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +0 -34
  527. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +0 -1
  528. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +0 -37
  531. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +0 -1
  532. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/namespacesDeleteSample.js +0 -36
  535. package/dist-esm/samples-dev/namespacesDeleteSample.js.map +0 -1
  536. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +0 -37
  539. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +0 -1
  540. package/dist-esm/samples-dev/namespacesGetSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/namespacesGetSample.js +0 -36
  543. package/dist-esm/samples-dev/namespacesGetSample.js.map +0 -1
  544. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +0 -52
  547. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +0 -1
  548. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +0 -51
  551. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +0 -1
  552. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/namespacesListKeysSample.js +0 -37
  555. package/dist-esm/samples-dev/namespacesListKeysSample.js.map +0 -1
  556. package/dist-esm/samples-dev/namespacesListSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/namespacesListSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/namespacesListSample.js +0 -50
  559. package/dist-esm/samples-dev/namespacesListSample.js.map +0 -1
  560. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +0 -31
  563. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +0 -1
  564. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/namespacesUpdateSample.js +0 -33
  567. package/dist-esm/samples-dev/namespacesUpdateSample.js.map +0 -1
  568. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  571. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  572. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -40
  575. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  576. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
  579. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  580. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
  583. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  584. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
  587. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  588. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -36
  591. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  592. package/dist-esm/samples-dev/regionsListBySkuSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/regionsListBySkuSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/regionsListBySkuSample.js +0 -84
  595. package/dist-esm/samples-dev/regionsListBySkuSample.js.map +0 -1
  596. package/dist-esm/src/eventHubManagementClient.d.ts.map +0 -1
  597. package/dist-esm/src/eventHubManagementClient.js.map +0 -1
  598. package/dist-esm/src/index.d.ts +0 -5
  599. package/dist-esm/src/index.js.map +0 -1
  600. package/dist-esm/src/lroImpl.js +0 -29
  601. package/dist-esm/src/lroImpl.js.map +0 -1
  602. package/dist-esm/src/models/index.js.map +0 -1
  603. package/dist-esm/src/models/mappers.js.map +0 -1
  604. package/dist-esm/src/models/parameters.js.map +0 -1
  605. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  606. package/dist-esm/src/operations/clusters.js.map +0 -1
  607. package/dist-esm/src/operations/consumerGroups.d.ts.map +0 -1
  608. package/dist-esm/src/operations/consumerGroups.js.map +0 -1
  609. package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts.map +0 -1
  610. package/dist-esm/src/operations/disasterRecoveryConfigs.js.map +0 -1
  611. package/dist-esm/src/operations/eventHubs.d.ts.map +0 -1
  612. package/dist-esm/src/operations/eventHubs.js.map +0 -1
  613. package/dist-esm/src/operations/index.d.ts +0 -10
  614. package/dist-esm/src/operations/index.d.ts.map +0 -1
  615. package/dist-esm/src/operations/index.js +0 -17
  616. package/dist-esm/src/operations/index.js.map +0 -1
  617. package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
  618. package/dist-esm/src/operations/namespaces.js.map +0 -1
  619. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  620. package/dist-esm/src/operations/operations.js.map +0 -1
  621. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  622. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  623. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  624. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  625. package/dist-esm/src/operations/regions.d.ts.map +0 -1
  626. package/dist-esm/src/operations/regions.js.map +0 -1
  627. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  628. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  629. package/dist-esm/src/operationsInterfaces/consumerGroups.d.ts.map +0 -1
  630. package/dist-esm/src/operationsInterfaces/consumerGroups.js.map +0 -1
  631. package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
  632. package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
  633. package/dist-esm/src/operationsInterfaces/eventHubs.d.ts.map +0 -1
  634. package/dist-esm/src/operationsInterfaces/eventHubs.js.map +0 -1
  635. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
  636. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  637. package/dist-esm/src/operationsInterfaces/index.js +0 -17
  638. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  639. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
  640. package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
  641. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  642. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  643. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  644. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  645. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  646. package/dist-esm/src/operationsInterfaces/regions.js.map +0 -1
  647. package/dist-esm/src/pagingHelper.js.map +0 -1
  648. package/dist-esm/test/sampleTest.d.ts +0 -2
  649. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  650. package/dist-esm/test/sampleTest.js +0 -42
  651. package/dist-esm/test/sampleTest.js.map +0 -1
  652. package/src/eventHubManagementClient.ts +0 -141
  653. package/src/lroImpl.ts +0 -34
  654. package/src/models/index.ts +0 -1066
  655. package/src/models/mappers.ts +0 -1258
  656. package/src/models/parameters.ts +0 -304
  657. package/src/operations/clusters.ts +0 -657
  658. package/src/operations/consumerGroups.ts +0 -381
  659. package/src/operations/disasterRecoveryConfigs.ts +0 -323
  660. package/src/operations/eventHubs.ts +0 -795
  661. package/src/operations/index.ts +0 -17
  662. package/src/operations/namespaces.ts +0 -1077
  663. package/src/operations/operations.ts +0 -149
  664. package/src/operations/privateEndpointConnections.ts +0 -423
  665. package/src/operations/privateLinkResources.ts +0 -72
  666. package/src/operations/regions.ts +0 -166
  667. package/src/operationsInterfaces/clusters.ts +0 -152
  668. package/src/operationsInterfaces/consumerGroups.ts +0 -84
  669. package/src/operationsInterfaces/disasterRecoveryConfigs.ts +0 -65
  670. package/src/operationsInterfaces/eventHubs.ts +0 -181
  671. package/src/operationsInterfaces/index.ts +0 -17
  672. package/src/operationsInterfaces/namespaces.ts +0 -229
  673. package/src/operationsInterfaces/operations.ts +0 -22
  674. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -92
  675. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  676. package/src/operationsInterfaces/regions.ts +0 -24
  677. package/src/pagingHelper.ts +0 -39
  678. package/tsconfig.json +0 -33
  679. package/types/arm-eventhub-profile-2020-09-01-hybrid.d.ts +0 -1514
  680. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  681. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  682. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  683. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  684. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  685. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  686. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  687. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  688. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  689. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  690. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  691. /package/{dist-esm/src → dist/browser}/operationsInterfaces/consumerGroups.js +0 -0
  692. /package/{dist-esm/src → dist/browser}/operationsInterfaces/disasterRecoveryConfigs.js +0 -0
  693. /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventHubs.js +0 -0
  694. /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
  695. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  696. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  697. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  698. /package/{dist-esm/src → dist/browser}/operationsInterfaces/regions.js +0 -0
  699. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  700. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  701. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  702. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,1514 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** Namespace/EventHub Connection String */
8
- export declare interface AccessKeys {
9
- /**
10
- * Primary connection string of the created namespace AuthorizationRule.
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly primaryConnectionString?: string;
14
- /**
15
- * Secondary connection string of the created namespace AuthorizationRule.
16
- * NOTE: This property will not be serialized. It can only be populated by the server.
17
- */
18
- readonly secondaryConnectionString?: string;
19
- /**
20
- * Primary connection string of the alias if GEO DR is enabled
21
- * NOTE: This property will not be serialized. It can only be populated by the server.
22
- */
23
- readonly aliasPrimaryConnectionString?: string;
24
- /**
25
- * Secondary connection string of the alias if GEO DR is enabled
26
- * NOTE: This property will not be serialized. It can only be populated by the server.
27
- */
28
- readonly aliasSecondaryConnectionString?: string;
29
- /**
30
- * A base64-encoded 256-bit primary key for signing and validating the SAS token.
31
- * NOTE: This property will not be serialized. It can only be populated by the server.
32
- */
33
- readonly primaryKey?: string;
34
- /**
35
- * A base64-encoded 256-bit primary key for signing and validating the SAS token.
36
- * NOTE: This property will not be serialized. It can only be populated by the server.
37
- */
38
- readonly secondaryKey?: string;
39
- /**
40
- * A string that describes the AuthorizationRule.
41
- * NOTE: This property will not be serialized. It can only be populated by the server.
42
- */
43
- readonly keyName?: string;
44
- }
45
-
46
- /**
47
- * Defines values for AccessRights. \
48
- * {@link KnownAccessRights} can be used interchangeably with AccessRights,
49
- * this enum contains the known values that the service supports.
50
- * ### Known values supported by the service
51
- * **Manage** \
52
- * **Send** \
53
- * **Listen**
54
- */
55
- export declare type AccessRights = string;
56
-
57
- /** Single item in a List or Get AuthorizationRule operation */
58
- export declare interface AuthorizationRule extends Resource {
59
- /** The rights associated with the rule. */
60
- rights?: AccessRights[];
61
- }
62
-
63
- /** The response from the List namespace operation. */
64
- export declare interface AuthorizationRuleListResult {
65
- /** Result of the List Authorization Rules operation. */
66
- value?: AuthorizationRule[];
67
- /** Link to the next set of results. Not empty if Value contains an incomplete list of Authorization Rules */
68
- nextLink?: string;
69
- }
70
-
71
- /** Pre-provisioned and readily available Event Hubs Cluster count per region. */
72
- export declare interface AvailableCluster {
73
- /** Location fo the Available Cluster */
74
- location?: string;
75
- }
76
-
77
- /** The response of the List Available Clusters operation. */
78
- export declare interface AvailableClustersList {
79
- /** The count of readily available and pre-provisioned Event Hubs Clusters per region. */
80
- value?: AvailableCluster[];
81
- }
82
-
83
- /** Properties to configure capture description for eventhub */
84
- export declare interface CaptureDescription {
85
- /** A value that indicates whether capture description is enabled. */
86
- enabled?: boolean;
87
- /** Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version */
88
- encoding?: EncodingCaptureDescription;
89
- /** The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds */
90
- intervalInSeconds?: number;
91
- /** The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes */
92
- sizeLimitInBytes?: number;
93
- /** Properties of Destination where capture will be stored. (Storage Account, Blob Names) */
94
- destination?: Destination;
95
- /** A value that indicates whether to Skip Empty Archives */
96
- skipEmptyArchives?: boolean;
97
- }
98
-
99
- /** Parameter supplied to check Namespace name availability operation */
100
- export declare interface CheckNameAvailabilityParameter {
101
- /** Name to check the namespace name availability */
102
- name: string;
103
- }
104
-
105
- /** The Result of the CheckNameAvailability operation */
106
- export declare interface CheckNameAvailabilityResult {
107
- /**
108
- * The detailed info regarding the reason associated with the Namespace.
109
- * NOTE: This property will not be serialized. It can only be populated by the server.
110
- */
111
- readonly message?: string;
112
- /** Value indicating Namespace is availability, true if the Namespace is available; otherwise, false. */
113
- nameAvailable?: boolean;
114
- /** The reason for unavailability of a Namespace. */
115
- reason?: UnavailableReason;
116
- }
117
-
118
- /** Single Event Hubs Cluster resource in List or Get operations. */
119
- export declare interface Cluster extends TrackedResource {
120
- /** Properties of the cluster SKU. */
121
- sku?: ClusterSku;
122
- /**
123
- * The UTC time when the Event Hubs Cluster was created.
124
- * NOTE: This property will not be serialized. It can only be populated by the server.
125
- */
126
- readonly createdAt?: string;
127
- /**
128
- * The UTC time when the Event Hubs Cluster was last updated.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly updatedAt?: string;
132
- /**
133
- * The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly metricId?: string;
137
- /**
138
- * Status of the Cluster resource
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly status?: string;
142
- }
143
-
144
- /** The response of the List Event Hubs Clusters operation. */
145
- export declare interface ClusterListResult {
146
- /** The Event Hubs Clusters present in the List Event Hubs operation results. */
147
- value?: Cluster[];
148
- /** Link to the next set of results. Empty unless the value parameter contains an incomplete list of Event Hubs Clusters. */
149
- nextLink?: string;
150
- }
151
-
152
- /** Interface representing a Clusters. */
153
- export declare interface Clusters {
154
- /**
155
- * Lists the available Event Hubs Clusters within an ARM resource group
156
- * @param resourceGroupName Name of the resource group within the azure subscription.
157
- * @param options The options parameters.
158
- */
159
- listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
160
- /**
161
- * List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.
162
- * @param options The options parameters.
163
- */
164
- listAvailableClusterRegion(options?: ClustersListAvailableClusterRegionOptionalParams): Promise<ClustersListAvailableClusterRegionResponse>;
165
- /**
166
- * Gets the resource description of the specified Event Hubs Cluster.
167
- * @param resourceGroupName Name of the resource group within the azure subscription.
168
- * @param clusterName The name of the Event Hubs Cluster.
169
- * @param options The options parameters.
170
- */
171
- get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
172
- /**
173
- * Creates or updates an instance of an Event Hubs Cluster.
174
- * @param resourceGroupName Name of the resource group within the azure subscription.
175
- * @param clusterName The name of the Event Hubs Cluster.
176
- * @param parameters Parameters for creating a eventhub cluster resource.
177
- * @param options The options parameters.
178
- */
179
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
180
- /**
181
- * Creates or updates an instance of an Event Hubs Cluster.
182
- * @param resourceGroupName Name of the resource group within the azure subscription.
183
- * @param clusterName The name of the Event Hubs Cluster.
184
- * @param parameters Parameters for creating a eventhub cluster resource.
185
- * @param options The options parameters.
186
- */
187
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
188
- /**
189
- * Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.
190
- * @param resourceGroupName Name of the resource group within the azure subscription.
191
- * @param clusterName The name of the Event Hubs Cluster.
192
- * @param parameters The properties of the Event Hubs Cluster which should be updated.
193
- * @param options The options parameters.
194
- */
195
- beginUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
196
- /**
197
- * Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.
198
- * @param resourceGroupName Name of the resource group within the azure subscription.
199
- * @param clusterName The name of the Event Hubs Cluster.
200
- * @param parameters The properties of the Event Hubs Cluster which should be updated.
201
- * @param options The options parameters.
202
- */
203
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
204
- /**
205
- * Deletes an existing Event Hubs Cluster. This operation is idempotent.
206
- * @param resourceGroupName Name of the resource group within the azure subscription.
207
- * @param clusterName The name of the Event Hubs Cluster.
208
- * @param options The options parameters.
209
- */
210
- beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
211
- /**
212
- * Deletes an existing Event Hubs Cluster. This operation is idempotent.
213
- * @param resourceGroupName Name of the resource group within the azure subscription.
214
- * @param clusterName The name of the Event Hubs Cluster.
215
- * @param options The options parameters.
216
- */
217
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
218
- /**
219
- * List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.
220
- * @param resourceGroupName Name of the resource group within the azure subscription.
221
- * @param clusterName The name of the Event Hubs Cluster.
222
- * @param options The options parameters.
223
- */
224
- listNamespaces(resourceGroupName: string, clusterName: string, options?: ClustersListNamespacesOptionalParams): Promise<ClustersListNamespacesResponse>;
225
- }
226
-
227
- /** Optional parameters. */
228
- export declare interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
229
- /** Delay to wait until next poll, in milliseconds. */
230
- updateIntervalInMs?: number;
231
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
232
- resumeFrom?: string;
233
- }
234
-
235
- /** Contains response data for the createOrUpdate operation. */
236
- export declare type ClustersCreateOrUpdateResponse = Cluster;
237
-
238
- /** Optional parameters. */
239
- export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
240
- /** Delay to wait until next poll, in milliseconds. */
241
- updateIntervalInMs?: number;
242
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
243
- resumeFrom?: string;
244
- }
245
-
246
- /** Optional parameters. */
247
- export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
248
- }
249
-
250
- /** Contains response data for the get operation. */
251
- export declare type ClustersGetResponse = Cluster;
252
-
253
- /** SKU parameters particular to a cluster instance. */
254
- export declare interface ClusterSku {
255
- /** Name of this SKU. */
256
- name: ClusterSkuName;
257
- /** The quantity of Event Hubs Cluster Capacity Units contained in this cluster. */
258
- capacity?: number;
259
- }
260
-
261
- /**
262
- * Defines values for ClusterSkuName. \
263
- * {@link KnownClusterSkuName} can be used interchangeably with ClusterSkuName,
264
- * this enum contains the known values that the service supports.
265
- * ### Known values supported by the service
266
- * **Dedicated**
267
- */
268
- export declare type ClusterSkuName = string;
269
-
270
- /** Optional parameters. */
271
- export declare interface ClustersListAvailableClusterRegionOptionalParams extends coreClient.OperationOptions {
272
- }
273
-
274
- /** Contains response data for the listAvailableClusterRegion operation. */
275
- export declare type ClustersListAvailableClusterRegionResponse = AvailableClustersList;
276
-
277
- /** Optional parameters. */
278
- export declare interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
279
- }
280
-
281
- /** Contains response data for the listByResourceGroupNext operation. */
282
- export declare type ClustersListByResourceGroupNextResponse = ClusterListResult;
283
-
284
- /** Optional parameters. */
285
- export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
286
- }
287
-
288
- /** Contains response data for the listByResourceGroup operation. */
289
- export declare type ClustersListByResourceGroupResponse = ClusterListResult;
290
-
291
- /** Optional parameters. */
292
- export declare interface ClustersListNamespacesOptionalParams extends coreClient.OperationOptions {
293
- }
294
-
295
- /** Contains response data for the listNamespaces operation. */
296
- export declare type ClustersListNamespacesResponse = EHNamespaceIdListResult;
297
-
298
- /** Optional parameters. */
299
- export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
300
- /** Delay to wait until next poll, in milliseconds. */
301
- updateIntervalInMs?: number;
302
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
303
- resumeFrom?: string;
304
- }
305
-
306
- /** Contains response data for the update operation. */
307
- export declare type ClustersUpdateResponse = Cluster;
308
-
309
- /** ConnectionState information. */
310
- export declare interface ConnectionState {
311
- /** Status of the connection. */
312
- status?: PrivateLinkConnectionStatus;
313
- /** Description of the connection state. */
314
- description?: string;
315
- }
316
-
317
- /** Single item in List or Get Consumer group operation */
318
- export declare interface ConsumerGroup extends Resource {
319
- /**
320
- * Exact time the message was created.
321
- * NOTE: This property will not be serialized. It can only be populated by the server.
322
- */
323
- readonly createdAt?: Date;
324
- /**
325
- * The exact time the message was updated.
326
- * NOTE: This property will not be serialized. It can only be populated by the server.
327
- */
328
- readonly updatedAt?: Date;
329
- /** User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. */
330
- userMetadata?: string;
331
- }
332
-
333
- /** The result to the List Consumer Group operation. */
334
- export declare interface ConsumerGroupListResult {
335
- /** Result of the List Consumer Group operation. */
336
- value?: ConsumerGroup[];
337
- /** Link to the next set of results. Not empty if Value contains incomplete list of Consumer Group */
338
- nextLink?: string;
339
- }
340
-
341
- /** Interface representing a ConsumerGroups. */
342
- export declare interface ConsumerGroups {
343
- /**
344
- * Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists
345
- * in the Namespace.
346
- * @param resourceGroupName Name of the resource group within the azure subscription.
347
- * @param namespaceName The Namespace name
348
- * @param eventHubName The Event Hub name
349
- * @param options The options parameters.
350
- */
351
- listByEventHub(resourceGroupName: string, namespaceName: string, eventHubName: string, options?: ConsumerGroupsListByEventHubOptionalParams): PagedAsyncIterableIterator<ConsumerGroup>;
352
- /**
353
- * Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.
354
- * @param resourceGroupName Name of the resource group within the azure subscription.
355
- * @param namespaceName The Namespace name
356
- * @param eventHubName The Event Hub name
357
- * @param consumerGroupName The consumer group name
358
- * @param parameters Parameters supplied to create or update a consumer group resource.
359
- * @param options The options parameters.
360
- */
361
- createOrUpdate(resourceGroupName: string, namespaceName: string, eventHubName: string, consumerGroupName: string, parameters: ConsumerGroup, options?: ConsumerGroupsCreateOrUpdateOptionalParams): Promise<ConsumerGroupsCreateOrUpdateResponse>;
362
- /**
363
- * Deletes a consumer group from the specified Event Hub and resource group.
364
- * @param resourceGroupName Name of the resource group within the azure subscription.
365
- * @param namespaceName The Namespace name
366
- * @param eventHubName The Event Hub name
367
- * @param consumerGroupName The consumer group name
368
- * @param options The options parameters.
369
- */
370
- delete(resourceGroupName: string, namespaceName: string, eventHubName: string, consumerGroupName: string, options?: ConsumerGroupsDeleteOptionalParams): Promise<void>;
371
- /**
372
- * Gets a description for the specified consumer group.
373
- * @param resourceGroupName Name of the resource group within the azure subscription.
374
- * @param namespaceName The Namespace name
375
- * @param eventHubName The Event Hub name
376
- * @param consumerGroupName The consumer group name
377
- * @param options The options parameters.
378
- */
379
- get(resourceGroupName: string, namespaceName: string, eventHubName: string, consumerGroupName: string, options?: ConsumerGroupsGetOptionalParams): Promise<ConsumerGroupsGetResponse>;
380
- }
381
-
382
- /** Optional parameters. */
383
- export declare interface ConsumerGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
384
- }
385
-
386
- /** Contains response data for the createOrUpdate operation. */
387
- export declare type ConsumerGroupsCreateOrUpdateResponse = ConsumerGroup;
388
-
389
- /** Optional parameters. */
390
- export declare interface ConsumerGroupsDeleteOptionalParams extends coreClient.OperationOptions {
391
- }
392
-
393
- /** Optional parameters. */
394
- export declare interface ConsumerGroupsGetOptionalParams extends coreClient.OperationOptions {
395
- }
396
-
397
- /** Contains response data for the get operation. */
398
- export declare type ConsumerGroupsGetResponse = ConsumerGroup;
399
-
400
- /** Optional parameters. */
401
- export declare interface ConsumerGroupsListByEventHubNextOptionalParams extends coreClient.OperationOptions {
402
- }
403
-
404
- /** Contains response data for the listByEventHubNext operation. */
405
- export declare type ConsumerGroupsListByEventHubNextResponse = ConsumerGroupListResult;
406
-
407
- /** Optional parameters. */
408
- export declare interface ConsumerGroupsListByEventHubOptionalParams extends coreClient.OperationOptions {
409
- /** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */
410
- skip?: number;
411
- /** May be used to limit the number of results to the most recent N usageDetails. */
412
- top?: number;
413
- }
414
-
415
- /** Contains response data for the listByEventHub operation. */
416
- export declare type ConsumerGroupsListByEventHubResponse = ConsumerGroupListResult;
417
-
418
- /** Capture storage details for capture description */
419
- export declare interface Destination {
420
- /** Name for capture destination */
421
- name?: string;
422
- /** Resource id of the storage account to be used to create the blobs */
423
- storageAccountResourceId?: string;
424
- /** Blob container Name */
425
- blobContainer?: string;
426
- /** Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order */
427
- archiveNameFormat?: string;
428
- }
429
-
430
- /** Interface representing a DisasterRecoveryConfigs. */
431
- export declare interface DisasterRecoveryConfigs {
432
- /**
433
- * Gets a list of authorization rules for a Namespace.
434
- * @param resourceGroupName Name of the resource group within the azure subscription.
435
- * @param namespaceName The Namespace name
436
- * @param alias The Disaster Recovery configuration name
437
- * @param options The options parameters.
438
- */
439
- listAuthorizationRules(resourceGroupName: string, namespaceName: string, alias: string, options?: DisasterRecoveryConfigsListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<AuthorizationRule>;
440
- /**
441
- * Gets an AuthorizationRule for a Namespace by rule name.
442
- * @param resourceGroupName Name of the resource group within the azure subscription.
443
- * @param namespaceName The Namespace name
444
- * @param alias The Disaster Recovery configuration name
445
- * @param authorizationRuleName The authorization rule name.
446
- * @param options The options parameters.
447
- */
448
- getAuthorizationRule(resourceGroupName: string, namespaceName: string, alias: string, authorizationRuleName: string, options?: DisasterRecoveryConfigsGetAuthorizationRuleOptionalParams): Promise<DisasterRecoveryConfigsGetAuthorizationRuleResponse>;
449
- /**
450
- * Gets the primary and secondary connection strings for the Namespace.
451
- * @param resourceGroupName Name of the resource group within the azure subscription.
452
- * @param namespaceName The Namespace name
453
- * @param alias The Disaster Recovery configuration name
454
- * @param authorizationRuleName The authorization rule name.
455
- * @param options The options parameters.
456
- */
457
- listKeys(resourceGroupName: string, namespaceName: string, alias: string, authorizationRuleName: string, options?: DisasterRecoveryConfigsListKeysOptionalParams): Promise<DisasterRecoveryConfigsListKeysResponse>;
458
- }
459
-
460
- /** Optional parameters. */
461
- export declare interface DisasterRecoveryConfigsGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
462
- }
463
-
464
- /** Contains response data for the getAuthorizationRule operation. */
465
- export declare type DisasterRecoveryConfigsGetAuthorizationRuleResponse = AuthorizationRule;
466
-
467
- /** Optional parameters. */
468
- export declare interface DisasterRecoveryConfigsListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
469
- }
470
-
471
- /** Contains response data for the listAuthorizationRulesNext operation. */
472
- export declare type DisasterRecoveryConfigsListAuthorizationRulesNextResponse = AuthorizationRuleListResult;
473
-
474
- /** Optional parameters. */
475
- export declare interface DisasterRecoveryConfigsListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
476
- }
477
-
478
- /** Contains response data for the listAuthorizationRules operation. */
479
- export declare type DisasterRecoveryConfigsListAuthorizationRulesResponse = AuthorizationRuleListResult;
480
-
481
- /** Optional parameters. */
482
- export declare interface DisasterRecoveryConfigsListKeysOptionalParams extends coreClient.OperationOptions {
483
- }
484
-
485
- /** Contains response data for the listKeys operation. */
486
- export declare type DisasterRecoveryConfigsListKeysResponse = AccessKeys;
487
-
488
- /** Single Namespace item in List or Get Operation */
489
- export declare interface EHNamespace extends TrackedResource {
490
- /** Properties of sku resource */
491
- sku?: Sku;
492
- /** Properties of BYOK Identity description */
493
- identity?: Identity;
494
- /**
495
- * Provisioning state of the Namespace.
496
- * NOTE: This property will not be serialized. It can only be populated by the server.
497
- */
498
- readonly provisioningState?: string;
499
- /**
500
- * Status of the Namespace.
501
- * NOTE: This property will not be serialized. It can only be populated by the server.
502
- */
503
- readonly status?: string;
504
- /**
505
- * The time the Namespace was created.
506
- * NOTE: This property will not be serialized. It can only be populated by the server.
507
- */
508
- readonly createdAt?: Date;
509
- /**
510
- * The time the Namespace was updated.
511
- * NOTE: This property will not be serialized. It can only be populated by the server.
512
- */
513
- readonly updatedAt?: Date;
514
- /**
515
- * Endpoint you can use to perform Service Bus operations.
516
- * NOTE: This property will not be serialized. It can only be populated by the server.
517
- */
518
- readonly serviceBusEndpoint?: string;
519
- /** Cluster ARM ID of the Namespace. */
520
- clusterArmId?: string;
521
- /**
522
- * Identifier for Azure Insights metrics.
523
- * NOTE: This property will not be serialized. It can only be populated by the server.
524
- */
525
- readonly metricId?: string;
526
- /** Value that indicates whether AutoInflate is enabled for eventhub namespace. */
527
- isAutoInflateEnabled?: boolean;
528
- /** Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) */
529
- maximumThroughputUnits?: number;
530
- /** Value that indicates whether Kafka is enabled for eventhub namespace. */
531
- kafkaEnabled?: boolean;
532
- /** Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones. */
533
- zoneRedundant?: boolean;
534
- /** Properties of BYOK Encryption description */
535
- encryption?: Encryption;
536
- }
537
-
538
- /** The full ARM ID of an Event Hubs Namespace */
539
- export declare interface EHNamespaceIdContainer {
540
- /** id parameter */
541
- id?: string;
542
- }
543
-
544
- /** The response of the List Namespace IDs operation */
545
- export declare interface EHNamespaceIdListResult {
546
- /** Result of the List Namespace IDs operation */
547
- value?: EHNamespaceIdContainer[];
548
- }
549
-
550
- /** The response of the List Namespace operation */
551
- export declare interface EHNamespaceListResult {
552
- /** Result of the List Namespace operation */
553
- value?: EHNamespace[];
554
- /** Link to the next set of results. Not empty if Value contains incomplete list of namespaces. */
555
- nextLink?: string;
556
- }
557
-
558
- /** Defines values for EncodingCaptureDescription. */
559
- export declare type EncodingCaptureDescription = "Avro" | "AvroDeflate";
560
-
561
- /** Properties to configure Encryption */
562
- export declare interface Encryption {
563
- /** Properties of KeyVault */
564
- keyVaultProperties?: KeyVaultProperties[];
565
- /** Enumerates the possible value of keySource for Encryption */
566
- keySource?: "Microsoft.KeyVault";
567
- }
568
-
569
- /**
570
- * Defines values for EndPointProvisioningState. \
571
- * {@link KnownEndPointProvisioningState} can be used interchangeably with EndPointProvisioningState,
572
- * this enum contains the known values that the service supports.
573
- * ### Known values supported by the service
574
- * **Creating** \
575
- * **Updating** \
576
- * **Deleting** \
577
- * **Succeeded** \
578
- * **Canceled** \
579
- * **Failed**
580
- */
581
- export declare type EndPointProvisioningState = string;
582
-
583
- /** Defines values for EntityStatus. */
584
- export declare type EntityStatus = "Active" | "Disabled" | "Restoring" | "SendDisabled" | "ReceiveDisabled" | "Creating" | "Deleting" | "Renaming" | "Unknown";
585
-
586
- /** Error response indicates Event Hub service is not able to process the incoming request. The reason is provided in the error message. */
587
- export declare interface ErrorResponse {
588
- /** Error code. */
589
- code?: string;
590
- /** Error message indicating why the operation failed. */
591
- message?: string;
592
- }
593
-
594
- /** Single item in List or Get Event Hub operation */
595
- export declare interface Eventhub extends Resource {
596
- /**
597
- * Current number of shards on the Event Hub.
598
- * NOTE: This property will not be serialized. It can only be populated by the server.
599
- */
600
- readonly partitionIds?: string[];
601
- /**
602
- * Exact time the Event Hub was created.
603
- * NOTE: This property will not be serialized. It can only be populated by the server.
604
- */
605
- readonly createdAt?: Date;
606
- /**
607
- * The exact time the message was updated.
608
- * NOTE: This property will not be serialized. It can only be populated by the server.
609
- */
610
- readonly updatedAt?: Date;
611
- /** Number of days to retain the events for this Event Hub, value should be 1 to 7 days */
612
- messageRetentionInDays?: number;
613
- /** Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. */
614
- partitionCount?: number;
615
- /** Enumerates the possible values for the status of the Event Hub. */
616
- status?: EntityStatus;
617
- /** Properties of capture description */
618
- captureDescription?: CaptureDescription;
619
- }
620
-
621
- /** The result of the List EventHubs operation. */
622
- export declare interface EventHubListResult {
623
- /** Result of the List EventHubs operation. */
624
- value?: Eventhub[];
625
- /** Link to the next set of results. Not empty if Value contains incomplete list of EventHubs. */
626
- nextLink?: string;
627
- }
628
-
629
- export declare class EventHubManagementClient extends coreClient.ServiceClient {
630
- $host: string;
631
- subscriptionId: string;
632
- /**
633
- * Initializes a new instance of the EventHubManagementClient class.
634
- * @param credentials Subscription credentials which uniquely identify client subscription.
635
- * @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure
636
- * subscription. The subscription ID forms part of the URI for every service call.
637
- * @param options The parameter options
638
- */
639
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: EventHubManagementClientOptionalParams);
640
- clusters: Clusters;
641
- namespaces: Namespaces;
642
- privateEndpointConnections: PrivateEndpointConnections;
643
- privateLinkResources: PrivateLinkResources;
644
- disasterRecoveryConfigs: DisasterRecoveryConfigs;
645
- eventHubs: EventHubs;
646
- consumerGroups: ConsumerGroups;
647
- operations: Operations;
648
- regions: Regions;
649
- }
650
-
651
- /** Optional parameters. */
652
- export declare interface EventHubManagementClientOptionalParams extends coreClient.ServiceClientOptions {
653
- /** server parameter */
654
- $host?: string;
655
- /** Overrides client endpoint. */
656
- endpoint?: string;
657
- }
658
-
659
- /** Interface representing a EventHubs. */
660
- export declare interface EventHubs {
661
- /**
662
- * Gets the authorization rules for an Event Hub.
663
- * @param resourceGroupName Name of the resource group within the azure subscription.
664
- * @param namespaceName The Namespace name
665
- * @param eventHubName The Event Hub name
666
- * @param options The options parameters.
667
- */
668
- listAuthorizationRules(resourceGroupName: string, namespaceName: string, eventHubName: string, options?: EventHubsListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<AuthorizationRule>;
669
- /**
670
- * Gets all the Event Hubs in a Namespace.
671
- * @param resourceGroupName Name of the resource group within the azure subscription.
672
- * @param namespaceName The Namespace name
673
- * @param options The options parameters.
674
- */
675
- listByNamespace(resourceGroupName: string, namespaceName: string, options?: EventHubsListByNamespaceOptionalParams): PagedAsyncIterableIterator<Eventhub>;
676
- /**
677
- * Creates or updates an AuthorizationRule for the specified Event Hub. Creation/update of the
678
- * AuthorizationRule will take a few seconds to take effect.
679
- * @param resourceGroupName Name of the resource group within the azure subscription.
680
- * @param namespaceName The Namespace name
681
- * @param eventHubName The Event Hub name
682
- * @param authorizationRuleName The authorization rule name.
683
- * @param parameters The shared access AuthorizationRule.
684
- * @param options The options parameters.
685
- */
686
- createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, eventHubName: string, authorizationRuleName: string, parameters: AuthorizationRule, options?: EventHubsCreateOrUpdateAuthorizationRuleOptionalParams): Promise<EventHubsCreateOrUpdateAuthorizationRuleResponse>;
687
- /**
688
- * Gets an AuthorizationRule for an Event Hub by rule name.
689
- * @param resourceGroupName Name of the resource group within the azure subscription.
690
- * @param namespaceName The Namespace name
691
- * @param eventHubName The Event Hub name
692
- * @param authorizationRuleName The authorization rule name.
693
- * @param options The options parameters.
694
- */
695
- getAuthorizationRule(resourceGroupName: string, namespaceName: string, eventHubName: string, authorizationRuleName: string, options?: EventHubsGetAuthorizationRuleOptionalParams): Promise<EventHubsGetAuthorizationRuleResponse>;
696
- /**
697
- * Deletes an Event Hub AuthorizationRule.
698
- * @param resourceGroupName Name of the resource group within the azure subscription.
699
- * @param namespaceName The Namespace name
700
- * @param eventHubName The Event Hub name
701
- * @param authorizationRuleName The authorization rule name.
702
- * @param options The options parameters.
703
- */
704
- deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, eventHubName: string, authorizationRuleName: string, options?: EventHubsDeleteAuthorizationRuleOptionalParams): Promise<void>;
705
- /**
706
- * Gets the ACS and SAS connection strings for the Event Hub.
707
- * @param resourceGroupName Name of the resource group within the azure subscription.
708
- * @param namespaceName The Namespace name
709
- * @param eventHubName The Event Hub name
710
- * @param authorizationRuleName The authorization rule name.
711
- * @param options The options parameters.
712
- */
713
- listKeys(resourceGroupName: string, namespaceName: string, eventHubName: string, authorizationRuleName: string, options?: EventHubsListKeysOptionalParams): Promise<EventHubsListKeysResponse>;
714
- /**
715
- * Regenerates the ACS and SAS connection strings for the Event Hub.
716
- * @param resourceGroupName Name of the resource group within the azure subscription.
717
- * @param namespaceName The Namespace name
718
- * @param eventHubName The Event Hub name
719
- * @param authorizationRuleName The authorization rule name.
720
- * @param parameters Parameters supplied to regenerate the AuthorizationRule Keys
721
- * (PrimaryKey/SecondaryKey).
722
- * @param options The options parameters.
723
- */
724
- regenerateKeys(resourceGroupName: string, namespaceName: string, eventHubName: string, authorizationRuleName: string, parameters: RegenerateAccessKeyParameters, options?: EventHubsRegenerateKeysOptionalParams): Promise<EventHubsRegenerateKeysResponse>;
725
- /**
726
- * Creates or updates a new Event Hub as a nested resource within a Namespace.
727
- * @param resourceGroupName Name of the resource group within the azure subscription.
728
- * @param namespaceName The Namespace name
729
- * @param eventHubName The Event Hub name
730
- * @param parameters Parameters supplied to create an Event Hub resource.
731
- * @param options The options parameters.
732
- */
733
- createOrUpdate(resourceGroupName: string, namespaceName: string, eventHubName: string, parameters: Eventhub, options?: EventHubsCreateOrUpdateOptionalParams): Promise<EventHubsCreateOrUpdateResponse>;
734
- /**
735
- * Deletes an Event Hub from the specified Namespace and resource group.
736
- * @param resourceGroupName Name of the resource group within the azure subscription.
737
- * @param namespaceName The Namespace name
738
- * @param eventHubName The Event Hub name
739
- * @param options The options parameters.
740
- */
741
- delete(resourceGroupName: string, namespaceName: string, eventHubName: string, options?: EventHubsDeleteOptionalParams): Promise<void>;
742
- /**
743
- * Gets an Event Hubs description for the specified Event Hub.
744
- * @param resourceGroupName Name of the resource group within the azure subscription.
745
- * @param namespaceName The Namespace name
746
- * @param eventHubName The Event Hub name
747
- * @param options The options parameters.
748
- */
749
- get(resourceGroupName: string, namespaceName: string, eventHubName: string, options?: EventHubsGetOptionalParams): Promise<EventHubsGetResponse>;
750
- }
751
-
752
- /** Optional parameters. */
753
- export declare interface EventHubsCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
754
- }
755
-
756
- /** Contains response data for the createOrUpdateAuthorizationRule operation. */
757
- export declare type EventHubsCreateOrUpdateAuthorizationRuleResponse = AuthorizationRule;
758
-
759
- /** Optional parameters. */
760
- export declare interface EventHubsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
761
- }
762
-
763
- /** Contains response data for the createOrUpdate operation. */
764
- export declare type EventHubsCreateOrUpdateResponse = Eventhub;
765
-
766
- /** Optional parameters. */
767
- export declare interface EventHubsDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
768
- }
769
-
770
- /** Optional parameters. */
771
- export declare interface EventHubsDeleteOptionalParams extends coreClient.OperationOptions {
772
- }
773
-
774
- /** Optional parameters. */
775
- export declare interface EventHubsGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
776
- }
777
-
778
- /** Contains response data for the getAuthorizationRule operation. */
779
- export declare type EventHubsGetAuthorizationRuleResponse = AuthorizationRule;
780
-
781
- /** Optional parameters. */
782
- export declare interface EventHubsGetOptionalParams extends coreClient.OperationOptions {
783
- }
784
-
785
- /** Contains response data for the get operation. */
786
- export declare type EventHubsGetResponse = Eventhub;
787
-
788
- /** Optional parameters. */
789
- export declare interface EventHubsListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
790
- }
791
-
792
- /** Contains response data for the listAuthorizationRulesNext operation. */
793
- export declare type EventHubsListAuthorizationRulesNextResponse = AuthorizationRuleListResult;
794
-
795
- /** Optional parameters. */
796
- export declare interface EventHubsListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
797
- }
798
-
799
- /** Contains response data for the listAuthorizationRules operation. */
800
- export declare type EventHubsListAuthorizationRulesResponse = AuthorizationRuleListResult;
801
-
802
- /** Optional parameters. */
803
- export declare interface EventHubsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
804
- }
805
-
806
- /** Contains response data for the listByNamespaceNext operation. */
807
- export declare type EventHubsListByNamespaceNextResponse = EventHubListResult;
808
-
809
- /** Optional parameters. */
810
- export declare interface EventHubsListByNamespaceOptionalParams extends coreClient.OperationOptions {
811
- /** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */
812
- skip?: number;
813
- /** May be used to limit the number of results to the most recent N usageDetails. */
814
- top?: number;
815
- }
816
-
817
- /** Contains response data for the listByNamespace operation. */
818
- export declare type EventHubsListByNamespaceResponse = EventHubListResult;
819
-
820
- /** Optional parameters. */
821
- export declare interface EventHubsListKeysOptionalParams extends coreClient.OperationOptions {
822
- }
823
-
824
- /** Contains response data for the listKeys operation. */
825
- export declare type EventHubsListKeysResponse = AccessKeys;
826
-
827
- /** Optional parameters. */
828
- export declare interface EventHubsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
829
- }
830
-
831
- /** Contains response data for the regenerateKeys operation. */
832
- export declare type EventHubsRegenerateKeysResponse = AccessKeys;
833
-
834
- /**
835
- * Given the last `.value` produced by the `byPage` iterator,
836
- * returns a continuation token that can be used to begin paging from
837
- * that point later.
838
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
839
- * @returns The continuation token that can be passed into byPage() during future calls.
840
- */
841
- export declare function getContinuationToken(page: unknown): string | undefined;
842
-
843
- /** Properties to configure Identity for Bring your Own Keys */
844
- export declare interface Identity {
845
- /** ObjectId from the KeyVault */
846
- principalId?: string;
847
- /** TenantId from the KeyVault */
848
- tenantId?: string;
849
- /** Enumerates the possible value Identity type, which currently supports only 'SystemAssigned' */
850
- type?: "SystemAssigned";
851
- }
852
-
853
- /** Defines values for KeyType. */
854
- declare type KeyType_2 = "PrimaryKey" | "SecondaryKey";
855
- export { KeyType_2 as KeyType }
856
-
857
- /** Properties to configure keyVault Properties */
858
- export declare interface KeyVaultProperties {
859
- /** Name of the Key from KeyVault */
860
- keyName?: string;
861
- /** Uri of KeyVault */
862
- keyVaultUri?: string;
863
- /** Key Version */
864
- keyVersion?: string;
865
- }
866
-
867
- /** Known values of {@link AccessRights} that the service accepts. */
868
- export declare enum KnownAccessRights {
869
- /** Manage */
870
- Manage = "Manage",
871
- /** Send */
872
- Send = "Send",
873
- /** Listen */
874
- Listen = "Listen"
875
- }
876
-
877
- /** Known values of {@link ClusterSkuName} that the service accepts. */
878
- export declare enum KnownClusterSkuName {
879
- /** Dedicated */
880
- Dedicated = "Dedicated"
881
- }
882
-
883
- /** Known values of {@link EndPointProvisioningState} that the service accepts. */
884
- export declare enum KnownEndPointProvisioningState {
885
- /** Creating */
886
- Creating = "Creating",
887
- /** Updating */
888
- Updating = "Updating",
889
- /** Deleting */
890
- Deleting = "Deleting",
891
- /** Succeeded */
892
- Succeeded = "Succeeded",
893
- /** Canceled */
894
- Canceled = "Canceled",
895
- /** Failed */
896
- Failed = "Failed"
897
- }
898
-
899
- /** Known values of {@link PrivateLinkConnectionStatus} that the service accepts. */
900
- export declare enum KnownPrivateLinkConnectionStatus {
901
- /** Pending */
902
- Pending = "Pending",
903
- /** Approved */
904
- Approved = "Approved",
905
- /** Rejected */
906
- Rejected = "Rejected",
907
- /** Disconnected */
908
- Disconnected = "Disconnected"
909
- }
910
-
911
- /** Known values of {@link SkuName} that the service accepts. */
912
- export declare enum KnownSkuName {
913
- /** Basic */
914
- Basic = "Basic",
915
- /** Standard */
916
- Standard = "Standard"
917
- }
918
-
919
- /** Known values of {@link SkuTier} that the service accepts. */
920
- export declare enum KnownSkuTier {
921
- /** Basic */
922
- Basic = "Basic",
923
- /** Standard */
924
- Standard = "Standard"
925
- }
926
-
927
- /** Messaging Region */
928
- export declare interface MessagingRegions extends TrackedResource {
929
- /** Properties of Messaging Region */
930
- properties?: MessagingRegionsProperties;
931
- }
932
-
933
- /** The response of the List MessagingRegions operation. */
934
- export declare interface MessagingRegionsListResult {
935
- /** Result of the List MessagingRegions type. */
936
- value?: MessagingRegions[];
937
- /**
938
- * Link to the next set of results. Not empty if Value contains incomplete list of MessagingRegions.
939
- * NOTE: This property will not be serialized. It can only be populated by the server.
940
- */
941
- readonly nextLink?: string;
942
- }
943
-
944
- /** Properties of Messaging Region */
945
- export declare interface MessagingRegionsProperties {
946
- /**
947
- * Region code
948
- * NOTE: This property will not be serialized. It can only be populated by the server.
949
- */
950
- readonly code?: string;
951
- /**
952
- * Full name of the region
953
- * NOTE: This property will not be serialized. It can only be populated by the server.
954
- */
955
- readonly fullName?: string;
956
- }
957
-
958
- /** Interface representing a Namespaces. */
959
- export declare interface Namespaces {
960
- /**
961
- * Lists all the available Namespaces within a subscription, irrespective of the resource groups.
962
- * @param options The options parameters.
963
- */
964
- list(options?: NamespacesListOptionalParams): PagedAsyncIterableIterator<EHNamespace>;
965
- /**
966
- * Lists the available Namespaces within a resource group.
967
- * @param resourceGroupName Name of the resource group within the azure subscription.
968
- * @param options The options parameters.
969
- */
970
- listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<EHNamespace>;
971
- /**
972
- * Gets a list of authorization rules for a Namespace.
973
- * @param resourceGroupName Name of the resource group within the azure subscription.
974
- * @param namespaceName The Namespace name
975
- * @param options The options parameters.
976
- */
977
- listAuthorizationRules(resourceGroupName: string, namespaceName: string, options?: NamespacesListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<AuthorizationRule>;
978
- /**
979
- * Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This
980
- * operation is idempotent.
981
- * @param resourceGroupName Name of the resource group within the azure subscription.
982
- * @param namespaceName The Namespace name
983
- * @param parameters Parameters for creating a namespace resource.
984
- * @param options The options parameters.
985
- */
986
- beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, parameters: EHNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<NamespacesCreateOrUpdateResponse>, NamespacesCreateOrUpdateResponse>>;
987
- /**
988
- * Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This
989
- * operation is idempotent.
990
- * @param resourceGroupName Name of the resource group within the azure subscription.
991
- * @param namespaceName The Namespace name
992
- * @param parameters Parameters for creating a namespace resource.
993
- * @param options The options parameters.
994
- */
995
- beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, parameters: EHNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<NamespacesCreateOrUpdateResponse>;
996
- /**
997
- * Deletes an existing namespace. This operation also removes all associated resources under the
998
- * namespace.
999
- * @param resourceGroupName Name of the resource group within the azure subscription.
1000
- * @param namespaceName The Namespace name
1001
- * @param options The options parameters.
1002
- */
1003
- beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1004
- /**
1005
- * Deletes an existing namespace. This operation also removes all associated resources under the
1006
- * namespace.
1007
- * @param resourceGroupName Name of the resource group within the azure subscription.
1008
- * @param namespaceName The Namespace name
1009
- * @param options The options parameters.
1010
- */
1011
- beginDeleteAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<void>;
1012
- /**
1013
- * Gets the description of the specified namespace.
1014
- * @param resourceGroupName Name of the resource group within the azure subscription.
1015
- * @param namespaceName The Namespace name
1016
- * @param options The options parameters.
1017
- */
1018
- get(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams): Promise<NamespacesGetResponse>;
1019
- /**
1020
- * Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This
1021
- * operation is idempotent.
1022
- * @param resourceGroupName Name of the resource group within the azure subscription.
1023
- * @param namespaceName The Namespace name
1024
- * @param parameters Parameters for updating a namespace resource.
1025
- * @param options The options parameters.
1026
- */
1027
- update(resourceGroupName: string, namespaceName: string, parameters: EHNamespace, options?: NamespacesUpdateOptionalParams): Promise<NamespacesUpdateResponse>;
1028
- /**
1029
- * Creates or updates an AuthorizationRule for a Namespace.
1030
- * @param resourceGroupName Name of the resource group within the azure subscription.
1031
- * @param namespaceName The Namespace name
1032
- * @param authorizationRuleName The authorization rule name.
1033
- * @param parameters The shared access AuthorizationRule.
1034
- * @param options The options parameters.
1035
- */
1036
- createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: AuthorizationRule, options?: NamespacesCreateOrUpdateAuthorizationRuleOptionalParams): Promise<NamespacesCreateOrUpdateAuthorizationRuleResponse>;
1037
- /**
1038
- * Deletes an AuthorizationRule for a Namespace.
1039
- * @param resourceGroupName Name of the resource group within the azure subscription.
1040
- * @param namespaceName The Namespace name
1041
- * @param authorizationRuleName The authorization rule name.
1042
- * @param options The options parameters.
1043
- */
1044
- deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesDeleteAuthorizationRuleOptionalParams): Promise<void>;
1045
- /**
1046
- * Gets an AuthorizationRule for a Namespace by rule name.
1047
- * @param resourceGroupName Name of the resource group within the azure subscription.
1048
- * @param namespaceName The Namespace name
1049
- * @param authorizationRuleName The authorization rule name.
1050
- * @param options The options parameters.
1051
- */
1052
- getAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesGetAuthorizationRuleOptionalParams): Promise<NamespacesGetAuthorizationRuleResponse>;
1053
- /**
1054
- * Gets the primary and secondary connection strings for the Namespace.
1055
- * @param resourceGroupName Name of the resource group within the azure subscription.
1056
- * @param namespaceName The Namespace name
1057
- * @param authorizationRuleName The authorization rule name.
1058
- * @param options The options parameters.
1059
- */
1060
- listKeys(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesListKeysOptionalParams): Promise<NamespacesListKeysResponse>;
1061
- /**
1062
- * Regenerates the primary or secondary connection strings for the specified Namespace.
1063
- * @param resourceGroupName Name of the resource group within the azure subscription.
1064
- * @param namespaceName The Namespace name
1065
- * @param authorizationRuleName The authorization rule name.
1066
- * @param parameters Parameters required to regenerate the connection string.
1067
- * @param options The options parameters.
1068
- */
1069
- regenerateKeys(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: RegenerateAccessKeyParameters, options?: NamespacesRegenerateKeysOptionalParams): Promise<NamespacesRegenerateKeysResponse>;
1070
- /**
1071
- * Check the give Namespace name availability.
1072
- * @param parameters Parameters to check availability of the given Namespace name
1073
- * @param options The options parameters.
1074
- */
1075
- checkNameAvailability(parameters: CheckNameAvailabilityParameter, options?: NamespacesCheckNameAvailabilityOptionalParams): Promise<NamespacesCheckNameAvailabilityResponse>;
1076
- }
1077
-
1078
- /** Optional parameters. */
1079
- export declare interface NamespacesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1080
- }
1081
-
1082
- /** Contains response data for the checkNameAvailability operation. */
1083
- export declare type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
1084
-
1085
- /** Optional parameters. */
1086
- export declare interface NamespacesCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1087
- }
1088
-
1089
- /** Contains response data for the createOrUpdateAuthorizationRule operation. */
1090
- export declare type NamespacesCreateOrUpdateAuthorizationRuleResponse = AuthorizationRule;
1091
-
1092
- /** Optional parameters. */
1093
- export declare interface NamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1094
- /** Delay to wait until next poll, in milliseconds. */
1095
- updateIntervalInMs?: number;
1096
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1097
- resumeFrom?: string;
1098
- }
1099
-
1100
- /** Contains response data for the createOrUpdate operation. */
1101
- export declare type NamespacesCreateOrUpdateResponse = EHNamespace;
1102
-
1103
- /** Optional parameters. */
1104
- export declare interface NamespacesDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1105
- }
1106
-
1107
- /** Optional parameters. */
1108
- export declare interface NamespacesDeleteOptionalParams extends coreClient.OperationOptions {
1109
- /** Delay to wait until next poll, in milliseconds. */
1110
- updateIntervalInMs?: number;
1111
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1112
- resumeFrom?: string;
1113
- }
1114
-
1115
- /** Optional parameters. */
1116
- export declare interface NamespacesGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1117
- }
1118
-
1119
- /** Contains response data for the getAuthorizationRule operation. */
1120
- export declare type NamespacesGetAuthorizationRuleResponse = AuthorizationRule;
1121
-
1122
- /** Optional parameters. */
1123
- export declare interface NamespacesGetOptionalParams extends coreClient.OperationOptions {
1124
- }
1125
-
1126
- /** Contains response data for the get operation. */
1127
- export declare type NamespacesGetResponse = EHNamespace;
1128
-
1129
- /** Optional parameters. */
1130
- export declare interface NamespacesListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
1131
- }
1132
-
1133
- /** Contains response data for the listAuthorizationRulesNext operation. */
1134
- export declare type NamespacesListAuthorizationRulesNextResponse = AuthorizationRuleListResult;
1135
-
1136
- /** Optional parameters. */
1137
- export declare interface NamespacesListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
1138
- }
1139
-
1140
- /** Contains response data for the listAuthorizationRules operation. */
1141
- export declare type NamespacesListAuthorizationRulesResponse = AuthorizationRuleListResult;
1142
-
1143
- /** Optional parameters. */
1144
- export declare interface NamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1145
- }
1146
-
1147
- /** Contains response data for the listByResourceGroupNext operation. */
1148
- export declare type NamespacesListByResourceGroupNextResponse = EHNamespaceListResult;
1149
-
1150
- /** Optional parameters. */
1151
- export declare interface NamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1152
- }
1153
-
1154
- /** Contains response data for the listByResourceGroup operation. */
1155
- export declare type NamespacesListByResourceGroupResponse = EHNamespaceListResult;
1156
-
1157
- /** Optional parameters. */
1158
- export declare interface NamespacesListKeysOptionalParams extends coreClient.OperationOptions {
1159
- }
1160
-
1161
- /** Contains response data for the listKeys operation. */
1162
- export declare type NamespacesListKeysResponse = AccessKeys;
1163
-
1164
- /** Optional parameters. */
1165
- export declare interface NamespacesListNextOptionalParams extends coreClient.OperationOptions {
1166
- }
1167
-
1168
- /** Contains response data for the listNext operation. */
1169
- export declare type NamespacesListNextResponse = EHNamespaceListResult;
1170
-
1171
- /** Optional parameters. */
1172
- export declare interface NamespacesListOptionalParams extends coreClient.OperationOptions {
1173
- }
1174
-
1175
- /** Contains response data for the list operation. */
1176
- export declare type NamespacesListResponse = EHNamespaceListResult;
1177
-
1178
- /** Optional parameters. */
1179
- export declare interface NamespacesRegenerateKeysOptionalParams extends coreClient.OperationOptions {
1180
- }
1181
-
1182
- /** Contains response data for the regenerateKeys operation. */
1183
- export declare type NamespacesRegenerateKeysResponse = AccessKeys;
1184
-
1185
- /** Optional parameters. */
1186
- export declare interface NamespacesUpdateOptionalParams extends coreClient.OperationOptions {
1187
- }
1188
-
1189
- /** Contains response data for the update operation. */
1190
- export declare type NamespacesUpdateResponse = EHNamespace;
1191
-
1192
- /** A Event Hub REST API operation */
1193
- export declare interface Operation {
1194
- /**
1195
- * Operation name: {provider}/{resource}/{operation}
1196
- * NOTE: This property will not be serialized. It can only be populated by the server.
1197
- */
1198
- readonly name?: string;
1199
- /** The object that represents the operation. */
1200
- display?: OperationDisplay;
1201
- }
1202
-
1203
- /** The object that represents the operation. */
1204
- export declare interface OperationDisplay {
1205
- /**
1206
- * Service provider: Microsoft.EventHub
1207
- * NOTE: This property will not be serialized. It can only be populated by the server.
1208
- */
1209
- readonly provider?: string;
1210
- /**
1211
- * Resource on which the operation is performed: Invoice, etc.
1212
- * NOTE: This property will not be serialized. It can only be populated by the server.
1213
- */
1214
- readonly resource?: string;
1215
- /**
1216
- * Operation type: Read, write, delete, etc.
1217
- * NOTE: This property will not be serialized. It can only be populated by the server.
1218
- */
1219
- readonly operation?: string;
1220
- }
1221
-
1222
- /** Result of the request to list Event Hub operations. It contains a list of operations and a URL link to get the next set of results. */
1223
- export declare interface OperationListResult {
1224
- /**
1225
- * List of Event Hub operations supported by the Microsoft.EventHub resource provider.
1226
- * NOTE: This property will not be serialized. It can only be populated by the server.
1227
- */
1228
- readonly value?: Operation[];
1229
- /**
1230
- * URL to get the next set of operation list results if there are any.
1231
- * NOTE: This property will not be serialized. It can only be populated by the server.
1232
- */
1233
- readonly nextLink?: string;
1234
- }
1235
-
1236
- /** Interface representing a Operations. */
1237
- export declare interface Operations {
1238
- /**
1239
- * Lists all of the available Event Hub REST API operations.
1240
- * @param options The options parameters.
1241
- */
1242
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1243
- }
1244
-
1245
- /** Optional parameters. */
1246
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1247
- }
1248
-
1249
- /** Contains response data for the listNext operation. */
1250
- export declare type OperationsListNextResponse = OperationListResult;
1251
-
1252
- /** Optional parameters. */
1253
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1254
- }
1255
-
1256
- /** Contains response data for the list operation. */
1257
- export declare type OperationsListResponse = OperationListResult;
1258
-
1259
- /** PrivateEndpoint information. */
1260
- export declare interface PrivateEndpoint {
1261
- /** The ARM identifier for Private Endpoint. */
1262
- id?: string;
1263
- }
1264
-
1265
- /** Properties of the PrivateEndpointConnection. */
1266
- export declare interface PrivateEndpointConnection extends Resource {
1267
- /** The Private Endpoint resource for this Connection. */
1268
- privateEndpoint?: PrivateEndpoint;
1269
- /** Details about the state of the connection. */
1270
- privateLinkServiceConnectionState?: ConnectionState;
1271
- /** Provisioning state of the Private Endpoint Connection. */
1272
- provisioningState?: EndPointProvisioningState;
1273
- }
1274
-
1275
- /** Result of the list of all private endpoint connections operation. */
1276
- export declare interface PrivateEndpointConnectionListResult {
1277
- /** A collection of private endpoint connection resources. */
1278
- value?: PrivateEndpointConnection[];
1279
- /** A link for the next page of private endpoint connection resources. */
1280
- nextLink?: string;
1281
- }
1282
-
1283
- /** Interface representing a PrivateEndpointConnections. */
1284
- export declare interface PrivateEndpointConnections {
1285
- /**
1286
- * Gets the available PrivateEndpointConnections within a namespace.
1287
- * @param resourceGroupName Name of the resource group within the azure subscription.
1288
- * @param namespaceName The Namespace name
1289
- * @param options The options parameters.
1290
- */
1291
- list(resourceGroupName: string, namespaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
1292
- /**
1293
- * Creates or updates PrivateEndpointConnections of service namespace.
1294
- * @param resourceGroupName Name of the resource group within the azure subscription.
1295
- * @param namespaceName The Namespace name
1296
- * @param privateEndpointConnectionName The PrivateEndpointConnection name
1297
- * @param parameters Parameters supplied to update Status of PrivateEndPoint Connection to namespace
1298
- * resource.
1299
- * @param options The options parameters.
1300
- */
1301
- createOrUpdate(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
1302
- /**
1303
- * Deletes an existing namespace. This operation also removes all associated resources under the
1304
- * namespace.
1305
- * @param resourceGroupName Name of the resource group within the azure subscription.
1306
- * @param namespaceName The Namespace name
1307
- * @param privateEndpointConnectionName The PrivateEndpointConnection name
1308
- * @param options The options parameters.
1309
- */
1310
- beginDelete(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1311
- /**
1312
- * Deletes an existing namespace. This operation also removes all associated resources under the
1313
- * namespace.
1314
- * @param resourceGroupName Name of the resource group within the azure subscription.
1315
- * @param namespaceName The Namespace name
1316
- * @param privateEndpointConnectionName The PrivateEndpointConnection name
1317
- * @param options The options parameters.
1318
- */
1319
- beginDeleteAndWait(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1320
- /**
1321
- * Gets a description for the specified Private Endpoint Connection name.
1322
- * @param resourceGroupName Name of the resource group within the azure subscription.
1323
- * @param namespaceName The Namespace name
1324
- * @param privateEndpointConnectionName The PrivateEndpointConnection name
1325
- * @param options The options parameters.
1326
- */
1327
- get(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
1328
- }
1329
-
1330
- /** Optional parameters. */
1331
- export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1332
- }
1333
-
1334
- /** Contains response data for the createOrUpdate operation. */
1335
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1336
-
1337
- /** Optional parameters. */
1338
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1339
- /** Delay to wait until next poll, in milliseconds. */
1340
- updateIntervalInMs?: number;
1341
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1342
- resumeFrom?: string;
1343
- }
1344
-
1345
- /** Optional parameters. */
1346
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1347
- }
1348
-
1349
- /** Contains response data for the get operation. */
1350
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1351
-
1352
- /** Optional parameters. */
1353
- export declare interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
1354
- }
1355
-
1356
- /** Contains response data for the listNext operation. */
1357
- export declare type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
1358
-
1359
- /** Optional parameters. */
1360
- export declare interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1361
- }
1362
-
1363
- /** Contains response data for the list operation. */
1364
- export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1365
-
1366
- /**
1367
- * Defines values for PrivateLinkConnectionStatus. \
1368
- * {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,
1369
- * this enum contains the known values that the service supports.
1370
- * ### Known values supported by the service
1371
- * **Pending** \
1372
- * **Approved** \
1373
- * **Rejected** \
1374
- * **Disconnected**
1375
- */
1376
- export declare type PrivateLinkConnectionStatus = string;
1377
-
1378
- /** Information of the private link resource. */
1379
- export declare interface PrivateLinkResource {
1380
- /** Fully qualified identifier of the resource. */
1381
- id?: string;
1382
- /** Name of the resource */
1383
- name?: string;
1384
- /** Type of the resource */
1385
- type?: string;
1386
- /** The private link resource group id. */
1387
- groupId?: string;
1388
- /** The private link resource required member names. */
1389
- requiredMembers?: string[];
1390
- /** The private link resource Private link DNS zone name. */
1391
- requiredZoneNames?: string[];
1392
- }
1393
-
1394
- /** Interface representing a PrivateLinkResources. */
1395
- export declare interface PrivateLinkResources {
1396
- /**
1397
- * Gets lists of resources that supports Privatelinks.
1398
- * @param resourceGroupName Name of the resource group within the azure subscription.
1399
- * @param namespaceName The Namespace name
1400
- * @param options The options parameters.
1401
- */
1402
- get(resourceGroupName: string, namespaceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
1403
- }
1404
-
1405
- /** Optional parameters. */
1406
- export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1407
- }
1408
-
1409
- /** Contains response data for the get operation. */
1410
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResourcesListResult;
1411
-
1412
- /** Result of the List private link resources operation. */
1413
- export declare interface PrivateLinkResourcesListResult {
1414
- /** A collection of private link resources */
1415
- value?: PrivateLinkResource[];
1416
- /** A link for the next page of private link resources. */
1417
- nextLink?: string;
1418
- }
1419
-
1420
- /** Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset. */
1421
- export declare interface RegenerateAccessKeyParameters {
1422
- /** The access key to regenerate. */
1423
- keyType: KeyType_2;
1424
- /** Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType */
1425
- key?: string;
1426
- }
1427
-
1428
- /** Interface representing a Regions. */
1429
- export declare interface Regions {
1430
- /**
1431
- * Gets the available Regions for a given sku
1432
- * @param sku The sku type.
1433
- * @param options The options parameters.
1434
- */
1435
- listBySku(sku: string, options?: RegionsListBySkuOptionalParams): PagedAsyncIterableIterator<MessagingRegions>;
1436
- }
1437
-
1438
- /** Optional parameters. */
1439
- export declare interface RegionsListBySkuNextOptionalParams extends coreClient.OperationOptions {
1440
- }
1441
-
1442
- /** Contains response data for the listBySkuNext operation. */
1443
- export declare type RegionsListBySkuNextResponse = MessagingRegionsListResult;
1444
-
1445
- /** Optional parameters. */
1446
- export declare interface RegionsListBySkuOptionalParams extends coreClient.OperationOptions {
1447
- }
1448
-
1449
- /** Contains response data for the listBySku operation. */
1450
- export declare type RegionsListBySkuResponse = MessagingRegionsListResult;
1451
-
1452
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1453
- export declare interface Resource {
1454
- /**
1455
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1456
- * NOTE: This property will not be serialized. It can only be populated by the server.
1457
- */
1458
- readonly id?: string;
1459
- /**
1460
- * The name of the resource
1461
- * NOTE: This property will not be serialized. It can only be populated by the server.
1462
- */
1463
- readonly name?: string;
1464
- /**
1465
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1466
- * NOTE: This property will not be serialized. It can only be populated by the server.
1467
- */
1468
- readonly type?: string;
1469
- }
1470
-
1471
- /** SKU parameters supplied to the create namespace operation */
1472
- export declare interface Sku {
1473
- /** Name of this SKU. */
1474
- name: SkuName;
1475
- /** The billing tier of this particular SKU. */
1476
- tier?: SkuTier;
1477
- /** The Event Hubs throughput units, value should be 0 to 20 throughput units. */
1478
- capacity?: number;
1479
- }
1480
-
1481
- /**
1482
- * Defines values for SkuName. \
1483
- * {@link KnownSkuName} can be used interchangeably with SkuName,
1484
- * this enum contains the known values that the service supports.
1485
- * ### Known values supported by the service
1486
- * **Basic** \
1487
- * **Standard**
1488
- */
1489
- export declare type SkuName = string;
1490
-
1491
- /**
1492
- * Defines values for SkuTier. \
1493
- * {@link KnownSkuTier} can be used interchangeably with SkuTier,
1494
- * this enum contains the known values that the service supports.
1495
- * ### Known values supported by the service
1496
- * **Basic** \
1497
- * **Standard**
1498
- */
1499
- export declare type SkuTier = string;
1500
-
1501
- /** Definition of resource. */
1502
- export declare interface TrackedResource extends Resource {
1503
- /** Resource location. */
1504
- location?: string;
1505
- /** Resource tags. */
1506
- tags?: {
1507
- [propertyName: string]: string;
1508
- };
1509
- }
1510
-
1511
- /** Defines values for UnavailableReason. */
1512
- export declare type UnavailableReason = "None" | "InvalidName" | "SubscriptionIsDisabled" | "NameInUse" | "NameInLockdown" | "TooManyNamespaceInCurrentSubscription";
1513
-
1514
- export { }