@azure/arm-servicebus 6.2.0-beta.1 → 6.2.0-beta.2

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 (877) hide show
  1. package/CHANGELOG.md +16 -6
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.js +33 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.d.ts +1528 -0
  11. package/dist/browser/models/index.d.ts.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js +2251 -0
  14. package/dist/browser/models/mappers.js.map +1 -0
  15. package/dist/browser/models/parameters.js +296 -0
  16. package/dist/browser/models/parameters.js.map +1 -0
  17. package/dist/browser/operations/disasterRecoveryConfigs.d.ts +133 -0
  18. package/dist/browser/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  19. package/dist/browser/operations/disasterRecoveryConfigs.js +520 -0
  20. package/dist/browser/operations/disasterRecoveryConfigs.js.map +1 -0
  21. package/dist/browser/operations/index.d.ts +11 -0
  22. package/dist/browser/operations/index.d.ts.map +1 -0
  23. package/dist/browser/operations/index.js +18 -0
  24. package/dist/browser/operations/index.js.map +1 -0
  25. package/dist/browser/operations/migrationConfigs.d.ts +91 -0
  26. package/dist/browser/operations/migrationConfigs.d.ts.map +1 -0
  27. package/dist/browser/operations/migrationConfigs.js +349 -0
  28. package/dist/browser/operations/migrationConfigs.js.map +1 -0
  29. package/dist/browser/operations/namespaces.d.ts +215 -0
  30. package/dist/browser/operations/namespaces.d.ts.map +1 -0
  31. package/dist/browser/operations/namespaces.js +936 -0
  32. package/dist/browser/operations/namespaces.js.map +1 -0
  33. package/dist/browser/operations/operations.d.ts +32 -0
  34. package/dist/browser/operations/operations.d.ts.map +1 -0
  35. package/dist/browser/operations/operations.js +116 -0
  36. package/dist/browser/operations/operations.js.map +1 -0
  37. package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
  38. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  39. package/dist/browser/operations/privateEndpointConnections.js +302 -0
  40. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  41. package/dist/browser/operations/privateLinkResources.d.ts +20 -0
  42. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  43. package/dist/browser/operations/privateLinkResources.js +54 -0
  44. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  45. package/dist/browser/operations/queues.d.ts +137 -0
  46. package/dist/browser/operations/queues.d.ts.map +1 -0
  47. package/dist/browser/operations/queues.js +550 -0
  48. package/dist/browser/operations/queues.js.map +1 -0
  49. package/dist/browser/operations/rules.d.ts +75 -0
  50. package/dist/browser/operations/rules.d.ts.map +1 -0
  51. package/dist/browser/operations/rules.js +288 -0
  52. package/dist/browser/operations/rules.js.map +1 -0
  53. package/dist/browser/operations/subscriptions.d.ts +69 -0
  54. package/dist/browser/operations/subscriptions.d.ts.map +1 -0
  55. package/dist/browser/operations/subscriptions.js +261 -0
  56. package/dist/browser/operations/subscriptions.js.map +1 -0
  57. package/dist/browser/operations/topics.d.ts +137 -0
  58. package/dist/browser/operations/topics.d.ts.map +1 -0
  59. package/dist/browser/operations/topics.js +550 -0
  60. package/dist/browser/operations/topics.js.map +1 -0
  61. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
  62. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  64. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.js +18 -0
  67. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  68. package/dist/browser/operationsInterfaces/migrationConfigs.d.ts +66 -0
  69. package/dist/browser/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
  70. package/dist/browser/operationsInterfaces/migrationConfigs.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/namespaces.d.ts +145 -0
  72. package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  75. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
  78. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
  81. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/queues.d.ts +93 -0
  84. package/dist/browser/operationsInterfaces/queues.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/queues.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/rules.d.ts +46 -0
  87. package/dist/browser/operationsInterfaces/rules.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/rules.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/subscriptions.d.ts +42 -0
  90. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/topics.d.ts +93 -0
  93. package/dist/browser/operationsInterfaces/topics.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/topics.js.map +1 -0
  95. package/dist/browser/package.json +3 -0
  96. package/dist/browser/pagingHelper.js +30 -0
  97. package/dist/browser/pagingHelper.js.map +1 -0
  98. package/dist/browser/serviceBusManagementClient.d.ts +30 -0
  99. package/dist/browser/serviceBusManagementClient.d.ts.map +1 -0
  100. package/dist/browser/serviceBusManagementClient.js +125 -0
  101. package/dist/browser/serviceBusManagementClient.js.map +1 -0
  102. package/dist/commonjs/index.d.ts +5 -0
  103. package/dist/commonjs/index.d.ts.map +1 -0
  104. package/dist/commonjs/index.js +19 -0
  105. package/dist/commonjs/index.js.map +1 -0
  106. package/dist/commonjs/lroImpl.d.ts +16 -0
  107. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  108. package/dist/commonjs/lroImpl.js +37 -0
  109. package/dist/commonjs/lroImpl.js.map +1 -0
  110. package/dist/commonjs/models/index.d.ts +1528 -0
  111. package/dist/commonjs/models/index.d.ts.map +1 -0
  112. package/dist/commonjs/models/index.js +99 -0
  113. package/dist/commonjs/models/index.js.map +1 -0
  114. package/dist/commonjs/models/mappers.d.ts +58 -0
  115. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  116. package/dist/commonjs/models/mappers.js +2255 -0
  117. package/dist/commonjs/models/mappers.js.map +1 -0
  118. package/dist/commonjs/models/parameters.d.ts +35 -0
  119. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  120. package/dist/commonjs/models/parameters.js +299 -0
  121. package/dist/commonjs/models/parameters.js.map +1 -0
  122. package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts +133 -0
  123. package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  124. package/dist/commonjs/operations/disasterRecoveryConfigs.js +525 -0
  125. package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +1 -0
  126. package/dist/commonjs/operations/index.d.ts +11 -0
  127. package/dist/commonjs/operations/index.d.ts.map +1 -0
  128. package/dist/commonjs/operations/index.js +21 -0
  129. package/dist/commonjs/operations/index.js.map +1 -0
  130. package/dist/commonjs/operations/migrationConfigs.d.ts +91 -0
  131. package/dist/commonjs/operations/migrationConfigs.d.ts.map +1 -0
  132. package/dist/commonjs/operations/migrationConfigs.js +354 -0
  133. package/dist/commonjs/operations/migrationConfigs.js.map +1 -0
  134. package/dist/commonjs/operations/namespaces.d.ts +215 -0
  135. package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
  136. package/dist/commonjs/operations/namespaces.js +941 -0
  137. package/dist/commonjs/operations/namespaces.js.map +1 -0
  138. package/dist/commonjs/operations/operations.d.ts +32 -0
  139. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  140. package/dist/commonjs/operations/operations.js +121 -0
  141. package/dist/commonjs/operations/operations.js.map +1 -0
  142. package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
  143. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  144. package/dist/commonjs/operations/privateEndpointConnections.js +307 -0
  145. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  146. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  147. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  148. package/dist/commonjs/operations/privateLinkResources.js +59 -0
  149. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  150. package/dist/commonjs/operations/queues.d.ts +137 -0
  151. package/dist/commonjs/operations/queues.d.ts.map +1 -0
  152. package/dist/commonjs/operations/queues.js +555 -0
  153. package/dist/commonjs/operations/queues.js.map +1 -0
  154. package/dist/commonjs/operations/rules.d.ts +75 -0
  155. package/dist/commonjs/operations/rules.d.ts.map +1 -0
  156. package/dist/commonjs/operations/rules.js +293 -0
  157. package/dist/commonjs/operations/rules.js.map +1 -0
  158. package/dist/commonjs/operations/subscriptions.d.ts +69 -0
  159. package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
  160. package/dist/commonjs/operations/subscriptions.js +266 -0
  161. package/dist/commonjs/operations/subscriptions.js.map +1 -0
  162. package/dist/commonjs/operations/topics.d.ts +137 -0
  163. package/dist/commonjs/operations/topics.d.ts.map +1 -0
  164. package/dist/commonjs/operations/topics.js +555 -0
  165. package/dist/commonjs/operations/topics.js.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
  167. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js +10 -0
  169. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  171. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  173. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts +66 -0
  175. package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/migrationConfigs.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/migrationConfigs.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/namespaces.d.ts +145 -0
  179. package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  183. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
  187. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  191. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/queues.d.ts +93 -0
  195. package/dist/commonjs/operationsInterfaces/queues.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/queues.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/queues.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/rules.d.ts +46 -0
  199. package/dist/commonjs/operationsInterfaces/rules.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/rules.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/rules.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +42 -0
  203. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/topics.d.ts +93 -0
  207. package/dist/commonjs/operationsInterfaces/topics.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/topics.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/topics.js.map +1 -0
  210. package/dist/commonjs/package.json +3 -0
  211. package/dist/commonjs/pagingHelper.d.ts +13 -0
  212. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  213. package/dist/commonjs/pagingHelper.js +34 -0
  214. package/dist/commonjs/pagingHelper.js.map +1 -0
  215. package/dist/commonjs/serviceBusManagementClient.d.ts +30 -0
  216. package/dist/commonjs/serviceBusManagementClient.d.ts.map +1 -0
  217. package/dist/commonjs/serviceBusManagementClient.js +130 -0
  218. package/dist/commonjs/serviceBusManagementClient.js.map +1 -0
  219. package/dist/commonjs/tsdoc-metadata.json +11 -0
  220. package/dist/esm/index.d.ts +5 -0
  221. package/dist/esm/index.d.ts.map +1 -0
  222. package/dist/esm/index.js +13 -0
  223. package/dist/esm/index.js.map +1 -0
  224. package/dist/esm/lroImpl.d.ts +16 -0
  225. package/dist/esm/lroImpl.d.ts.map +1 -0
  226. package/dist/esm/lroImpl.js +33 -0
  227. package/dist/esm/lroImpl.js.map +1 -0
  228. package/dist/esm/models/index.d.ts +1528 -0
  229. package/dist/esm/models/index.d.ts.map +1 -0
  230. package/dist/esm/models/index.js +96 -0
  231. package/dist/esm/models/index.js.map +1 -0
  232. package/dist/esm/models/mappers.d.ts +58 -0
  233. package/dist/esm/models/mappers.d.ts.map +1 -0
  234. package/dist/esm/models/mappers.js +2251 -0
  235. package/dist/esm/models/mappers.js.map +1 -0
  236. package/dist/esm/models/parameters.d.ts +35 -0
  237. package/dist/esm/models/parameters.d.ts.map +1 -0
  238. package/dist/esm/models/parameters.js +296 -0
  239. package/dist/esm/models/parameters.js.map +1 -0
  240. package/dist/esm/operations/disasterRecoveryConfigs.d.ts +133 -0
  241. package/dist/esm/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  242. package/dist/esm/operations/disasterRecoveryConfigs.js +520 -0
  243. package/dist/esm/operations/disasterRecoveryConfigs.js.map +1 -0
  244. package/dist/esm/operations/index.d.ts +11 -0
  245. package/dist/esm/operations/index.d.ts.map +1 -0
  246. package/dist/esm/operations/index.js +18 -0
  247. package/dist/esm/operations/index.js.map +1 -0
  248. package/dist/esm/operations/migrationConfigs.d.ts +91 -0
  249. package/dist/esm/operations/migrationConfigs.d.ts.map +1 -0
  250. package/dist/esm/operations/migrationConfigs.js +349 -0
  251. package/dist/esm/operations/migrationConfigs.js.map +1 -0
  252. package/dist/esm/operations/namespaces.d.ts +215 -0
  253. package/dist/esm/operations/namespaces.d.ts.map +1 -0
  254. package/dist/esm/operations/namespaces.js +936 -0
  255. package/dist/esm/operations/namespaces.js.map +1 -0
  256. package/dist/esm/operations/operations.d.ts +32 -0
  257. package/dist/esm/operations/operations.d.ts.map +1 -0
  258. package/dist/esm/operations/operations.js +116 -0
  259. package/dist/esm/operations/operations.js.map +1 -0
  260. package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
  261. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  262. package/dist/esm/operations/privateEndpointConnections.js +302 -0
  263. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  264. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  265. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  266. package/dist/esm/operations/privateLinkResources.js +54 -0
  267. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  268. package/dist/esm/operations/queues.d.ts +137 -0
  269. package/dist/esm/operations/queues.d.ts.map +1 -0
  270. package/dist/esm/operations/queues.js +550 -0
  271. package/dist/esm/operations/queues.js.map +1 -0
  272. package/dist/esm/operations/rules.d.ts +75 -0
  273. package/dist/esm/operations/rules.d.ts.map +1 -0
  274. package/dist/esm/operations/rules.js +288 -0
  275. package/dist/esm/operations/rules.js.map +1 -0
  276. package/dist/esm/operations/subscriptions.d.ts +69 -0
  277. package/dist/esm/operations/subscriptions.d.ts.map +1 -0
  278. package/dist/esm/operations/subscriptions.js +261 -0
  279. package/dist/esm/operations/subscriptions.js.map +1 -0
  280. package/dist/esm/operations/topics.d.ts +137 -0
  281. package/dist/esm/operations/topics.d.ts.map +1 -0
  282. package/dist/esm/operations/topics.js +550 -0
  283. package/dist/esm/operations/topics.js.map +1 -0
  284. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
  285. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  286. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
  287. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  288. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  289. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  290. package/dist/esm/operationsInterfaces/index.js +18 -0
  291. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  292. package/dist/esm/operationsInterfaces/migrationConfigs.d.ts +66 -0
  293. package/dist/esm/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
  294. package/dist/esm/operationsInterfaces/migrationConfigs.js +9 -0
  295. package/dist/esm/operationsInterfaces/migrationConfigs.js.map +1 -0
  296. package/dist/esm/operationsInterfaces/namespaces.d.ts +145 -0
  297. package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
  298. package/dist/esm/operationsInterfaces/namespaces.js +9 -0
  299. package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
  300. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  301. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  302. package/dist/esm/operationsInterfaces/operations.js +9 -0
  303. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  304. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
  305. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  306. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  307. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  308. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  309. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  310. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  311. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  312. package/dist/esm/operationsInterfaces/queues.d.ts +93 -0
  313. package/dist/esm/operationsInterfaces/queues.d.ts.map +1 -0
  314. package/dist/esm/operationsInterfaces/queues.js +9 -0
  315. package/dist/esm/operationsInterfaces/queues.js.map +1 -0
  316. package/dist/esm/operationsInterfaces/rules.d.ts +46 -0
  317. package/dist/esm/operationsInterfaces/rules.d.ts.map +1 -0
  318. package/dist/esm/operationsInterfaces/rules.js +9 -0
  319. package/dist/esm/operationsInterfaces/rules.js.map +1 -0
  320. package/dist/esm/operationsInterfaces/subscriptions.d.ts +42 -0
  321. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
  322. package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
  323. package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
  324. package/dist/esm/operationsInterfaces/topics.d.ts +93 -0
  325. package/dist/esm/operationsInterfaces/topics.d.ts.map +1 -0
  326. package/dist/esm/operationsInterfaces/topics.js +9 -0
  327. package/dist/esm/operationsInterfaces/topics.js.map +1 -0
  328. package/dist/esm/package.json +3 -0
  329. package/dist/esm/pagingHelper.d.ts +13 -0
  330. package/dist/esm/pagingHelper.d.ts.map +1 -0
  331. package/dist/esm/pagingHelper.js +30 -0
  332. package/dist/esm/pagingHelper.js.map +1 -0
  333. package/dist/esm/serviceBusManagementClient.d.ts +30 -0
  334. package/dist/esm/serviceBusManagementClient.d.ts.map +1 -0
  335. package/dist/esm/serviceBusManagementClient.js +125 -0
  336. package/dist/esm/serviceBusManagementClient.js.map +1 -0
  337. package/dist/react-native/index.d.ts +5 -0
  338. package/dist/react-native/index.d.ts.map +1 -0
  339. package/dist/react-native/index.js +13 -0
  340. package/dist/react-native/index.js.map +1 -0
  341. package/dist/react-native/lroImpl.d.ts +16 -0
  342. package/dist/react-native/lroImpl.d.ts.map +1 -0
  343. package/dist/react-native/lroImpl.js +33 -0
  344. package/dist/react-native/lroImpl.js.map +1 -0
  345. package/dist/react-native/models/index.d.ts +1528 -0
  346. package/dist/react-native/models/index.d.ts.map +1 -0
  347. package/dist/react-native/models/index.js +96 -0
  348. package/dist/react-native/models/index.js.map +1 -0
  349. package/dist/react-native/models/mappers.d.ts +58 -0
  350. package/dist/react-native/models/mappers.d.ts.map +1 -0
  351. package/dist/react-native/models/mappers.js +2251 -0
  352. package/dist/react-native/models/mappers.js.map +1 -0
  353. package/dist/react-native/models/parameters.d.ts +35 -0
  354. package/dist/react-native/models/parameters.d.ts.map +1 -0
  355. package/dist/react-native/models/parameters.js +296 -0
  356. package/dist/react-native/models/parameters.js.map +1 -0
  357. package/dist/react-native/operations/disasterRecoveryConfigs.d.ts +133 -0
  358. package/dist/react-native/operations/disasterRecoveryConfigs.d.ts.map +1 -0
  359. package/dist/react-native/operations/disasterRecoveryConfigs.js +520 -0
  360. package/dist/react-native/operations/disasterRecoveryConfigs.js.map +1 -0
  361. package/dist/react-native/operations/index.d.ts +11 -0
  362. package/dist/react-native/operations/index.d.ts.map +1 -0
  363. package/dist/react-native/operations/index.js +18 -0
  364. package/dist/react-native/operations/index.js.map +1 -0
  365. package/dist/react-native/operations/migrationConfigs.d.ts +91 -0
  366. package/dist/react-native/operations/migrationConfigs.d.ts.map +1 -0
  367. package/dist/react-native/operations/migrationConfigs.js +349 -0
  368. package/dist/react-native/operations/migrationConfigs.js.map +1 -0
  369. package/dist/react-native/operations/namespaces.d.ts +215 -0
  370. package/dist/react-native/operations/namespaces.d.ts.map +1 -0
  371. package/dist/react-native/operations/namespaces.js +936 -0
  372. package/dist/react-native/operations/namespaces.js.map +1 -0
  373. package/dist/react-native/operations/operations.d.ts +32 -0
  374. package/dist/react-native/operations/operations.d.ts.map +1 -0
  375. package/dist/react-native/operations/operations.js +116 -0
  376. package/dist/react-native/operations/operations.js.map +1 -0
  377. package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
  378. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  379. package/dist/react-native/operations/privateEndpointConnections.js +302 -0
  380. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  381. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  382. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  383. package/dist/react-native/operations/privateLinkResources.js +54 -0
  384. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  385. package/dist/react-native/operations/queues.d.ts +137 -0
  386. package/dist/react-native/operations/queues.d.ts.map +1 -0
  387. package/dist/react-native/operations/queues.js +550 -0
  388. package/dist/react-native/operations/queues.js.map +1 -0
  389. package/dist/react-native/operations/rules.d.ts +75 -0
  390. package/dist/react-native/operations/rules.d.ts.map +1 -0
  391. package/dist/react-native/operations/rules.js +288 -0
  392. package/dist/react-native/operations/rules.js.map +1 -0
  393. package/dist/react-native/operations/subscriptions.d.ts +69 -0
  394. package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
  395. package/dist/react-native/operations/subscriptions.js +261 -0
  396. package/dist/react-native/operations/subscriptions.js.map +1 -0
  397. package/dist/react-native/operations/topics.d.ts +137 -0
  398. package/dist/react-native/operations/topics.d.ts.map +1 -0
  399. package/dist/react-native/operations/topics.js +550 -0
  400. package/dist/react-native/operations/topics.js.map +1 -0
  401. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
  402. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
  403. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
  404. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
  405. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  406. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  407. package/dist/react-native/operationsInterfaces/index.js +18 -0
  408. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  409. package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts +66 -0
  410. package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
  411. package/dist/react-native/operationsInterfaces/migrationConfigs.js +9 -0
  412. package/dist/react-native/operationsInterfaces/migrationConfigs.js.map +1 -0
  413. package/dist/react-native/operationsInterfaces/namespaces.d.ts +145 -0
  414. package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
  415. package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
  416. package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
  417. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  418. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  419. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  420. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  421. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
  422. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  423. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  424. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  425. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  426. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  427. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  428. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  429. package/dist/react-native/operationsInterfaces/queues.d.ts +93 -0
  430. package/dist/react-native/operationsInterfaces/queues.d.ts.map +1 -0
  431. package/dist/react-native/operationsInterfaces/queues.js +9 -0
  432. package/dist/react-native/operationsInterfaces/queues.js.map +1 -0
  433. package/dist/react-native/operationsInterfaces/rules.d.ts +46 -0
  434. package/dist/react-native/operationsInterfaces/rules.d.ts.map +1 -0
  435. package/dist/react-native/operationsInterfaces/rules.js +9 -0
  436. package/dist/react-native/operationsInterfaces/rules.js.map +1 -0
  437. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +42 -0
  438. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
  439. package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
  440. package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
  441. package/dist/react-native/operationsInterfaces/topics.d.ts +93 -0
  442. package/dist/react-native/operationsInterfaces/topics.d.ts.map +1 -0
  443. package/dist/react-native/operationsInterfaces/topics.js +9 -0
  444. package/dist/react-native/operationsInterfaces/topics.js.map +1 -0
  445. package/dist/react-native/package.json +3 -0
  446. package/dist/react-native/pagingHelper.d.ts +13 -0
  447. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  448. package/dist/react-native/pagingHelper.js +30 -0
  449. package/dist/react-native/pagingHelper.js.map +1 -0
  450. package/dist/react-native/serviceBusManagementClient.d.ts +30 -0
  451. package/dist/react-native/serviceBusManagementClient.d.ts.map +1 -0
  452. package/dist/react-native/serviceBusManagementClient.js +125 -0
  453. package/dist/react-native/serviceBusManagementClient.js.map +1 -0
  454. package/package.json +84 -73
  455. package/review/arm-servicebus-node.api.md +1304 -0
  456. package/dist/index.js +0 -6842
  457. package/dist/index.js.map +0 -1
  458. package/dist/index.min.js +0 -1
  459. package/dist/index.min.js.map +0 -1
  460. package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.d.ts +0 -2
  461. package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.js +0 -40
  463. package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.js.map +0 -1
  464. package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.d.ts +0 -2
  465. package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.js +0 -41
  467. package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.js.map +0 -1
  468. package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.d.ts +0 -2
  469. package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.js +0 -44
  471. package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.js.map +0 -1
  472. package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.js +0 -40
  475. package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.js.map +0 -1
  476. package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.js +0 -40
  479. package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.js.map +0 -1
  480. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js +0 -40
  483. package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js.map +0 -1
  484. package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.js +0 -40
  487. package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.js.map +0 -1
  488. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js +0 -53
  491. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js.map +0 -1
  492. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js +0 -40
  495. package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js.map +0 -1
  496. package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.js +0 -53
  499. package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.js.map +0 -1
  500. package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.js +0 -39
  503. package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.js.map +0 -1
  504. package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.js +0 -43
  507. package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.js.map +0 -1
  508. package/dist-esm/samples-dev/migrationConfigsDeleteSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/migrationConfigsDeleteSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/migrationConfigsDeleteSample.js +0 -39
  511. package/dist-esm/samples-dev/migrationConfigsDeleteSample.js.map +0 -1
  512. package/dist-esm/samples-dev/migrationConfigsGetSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/migrationConfigsGetSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/migrationConfigsGetSample.js +0 -39
  515. package/dist-esm/samples-dev/migrationConfigsGetSample.js.map +0 -1
  516. package/dist-esm/samples-dev/migrationConfigsListSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/migrationConfigsListSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/migrationConfigsListSample.js +0 -52
  519. package/dist-esm/samples-dev/migrationConfigsListSample.js.map +0 -1
  520. package/dist-esm/samples-dev/migrationConfigsRevertSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/migrationConfigsRevertSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/migrationConfigsRevertSample.js +0 -39
  523. package/dist-esm/samples-dev/migrationConfigsRevertSample.js.map +0 -1
  524. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
  525. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -38
  527. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
  528. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +0 -41
  531. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  532. package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.js +0 -68
  535. package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.js.map +0 -1
  536. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +0 -45
  539. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +0 -1
  540. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +0 -40
  543. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +0 -1
  544. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/namespacesDeleteSample.js +0 -39
  547. package/dist-esm/samples-dev/namespacesDeleteSample.js.map +0 -1
  548. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +0 -40
  551. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +0 -1
  552. package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.js +0 -38
  555. package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.js.map +0 -1
  556. package/dist-esm/samples-dev/namespacesGetSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/namespacesGetSample.js +0 -39
  559. package/dist-esm/samples-dev/namespacesGetSample.js.map +0 -1
  560. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +0 -53
  563. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +0 -1
  564. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +0 -52
  567. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +0 -1
  568. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/namespacesListKeysSample.js +0 -40
  571. package/dist-esm/samples-dev/namespacesListKeysSample.js.map +0 -1
  572. package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.js +0 -52
  575. package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.js.map +0 -1
  576. package/dist-esm/samples-dev/namespacesListSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/namespacesListSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/namespacesListSample.js +0 -51
  579. package/dist-esm/samples-dev/namespacesListSample.js.map +0 -1
  580. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +0 -41
  583. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +0 -1
  584. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/namespacesUpdateSample.js +0 -43
  587. package/dist-esm/samples-dev/namespacesUpdateSample.js.map +0 -1
  588. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  591. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  592. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -49
  595. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  596. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  599. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  600. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  603. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  604. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
  607. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  608. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -38
  611. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.js +0 -42
  615. package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  616. package/dist-esm/samples-dev/queuesCreateOrUpdateSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/queuesCreateOrUpdateSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/queuesCreateOrUpdateSample.js +0 -41
  619. package/dist-esm/samples-dev/queuesCreateOrUpdateSample.js.map +0 -1
  620. package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.js +0 -41
  623. package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.js.map +0 -1
  624. package/dist-esm/samples-dev/queuesDeleteSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/queuesDeleteSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/queuesDeleteSample.js +0 -40
  627. package/dist-esm/samples-dev/queuesDeleteSample.js.map +0 -1
  628. package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.js +0 -41
  631. package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.js.map +0 -1
  632. package/dist-esm/samples-dev/queuesGetSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/queuesGetSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/queuesGetSample.js +0 -40
  635. package/dist-esm/samples-dev/queuesGetSample.js.map +0 -1
  636. package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.js +0 -54
  639. package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.js.map +0 -1
  640. package/dist-esm/samples-dev/queuesListByNamespaceSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/queuesListByNamespaceSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/queuesListByNamespaceSample.js +0 -53
  643. package/dist-esm/samples-dev/queuesListByNamespaceSample.js.map +0 -1
  644. package/dist-esm/samples-dev/queuesListKeysSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/queuesListKeysSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/queuesListKeysSample.js +0 -41
  647. package/dist-esm/samples-dev/queuesListKeysSample.js.map +0 -1
  648. package/dist-esm/samples-dev/queuesRegenerateKeysSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/queuesRegenerateKeysSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/queuesRegenerateKeysSample.js +0 -42
  651. package/dist-esm/samples-dev/queuesRegenerateKeysSample.js.map +0 -1
  652. package/dist-esm/samples-dev/rulesCreateOrUpdateSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/rulesCreateOrUpdateSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/rulesCreateOrUpdateSample.js +0 -92
  655. package/dist-esm/samples-dev/rulesCreateOrUpdateSample.js.map +0 -1
  656. package/dist-esm/samples-dev/rulesDeleteSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/rulesDeleteSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/rulesDeleteSample.js +0 -42
  659. package/dist-esm/samples-dev/rulesDeleteSample.js.map +0 -1
  660. package/dist-esm/samples-dev/rulesGetSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/rulesGetSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/rulesGetSample.js +0 -42
  663. package/dist-esm/samples-dev/rulesGetSample.js.map +0 -1
  664. package/dist-esm/samples-dev/rulesListBySubscriptionsSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/rulesListBySubscriptionsSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/rulesListBySubscriptionsSample.js +0 -55
  667. package/dist-esm/samples-dev/rulesListBySubscriptionsSample.js.map +0 -1
  668. package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.js +0 -41
  671. package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.js.map +0 -1
  672. package/dist-esm/samples-dev/subscriptionsDeleteSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/subscriptionsDeleteSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/subscriptionsDeleteSample.js +0 -40
  675. package/dist-esm/samples-dev/subscriptionsDeleteSample.js.map +0 -1
  676. package/dist-esm/samples-dev/subscriptionsGetSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/subscriptionsGetSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/subscriptionsGetSample.js +0 -40
  679. package/dist-esm/samples-dev/subscriptionsGetSample.js.map +0 -1
  680. package/dist-esm/samples-dev/subscriptionsListByTopicSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/subscriptionsListByTopicSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/subscriptionsListByTopicSample.js +0 -53
  683. package/dist-esm/samples-dev/subscriptionsListByTopicSample.js.map +0 -1
  684. package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.js +0 -42
  687. package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  688. package/dist-esm/samples-dev/topicsCreateOrUpdateSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/topicsCreateOrUpdateSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js +0 -41
  691. package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js.map +0 -1
  692. package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.js +0 -41
  695. package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.js.map +0 -1
  696. package/dist-esm/samples-dev/topicsDeleteSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/topicsDeleteSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/topicsDeleteSample.js +0 -40
  699. package/dist-esm/samples-dev/topicsDeleteSample.js.map +0 -1
  700. package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.js +0 -41
  703. package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.js.map +0 -1
  704. package/dist-esm/samples-dev/topicsGetSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/topicsGetSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/topicsGetSample.js +0 -40
  707. package/dist-esm/samples-dev/topicsGetSample.js.map +0 -1
  708. package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.js +0 -54
  711. package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.js.map +0 -1
  712. package/dist-esm/samples-dev/topicsListByNamespaceSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/topicsListByNamespaceSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/topicsListByNamespaceSample.js +0 -53
  715. package/dist-esm/samples-dev/topicsListByNamespaceSample.js.map +0 -1
  716. package/dist-esm/samples-dev/topicsListKeysSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/topicsListKeysSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/topicsListKeysSample.js +0 -41
  719. package/dist-esm/samples-dev/topicsListKeysSample.js.map +0 -1
  720. package/dist-esm/samples-dev/topicsRegenerateKeysSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/topicsRegenerateKeysSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/topicsRegenerateKeysSample.js +0 -42
  723. package/dist-esm/samples-dev/topicsRegenerateKeysSample.js.map +0 -1
  724. package/dist-esm/src/index.d.ts +0 -6
  725. package/dist-esm/src/index.d.ts.map +0 -1
  726. package/dist-esm/src/index.js +0 -13
  727. package/dist-esm/src/index.js.map +0 -1
  728. package/dist-esm/src/lroImpl.js +0 -29
  729. package/dist-esm/src/lroImpl.js.map +0 -1
  730. package/dist-esm/src/models/index.d.ts +0 -1528
  731. package/dist-esm/src/models/index.d.ts.map +0 -1
  732. package/dist-esm/src/models/index.js.map +0 -1
  733. package/dist-esm/src/models/mappers.js +0 -2100
  734. package/dist-esm/src/models/mappers.js.map +0 -1
  735. package/dist-esm/src/models/parameters.js +0 -296
  736. package/dist-esm/src/models/parameters.js.map +0 -1
  737. package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts +0 -133
  738. package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts.map +0 -1
  739. package/dist-esm/src/operations/disasterRecoveryConfigs.js +0 -550
  740. package/dist-esm/src/operations/disasterRecoveryConfigs.js.map +0 -1
  741. package/dist-esm/src/operations/index.d.ts +0 -11
  742. package/dist-esm/src/operations/index.d.ts.map +0 -1
  743. package/dist-esm/src/operations/index.js +0 -18
  744. package/dist-esm/src/operations/index.js.map +0 -1
  745. package/dist-esm/src/operations/migrationConfigs.d.ts +0 -91
  746. package/dist-esm/src/operations/migrationConfigs.d.ts.map +0 -1
  747. package/dist-esm/src/operations/migrationConfigs.js +0 -363
  748. package/dist-esm/src/operations/migrationConfigs.js.map +0 -1
  749. package/dist-esm/src/operations/namespaces.d.ts +0 -215
  750. package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
  751. package/dist-esm/src/operations/namespaces.js +0 -994
  752. package/dist-esm/src/operations/namespaces.js.map +0 -1
  753. package/dist-esm/src/operations/operations.d.ts +0 -32
  754. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  755. package/dist-esm/src/operations/operations.js +0 -131
  756. package/dist-esm/src/operations/operations.js.map +0 -1
  757. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
  758. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  759. package/dist-esm/src/operations/privateEndpointConnections.js +0 -316
  760. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  761. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
  762. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  763. package/dist-esm/src/operations/privateLinkResources.js +0 -53
  764. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  765. package/dist-esm/src/operations/queues.d.ts +0 -137
  766. package/dist-esm/src/operations/queues.d.ts.map +0 -1
  767. package/dist-esm/src/operations/queues.js +0 -580
  768. package/dist-esm/src/operations/queues.js.map +0 -1
  769. package/dist-esm/src/operations/rules.d.ts +0 -75
  770. package/dist-esm/src/operations/rules.d.ts.map +0 -1
  771. package/dist-esm/src/operations/rules.js +0 -303
  772. package/dist-esm/src/operations/rules.js.map +0 -1
  773. package/dist-esm/src/operations/subscriptions.d.ts +0 -69
  774. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  775. package/dist-esm/src/operations/subscriptions.js +0 -276
  776. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  777. package/dist-esm/src/operations/topics.d.ts +0 -137
  778. package/dist-esm/src/operations/topics.d.ts.map +0 -1
  779. package/dist-esm/src/operations/topics.js +0 -580
  780. package/dist-esm/src/operations/topics.js.map +0 -1
  781. package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
  782. package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
  783. package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
  784. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  785. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  787. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/migrationConfigs.d.ts +0 -66
  789. package/dist-esm/src/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
  790. package/dist-esm/src/operationsInterfaces/migrationConfigs.js.map +0 -1
  791. package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -145
  792. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
  793. package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
  794. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  795. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  797. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
  798. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  800. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
  801. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  803. package/dist-esm/src/operationsInterfaces/queues.d.ts +0 -93
  804. package/dist-esm/src/operationsInterfaces/queues.d.ts.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/queues.js.map +0 -1
  806. package/dist-esm/src/operationsInterfaces/rules.d.ts +0 -46
  807. package/dist-esm/src/operationsInterfaces/rules.d.ts.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/rules.js.map +0 -1
  809. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -42
  810. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  811. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  812. package/dist-esm/src/operationsInterfaces/topics.d.ts +0 -93
  813. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +0 -1
  814. package/dist-esm/src/operationsInterfaces/topics.js.map +0 -1
  815. package/dist-esm/src/pagingHelper.js +0 -32
  816. package/dist-esm/src/pagingHelper.js.map +0 -1
  817. package/dist-esm/src/serviceBusManagementClient.d.ts +0 -30
  818. package/dist-esm/src/serviceBusManagementClient.d.ts.map +0 -1
  819. package/dist-esm/src/serviceBusManagementClient.js +0 -110
  820. package/dist-esm/src/serviceBusManagementClient.js.map +0 -1
  821. package/dist-esm/test/servicebus_example.spec.d.ts +0 -4
  822. package/dist-esm/test/servicebus_example.spec.d.ts.map +0 -1
  823. package/dist-esm/test/servicebus_example.spec.js +0 -186
  824. package/dist-esm/test/servicebus_example.spec.js.map +0 -1
  825. package/review/arm-servicebus.api.md +0 -1305
  826. package/rollup.config.js +0 -122
  827. package/src/index.ts +0 -13
  828. package/src/lroImpl.ts +0 -34
  829. package/src/models/index.ts +0 -1777
  830. package/src/models/mappers.ts +0 -2308
  831. package/src/models/parameters.ts +0 -349
  832. package/src/operations/disasterRecoveryConfigs.ts +0 -749
  833. package/src/operations/index.ts +0 -18
  834. package/src/operations/migrationConfigs.ts +0 -500
  835. package/src/operations/namespaces.ts +0 -1329
  836. package/src/operations/operations.ts +0 -149
  837. package/src/operations/privateEndpointConnections.ts +0 -424
  838. package/src/operations/privateLinkResources.ts +0 -72
  839. package/src/operations/queues.ts +0 -793
  840. package/src/operations/rules.ts +0 -419
  841. package/src/operations/subscriptions.ts +0 -379
  842. package/src/operations/topics.ts +0 -793
  843. package/src/operationsInterfaces/disasterRecoveryConfigs.ts +0 -169
  844. package/src/operationsInterfaces/index.ts +0 -18
  845. package/src/operationsInterfaces/migrationConfigs.ts +0 -127
  846. package/src/operationsInterfaces/namespaces.ts +0 -271
  847. package/src/operationsInterfaces/operations.ts +0 -22
  848. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -90
  849. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  850. package/src/operationsInterfaces/queues.ts +0 -179
  851. package/src/operationsInterfaces/rules.ts +0 -91
  852. package/src/operationsInterfaces/subscriptions.ts +0 -83
  853. package/src/operationsInterfaces/topics.ts +0 -179
  854. package/src/pagingHelper.ts +0 -39
  855. package/src/serviceBusManagementClient.ts +0 -181
  856. package/tsconfig.json +0 -33
  857. package/types/arm-servicebus.d.ts +0 -2424
  858. package/types/tsdoc-metadata.json +0 -11
  859. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  860. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  861. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  862. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  863. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  864. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  865. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  866. /package/{dist-esm/src → dist/browser}/operationsInterfaces/disasterRecoveryConfigs.js +0 -0
  867. /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrationConfigs.js +0 -0
  868. /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
  869. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  870. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  871. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  872. /package/{dist-esm/src → dist/browser}/operationsInterfaces/queues.js +0 -0
  873. /package/{dist-esm/src → dist/browser}/operationsInterfaces/rules.js +0 -0
  874. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
  875. /package/{dist-esm/src → dist/browser}/operationsInterfaces/topics.js +0 -0
  876. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  877. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1,1528 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The response of the List Namespace operation. */
3
+ export interface SBNamespaceListResult {
4
+ /** Result of the List Namespace operation. */
5
+ value?: SBNamespace[];
6
+ /** Link to the next set of results. Not empty if Value contains incomplete list of Namespaces. */
7
+ nextLink?: string;
8
+ }
9
+ /** SKU of the namespace. */
10
+ export interface SBSku {
11
+ /** Name of this SKU. */
12
+ name: SkuName;
13
+ /** The billing tier of this particular SKU. */
14
+ tier?: SkuTier;
15
+ /** Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64 */
16
+ capacity?: number;
17
+ }
18
+ /** Properties to configure User Assigned Identities for Bring your Own Keys */
19
+ export interface Identity {
20
+ /**
21
+ * ObjectId from the KeyVault
22
+ * NOTE: This property will not be serialized. It can only be populated by the server.
23
+ */
24
+ readonly principalId?: string;
25
+ /**
26
+ * TenantId from the KeyVault
27
+ * NOTE: This property will not be serialized. It can only be populated by the server.
28
+ */
29
+ readonly tenantId?: string;
30
+ /** Type of managed service identity. */
31
+ type?: ManagedServiceIdentityType;
32
+ /** Properties for User Assigned Identities */
33
+ userAssignedIdentities?: {
34
+ [propertyName: string]: UserAssignedIdentity;
35
+ };
36
+ }
37
+ /** Recognized Dictionary value. */
38
+ export interface UserAssignedIdentity {
39
+ /**
40
+ * Principal Id of user assigned identity
41
+ * NOTE: This property will not be serialized. It can only be populated by the server.
42
+ */
43
+ readonly principalId?: string;
44
+ /**
45
+ * Client Id of user assigned identity
46
+ * NOTE: This property will not be serialized. It can only be populated by the server.
47
+ */
48
+ readonly clientId?: string;
49
+ }
50
+ /** Metadata pertaining to creation and last modification of the resource. */
51
+ export interface SystemData {
52
+ /** The identity that created the resource. */
53
+ createdBy?: string;
54
+ /** The type of identity that created the resource. */
55
+ createdByType?: CreatedByType;
56
+ /** The timestamp of resource creation (UTC). */
57
+ createdAt?: Date;
58
+ /** The identity that last modified the resource. */
59
+ lastModifiedBy?: string;
60
+ /** The type of identity that last modified the resource. */
61
+ lastModifiedByType?: CreatedByType;
62
+ /** The type of identity that last modified the resource. */
63
+ lastModifiedAt?: Date;
64
+ }
65
+ /** Properties to configure Encryption */
66
+ export interface Encryption {
67
+ /** Properties of KeyVault */
68
+ keyVaultProperties?: KeyVaultProperties[];
69
+ /** Enumerates the possible value of keySource for Encryption */
70
+ keySource?: "Microsoft.KeyVault";
71
+ /** Enable Infrastructure Encryption (Double Encryption) */
72
+ requireInfrastructureEncryption?: boolean;
73
+ }
74
+ /** Properties to configure keyVault Properties */
75
+ export interface KeyVaultProperties {
76
+ /** Name of the Key from KeyVault */
77
+ keyName?: string;
78
+ /** Uri of KeyVault */
79
+ keyVaultUri?: string;
80
+ /** Version of KeyVault */
81
+ keyVersion?: string;
82
+ identity?: UserAssignedIdentityProperties;
83
+ }
84
+ export interface UserAssignedIdentityProperties {
85
+ /** ARM ID of user Identity selected for encryption */
86
+ userAssignedIdentity?: string;
87
+ }
88
+ /** PrivateEndpoint information. */
89
+ export interface PrivateEndpoint {
90
+ /** The ARM identifier for Private Endpoint. */
91
+ id?: string;
92
+ }
93
+ /** ConnectionState information. */
94
+ export interface ConnectionState {
95
+ /** Status of the connection. */
96
+ status?: PrivateLinkConnectionStatus;
97
+ /** Description of the connection state. */
98
+ description?: string;
99
+ }
100
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
101
+ export interface ProxyResource {
102
+ /**
103
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
105
+ */
106
+ readonly id?: string;
107
+ /**
108
+ * The name of the resource
109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
110
+ */
111
+ readonly name?: string;
112
+ /**
113
+ * The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
115
+ */
116
+ readonly type?: string;
117
+ /**
118
+ * The geo-location where the resource lives
119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
120
+ */
121
+ readonly location?: string;
122
+ }
123
+ /** The Resource definition for other than namespace. */
124
+ export interface Resource {
125
+ /**
126
+ * Resource Id
127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
128
+ */
129
+ readonly id?: string;
130
+ /**
131
+ * Resource name
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly name?: string;
135
+ /**
136
+ * Resource type
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
138
+ */
139
+ readonly type?: string;
140
+ }
141
+ /** The resource management error response. */
142
+ export interface ErrorResponse {
143
+ /** The error object. */
144
+ error?: ErrorResponseError;
145
+ }
146
+ /** The error object. */
147
+ export interface ErrorResponseError {
148
+ /**
149
+ * The error code.
150
+ * NOTE: This property will not be serialized. It can only be populated by the server.
151
+ */
152
+ readonly code?: string;
153
+ /**
154
+ * The error message.
155
+ * NOTE: This property will not be serialized. It can only be populated by the server.
156
+ */
157
+ readonly message?: string;
158
+ /**
159
+ * The error target.
160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
161
+ */
162
+ readonly target?: string;
163
+ /**
164
+ * The error details.
165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
+ */
167
+ readonly details?: ErrorResponse[];
168
+ /**
169
+ * The error additional info.
170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
171
+ */
172
+ readonly additionalInfo?: ErrorAdditionalInfo[];
173
+ }
174
+ /** The resource management error additional info. */
175
+ export interface ErrorAdditionalInfo {
176
+ /**
177
+ * The additional info type.
178
+ * NOTE: This property will not be serialized. It can only be populated by the server.
179
+ */
180
+ readonly type?: string;
181
+ /**
182
+ * The additional info.
183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
184
+ */
185
+ readonly info?: Record<string, unknown>;
186
+ }
187
+ /** Result of the list of all private endpoint connections operation. */
188
+ export interface PrivateEndpointConnectionListResult {
189
+ /** A collection of private endpoint connection resources. */
190
+ value?: PrivateEndpointConnection[];
191
+ /** A link for the next page of private endpoint connection resources. */
192
+ nextLink?: string;
193
+ }
194
+ /** Result of the List private link resources operation. */
195
+ export interface PrivateLinkResourcesListResult {
196
+ /** A collection of private link resources */
197
+ value?: PrivateLinkResource[];
198
+ /** A link for the next page of private link resources. */
199
+ nextLink?: string;
200
+ }
201
+ /** Information of the private link resource. */
202
+ export interface PrivateLinkResource {
203
+ /** Fully qualified identifier of the resource. */
204
+ id?: string;
205
+ /** Name of the resource */
206
+ name?: string;
207
+ /** Type of the resource */
208
+ type?: string;
209
+ groupId?: string;
210
+ /** Required Members */
211
+ requiredMembers?: string[];
212
+ /** Required Zone Names */
213
+ requiredZoneNames?: string[];
214
+ }
215
+ /** Result of the request to list ServiceBus operations. It contains a list of operations and a URL link to get the next set of results. */
216
+ export interface OperationListResult {
217
+ /**
218
+ * List of ServiceBus operations supported by the Microsoft.ServiceBus resource provider.
219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
220
+ */
221
+ readonly value?: Operation[];
222
+ /**
223
+ * URL to get the next set of operation list results if there are any.
224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
225
+ */
226
+ readonly nextLink?: string;
227
+ }
228
+ /** A Service Bus REST API operation */
229
+ export interface Operation {
230
+ /**
231
+ * Operation name: {provider}/{resource}/{operation}
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly name?: string;
235
+ /** Indicates whether the operation is a data action */
236
+ isDataAction?: boolean;
237
+ /** Display of the operation */
238
+ display?: OperationDisplay;
239
+ /** Origin of the operation */
240
+ origin?: string;
241
+ /** Properties of the operation */
242
+ properties?: Record<string, unknown>;
243
+ }
244
+ /** Operation display payload */
245
+ export interface OperationDisplay {
246
+ /**
247
+ * Resource provider of the operation
248
+ * NOTE: This property will not be serialized. It can only be populated by the server.
249
+ */
250
+ readonly provider?: string;
251
+ /**
252
+ * Resource of the operation
253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
254
+ */
255
+ readonly resource?: string;
256
+ /**
257
+ * Localized friendly name for the operation
258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
259
+ */
260
+ readonly operation?: string;
261
+ /**
262
+ * Localized friendly description for the operation
263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
264
+ */
265
+ readonly description?: string;
266
+ }
267
+ /** The result of the List Alias(Disaster Recovery configuration) operation. */
268
+ export interface ArmDisasterRecoveryListResult {
269
+ /** List of Alias(Disaster Recovery configurations) */
270
+ value?: ArmDisasterRecovery[];
271
+ /**
272
+ * Link to the next set of results. Not empty if Value contains incomplete list of Alias(Disaster Recovery configuration)
273
+ * NOTE: This property will not be serialized. It can only be populated by the server.
274
+ */
275
+ readonly nextLink?: string;
276
+ }
277
+ /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
278
+ export interface FailoverProperties {
279
+ /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
280
+ isSafeFailover?: boolean;
281
+ }
282
+ /** The result of the List migrationConfigurations operation. */
283
+ export interface MigrationConfigListResult {
284
+ /** List of Migration Configs */
285
+ value?: MigrationConfigProperties[];
286
+ /**
287
+ * Link to the next set of results. Not empty if Value contains incomplete list of migrationConfigurations
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly nextLink?: string;
291
+ }
292
+ /** Description of VirtualNetworkRules - NetworkRules resource. */
293
+ export interface NWRuleSetVirtualNetworkRules {
294
+ /** Subnet properties */
295
+ subnet?: Subnet;
296
+ /** Value that indicates whether to ignore missing VNet Service Endpoint */
297
+ ignoreMissingVnetServiceEndpoint?: boolean;
298
+ }
299
+ /** Properties supplied for Subnet */
300
+ export interface Subnet {
301
+ /** Resource ID of Virtual Network Subnet */
302
+ id: string;
303
+ }
304
+ /** Description of NetWorkRuleSet - IpRules resource. */
305
+ export interface NWRuleSetIpRules {
306
+ /** IP Mask */
307
+ ipMask?: string;
308
+ /** The IP Filter Action */
309
+ action?: NetworkRuleIPAction;
310
+ }
311
+ /** The response of the List NetworkRuleSet operation. */
312
+ export interface NetworkRuleSetListResult {
313
+ /** Result of the List NetworkRuleSet operation. */
314
+ value?: NetworkRuleSet[];
315
+ /** Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet. */
316
+ nextLink?: string;
317
+ }
318
+ /** The response to the List Namespace operation. */
319
+ export interface SBAuthorizationRuleListResult {
320
+ /** Result of the List Authorization Rules operation. */
321
+ value?: SBAuthorizationRule[];
322
+ /** Link to the next set of results. Not empty if Value contains incomplete list of Authorization Rules. */
323
+ nextLink?: string;
324
+ }
325
+ /** Namespace/ServiceBus Connection String */
326
+ export interface AccessKeys {
327
+ /**
328
+ * Primary connection string of the created namespace authorization rule.
329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
330
+ */
331
+ readonly primaryConnectionString?: string;
332
+ /**
333
+ * Secondary connection string of the created namespace authorization rule.
334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
335
+ */
336
+ readonly secondaryConnectionString?: string;
337
+ /**
338
+ * Primary connection string of the alias if GEO DR is enabled
339
+ * NOTE: This property will not be serialized. It can only be populated by the server.
340
+ */
341
+ readonly aliasPrimaryConnectionString?: string;
342
+ /**
343
+ * Secondary connection string of the alias if GEO DR is enabled
344
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
+ */
346
+ readonly aliasSecondaryConnectionString?: string;
347
+ /**
348
+ * A base64-encoded 256-bit primary key for signing and validating the SAS token.
349
+ * NOTE: This property will not be serialized. It can only be populated by the server.
350
+ */
351
+ readonly primaryKey?: string;
352
+ /**
353
+ * A base64-encoded 256-bit primary key for signing and validating the SAS token.
354
+ * NOTE: This property will not be serialized. It can only be populated by the server.
355
+ */
356
+ readonly secondaryKey?: string;
357
+ /**
358
+ * A string that describes the authorization rule.
359
+ * NOTE: This property will not be serialized. It can only be populated by the server.
360
+ */
361
+ readonly keyName?: string;
362
+ }
363
+ /** Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset. */
364
+ export interface RegenerateAccessKeyParameters {
365
+ /** The access key to regenerate. */
366
+ keyType: KeyType;
367
+ /** Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType */
368
+ key?: string;
369
+ }
370
+ /** The response to the List Queues operation. */
371
+ export interface SBQueueListResult {
372
+ /** Result of the List Queues operation. */
373
+ value?: SBQueue[];
374
+ /** Link to the next set of results. Not empty if Value contains incomplete list of queues. */
375
+ nextLink?: string;
376
+ }
377
+ /** Message Count Details. */
378
+ export interface MessageCountDetails {
379
+ /**
380
+ * Number of active messages in the queue, topic, or subscription.
381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
382
+ */
383
+ readonly activeMessageCount?: number;
384
+ /**
385
+ * Number of messages that are dead lettered.
386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
387
+ */
388
+ readonly deadLetterMessageCount?: number;
389
+ /**
390
+ * Number of scheduled messages.
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
392
+ */
393
+ readonly scheduledMessageCount?: number;
394
+ /**
395
+ * Number of messages transferred to another queue, topic, or subscription.
396
+ * NOTE: This property will not be serialized. It can only be populated by the server.
397
+ */
398
+ readonly transferMessageCount?: number;
399
+ /**
400
+ * Number of messages transferred into dead letters.
401
+ * NOTE: This property will not be serialized. It can only be populated by the server.
402
+ */
403
+ readonly transferDeadLetterMessageCount?: number;
404
+ }
405
+ /** The response to the List Topics operation. */
406
+ export interface SBTopicListResult {
407
+ /** Result of the List Topics operation. */
408
+ value?: SBTopic[];
409
+ /** Link to the next set of results. Not empty if Value contains incomplete list of topics. */
410
+ nextLink?: string;
411
+ }
412
+ /** The response of the List rule operation. */
413
+ export interface RuleListResult {
414
+ /** Result of the List Rules operation. */
415
+ value?: Rule[];
416
+ /** Link to the next set of results. Not empty if Value contains incomplete list of rules */
417
+ nextLink?: string;
418
+ }
419
+ /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
420
+ export interface Action {
421
+ /** SQL expression. e.g. MyProperty='ABC' */
422
+ sqlExpression?: string;
423
+ /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */
424
+ compatibilityLevel?: number;
425
+ /** Value that indicates whether the rule action requires preprocessing. */
426
+ requiresPreprocessing?: boolean;
427
+ }
428
+ /** Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline. */
429
+ export interface SqlFilter {
430
+ /** The SQL expression. e.g. MyProperty='ABC' */
431
+ sqlExpression?: string;
432
+ /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */
433
+ compatibilityLevel?: number;
434
+ /** Value that indicates whether the rule action requires preprocessing. */
435
+ requiresPreprocessing?: boolean;
436
+ }
437
+ /** Represents the correlation filter expression. */
438
+ export interface CorrelationFilter {
439
+ /** dictionary object for custom filters */
440
+ properties?: {
441
+ [propertyName: string]: string;
442
+ };
443
+ /** Identifier of the correlation. */
444
+ correlationId?: string;
445
+ /** Identifier of the message. */
446
+ messageId?: string;
447
+ /** Address to send to. */
448
+ to?: string;
449
+ /** Address of the queue to reply to. */
450
+ replyTo?: string;
451
+ /** Application specific label. */
452
+ label?: string;
453
+ /** Session identifier. */
454
+ sessionId?: string;
455
+ /** Session identifier to reply to. */
456
+ replyToSessionId?: string;
457
+ /** Content type of the message. */
458
+ contentType?: string;
459
+ /** Value that indicates whether the rule action requires preprocessing. */
460
+ requiresPreprocessing?: boolean;
461
+ }
462
+ /** The response to the List Subscriptions operation. */
463
+ export interface SBSubscriptionListResult {
464
+ /** Result of the List Subscriptions operation. */
465
+ value?: SBSubscription[];
466
+ /** Link to the next set of results. Not empty if Value contains incomplete list of subscriptions. */
467
+ nextLink?: string;
468
+ }
469
+ /** Properties specific to client affine subscriptions. */
470
+ export interface SBClientAffineProperties {
471
+ /** Indicates the Client ID of the application that created the client-affine subscription. */
472
+ clientId?: string;
473
+ /** For client-affine subscriptions, this value indicates whether the subscription is durable or not. */
474
+ isDurable?: boolean;
475
+ /** For client-affine subscriptions, this value indicates whether the subscription is shared or not. */
476
+ isShared?: boolean;
477
+ }
478
+ /** Description of a Check Name availability request properties. */
479
+ export interface CheckNameAvailability {
480
+ /** The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. */
481
+ name: string;
482
+ }
483
+ /** Description of a Check Name availability request properties. */
484
+ export interface CheckNameAvailabilityResult {
485
+ /**
486
+ * The detailed info regarding the reason associated with the namespace.
487
+ * NOTE: This property will not be serialized. It can only be populated by the server.
488
+ */
489
+ readonly message?: string;
490
+ /** Value indicating namespace is availability, true if the namespace is available; otherwise, false. */
491
+ nameAvailable?: boolean;
492
+ /** The reason for unavailability of a namespace. */
493
+ reason?: UnavailableReason;
494
+ }
495
+ /** Properties of the PrivateEndpointConnection. */
496
+ export interface PrivateEndpointConnection extends ProxyResource {
497
+ /**
498
+ * The system meta data relating to this resource.
499
+ * NOTE: This property will not be serialized. It can only be populated by the server.
500
+ */
501
+ readonly systemData?: SystemData;
502
+ /** The Private Endpoint resource for this Connection. */
503
+ privateEndpoint?: PrivateEndpoint;
504
+ /** Details about the state of the connection. */
505
+ privateLinkServiceConnectionState?: ConnectionState;
506
+ /** Provisioning state of the Private Endpoint Connection. */
507
+ provisioningState?: EndPointProvisioningState;
508
+ }
509
+ /** Single item in List or Get Alias(Disaster Recovery configuration) operation */
510
+ export interface ArmDisasterRecovery extends ProxyResource {
511
+ /**
512
+ * The system meta data relating to this resource.
513
+ * NOTE: This property will not be serialized. It can only be populated by the server.
514
+ */
515
+ readonly systemData?: SystemData;
516
+ /**
517
+ * Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
518
+ * NOTE: This property will not be serialized. It can only be populated by the server.
519
+ */
520
+ readonly provisioningState?: ProvisioningStateDR;
521
+ /**
522
+ * Number of entities pending to be replicated.
523
+ * NOTE: This property will not be serialized. It can only be populated by the server.
524
+ */
525
+ readonly pendingReplicationOperationsCount?: number;
526
+ /** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
527
+ partnerNamespace?: string;
528
+ /** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
529
+ alternateName?: string;
530
+ /**
531
+ * role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
533
+ */
534
+ readonly role?: RoleDisasterRecovery;
535
+ }
536
+ /** Single item in List or Get Migration Config operation */
537
+ export interface MigrationConfigProperties extends ProxyResource {
538
+ /**
539
+ * The system meta data relating to this resource.
540
+ * NOTE: This property will not be serialized. It can only be populated by the server.
541
+ */
542
+ readonly systemData?: SystemData;
543
+ /**
544
+ * Provisioning state of Migration Configuration
545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
546
+ */
547
+ readonly provisioningState?: string;
548
+ /**
549
+ * Number of entities pending to be replicated.
550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
+ */
552
+ readonly pendingReplicationOperationsCount?: number;
553
+ /** Existing premium Namespace ARM Id name which has no entities, will be used for migration */
554
+ targetNamespace?: string;
555
+ /** Name to access Standard Namespace after migration */
556
+ postMigrationName?: string;
557
+ /**
558
+ * State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
560
+ */
561
+ readonly migrationState?: string;
562
+ }
563
+ /** Description of NetworkRuleSet resource. */
564
+ export interface NetworkRuleSet extends ProxyResource {
565
+ /**
566
+ * The system meta data relating to this resource.
567
+ * NOTE: This property will not be serialized. It can only be populated by the server.
568
+ */
569
+ readonly systemData?: SystemData;
570
+ /** Value that indicates whether Trusted Service Access is Enabled or not. */
571
+ trustedServiceAccessEnabled?: boolean;
572
+ /** Default Action for Network Rule Set */
573
+ defaultAction?: DefaultAction;
574
+ /** List VirtualNetwork Rules */
575
+ virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];
576
+ /** List of IpRules */
577
+ ipRules?: NWRuleSetIpRules[];
578
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
579
+ publicNetworkAccess?: PublicNetworkAccessFlag;
580
+ }
581
+ /** Description of a namespace authorization rule. */
582
+ export interface SBAuthorizationRule extends ProxyResource {
583
+ /**
584
+ * The system meta data relating to this resource.
585
+ * NOTE: This property will not be serialized. It can only be populated by the server.
586
+ */
587
+ readonly systemData?: SystemData;
588
+ /** The rights associated with the rule. */
589
+ rights?: AccessRights[];
590
+ }
591
+ /** Description of queue Resource. */
592
+ export interface SBQueue extends ProxyResource {
593
+ /**
594
+ * The system meta data relating to this resource.
595
+ * NOTE: This property will not be serialized. It can only be populated by the server.
596
+ */
597
+ readonly systemData?: SystemData;
598
+ /**
599
+ * Message Count Details.
600
+ * NOTE: This property will not be serialized. It can only be populated by the server.
601
+ */
602
+ readonly countDetails?: MessageCountDetails;
603
+ /**
604
+ * The exact time the message was created.
605
+ * NOTE: This property will not be serialized. It can only be populated by the server.
606
+ */
607
+ readonly createdAt?: Date;
608
+ /**
609
+ * The exact time the message was updated.
610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
611
+ */
612
+ readonly updatedAt?: Date;
613
+ /**
614
+ * Last time a message was sent, or the last time there was a receive request to this queue.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly accessedAt?: Date;
618
+ /**
619
+ * The size of the queue, in bytes.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly sizeInBytes?: number;
623
+ /**
624
+ * The number of messages in the queue.
625
+ * NOTE: This property will not be serialized. It can only be populated by the server.
626
+ */
627
+ readonly messageCount?: number;
628
+ /** ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute. */
629
+ lockDuration?: string;
630
+ /** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */
631
+ maxSizeInMegabytes?: number;
632
+ /** Maximum size (in KB) of the message payload that can be accepted by the queue. This property is only used in Premium today and default is 1024. */
633
+ maxMessageSizeInKilobytes?: number;
634
+ /** A value indicating if this queue requires duplicate detection. */
635
+ requiresDuplicateDetection?: boolean;
636
+ /** A value that indicates whether the queue supports the concept of sessions. */
637
+ requiresSession?: boolean;
638
+ /** ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */
639
+ defaultMessageTimeToLive?: string;
640
+ /** A value that indicates whether this queue has dead letter support when a message expires. */
641
+ deadLetteringOnMessageExpiration?: boolean;
642
+ /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
643
+ duplicateDetectionHistoryTimeWindow?: string;
644
+ /** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */
645
+ maxDeliveryCount?: number;
646
+ /** Enumerates the possible values for the status of a messaging entity. */
647
+ status?: EntityStatus;
648
+ /** Value that indicates whether server-side batched operations are enabled. */
649
+ enableBatchedOperations?: boolean;
650
+ /** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */
651
+ autoDeleteOnIdle?: string;
652
+ /** A value that indicates whether the queue is to be partitioned across multiple message brokers. */
653
+ enablePartitioning?: boolean;
654
+ /** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */
655
+ enableExpress?: boolean;
656
+ /** Queue/Topic name to forward the messages */
657
+ forwardTo?: string;
658
+ /** Queue/Topic name to forward the Dead Letter message */
659
+ forwardDeadLetteredMessagesTo?: string;
660
+ }
661
+ /** Description of topic resource. */
662
+ export interface SBTopic extends ProxyResource {
663
+ /**
664
+ * The system meta data relating to this resource.
665
+ * NOTE: This property will not be serialized. It can only be populated by the server.
666
+ */
667
+ readonly systemData?: SystemData;
668
+ /**
669
+ * Size of the topic, in bytes.
670
+ * NOTE: This property will not be serialized. It can only be populated by the server.
671
+ */
672
+ readonly sizeInBytes?: number;
673
+ /**
674
+ * Exact time the message was created.
675
+ * NOTE: This property will not be serialized. It can only be populated by the server.
676
+ */
677
+ readonly createdAt?: Date;
678
+ /**
679
+ * The exact time the message was updated.
680
+ * NOTE: This property will not be serialized. It can only be populated by the server.
681
+ */
682
+ readonly updatedAt?: Date;
683
+ /**
684
+ * Last time the message was sent, or a request was received, for this topic.
685
+ * NOTE: This property will not be serialized. It can only be populated by the server.
686
+ */
687
+ readonly accessedAt?: Date;
688
+ /**
689
+ * Number of subscriptions.
690
+ * NOTE: This property will not be serialized. It can only be populated by the server.
691
+ */
692
+ readonly subscriptionCount?: number;
693
+ /**
694
+ * Message count details
695
+ * NOTE: This property will not be serialized. It can only be populated by the server.
696
+ */
697
+ readonly countDetails?: MessageCountDetails;
698
+ /** ISO 8601 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */
699
+ defaultMessageTimeToLive?: string;
700
+ /** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */
701
+ maxSizeInMegabytes?: number;
702
+ /** Maximum size (in KB) of the message payload that can be accepted by the topic. This property is only used in Premium today and default is 1024. */
703
+ maxMessageSizeInKilobytes?: number;
704
+ /** Value indicating if this topic requires duplicate detection. */
705
+ requiresDuplicateDetection?: boolean;
706
+ /** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
707
+ duplicateDetectionHistoryTimeWindow?: string;
708
+ /** Value that indicates whether server-side batched operations are enabled. */
709
+ enableBatchedOperations?: boolean;
710
+ /** Enumerates the possible values for the status of a messaging entity. */
711
+ status?: EntityStatus;
712
+ /** Value that indicates whether the topic supports ordering. */
713
+ supportOrdering?: boolean;
714
+ /** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
715
+ autoDeleteOnIdle?: string;
716
+ /** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */
717
+ enablePartitioning?: boolean;
718
+ /** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */
719
+ enableExpress?: boolean;
720
+ }
721
+ /** Description of Rule Resource. */
722
+ export interface Rule extends ProxyResource {
723
+ /**
724
+ * The system meta data relating to this resource.
725
+ * NOTE: This property will not be serialized. It can only be populated by the server.
726
+ */
727
+ readonly systemData?: SystemData;
728
+ /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
729
+ action?: Action;
730
+ /** Filter type that is evaluated against a BrokeredMessage. */
731
+ filterType?: FilterType;
732
+ /** Properties of sqlFilter */
733
+ sqlFilter?: SqlFilter;
734
+ /** Properties of correlationFilter */
735
+ correlationFilter?: CorrelationFilter;
736
+ }
737
+ /** Description of subscription resource. */
738
+ export interface SBSubscription extends ProxyResource {
739
+ /**
740
+ * The system meta data relating to this resource.
741
+ * NOTE: This property will not be serialized. It can only be populated by the server.
742
+ */
743
+ readonly systemData?: SystemData;
744
+ /**
745
+ * Number of messages.
746
+ * NOTE: This property will not be serialized. It can only be populated by the server.
747
+ */
748
+ readonly messageCount?: number;
749
+ /**
750
+ * Exact time the message was created.
751
+ * NOTE: This property will not be serialized. It can only be populated by the server.
752
+ */
753
+ readonly createdAt?: Date;
754
+ /**
755
+ * Last time there was a receive request to this subscription.
756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
757
+ */
758
+ readonly accessedAt?: Date;
759
+ /**
760
+ * The exact time the message was updated.
761
+ * NOTE: This property will not be serialized. It can only be populated by the server.
762
+ */
763
+ readonly updatedAt?: Date;
764
+ /**
765
+ * Message count details
766
+ * NOTE: This property will not be serialized. It can only be populated by the server.
767
+ */
768
+ readonly countDetails?: MessageCountDetails;
769
+ /** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */
770
+ lockDuration?: string;
771
+ /** Value indicating if a subscription supports the concept of sessions. */
772
+ requiresSession?: boolean;
773
+ /** ISO 8061 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */
774
+ defaultMessageTimeToLive?: string;
775
+ /** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */
776
+ deadLetteringOnFilterEvaluationExceptions?: boolean;
777
+ /** Value that indicates whether a subscription has dead letter support when a message expires. */
778
+ deadLetteringOnMessageExpiration?: boolean;
779
+ /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
780
+ duplicateDetectionHistoryTimeWindow?: string;
781
+ /** Number of maximum deliveries. */
782
+ maxDeliveryCount?: number;
783
+ /** Enumerates the possible values for the status of a messaging entity. */
784
+ status?: EntityStatus;
785
+ /** Value that indicates whether server-side batched operations are enabled. */
786
+ enableBatchedOperations?: boolean;
787
+ /** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
788
+ autoDeleteOnIdle?: string;
789
+ /** Queue/Topic name to forward the messages */
790
+ forwardTo?: string;
791
+ /** Queue/Topic name to forward the Dead Letter message */
792
+ forwardDeadLetteredMessagesTo?: string;
793
+ /** Value that indicates whether the subscription has an affinity to the client id. */
794
+ isClientAffine?: boolean;
795
+ /** Properties specific to client affine subscriptions. */
796
+ clientAffineProperties?: SBClientAffineProperties;
797
+ }
798
+ /** The Resource definition. */
799
+ export interface TrackedResource extends Resource {
800
+ /** The Geo-location where the resource lives */
801
+ location: string;
802
+ /** Resource tags */
803
+ tags?: {
804
+ [propertyName: string]: string;
805
+ };
806
+ }
807
+ /** The Resource definition. */
808
+ export interface ResourceNamespacePatch extends Resource {
809
+ /** Resource location */
810
+ location?: string;
811
+ /** Resource tags */
812
+ tags?: {
813
+ [propertyName: string]: string;
814
+ };
815
+ }
816
+ /** Represents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage */
817
+ export interface SqlRuleAction extends Action {
818
+ }
819
+ /** Description of a namespace resource. */
820
+ export interface SBNamespace extends TrackedResource {
821
+ /** Properties of SKU */
822
+ sku?: SBSku;
823
+ /** Properties of BYOK Identity description */
824
+ identity?: Identity;
825
+ /**
826
+ * The system meta data relating to this resource.
827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
828
+ */
829
+ readonly systemData?: SystemData;
830
+ /** The minimum TLS version for the cluster to support, e.g. '1.2' */
831
+ minimumTlsVersion?: TlsVersion;
832
+ /**
833
+ * Provisioning state of the namespace.
834
+ * NOTE: This property will not be serialized. It can only be populated by the server.
835
+ */
836
+ readonly provisioningState?: string;
837
+ /**
838
+ * Status of the namespace.
839
+ * NOTE: This property will not be serialized. It can only be populated by the server.
840
+ */
841
+ readonly status?: string;
842
+ /**
843
+ * The time the namespace was created
844
+ * NOTE: This property will not be serialized. It can only be populated by the server.
845
+ */
846
+ readonly createdAt?: Date;
847
+ /**
848
+ * The time the namespace was updated.
849
+ * NOTE: This property will not be serialized. It can only be populated by the server.
850
+ */
851
+ readonly updatedAt?: Date;
852
+ /**
853
+ * Endpoint you can use to perform Service Bus operations.
854
+ * NOTE: This property will not be serialized. It can only be populated by the server.
855
+ */
856
+ readonly serviceBusEndpoint?: string;
857
+ /**
858
+ * Identifier for Azure Insights metrics
859
+ * NOTE: This property will not be serialized. It can only be populated by the server.
860
+ */
861
+ readonly metricId?: string;
862
+ /** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */
863
+ zoneRedundant?: boolean;
864
+ /** Properties of BYOK Encryption description */
865
+ encryption?: Encryption;
866
+ /** List of private endpoint connections. */
867
+ privateEndpointConnections?: PrivateEndpointConnection[];
868
+ /** This property disables SAS authentication for the Service Bus namespace. */
869
+ disableLocalAuth?: boolean;
870
+ /** Alternate name for namespace */
871
+ alternateName?: string;
872
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
873
+ publicNetworkAccess?: PublicNetworkAccess;
874
+ /** The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4 */
875
+ premiumMessagingPartitions?: number;
876
+ }
877
+ /** Description of a namespace resource. */
878
+ export interface SBNamespaceUpdateParameters extends ResourceNamespacePatch {
879
+ /** Properties of SKU */
880
+ sku?: SBSku;
881
+ /** Properties of BYOK Identity description */
882
+ identity?: Identity;
883
+ /**
884
+ * Provisioning state of the namespace.
885
+ * NOTE: This property will not be serialized. It can only be populated by the server.
886
+ */
887
+ readonly provisioningState?: string;
888
+ /**
889
+ * Status of the namespace.
890
+ * NOTE: This property will not be serialized. It can only be populated by the server.
891
+ */
892
+ readonly status?: string;
893
+ /**
894
+ * The time the namespace was created
895
+ * NOTE: This property will not be serialized. It can only be populated by the server.
896
+ */
897
+ readonly createdAt?: Date;
898
+ /**
899
+ * The time the namespace was updated.
900
+ * NOTE: This property will not be serialized. It can only be populated by the server.
901
+ */
902
+ readonly updatedAt?: Date;
903
+ /**
904
+ * Endpoint you can use to perform Service Bus operations.
905
+ * NOTE: This property will not be serialized. It can only be populated by the server.
906
+ */
907
+ readonly serviceBusEndpoint?: string;
908
+ /**
909
+ * Identifier for Azure Insights metrics
910
+ * NOTE: This property will not be serialized. It can only be populated by the server.
911
+ */
912
+ readonly metricId?: string;
913
+ /** Properties of BYOK Encryption description */
914
+ encryption?: Encryption;
915
+ /** List of private endpoint connections. */
916
+ privateEndpointConnections?: PrivateEndpointConnection[];
917
+ /** This property disables SAS authentication for the Service Bus namespace. */
918
+ disableLocalAuth?: boolean;
919
+ /** Alternate name for namespace */
920
+ alternateName?: string;
921
+ }
922
+ /** Known values of {@link CreatedByType} that the service accepts. */
923
+ export declare enum KnownCreatedByType {
924
+ /** User */
925
+ User = "User",
926
+ /** Application */
927
+ Application = "Application",
928
+ /** ManagedIdentity */
929
+ ManagedIdentity = "ManagedIdentity",
930
+ /** Key */
931
+ Key = "Key"
932
+ }
933
+ /**
934
+ * Defines values for CreatedByType. \
935
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
936
+ * this enum contains the known values that the service supports.
937
+ * ### Known values supported by the service
938
+ * **User** \
939
+ * **Application** \
940
+ * **ManagedIdentity** \
941
+ * **Key**
942
+ */
943
+ export type CreatedByType = string;
944
+ /** Known values of {@link TlsVersion} that the service accepts. */
945
+ export declare enum KnownTlsVersion {
946
+ /** One0 */
947
+ One0 = "1.0",
948
+ /** One1 */
949
+ One1 = "1.1",
950
+ /** One2 */
951
+ One2 = "1.2"
952
+ }
953
+ /**
954
+ * Defines values for TlsVersion. \
955
+ * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
956
+ * this enum contains the known values that the service supports.
957
+ * ### Known values supported by the service
958
+ * **1.0** \
959
+ * **1.1** \
960
+ * **1.2**
961
+ */
962
+ export type TlsVersion = string;
963
+ /** Known values of {@link PrivateLinkConnectionStatus} that the service accepts. */
964
+ export declare enum KnownPrivateLinkConnectionStatus {
965
+ /** Pending */
966
+ Pending = "Pending",
967
+ /** Approved */
968
+ Approved = "Approved",
969
+ /** Rejected */
970
+ Rejected = "Rejected",
971
+ /** Disconnected */
972
+ Disconnected = "Disconnected"
973
+ }
974
+ /**
975
+ * Defines values for PrivateLinkConnectionStatus. \
976
+ * {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,
977
+ * this enum contains the known values that the service supports.
978
+ * ### Known values supported by the service
979
+ * **Pending** \
980
+ * **Approved** \
981
+ * **Rejected** \
982
+ * **Disconnected**
983
+ */
984
+ export type PrivateLinkConnectionStatus = string;
985
+ /** Known values of {@link EndPointProvisioningState} that the service accepts. */
986
+ export declare enum KnownEndPointProvisioningState {
987
+ /** Creating */
988
+ Creating = "Creating",
989
+ /** Updating */
990
+ Updating = "Updating",
991
+ /** Deleting */
992
+ Deleting = "Deleting",
993
+ /** Succeeded */
994
+ Succeeded = "Succeeded",
995
+ /** Canceled */
996
+ Canceled = "Canceled",
997
+ /** Failed */
998
+ Failed = "Failed"
999
+ }
1000
+ /**
1001
+ * Defines values for EndPointProvisioningState. \
1002
+ * {@link KnownEndPointProvisioningState} can be used interchangeably with EndPointProvisioningState,
1003
+ * this enum contains the known values that the service supports.
1004
+ * ### Known values supported by the service
1005
+ * **Creating** \
1006
+ * **Updating** \
1007
+ * **Deleting** \
1008
+ * **Succeeded** \
1009
+ * **Canceled** \
1010
+ * **Failed**
1011
+ */
1012
+ export type EndPointProvisioningState = string;
1013
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
1014
+ export declare enum KnownPublicNetworkAccess {
1015
+ /** Enabled */
1016
+ Enabled = "Enabled",
1017
+ /** Disabled */
1018
+ Disabled = "Disabled",
1019
+ /** SecuredByPerimeter */
1020
+ SecuredByPerimeter = "SecuredByPerimeter"
1021
+ }
1022
+ /**
1023
+ * Defines values for PublicNetworkAccess. \
1024
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1025
+ * this enum contains the known values that the service supports.
1026
+ * ### Known values supported by the service
1027
+ * **Enabled** \
1028
+ * **Disabled** \
1029
+ * **SecuredByPerimeter**
1030
+ */
1031
+ export type PublicNetworkAccess = string;
1032
+ /** Known values of {@link MigrationConfigurationName} that the service accepts. */
1033
+ export declare enum KnownMigrationConfigurationName {
1034
+ /** Default */
1035
+ Default = "$default"
1036
+ }
1037
+ /**
1038
+ * Defines values for MigrationConfigurationName. \
1039
+ * {@link KnownMigrationConfigurationName} can be used interchangeably with MigrationConfigurationName,
1040
+ * this enum contains the known values that the service supports.
1041
+ * ### Known values supported by the service
1042
+ * **$default**
1043
+ */
1044
+ export type MigrationConfigurationName = string;
1045
+ /** Known values of {@link DefaultAction} that the service accepts. */
1046
+ export declare enum KnownDefaultAction {
1047
+ /** Allow */
1048
+ Allow = "Allow",
1049
+ /** Deny */
1050
+ Deny = "Deny"
1051
+ }
1052
+ /**
1053
+ * Defines values for DefaultAction. \
1054
+ * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
1055
+ * this enum contains the known values that the service supports.
1056
+ * ### Known values supported by the service
1057
+ * **Allow** \
1058
+ * **Deny**
1059
+ */
1060
+ export type DefaultAction = string;
1061
+ /** Known values of {@link NetworkRuleIPAction} that the service accepts. */
1062
+ export declare enum KnownNetworkRuleIPAction {
1063
+ /** Allow */
1064
+ Allow = "Allow"
1065
+ }
1066
+ /**
1067
+ * Defines values for NetworkRuleIPAction. \
1068
+ * {@link KnownNetworkRuleIPAction} can be used interchangeably with NetworkRuleIPAction,
1069
+ * this enum contains the known values that the service supports.
1070
+ * ### Known values supported by the service
1071
+ * **Allow**
1072
+ */
1073
+ export type NetworkRuleIPAction = string;
1074
+ /** Known values of {@link PublicNetworkAccessFlag} that the service accepts. */
1075
+ export declare enum KnownPublicNetworkAccessFlag {
1076
+ /** Enabled */
1077
+ Enabled = "Enabled",
1078
+ /** Disabled */
1079
+ Disabled = "Disabled"
1080
+ }
1081
+ /**
1082
+ * Defines values for PublicNetworkAccessFlag. \
1083
+ * {@link KnownPublicNetworkAccessFlag} can be used interchangeably with PublicNetworkAccessFlag,
1084
+ * this enum contains the known values that the service supports.
1085
+ * ### Known values supported by the service
1086
+ * **Enabled** \
1087
+ * **Disabled**
1088
+ */
1089
+ export type PublicNetworkAccessFlag = string;
1090
+ /** Defines values for SkuName. */
1091
+ export type SkuName = "Basic" | "Standard" | "Premium";
1092
+ /** Defines values for SkuTier. */
1093
+ export type SkuTier = "Basic" | "Standard" | "Premium";
1094
+ /** Defines values for ManagedServiceIdentityType. */
1095
+ export type ManagedServiceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
1096
+ /** Defines values for ProvisioningStateDR. */
1097
+ export type ProvisioningStateDR = "Accepted" | "Succeeded" | "Failed";
1098
+ /** Defines values for RoleDisasterRecovery. */
1099
+ export type RoleDisasterRecovery = "Primary" | "PrimaryNotReplicating" | "Secondary";
1100
+ /** Defines values for AccessRights. */
1101
+ export type AccessRights = "Manage" | "Send" | "Listen";
1102
+ /** Defines values for KeyType. */
1103
+ export type KeyType = "PrimaryKey" | "SecondaryKey";
1104
+ /** Defines values for EntityStatus. */
1105
+ export type EntityStatus = "Active" | "Disabled" | "Restoring" | "SendDisabled" | "ReceiveDisabled" | "Creating" | "Deleting" | "Renaming" | "Unknown";
1106
+ /** Defines values for FilterType. */
1107
+ export type FilterType = "SqlFilter" | "CorrelationFilter";
1108
+ /** Defines values for UnavailableReason. */
1109
+ export type UnavailableReason = "None" | "InvalidName" | "SubscriptionIsDisabled" | "NameInUse" | "NameInLockdown" | "TooManyNamespaceInCurrentSubscription";
1110
+ /** Optional parameters. */
1111
+ export interface NamespacesListOptionalParams extends coreClient.OperationOptions {
1112
+ }
1113
+ /** Contains response data for the list operation. */
1114
+ export type NamespacesListResponse = SBNamespaceListResult;
1115
+ /** Optional parameters. */
1116
+ export interface NamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1117
+ }
1118
+ /** Contains response data for the listByResourceGroup operation. */
1119
+ export type NamespacesListByResourceGroupResponse = SBNamespaceListResult;
1120
+ /** Optional parameters. */
1121
+ export interface NamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1122
+ /** Delay to wait until next poll, in milliseconds. */
1123
+ updateIntervalInMs?: number;
1124
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1125
+ resumeFrom?: string;
1126
+ }
1127
+ /** Contains response data for the createOrUpdate operation. */
1128
+ export type NamespacesCreateOrUpdateResponse = SBNamespace;
1129
+ /** Optional parameters. */
1130
+ export interface NamespacesDeleteOptionalParams extends coreClient.OperationOptions {
1131
+ /** Delay to wait until next poll, in milliseconds. */
1132
+ updateIntervalInMs?: number;
1133
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1134
+ resumeFrom?: string;
1135
+ }
1136
+ /** Optional parameters. */
1137
+ export interface NamespacesGetOptionalParams extends coreClient.OperationOptions {
1138
+ }
1139
+ /** Contains response data for the get operation. */
1140
+ export type NamespacesGetResponse = SBNamespace;
1141
+ /** Optional parameters. */
1142
+ export interface NamespacesUpdateOptionalParams extends coreClient.OperationOptions {
1143
+ }
1144
+ /** Contains response data for the update operation. */
1145
+ export type NamespacesUpdateResponse = SBNamespace;
1146
+ /** Optional parameters. */
1147
+ export interface NamespacesCreateOrUpdateNetworkRuleSetOptionalParams extends coreClient.OperationOptions {
1148
+ }
1149
+ /** Contains response data for the createOrUpdateNetworkRuleSet operation. */
1150
+ export type NamespacesCreateOrUpdateNetworkRuleSetResponse = NetworkRuleSet;
1151
+ /** Optional parameters. */
1152
+ export interface NamespacesGetNetworkRuleSetOptionalParams extends coreClient.OperationOptions {
1153
+ }
1154
+ /** Contains response data for the getNetworkRuleSet operation. */
1155
+ export type NamespacesGetNetworkRuleSetResponse = NetworkRuleSet;
1156
+ /** Optional parameters. */
1157
+ export interface NamespacesListNetworkRuleSetsOptionalParams extends coreClient.OperationOptions {
1158
+ }
1159
+ /** Contains response data for the listNetworkRuleSets operation. */
1160
+ export type NamespacesListNetworkRuleSetsResponse = NetworkRuleSetListResult;
1161
+ /** Optional parameters. */
1162
+ export interface NamespacesListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
1163
+ }
1164
+ /** Contains response data for the listAuthorizationRules operation. */
1165
+ export type NamespacesListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
1166
+ /** Optional parameters. */
1167
+ export interface NamespacesCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1168
+ }
1169
+ /** Contains response data for the createOrUpdateAuthorizationRule operation. */
1170
+ export type NamespacesCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;
1171
+ /** Optional parameters. */
1172
+ export interface NamespacesDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1173
+ }
1174
+ /** Optional parameters. */
1175
+ export interface NamespacesGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1176
+ }
1177
+ /** Contains response data for the getAuthorizationRule operation. */
1178
+ export type NamespacesGetAuthorizationRuleResponse = SBAuthorizationRule;
1179
+ /** Optional parameters. */
1180
+ export interface NamespacesListKeysOptionalParams extends coreClient.OperationOptions {
1181
+ }
1182
+ /** Contains response data for the listKeys operation. */
1183
+ export type NamespacesListKeysResponse = AccessKeys;
1184
+ /** Optional parameters. */
1185
+ export interface NamespacesRegenerateKeysOptionalParams extends coreClient.OperationOptions {
1186
+ }
1187
+ /** Contains response data for the regenerateKeys operation. */
1188
+ export type NamespacesRegenerateKeysResponse = AccessKeys;
1189
+ /** Optional parameters. */
1190
+ export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1191
+ }
1192
+ /** Contains response data for the checkNameAvailability operation. */
1193
+ export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
1194
+ /** Optional parameters. */
1195
+ export interface NamespacesListNextOptionalParams extends coreClient.OperationOptions {
1196
+ }
1197
+ /** Contains response data for the listNext operation. */
1198
+ export type NamespacesListNextResponse = SBNamespaceListResult;
1199
+ /** Optional parameters. */
1200
+ export interface NamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1201
+ }
1202
+ /** Contains response data for the listByResourceGroupNext operation. */
1203
+ export type NamespacesListByResourceGroupNextResponse = SBNamespaceListResult;
1204
+ /** Optional parameters. */
1205
+ export interface NamespacesListNetworkRuleSetsNextOptionalParams extends coreClient.OperationOptions {
1206
+ }
1207
+ /** Contains response data for the listNetworkRuleSetsNext operation. */
1208
+ export type NamespacesListNetworkRuleSetsNextResponse = NetworkRuleSetListResult;
1209
+ /** Optional parameters. */
1210
+ export interface NamespacesListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
1211
+ }
1212
+ /** Contains response data for the listAuthorizationRulesNext operation. */
1213
+ export type NamespacesListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
1214
+ /** Optional parameters. */
1215
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1216
+ }
1217
+ /** Contains response data for the list operation. */
1218
+ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1219
+ /** Optional parameters. */
1220
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1221
+ }
1222
+ /** Contains response data for the createOrUpdate operation. */
1223
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1224
+ /** Optional parameters. */
1225
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1226
+ /** Delay to wait until next poll, in milliseconds. */
1227
+ updateIntervalInMs?: number;
1228
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1229
+ resumeFrom?: string;
1230
+ }
1231
+ /** Optional parameters. */
1232
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1233
+ }
1234
+ /** Contains response data for the get operation. */
1235
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1236
+ /** Optional parameters. */
1237
+ export interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
1238
+ }
1239
+ /** Contains response data for the listNext operation. */
1240
+ export type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
1241
+ /** Optional parameters. */
1242
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1243
+ }
1244
+ /** Contains response data for the get operation. */
1245
+ export type PrivateLinkResourcesGetResponse = PrivateLinkResourcesListResult;
1246
+ /** Optional parameters. */
1247
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1248
+ }
1249
+ /** Contains response data for the list operation. */
1250
+ export type OperationsListResponse = OperationListResult;
1251
+ /** Optional parameters. */
1252
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1253
+ }
1254
+ /** Contains response data for the listNext operation. */
1255
+ export type OperationsListNextResponse = OperationListResult;
1256
+ /** Optional parameters. */
1257
+ export interface DisasterRecoveryConfigsListOptionalParams extends coreClient.OperationOptions {
1258
+ }
1259
+ /** Contains response data for the list operation. */
1260
+ export type DisasterRecoveryConfigsListResponse = ArmDisasterRecoveryListResult;
1261
+ /** Optional parameters. */
1262
+ export interface DisasterRecoveryConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1263
+ }
1264
+ /** Contains response data for the createOrUpdate operation. */
1265
+ export type DisasterRecoveryConfigsCreateOrUpdateResponse = ArmDisasterRecovery;
1266
+ /** Optional parameters. */
1267
+ export interface DisasterRecoveryConfigsDeleteOptionalParams extends coreClient.OperationOptions {
1268
+ }
1269
+ /** Optional parameters. */
1270
+ export interface DisasterRecoveryConfigsGetOptionalParams extends coreClient.OperationOptions {
1271
+ }
1272
+ /** Contains response data for the get operation. */
1273
+ export type DisasterRecoveryConfigsGetResponse = ArmDisasterRecovery;
1274
+ /** Optional parameters. */
1275
+ export interface DisasterRecoveryConfigsBreakPairingOptionalParams extends coreClient.OperationOptions {
1276
+ }
1277
+ /** Optional parameters. */
1278
+ export interface DisasterRecoveryConfigsFailOverOptionalParams extends coreClient.OperationOptions {
1279
+ /** Parameters required to create an Alias(Disaster Recovery configuration) */
1280
+ parameters?: FailoverProperties;
1281
+ }
1282
+ /** Optional parameters. */
1283
+ export interface DisasterRecoveryConfigsListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
1284
+ }
1285
+ /** Contains response data for the listAuthorizationRules operation. */
1286
+ export type DisasterRecoveryConfigsListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
1287
+ /** Optional parameters. */
1288
+ export interface DisasterRecoveryConfigsGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1289
+ }
1290
+ /** Contains response data for the getAuthorizationRule operation. */
1291
+ export type DisasterRecoveryConfigsGetAuthorizationRuleResponse = SBAuthorizationRule;
1292
+ /** Optional parameters. */
1293
+ export interface DisasterRecoveryConfigsListKeysOptionalParams extends coreClient.OperationOptions {
1294
+ }
1295
+ /** Contains response data for the listKeys operation. */
1296
+ export type DisasterRecoveryConfigsListKeysResponse = AccessKeys;
1297
+ /** Optional parameters. */
1298
+ export interface DisasterRecoveryConfigsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1299
+ }
1300
+ /** Contains response data for the checkNameAvailability operation. */
1301
+ export type DisasterRecoveryConfigsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
1302
+ /** Optional parameters. */
1303
+ export interface DisasterRecoveryConfigsListNextOptionalParams extends coreClient.OperationOptions {
1304
+ }
1305
+ /** Contains response data for the listNext operation. */
1306
+ export type DisasterRecoveryConfigsListNextResponse = ArmDisasterRecoveryListResult;
1307
+ /** Optional parameters. */
1308
+ export interface DisasterRecoveryConfigsListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
1309
+ }
1310
+ /** Contains response data for the listAuthorizationRulesNext operation. */
1311
+ export type DisasterRecoveryConfigsListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
1312
+ /** Optional parameters. */
1313
+ export interface MigrationConfigsListOptionalParams extends coreClient.OperationOptions {
1314
+ }
1315
+ /** Contains response data for the list operation. */
1316
+ export type MigrationConfigsListResponse = MigrationConfigListResult;
1317
+ /** Optional parameters. */
1318
+ export interface MigrationConfigsCreateAndStartMigrationOptionalParams extends coreClient.OperationOptions {
1319
+ /** Delay to wait until next poll, in milliseconds. */
1320
+ updateIntervalInMs?: number;
1321
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1322
+ resumeFrom?: string;
1323
+ }
1324
+ /** Contains response data for the createAndStartMigration operation. */
1325
+ export type MigrationConfigsCreateAndStartMigrationResponse = MigrationConfigProperties;
1326
+ /** Optional parameters. */
1327
+ export interface MigrationConfigsDeleteOptionalParams extends coreClient.OperationOptions {
1328
+ }
1329
+ /** Optional parameters. */
1330
+ export interface MigrationConfigsGetOptionalParams extends coreClient.OperationOptions {
1331
+ }
1332
+ /** Contains response data for the get operation. */
1333
+ export type MigrationConfigsGetResponse = MigrationConfigProperties;
1334
+ /** Optional parameters. */
1335
+ export interface MigrationConfigsCompleteMigrationOptionalParams extends coreClient.OperationOptions {
1336
+ }
1337
+ /** Optional parameters. */
1338
+ export interface MigrationConfigsRevertOptionalParams extends coreClient.OperationOptions {
1339
+ }
1340
+ /** Optional parameters. */
1341
+ export interface MigrationConfigsListNextOptionalParams extends coreClient.OperationOptions {
1342
+ }
1343
+ /** Contains response data for the listNext operation. */
1344
+ export type MigrationConfigsListNextResponse = MigrationConfigListResult;
1345
+ /** Optional parameters. */
1346
+ export interface QueuesListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
1347
+ }
1348
+ /** Contains response data for the listAuthorizationRules operation. */
1349
+ export type QueuesListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
1350
+ /** Optional parameters. */
1351
+ export interface QueuesCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1352
+ }
1353
+ /** Contains response data for the createOrUpdateAuthorizationRule operation. */
1354
+ export type QueuesCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;
1355
+ /** Optional parameters. */
1356
+ export interface QueuesDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1357
+ }
1358
+ /** Optional parameters. */
1359
+ export interface QueuesGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1360
+ }
1361
+ /** Contains response data for the getAuthorizationRule operation. */
1362
+ export type QueuesGetAuthorizationRuleResponse = SBAuthorizationRule;
1363
+ /** Optional parameters. */
1364
+ export interface QueuesListKeysOptionalParams extends coreClient.OperationOptions {
1365
+ }
1366
+ /** Contains response data for the listKeys operation. */
1367
+ export type QueuesListKeysResponse = AccessKeys;
1368
+ /** Optional parameters. */
1369
+ export interface QueuesRegenerateKeysOptionalParams extends coreClient.OperationOptions {
1370
+ }
1371
+ /** Contains response data for the regenerateKeys operation. */
1372
+ export type QueuesRegenerateKeysResponse = AccessKeys;
1373
+ /** Optional parameters. */
1374
+ export interface QueuesListByNamespaceOptionalParams extends coreClient.OperationOptions {
1375
+ /** 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. */
1376
+ skip?: number;
1377
+ /** May be used to limit the number of results to the most recent N usageDetails. */
1378
+ top?: number;
1379
+ }
1380
+ /** Contains response data for the listByNamespace operation. */
1381
+ export type QueuesListByNamespaceResponse = SBQueueListResult;
1382
+ /** Optional parameters. */
1383
+ export interface QueuesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1384
+ }
1385
+ /** Contains response data for the createOrUpdate operation. */
1386
+ export type QueuesCreateOrUpdateResponse = SBQueue;
1387
+ /** Optional parameters. */
1388
+ export interface QueuesDeleteOptionalParams extends coreClient.OperationOptions {
1389
+ }
1390
+ /** Optional parameters. */
1391
+ export interface QueuesGetOptionalParams extends coreClient.OperationOptions {
1392
+ }
1393
+ /** Contains response data for the get operation. */
1394
+ export type QueuesGetResponse = SBQueue;
1395
+ /** Optional parameters. */
1396
+ export interface QueuesListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
1397
+ }
1398
+ /** Contains response data for the listAuthorizationRulesNext operation. */
1399
+ export type QueuesListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
1400
+ /** Optional parameters. */
1401
+ export interface QueuesListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
1402
+ }
1403
+ /** Contains response data for the listByNamespaceNext operation. */
1404
+ export type QueuesListByNamespaceNextResponse = SBQueueListResult;
1405
+ /** Optional parameters. */
1406
+ export interface TopicsListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
1407
+ }
1408
+ /** Contains response data for the listAuthorizationRules operation. */
1409
+ export type TopicsListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
1410
+ /** Optional parameters. */
1411
+ export interface TopicsCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1412
+ }
1413
+ /** Contains response data for the createOrUpdateAuthorizationRule operation. */
1414
+ export type TopicsCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;
1415
+ /** Optional parameters. */
1416
+ export interface TopicsGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1417
+ }
1418
+ /** Contains response data for the getAuthorizationRule operation. */
1419
+ export type TopicsGetAuthorizationRuleResponse = SBAuthorizationRule;
1420
+ /** Optional parameters. */
1421
+ export interface TopicsDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
1422
+ }
1423
+ /** Optional parameters. */
1424
+ export interface TopicsListKeysOptionalParams extends coreClient.OperationOptions {
1425
+ }
1426
+ /** Contains response data for the listKeys operation. */
1427
+ export type TopicsListKeysResponse = AccessKeys;
1428
+ /** Optional parameters. */
1429
+ export interface TopicsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
1430
+ }
1431
+ /** Contains response data for the regenerateKeys operation. */
1432
+ export type TopicsRegenerateKeysResponse = AccessKeys;
1433
+ /** Optional parameters. */
1434
+ export interface TopicsListByNamespaceOptionalParams extends coreClient.OperationOptions {
1435
+ /** 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. */
1436
+ skip?: number;
1437
+ /** May be used to limit the number of results to the most recent N usageDetails. */
1438
+ top?: number;
1439
+ }
1440
+ /** Contains response data for the listByNamespace operation. */
1441
+ export type TopicsListByNamespaceResponse = SBTopicListResult;
1442
+ /** Optional parameters. */
1443
+ export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1444
+ }
1445
+ /** Contains response data for the createOrUpdate operation. */
1446
+ export type TopicsCreateOrUpdateResponse = SBTopic;
1447
+ /** Optional parameters. */
1448
+ export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
1449
+ }
1450
+ /** Optional parameters. */
1451
+ export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
1452
+ }
1453
+ /** Contains response data for the get operation. */
1454
+ export type TopicsGetResponse = SBTopic;
1455
+ /** Optional parameters. */
1456
+ export interface TopicsListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
1457
+ }
1458
+ /** Contains response data for the listAuthorizationRulesNext operation. */
1459
+ export type TopicsListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
1460
+ /** Optional parameters. */
1461
+ export interface TopicsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
1462
+ }
1463
+ /** Contains response data for the listByNamespaceNext operation. */
1464
+ export type TopicsListByNamespaceNextResponse = SBTopicListResult;
1465
+ /** Optional parameters. */
1466
+ export interface RulesListBySubscriptionsOptionalParams extends coreClient.OperationOptions {
1467
+ /** 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. */
1468
+ skip?: number;
1469
+ /** May be used to limit the number of results to the most recent N usageDetails. */
1470
+ top?: number;
1471
+ }
1472
+ /** Contains response data for the listBySubscriptions operation. */
1473
+ export type RulesListBySubscriptionsResponse = RuleListResult;
1474
+ /** Optional parameters. */
1475
+ export interface RulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1476
+ }
1477
+ /** Contains response data for the createOrUpdate operation. */
1478
+ export type RulesCreateOrUpdateResponse = Rule;
1479
+ /** Optional parameters. */
1480
+ export interface RulesDeleteOptionalParams extends coreClient.OperationOptions {
1481
+ }
1482
+ /** Optional parameters. */
1483
+ export interface RulesGetOptionalParams extends coreClient.OperationOptions {
1484
+ }
1485
+ /** Contains response data for the get operation. */
1486
+ export type RulesGetResponse = Rule;
1487
+ /** Optional parameters. */
1488
+ export interface RulesListBySubscriptionsNextOptionalParams extends coreClient.OperationOptions {
1489
+ }
1490
+ /** Contains response data for the listBySubscriptionsNext operation. */
1491
+ export type RulesListBySubscriptionsNextResponse = RuleListResult;
1492
+ /** Optional parameters. */
1493
+ export interface SubscriptionsListByTopicOptionalParams extends coreClient.OperationOptions {
1494
+ /** 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. */
1495
+ skip?: number;
1496
+ /** May be used to limit the number of results to the most recent N usageDetails. */
1497
+ top?: number;
1498
+ }
1499
+ /** Contains response data for the listByTopic operation. */
1500
+ export type SubscriptionsListByTopicResponse = SBSubscriptionListResult;
1501
+ /** Optional parameters. */
1502
+ export interface SubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1503
+ }
1504
+ /** Contains response data for the createOrUpdate operation. */
1505
+ export type SubscriptionsCreateOrUpdateResponse = SBSubscription;
1506
+ /** Optional parameters. */
1507
+ export interface SubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
1508
+ }
1509
+ /** Optional parameters. */
1510
+ export interface SubscriptionsGetOptionalParams extends coreClient.OperationOptions {
1511
+ }
1512
+ /** Contains response data for the get operation. */
1513
+ export type SubscriptionsGetResponse = SBSubscription;
1514
+ /** Optional parameters. */
1515
+ export interface SubscriptionsListByTopicNextOptionalParams extends coreClient.OperationOptions {
1516
+ }
1517
+ /** Contains response data for the listByTopicNext operation. */
1518
+ export type SubscriptionsListByTopicNextResponse = SBSubscriptionListResult;
1519
+ /** Optional parameters. */
1520
+ export interface ServiceBusManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1521
+ /** server parameter */
1522
+ $host?: string;
1523
+ /** Api Version */
1524
+ apiVersion?: string;
1525
+ /** Overrides client endpoint. */
1526
+ endpoint?: string;
1527
+ }
1528
+ //# sourceMappingURL=index.d.ts.map