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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1011) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -14
  3. package/dist/browser/api/disasterRecoveryConfigs/index.d.ts +3 -0
  4. package/dist/browser/api/disasterRecoveryConfigs/index.js +4 -0
  5. package/dist/browser/api/disasterRecoveryConfigs/index.js.map +1 -0
  6. package/dist/browser/api/disasterRecoveryConfigs/operations.d.ts +46 -0
  7. package/dist/browser/api/disasterRecoveryConfigs/operations.js +316 -0
  8. package/dist/browser/api/disasterRecoveryConfigs/operations.js.map +1 -0
  9. package/dist/browser/api/disasterRecoveryConfigs/options.d.ts +35 -0
  10. package/dist/browser/api/disasterRecoveryConfigs/options.js +4 -0
  11. package/dist/browser/api/disasterRecoveryConfigs/options.js.map +1 -0
  12. package/dist/browser/api/index.d.ts +3 -0
  13. package/dist/browser/api/index.js +4 -0
  14. package/dist/browser/api/index.js.map +1 -0
  15. package/dist/browser/api/migrationConfigs/index.d.ts +3 -0
  16. package/dist/browser/api/migrationConfigs/index.js +4 -0
  17. package/dist/browser/api/migrationConfigs/index.js.map +1 -0
  18. package/dist/browser/api/migrationConfigs/operations.d.ts +31 -0
  19. package/dist/browser/api/migrationConfigs/operations.js +190 -0
  20. package/dist/browser/api/migrationConfigs/operations.js.map +1 -0
  21. package/dist/browser/api/migrationConfigs/options.d.ts +22 -0
  22. package/dist/browser/api/migrationConfigs/options.js +4 -0
  23. package/dist/browser/api/migrationConfigs/options.js.map +1 -0
  24. package/dist/browser/api/namespaces/index.d.ts +3 -0
  25. package/dist/browser/api/namespaces/index.js +4 -0
  26. package/dist/browser/api/namespaces/index.js.map +1 -0
  27. package/dist/browser/api/namespaces/operations.d.ts +75 -0
  28. package/dist/browser/api/namespaces/operations.js +536 -0
  29. package/dist/browser/api/namespaces/operations.js.map +1 -0
  30. package/dist/browser/api/namespaces/options.d.ts +59 -0
  31. package/dist/browser/api/namespaces/options.js +4 -0
  32. package/dist/browser/api/namespaces/options.js.map +1 -0
  33. package/dist/browser/api/networkSecurityPerimeterConfiguration/index.d.ts +3 -0
  34. package/dist/browser/api/networkSecurityPerimeterConfiguration/index.js +4 -0
  35. package/dist/browser/api/networkSecurityPerimeterConfiguration/index.js.map +1 -0
  36. package/dist/browser/api/networkSecurityPerimeterConfiguration/operations.d.ts +10 -0
  37. package/dist/browser/api/networkSecurityPerimeterConfiguration/operations.js +36 -0
  38. package/dist/browser/api/networkSecurityPerimeterConfiguration/operations.js.map +1 -0
  39. package/dist/browser/api/networkSecurityPerimeterConfiguration/options.d.ts +5 -0
  40. package/dist/browser/api/networkSecurityPerimeterConfiguration/options.js +4 -0
  41. package/dist/browser/api/networkSecurityPerimeterConfiguration/options.js.map +1 -0
  42. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  43. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
  44. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  45. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +13 -0
  46. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +69 -0
  47. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
  48. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +8 -0
  49. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
  50. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
  51. package/dist/browser/api/operations/index.d.ts +3 -0
  52. package/dist/browser/api/operations/index.js +4 -0
  53. package/dist/browser/api/operations/index.js.map +1 -0
  54. package/dist/browser/api/operations/operations.d.ts +10 -0
  55. package/dist/browser/api/operations/operations.js +33 -0
  56. package/dist/browser/api/operations/operations.js.map +1 -0
  57. package/dist/browser/api/operations/options.d.ts +5 -0
  58. package/dist/browser/api/operations/options.js +4 -0
  59. package/dist/browser/api/operations/options.js.map +1 -0
  60. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  61. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  62. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  63. package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
  64. package/dist/browser/api/privateEndpointConnections/operations.js +134 -0
  65. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  66. package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
  67. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  68. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  69. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  70. package/dist/browser/api/privateLinkResources/index.js +4 -0
  71. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  72. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  73. package/dist/browser/api/privateLinkResources/operations.js +36 -0
  74. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  75. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  76. package/dist/browser/api/privateLinkResources/options.js +4 -0
  77. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  78. package/dist/browser/api/queues/index.d.ts +3 -0
  79. package/dist/browser/api/queues/index.js +4 -0
  80. package/dist/browser/api/queues/index.js.map +1 -0
  81. package/dist/browser/api/queues/operations.d.ts +46 -0
  82. package/dist/browser/api/queues/operations.js +321 -0
  83. package/dist/browser/api/queues/operations.js.map +1 -0
  84. package/dist/browser/api/queues/options.d.ts +36 -0
  85. package/dist/browser/api/queues/options.js +4 -0
  86. package/dist/browser/api/queues/options.js.map +1 -0
  87. package/dist/browser/api/rules/index.d.ts +3 -0
  88. package/dist/browser/api/rules/index.js +4 -0
  89. package/dist/browser/api/rules/index.js.map +1 -0
  90. package/dist/browser/api/rules/operations.d.ts +22 -0
  91. package/dist/browser/api/rules/operations.js +138 -0
  92. package/dist/browser/api/rules/operations.js.map +1 -0
  93. package/dist/browser/api/rules/options.d.ts +18 -0
  94. package/dist/browser/api/rules/options.js +4 -0
  95. package/dist/browser/api/rules/options.js.map +1 -0
  96. package/dist/browser/api/serviceBusManagementContext.d.ts +20 -0
  97. package/dist/browser/api/serviceBusManagementContext.js +25 -0
  98. package/dist/browser/api/serviceBusManagementContext.js.map +1 -0
  99. package/dist/browser/api/subscriptions/index.d.ts +3 -0
  100. package/dist/browser/api/subscriptions/index.js +4 -0
  101. package/dist/browser/api/subscriptions/index.js.map +1 -0
  102. package/dist/browser/api/subscriptions/operations.d.ts +22 -0
  103. package/dist/browser/api/subscriptions/operations.js +134 -0
  104. package/dist/browser/api/subscriptions/operations.js.map +1 -0
  105. package/dist/browser/api/subscriptions/options.d.ts +18 -0
  106. package/dist/browser/api/subscriptions/options.js +4 -0
  107. package/dist/browser/api/subscriptions/options.js.map +1 -0
  108. package/dist/browser/api/topics/index.d.ts +3 -0
  109. package/dist/browser/api/topics/index.js +4 -0
  110. package/dist/browser/api/topics/index.js.map +1 -0
  111. package/dist/browser/api/topics/operations.d.ts +46 -0
  112. package/dist/browser/api/topics/operations.js +321 -0
  113. package/dist/browser/api/topics/operations.js.map +1 -0
  114. package/dist/browser/api/topics/options.d.ts +36 -0
  115. package/dist/browser/api/topics/options.js +4 -0
  116. package/dist/browser/api/topics/options.js.map +1 -0
  117. package/dist/browser/classic/disasterRecoveryConfigs/index.d.ts +29 -0
  118. package/dist/browser/classic/disasterRecoveryConfigs/index.js +23 -0
  119. package/dist/browser/classic/disasterRecoveryConfigs/index.js.map +1 -0
  120. package/dist/browser/classic/index.d.ts +13 -0
  121. package/dist/browser/classic/index.js +4 -0
  122. package/dist/browser/classic/index.js.map +1 -0
  123. package/dist/browser/classic/migrationConfigs/index.d.ts +27 -0
  124. package/dist/browser/classic/migrationConfigs/index.js +28 -0
  125. package/dist/browser/classic/migrationConfigs/index.js.map +1 -0
  126. package/dist/browser/classic/namespaces/index.d.ts +57 -0
  127. package/dist/browser/classic/namespaces/index.js +55 -0
  128. package/dist/browser/classic/namespaces/index.js.map +1 -0
  129. package/dist/browser/classic/networkSecurityPerimeterConfiguration/index.d.ts +11 -0
  130. package/dist/browser/classic/networkSecurityPerimeterConfiguration/index.js +14 -0
  131. package/dist/browser/classic/networkSecurityPerimeterConfiguration/index.js.map +1 -0
  132. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +12 -0
  133. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +15 -0
  134. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  135. package/dist/browser/classic/operations/index.d.ts +11 -0
  136. package/dist/browser/classic/operations/index.js +14 -0
  137. package/dist/browser/classic/operations/index.js.map +1 -0
  138. package/dist/browser/classic/privateEndpointConnections/index.d.ts +23 -0
  139. package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
  140. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  141. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  142. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  143. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  144. package/dist/browser/classic/queues/index.d.ts +29 -0
  145. package/dist/browser/classic/queues/index.js +23 -0
  146. package/dist/browser/classic/queues/index.js.map +1 -0
  147. package/dist/browser/classic/rules/index.d.ts +17 -0
  148. package/dist/browser/classic/rules/index.js +17 -0
  149. package/dist/browser/classic/rules/index.js.map +1 -0
  150. package/dist/browser/classic/subscriptions/index.d.ts +17 -0
  151. package/dist/browser/classic/subscriptions/index.js +17 -0
  152. package/dist/browser/classic/subscriptions/index.js.map +1 -0
  153. package/dist/browser/classic/topics/index.d.ts +29 -0
  154. package/dist/browser/classic/topics/index.js +23 -0
  155. package/dist/browser/classic/topics/index.js.map +1 -0
  156. package/dist/browser/index.d.ts +26 -3
  157. package/dist/browser/index.js +7 -11
  158. package/dist/browser/index.js.map +1 -1
  159. package/dist/browser/logger.d.ts +2 -0
  160. package/dist/browser/logger.js +5 -0
  161. package/dist/browser/logger.js.map +1 -0
  162. package/dist/browser/models/index.d.ts +2 -1527
  163. package/dist/browser/models/index.js +3 -95
  164. package/dist/browser/models/index.js.map +1 -1
  165. package/dist/browser/models/models.d.ts +1716 -0
  166. package/dist/browser/models/models.js +1958 -0
  167. package/dist/browser/models/models.js.map +1 -0
  168. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  169. package/dist/browser/restorePollerHelpers.js +103 -0
  170. package/dist/browser/restorePollerHelpers.js.map +1 -0
  171. package/dist/browser/serviceBusManagementClient.d.ts +46 -28
  172. package/dist/browser/serviceBusManagementClient.js +69 -116
  173. package/dist/browser/serviceBusManagementClient.js.map +1 -1
  174. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  175. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  176. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  177. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  178. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  179. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  180. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  181. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  182. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  183. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  184. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  185. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  186. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  187. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  188. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  189. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  190. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  191. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  192. package/dist/commonjs/api/disasterRecoveryConfigs/index.d.ts +3 -0
  193. package/dist/commonjs/api/disasterRecoveryConfigs/index.js +46 -0
  194. package/dist/commonjs/api/disasterRecoveryConfigs/index.js.map +7 -0
  195. package/dist/commonjs/api/disasterRecoveryConfigs/operations.d.ts +46 -0
  196. package/dist/commonjs/api/disasterRecoveryConfigs/operations.js +465 -0
  197. package/dist/commonjs/api/disasterRecoveryConfigs/operations.js.map +7 -0
  198. package/dist/commonjs/api/disasterRecoveryConfigs/options.d.ts +35 -0
  199. package/dist/commonjs/api/disasterRecoveryConfigs/options.js +16 -0
  200. package/dist/commonjs/api/disasterRecoveryConfigs/options.js.map +7 -0
  201. package/dist/commonjs/api/index.d.ts +3 -0
  202. package/dist/commonjs/api/index.js +28 -0
  203. package/dist/commonjs/api/index.js.map +7 -0
  204. package/dist/commonjs/api/migrationConfigs/index.d.ts +3 -0
  205. package/dist/commonjs/api/migrationConfigs/index.js +38 -0
  206. package/dist/commonjs/api/migrationConfigs/index.js.map +7 -0
  207. package/dist/commonjs/api/migrationConfigs/operations.d.ts +31 -0
  208. package/dist/commonjs/api/migrationConfigs/operations.js +285 -0
  209. package/dist/commonjs/api/migrationConfigs/operations.js.map +7 -0
  210. package/dist/commonjs/api/migrationConfigs/options.d.ts +22 -0
  211. package/dist/commonjs/api/migrationConfigs/options.js +16 -0
  212. package/dist/commonjs/api/migrationConfigs/options.js.map +7 -0
  213. package/dist/commonjs/api/namespaces/index.d.ts +3 -0
  214. package/dist/commonjs/api/namespaces/index.js +60 -0
  215. package/dist/commonjs/api/namespaces/index.js.map +7 -0
  216. package/dist/commonjs/api/namespaces/operations.d.ts +75 -0
  217. package/dist/commonjs/api/namespaces/operations.js +773 -0
  218. package/dist/commonjs/api/namespaces/operations.js.map +7 -0
  219. package/dist/commonjs/api/namespaces/options.d.ts +59 -0
  220. package/dist/commonjs/api/namespaces/options.js +16 -0
  221. package/dist/commonjs/api/namespaces/options.js.map +7 -0
  222. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/index.d.ts +3 -0
  223. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/index.js +28 -0
  224. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/index.js.map +7 -0
  225. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/operations.d.ts +10 -0
  226. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/operations.js +73 -0
  227. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/operations.js.map +7 -0
  228. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/options.d.ts +5 -0
  229. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/options.js +16 -0
  230. package/dist/commonjs/api/networkSecurityPerimeterConfiguration/options.js.map +7 -0
  231. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  232. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +30 -0
  233. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
  234. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +13 -0
  235. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +121 -0
  236. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
  237. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +8 -0
  238. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
  239. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
  240. package/dist/commonjs/api/operations/index.d.ts +3 -0
  241. package/dist/commonjs/api/operations/index.js +28 -0
  242. package/dist/commonjs/api/operations/index.js.map +7 -0
  243. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  244. package/dist/commonjs/api/operations/operations.js +70 -0
  245. package/dist/commonjs/api/operations/operations.js.map +7 -0
  246. package/dist/commonjs/api/operations/options.d.ts +5 -0
  247. package/dist/commonjs/api/operations/options.js +16 -0
  248. package/dist/commonjs/api/operations/options.js.map +7 -0
  249. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  250. package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
  251. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  252. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
  253. package/dist/commonjs/api/privateEndpointConnections/operations.js +217 -0
  254. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  255. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
  256. package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
  257. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  258. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  259. package/dist/commonjs/api/privateLinkResources/index.js +28 -0
  260. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  261. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  262. package/dist/commonjs/api/privateLinkResources/operations.js +67 -0
  263. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  264. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  265. package/dist/commonjs/api/privateLinkResources/options.js +16 -0
  266. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  267. package/dist/commonjs/api/queues/index.d.ts +3 -0
  268. package/dist/commonjs/api/queues/index.js +46 -0
  269. package/dist/commonjs/api/queues/index.js.map +7 -0
  270. package/dist/commonjs/api/queues/operations.d.ts +46 -0
  271. package/dist/commonjs/api/queues/operations.js +489 -0
  272. package/dist/commonjs/api/queues/operations.js.map +7 -0
  273. package/dist/commonjs/api/queues/options.d.ts +36 -0
  274. package/dist/commonjs/api/queues/options.js +16 -0
  275. package/dist/commonjs/api/queues/options.js.map +7 -0
  276. package/dist/commonjs/api/rules/index.d.ts +3 -0
  277. package/dist/commonjs/api/rules/index.js +34 -0
  278. package/dist/commonjs/api/rules/index.js.map +7 -0
  279. package/dist/commonjs/api/rules/operations.d.ts +22 -0
  280. package/dist/commonjs/api/rules/operations.js +234 -0
  281. package/dist/commonjs/api/rules/operations.js.map +7 -0
  282. package/dist/commonjs/api/rules/options.d.ts +18 -0
  283. package/dist/commonjs/api/rules/options.js +16 -0
  284. package/dist/commonjs/api/rules/options.js.map +7 -0
  285. package/dist/commonjs/api/serviceBusManagementContext.d.ts +20 -0
  286. package/dist/commonjs/api/serviceBusManagementContext.js +47 -0
  287. package/dist/commonjs/api/serviceBusManagementContext.js.map +7 -0
  288. package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
  289. package/dist/commonjs/api/subscriptions/index.js +34 -0
  290. package/dist/commonjs/api/subscriptions/index.js.map +7 -0
  291. package/dist/commonjs/api/subscriptions/operations.d.ts +22 -0
  292. package/dist/commonjs/api/subscriptions/operations.js +220 -0
  293. package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
  294. package/dist/commonjs/api/subscriptions/options.d.ts +18 -0
  295. package/dist/commonjs/api/subscriptions/options.js +16 -0
  296. package/dist/commonjs/api/subscriptions/options.js.map +7 -0
  297. package/dist/commonjs/api/topics/index.d.ts +3 -0
  298. package/dist/commonjs/api/topics/index.js +46 -0
  299. package/dist/commonjs/api/topics/index.js.map +7 -0
  300. package/dist/commonjs/api/topics/operations.d.ts +46 -0
  301. package/dist/commonjs/api/topics/operations.js +489 -0
  302. package/dist/commonjs/api/topics/operations.js.map +7 -0
  303. package/dist/commonjs/api/topics/options.d.ts +36 -0
  304. package/dist/commonjs/api/topics/options.js +16 -0
  305. package/dist/commonjs/api/topics/options.js.map +7 -0
  306. package/dist/commonjs/classic/disasterRecoveryConfigs/index.d.ts +29 -0
  307. package/dist/commonjs/classic/disasterRecoveryConfigs/index.js +54 -0
  308. package/dist/commonjs/classic/disasterRecoveryConfigs/index.js.map +7 -0
  309. package/dist/commonjs/classic/index.d.ts +13 -0
  310. package/dist/commonjs/classic/index.js +16 -0
  311. package/dist/commonjs/classic/index.js.map +7 -0
  312. package/dist/commonjs/classic/migrationConfigs/index.d.ts +27 -0
  313. package/dist/commonjs/classic/migrationConfigs/index.js +73 -0
  314. package/dist/commonjs/classic/migrationConfigs/index.js.map +7 -0
  315. package/dist/commonjs/classic/namespaces/index.d.ts +57 -0
  316. package/dist/commonjs/classic/namespaces/index.js +105 -0
  317. package/dist/commonjs/classic/namespaces/index.js.map +7 -0
  318. package/dist/commonjs/classic/networkSecurityPerimeterConfiguration/index.d.ts +11 -0
  319. package/dist/commonjs/classic/networkSecurityPerimeterConfiguration/index.js +38 -0
  320. package/dist/commonjs/classic/networkSecurityPerimeterConfiguration/index.js.map +7 -0
  321. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +12 -0
  322. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +45 -0
  323. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
  324. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  325. package/dist/commonjs/classic/operations/index.js +38 -0
  326. package/dist/commonjs/classic/operations/index.js.map +7 -0
  327. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +23 -0
  328. package/dist/commonjs/classic/privateEndpointConnections/index.js +69 -0
  329. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  330. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  331. package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
  332. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  333. package/dist/commonjs/classic/queues/index.d.ts +29 -0
  334. package/dist/commonjs/classic/queues/index.js +84 -0
  335. package/dist/commonjs/classic/queues/index.js.map +7 -0
  336. package/dist/commonjs/classic/rules/index.d.ts +17 -0
  337. package/dist/commonjs/classic/rules/index.js +73 -0
  338. package/dist/commonjs/classic/rules/index.js.map +7 -0
  339. package/dist/commonjs/classic/subscriptions/index.d.ts +17 -0
  340. package/dist/commonjs/classic/subscriptions/index.js +49 -0
  341. package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
  342. package/dist/commonjs/classic/topics/index.d.ts +29 -0
  343. package/dist/commonjs/classic/topics/index.js +84 -0
  344. package/dist/commonjs/classic/topics/index.js.map +7 -0
  345. package/dist/commonjs/index.d.ts +26 -3
  346. package/dist/commonjs/index.js +70 -19
  347. package/dist/commonjs/index.js.map +7 -1
  348. package/dist/commonjs/logger.d.ts +2 -0
  349. package/dist/commonjs/logger.js +29 -0
  350. package/dist/commonjs/logger.js.map +7 -0
  351. package/dist/commonjs/models/index.d.ts +2 -1527
  352. package/dist/commonjs/models/index.js +56 -99
  353. package/dist/commonjs/models/index.js.map +7 -1
  354. package/dist/commonjs/models/models.d.ts +1716 -0
  355. package/dist/commonjs/models/models.js +2097 -0
  356. package/dist/commonjs/models/models.js.map +7 -0
  357. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  358. package/dist/commonjs/restorePollerHelpers.js +116 -0
  359. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  360. package/dist/commonjs/serviceBusManagementClient.d.ts +46 -28
  361. package/dist/commonjs/serviceBusManagementClient.js +95 -128
  362. package/dist/commonjs/serviceBusManagementClient.js.map +7 -1
  363. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  364. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  365. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  366. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  367. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  368. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  369. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  370. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  371. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  372. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  373. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  374. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  375. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  376. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  377. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  378. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  379. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  380. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  381. package/dist/commonjs/tsdoc-metadata.json +1 -1
  382. package/dist/esm/api/disasterRecoveryConfigs/index.d.ts +3 -0
  383. package/dist/esm/api/disasterRecoveryConfigs/index.js +4 -0
  384. package/dist/esm/api/disasterRecoveryConfigs/index.js.map +1 -0
  385. package/dist/esm/api/disasterRecoveryConfigs/operations.d.ts +46 -0
  386. package/dist/esm/api/disasterRecoveryConfigs/operations.js +316 -0
  387. package/dist/esm/api/disasterRecoveryConfigs/operations.js.map +1 -0
  388. package/dist/esm/api/disasterRecoveryConfigs/options.d.ts +35 -0
  389. package/dist/esm/api/disasterRecoveryConfigs/options.js +4 -0
  390. package/dist/esm/api/disasterRecoveryConfigs/options.js.map +1 -0
  391. package/dist/esm/api/index.d.ts +3 -0
  392. package/dist/esm/api/index.js +4 -0
  393. package/dist/esm/api/index.js.map +1 -0
  394. package/dist/esm/api/migrationConfigs/index.d.ts +3 -0
  395. package/dist/esm/api/migrationConfigs/index.js +4 -0
  396. package/dist/esm/api/migrationConfigs/index.js.map +1 -0
  397. package/dist/esm/api/migrationConfigs/operations.d.ts +31 -0
  398. package/dist/esm/api/migrationConfigs/operations.js +190 -0
  399. package/dist/esm/api/migrationConfigs/operations.js.map +1 -0
  400. package/dist/esm/api/migrationConfigs/options.d.ts +22 -0
  401. package/dist/esm/api/migrationConfigs/options.js +4 -0
  402. package/dist/esm/api/migrationConfigs/options.js.map +1 -0
  403. package/dist/esm/api/namespaces/index.d.ts +3 -0
  404. package/dist/esm/api/namespaces/index.js +4 -0
  405. package/dist/esm/api/namespaces/index.js.map +1 -0
  406. package/dist/esm/api/namespaces/operations.d.ts +75 -0
  407. package/dist/esm/api/namespaces/operations.js +536 -0
  408. package/dist/esm/api/namespaces/operations.js.map +1 -0
  409. package/dist/esm/api/namespaces/options.d.ts +59 -0
  410. package/dist/esm/api/namespaces/options.js +4 -0
  411. package/dist/esm/api/namespaces/options.js.map +1 -0
  412. package/dist/esm/api/networkSecurityPerimeterConfiguration/index.d.ts +3 -0
  413. package/dist/esm/api/networkSecurityPerimeterConfiguration/index.js +4 -0
  414. package/dist/esm/api/networkSecurityPerimeterConfiguration/index.js.map +1 -0
  415. package/dist/esm/api/networkSecurityPerimeterConfiguration/operations.d.ts +10 -0
  416. package/dist/esm/api/networkSecurityPerimeterConfiguration/operations.js +36 -0
  417. package/dist/esm/api/networkSecurityPerimeterConfiguration/operations.js.map +1 -0
  418. package/dist/esm/api/networkSecurityPerimeterConfiguration/options.d.ts +5 -0
  419. package/dist/esm/api/networkSecurityPerimeterConfiguration/options.js +4 -0
  420. package/dist/esm/api/networkSecurityPerimeterConfiguration/options.js.map +1 -0
  421. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  422. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
  423. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  424. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +13 -0
  425. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +69 -0
  426. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
  427. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +8 -0
  428. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
  429. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
  430. package/dist/esm/api/operations/index.d.ts +3 -0
  431. package/dist/esm/api/operations/index.js +4 -0
  432. package/dist/esm/api/operations/index.js.map +1 -0
  433. package/dist/esm/api/operations/operations.d.ts +10 -0
  434. package/dist/esm/api/operations/operations.js +33 -0
  435. package/dist/esm/api/operations/operations.js.map +1 -0
  436. package/dist/esm/api/operations/options.d.ts +5 -0
  437. package/dist/esm/api/operations/options.js +4 -0
  438. package/dist/esm/api/operations/options.js.map +1 -0
  439. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  440. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  441. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  442. package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
  443. package/dist/esm/api/privateEndpointConnections/operations.js +134 -0
  444. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  445. package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
  446. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  447. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  448. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  449. package/dist/esm/api/privateLinkResources/index.js +4 -0
  450. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  451. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  452. package/dist/esm/api/privateLinkResources/operations.js +36 -0
  453. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  454. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  455. package/dist/esm/api/privateLinkResources/options.js +4 -0
  456. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  457. package/dist/esm/api/queues/index.d.ts +3 -0
  458. package/dist/esm/api/queues/index.js +4 -0
  459. package/dist/esm/api/queues/index.js.map +1 -0
  460. package/dist/esm/api/queues/operations.d.ts +46 -0
  461. package/dist/esm/api/queues/operations.js +321 -0
  462. package/dist/esm/api/queues/operations.js.map +1 -0
  463. package/dist/esm/api/queues/options.d.ts +36 -0
  464. package/dist/esm/api/queues/options.js +4 -0
  465. package/dist/esm/api/queues/options.js.map +1 -0
  466. package/dist/esm/api/rules/index.d.ts +3 -0
  467. package/dist/esm/api/rules/index.js +4 -0
  468. package/dist/esm/api/rules/index.js.map +1 -0
  469. package/dist/esm/api/rules/operations.d.ts +22 -0
  470. package/dist/esm/api/rules/operations.js +138 -0
  471. package/dist/esm/api/rules/operations.js.map +1 -0
  472. package/dist/esm/api/rules/options.d.ts +18 -0
  473. package/dist/esm/api/rules/options.js +4 -0
  474. package/dist/esm/api/rules/options.js.map +1 -0
  475. package/dist/esm/api/serviceBusManagementContext.d.ts +20 -0
  476. package/dist/esm/api/serviceBusManagementContext.js +25 -0
  477. package/dist/esm/api/serviceBusManagementContext.js.map +1 -0
  478. package/dist/esm/api/subscriptions/index.d.ts +3 -0
  479. package/dist/esm/api/subscriptions/index.js +4 -0
  480. package/dist/esm/api/subscriptions/index.js.map +1 -0
  481. package/dist/esm/api/subscriptions/operations.d.ts +22 -0
  482. package/dist/esm/api/subscriptions/operations.js +134 -0
  483. package/dist/esm/api/subscriptions/operations.js.map +1 -0
  484. package/dist/esm/api/subscriptions/options.d.ts +18 -0
  485. package/dist/esm/api/subscriptions/options.js +4 -0
  486. package/dist/esm/api/subscriptions/options.js.map +1 -0
  487. package/dist/esm/api/topics/index.d.ts +3 -0
  488. package/dist/esm/api/topics/index.js +4 -0
  489. package/dist/esm/api/topics/index.js.map +1 -0
  490. package/dist/esm/api/topics/operations.d.ts +46 -0
  491. package/dist/esm/api/topics/operations.js +321 -0
  492. package/dist/esm/api/topics/operations.js.map +1 -0
  493. package/dist/esm/api/topics/options.d.ts +36 -0
  494. package/dist/esm/api/topics/options.js +4 -0
  495. package/dist/esm/api/topics/options.js.map +1 -0
  496. package/dist/esm/classic/disasterRecoveryConfigs/index.d.ts +29 -0
  497. package/dist/esm/classic/disasterRecoveryConfigs/index.js +23 -0
  498. package/dist/esm/classic/disasterRecoveryConfigs/index.js.map +1 -0
  499. package/dist/esm/classic/index.d.ts +13 -0
  500. package/dist/esm/classic/index.js +4 -0
  501. package/dist/esm/classic/index.js.map +1 -0
  502. package/dist/esm/classic/migrationConfigs/index.d.ts +27 -0
  503. package/dist/esm/classic/migrationConfigs/index.js +28 -0
  504. package/dist/esm/classic/migrationConfigs/index.js.map +1 -0
  505. package/dist/esm/classic/namespaces/index.d.ts +57 -0
  506. package/dist/esm/classic/namespaces/index.js +55 -0
  507. package/dist/esm/classic/namespaces/index.js.map +1 -0
  508. package/dist/esm/classic/networkSecurityPerimeterConfiguration/index.d.ts +11 -0
  509. package/dist/esm/classic/networkSecurityPerimeterConfiguration/index.js +14 -0
  510. package/dist/esm/classic/networkSecurityPerimeterConfiguration/index.js.map +1 -0
  511. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +12 -0
  512. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +15 -0
  513. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  514. package/dist/esm/classic/operations/index.d.ts +11 -0
  515. package/dist/esm/classic/operations/index.js +14 -0
  516. package/dist/esm/classic/operations/index.js.map +1 -0
  517. package/dist/esm/classic/privateEndpointConnections/index.d.ts +23 -0
  518. package/dist/esm/classic/privateEndpointConnections/index.js +26 -0
  519. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  520. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  521. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  522. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  523. package/dist/esm/classic/queues/index.d.ts +29 -0
  524. package/dist/esm/classic/queues/index.js +23 -0
  525. package/dist/esm/classic/queues/index.js.map +1 -0
  526. package/dist/esm/classic/rules/index.d.ts +17 -0
  527. package/dist/esm/classic/rules/index.js +17 -0
  528. package/dist/esm/classic/rules/index.js.map +1 -0
  529. package/dist/esm/classic/subscriptions/index.d.ts +17 -0
  530. package/dist/esm/classic/subscriptions/index.js +17 -0
  531. package/dist/esm/classic/subscriptions/index.js.map +1 -0
  532. package/dist/esm/classic/topics/index.d.ts +29 -0
  533. package/dist/esm/classic/topics/index.js +23 -0
  534. package/dist/esm/classic/topics/index.js.map +1 -0
  535. package/dist/esm/index.d.ts +26 -3
  536. package/dist/esm/index.js +7 -11
  537. package/dist/esm/index.js.map +1 -1
  538. package/dist/esm/logger.d.ts +2 -0
  539. package/dist/esm/logger.js +5 -0
  540. package/dist/esm/logger.js.map +1 -0
  541. package/dist/esm/models/index.d.ts +2 -1527
  542. package/dist/esm/models/index.js +3 -95
  543. package/dist/esm/models/index.js.map +1 -1
  544. package/dist/esm/models/models.d.ts +1716 -0
  545. package/dist/esm/models/models.js +1958 -0
  546. package/dist/esm/models/models.js.map +1 -0
  547. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  548. package/dist/esm/restorePollerHelpers.js +103 -0
  549. package/dist/esm/restorePollerHelpers.js.map +1 -0
  550. package/dist/esm/serviceBusManagementClient.d.ts +46 -28
  551. package/dist/esm/serviceBusManagementClient.js +69 -116
  552. package/dist/esm/serviceBusManagementClient.js.map +1 -1
  553. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  554. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  555. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  556. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  557. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  558. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  559. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  560. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  561. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  562. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  563. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  564. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  565. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  566. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  567. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  568. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  569. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  570. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  571. package/package.json +283 -94
  572. package/CHANGELOG.md +0 -97
  573. package/dist/browser/index.d.ts.map +0 -1
  574. package/dist/browser/lroImpl.d.ts +0 -16
  575. package/dist/browser/lroImpl.d.ts.map +0 -1
  576. package/dist/browser/lroImpl.js +0 -33
  577. package/dist/browser/lroImpl.js.map +0 -1
  578. package/dist/browser/models/index.d.ts.map +0 -1
  579. package/dist/browser/models/mappers.d.ts +0 -58
  580. package/dist/browser/models/mappers.d.ts.map +0 -1
  581. package/dist/browser/models/mappers.js +0 -2251
  582. package/dist/browser/models/mappers.js.map +0 -1
  583. package/dist/browser/models/parameters.d.ts +0 -35
  584. package/dist/browser/models/parameters.d.ts.map +0 -1
  585. package/dist/browser/models/parameters.js +0 -296
  586. package/dist/browser/models/parameters.js.map +0 -1
  587. package/dist/browser/operations/disasterRecoveryConfigs.d.ts +0 -133
  588. package/dist/browser/operations/disasterRecoveryConfigs.d.ts.map +0 -1
  589. package/dist/browser/operations/disasterRecoveryConfigs.js +0 -520
  590. package/dist/browser/operations/disasterRecoveryConfigs.js.map +0 -1
  591. package/dist/browser/operations/index.d.ts +0 -11
  592. package/dist/browser/operations/index.d.ts.map +0 -1
  593. package/dist/browser/operations/index.js +0 -18
  594. package/dist/browser/operations/index.js.map +0 -1
  595. package/dist/browser/operations/migrationConfigs.d.ts +0 -91
  596. package/dist/browser/operations/migrationConfigs.d.ts.map +0 -1
  597. package/dist/browser/operations/migrationConfigs.js +0 -349
  598. package/dist/browser/operations/migrationConfigs.js.map +0 -1
  599. package/dist/browser/operations/namespaces.d.ts +0 -215
  600. package/dist/browser/operations/namespaces.d.ts.map +0 -1
  601. package/dist/browser/operations/namespaces.js +0 -936
  602. package/dist/browser/operations/namespaces.js.map +0 -1
  603. package/dist/browser/operations/operations.d.ts +0 -32
  604. package/dist/browser/operations/operations.d.ts.map +0 -1
  605. package/dist/browser/operations/operations.js +0 -116
  606. package/dist/browser/operations/operations.js.map +0 -1
  607. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -73
  608. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  609. package/dist/browser/operations/privateEndpointConnections.js +0 -302
  610. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  611. package/dist/browser/operations/privateLinkResources.d.ts +0 -20
  612. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  613. package/dist/browser/operations/privateLinkResources.js +0 -54
  614. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  615. package/dist/browser/operations/queues.d.ts +0 -137
  616. package/dist/browser/operations/queues.d.ts.map +0 -1
  617. package/dist/browser/operations/queues.js +0 -550
  618. package/dist/browser/operations/queues.js.map +0 -1
  619. package/dist/browser/operations/rules.d.ts +0 -75
  620. package/dist/browser/operations/rules.d.ts.map +0 -1
  621. package/dist/browser/operations/rules.js +0 -288
  622. package/dist/browser/operations/rules.js.map +0 -1
  623. package/dist/browser/operations/subscriptions.d.ts +0 -69
  624. package/dist/browser/operations/subscriptions.d.ts.map +0 -1
  625. package/dist/browser/operations/subscriptions.js +0 -261
  626. package/dist/browser/operations/subscriptions.js.map +0 -1
  627. package/dist/browser/operations/topics.d.ts +0 -137
  628. package/dist/browser/operations/topics.d.ts.map +0 -1
  629. package/dist/browser/operations/topics.js +0 -550
  630. package/dist/browser/operations/topics.js.map +0 -1
  631. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
  632. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
  633. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js +0 -9
  634. package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
  635. package/dist/browser/operationsInterfaces/index.d.ts +0 -11
  636. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  637. package/dist/browser/operationsInterfaces/index.js +0 -18
  638. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  639. package/dist/browser/operationsInterfaces/migrationConfigs.d.ts +0 -66
  640. package/dist/browser/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
  641. package/dist/browser/operationsInterfaces/migrationConfigs.js +0 -9
  642. package/dist/browser/operationsInterfaces/migrationConfigs.js.map +0 -1
  643. package/dist/browser/operationsInterfaces/namespaces.d.ts +0 -145
  644. package/dist/browser/operationsInterfaces/namespaces.d.ts.map +0 -1
  645. package/dist/browser/operationsInterfaces/namespaces.js +0 -9
  646. package/dist/browser/operationsInterfaces/namespaces.js.map +0 -1
  647. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  648. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  649. package/dist/browser/operationsInterfaces/operations.js +0 -9
  650. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  651. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
  652. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  653. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  654. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  655. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
  656. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  657. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  658. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  659. package/dist/browser/operationsInterfaces/queues.d.ts +0 -93
  660. package/dist/browser/operationsInterfaces/queues.d.ts.map +0 -1
  661. package/dist/browser/operationsInterfaces/queues.js +0 -9
  662. package/dist/browser/operationsInterfaces/queues.js.map +0 -1
  663. package/dist/browser/operationsInterfaces/rules.d.ts +0 -46
  664. package/dist/browser/operationsInterfaces/rules.d.ts.map +0 -1
  665. package/dist/browser/operationsInterfaces/rules.js +0 -9
  666. package/dist/browser/operationsInterfaces/rules.js.map +0 -1
  667. package/dist/browser/operationsInterfaces/subscriptions.d.ts +0 -42
  668. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +0 -1
  669. package/dist/browser/operationsInterfaces/subscriptions.js +0 -9
  670. package/dist/browser/operationsInterfaces/subscriptions.js.map +0 -1
  671. package/dist/browser/operationsInterfaces/topics.d.ts +0 -93
  672. package/dist/browser/operationsInterfaces/topics.d.ts.map +0 -1
  673. package/dist/browser/operationsInterfaces/topics.js +0 -9
  674. package/dist/browser/operationsInterfaces/topics.js.map +0 -1
  675. package/dist/browser/pagingHelper.d.ts +0 -13
  676. package/dist/browser/pagingHelper.d.ts.map +0 -1
  677. package/dist/browser/pagingHelper.js +0 -30
  678. package/dist/browser/pagingHelper.js.map +0 -1
  679. package/dist/browser/serviceBusManagementClient.d.ts.map +0 -1
  680. package/dist/commonjs/index.d.ts.map +0 -1
  681. package/dist/commonjs/lroImpl.d.ts +0 -16
  682. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  683. package/dist/commonjs/lroImpl.js +0 -37
  684. package/dist/commonjs/lroImpl.js.map +0 -1
  685. package/dist/commonjs/models/index.d.ts.map +0 -1
  686. package/dist/commonjs/models/mappers.d.ts +0 -58
  687. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  688. package/dist/commonjs/models/mappers.js +0 -2255
  689. package/dist/commonjs/models/mappers.js.map +0 -1
  690. package/dist/commonjs/models/parameters.d.ts +0 -35
  691. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  692. package/dist/commonjs/models/parameters.js +0 -299
  693. package/dist/commonjs/models/parameters.js.map +0 -1
  694. package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts +0 -133
  695. package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts.map +0 -1
  696. package/dist/commonjs/operations/disasterRecoveryConfigs.js +0 -525
  697. package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +0 -1
  698. package/dist/commonjs/operations/index.d.ts +0 -11
  699. package/dist/commonjs/operations/index.d.ts.map +0 -1
  700. package/dist/commonjs/operations/index.js +0 -21
  701. package/dist/commonjs/operations/index.js.map +0 -1
  702. package/dist/commonjs/operations/migrationConfigs.d.ts +0 -91
  703. package/dist/commonjs/operations/migrationConfigs.d.ts.map +0 -1
  704. package/dist/commonjs/operations/migrationConfigs.js +0 -354
  705. package/dist/commonjs/operations/migrationConfigs.js.map +0 -1
  706. package/dist/commonjs/operations/namespaces.d.ts +0 -215
  707. package/dist/commonjs/operations/namespaces.d.ts.map +0 -1
  708. package/dist/commonjs/operations/namespaces.js +0 -941
  709. package/dist/commonjs/operations/namespaces.js.map +0 -1
  710. package/dist/commonjs/operations/operations.d.ts +0 -32
  711. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  712. package/dist/commonjs/operations/operations.js +0 -121
  713. package/dist/commonjs/operations/operations.js.map +0 -1
  714. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -73
  715. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  716. package/dist/commonjs/operations/privateEndpointConnections.js +0 -307
  717. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  718. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
  719. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  720. package/dist/commonjs/operations/privateLinkResources.js +0 -59
  721. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  722. package/dist/commonjs/operations/queues.d.ts +0 -137
  723. package/dist/commonjs/operations/queues.d.ts.map +0 -1
  724. package/dist/commonjs/operations/queues.js +0 -555
  725. package/dist/commonjs/operations/queues.js.map +0 -1
  726. package/dist/commonjs/operations/rules.d.ts +0 -75
  727. package/dist/commonjs/operations/rules.d.ts.map +0 -1
  728. package/dist/commonjs/operations/rules.js +0 -293
  729. package/dist/commonjs/operations/rules.js.map +0 -1
  730. package/dist/commonjs/operations/subscriptions.d.ts +0 -69
  731. package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
  732. package/dist/commonjs/operations/subscriptions.js +0 -266
  733. package/dist/commonjs/operations/subscriptions.js.map +0 -1
  734. package/dist/commonjs/operations/topics.d.ts +0 -137
  735. package/dist/commonjs/operations/topics.d.ts.map +0 -1
  736. package/dist/commonjs/operations/topics.js +0 -555
  737. package/dist/commonjs/operations/topics.js.map +0 -1
  738. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
  739. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
  740. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js +0 -10
  741. package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
  742. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -11
  743. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  744. package/dist/commonjs/operationsInterfaces/index.js +0 -21
  745. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  746. package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts +0 -66
  747. package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
  748. package/dist/commonjs/operationsInterfaces/migrationConfigs.js +0 -10
  749. package/dist/commonjs/operationsInterfaces/migrationConfigs.js.map +0 -1
  750. package/dist/commonjs/operationsInterfaces/namespaces.d.ts +0 -145
  751. package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +0 -1
  752. package/dist/commonjs/operationsInterfaces/namespaces.js +0 -10
  753. package/dist/commonjs/operationsInterfaces/namespaces.js.map +0 -1
  754. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  755. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  756. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  757. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  758. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
  759. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  760. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  761. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  762. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
  763. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  764. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  765. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  766. package/dist/commonjs/operationsInterfaces/queues.d.ts +0 -93
  767. package/dist/commonjs/operationsInterfaces/queues.d.ts.map +0 -1
  768. package/dist/commonjs/operationsInterfaces/queues.js +0 -10
  769. package/dist/commonjs/operationsInterfaces/queues.js.map +0 -1
  770. package/dist/commonjs/operationsInterfaces/rules.d.ts +0 -46
  771. package/dist/commonjs/operationsInterfaces/rules.d.ts.map +0 -1
  772. package/dist/commonjs/operationsInterfaces/rules.js +0 -10
  773. package/dist/commonjs/operationsInterfaces/rules.js.map +0 -1
  774. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -42
  775. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
  776. package/dist/commonjs/operationsInterfaces/subscriptions.js +0 -10
  777. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -1
  778. package/dist/commonjs/operationsInterfaces/topics.d.ts +0 -93
  779. package/dist/commonjs/operationsInterfaces/topics.d.ts.map +0 -1
  780. package/dist/commonjs/operationsInterfaces/topics.js +0 -10
  781. package/dist/commonjs/operationsInterfaces/topics.js.map +0 -1
  782. package/dist/commonjs/pagingHelper.d.ts +0 -13
  783. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  784. package/dist/commonjs/pagingHelper.js +0 -34
  785. package/dist/commonjs/pagingHelper.js.map +0 -1
  786. package/dist/commonjs/serviceBusManagementClient.d.ts.map +0 -1
  787. package/dist/esm/index.d.ts.map +0 -1
  788. package/dist/esm/lroImpl.d.ts +0 -16
  789. package/dist/esm/lroImpl.d.ts.map +0 -1
  790. package/dist/esm/lroImpl.js +0 -33
  791. package/dist/esm/lroImpl.js.map +0 -1
  792. package/dist/esm/models/index.d.ts.map +0 -1
  793. package/dist/esm/models/mappers.d.ts +0 -58
  794. package/dist/esm/models/mappers.d.ts.map +0 -1
  795. package/dist/esm/models/mappers.js +0 -2251
  796. package/dist/esm/models/mappers.js.map +0 -1
  797. package/dist/esm/models/parameters.d.ts +0 -35
  798. package/dist/esm/models/parameters.d.ts.map +0 -1
  799. package/dist/esm/models/parameters.js +0 -296
  800. package/dist/esm/models/parameters.js.map +0 -1
  801. package/dist/esm/operations/disasterRecoveryConfigs.d.ts +0 -133
  802. package/dist/esm/operations/disasterRecoveryConfigs.d.ts.map +0 -1
  803. package/dist/esm/operations/disasterRecoveryConfigs.js +0 -520
  804. package/dist/esm/operations/disasterRecoveryConfigs.js.map +0 -1
  805. package/dist/esm/operations/index.d.ts +0 -11
  806. package/dist/esm/operations/index.d.ts.map +0 -1
  807. package/dist/esm/operations/index.js +0 -18
  808. package/dist/esm/operations/index.js.map +0 -1
  809. package/dist/esm/operations/migrationConfigs.d.ts +0 -91
  810. package/dist/esm/operations/migrationConfigs.d.ts.map +0 -1
  811. package/dist/esm/operations/migrationConfigs.js +0 -349
  812. package/dist/esm/operations/migrationConfigs.js.map +0 -1
  813. package/dist/esm/operations/namespaces.d.ts +0 -215
  814. package/dist/esm/operations/namespaces.d.ts.map +0 -1
  815. package/dist/esm/operations/namespaces.js +0 -936
  816. package/dist/esm/operations/namespaces.js.map +0 -1
  817. package/dist/esm/operations/operations.d.ts +0 -32
  818. package/dist/esm/operations/operations.d.ts.map +0 -1
  819. package/dist/esm/operations/operations.js +0 -116
  820. package/dist/esm/operations/operations.js.map +0 -1
  821. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -73
  822. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  823. package/dist/esm/operations/privateEndpointConnections.js +0 -302
  824. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  825. package/dist/esm/operations/privateLinkResources.d.ts +0 -20
  826. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  827. package/dist/esm/operations/privateLinkResources.js +0 -54
  828. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  829. package/dist/esm/operations/queues.d.ts +0 -137
  830. package/dist/esm/operations/queues.d.ts.map +0 -1
  831. package/dist/esm/operations/queues.js +0 -550
  832. package/dist/esm/operations/queues.js.map +0 -1
  833. package/dist/esm/operations/rules.d.ts +0 -75
  834. package/dist/esm/operations/rules.d.ts.map +0 -1
  835. package/dist/esm/operations/rules.js +0 -288
  836. package/dist/esm/operations/rules.js.map +0 -1
  837. package/dist/esm/operations/subscriptions.d.ts +0 -69
  838. package/dist/esm/operations/subscriptions.d.ts.map +0 -1
  839. package/dist/esm/operations/subscriptions.js +0 -261
  840. package/dist/esm/operations/subscriptions.js.map +0 -1
  841. package/dist/esm/operations/topics.d.ts +0 -137
  842. package/dist/esm/operations/topics.d.ts.map +0 -1
  843. package/dist/esm/operations/topics.js +0 -550
  844. package/dist/esm/operations/topics.js.map +0 -1
  845. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
  846. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
  847. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js +0 -9
  848. package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
  849. package/dist/esm/operationsInterfaces/index.d.ts +0 -11
  850. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  851. package/dist/esm/operationsInterfaces/index.js +0 -18
  852. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  853. package/dist/esm/operationsInterfaces/migrationConfigs.d.ts +0 -66
  854. package/dist/esm/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
  855. package/dist/esm/operationsInterfaces/migrationConfigs.js +0 -9
  856. package/dist/esm/operationsInterfaces/migrationConfigs.js.map +0 -1
  857. package/dist/esm/operationsInterfaces/namespaces.d.ts +0 -145
  858. package/dist/esm/operationsInterfaces/namespaces.d.ts.map +0 -1
  859. package/dist/esm/operationsInterfaces/namespaces.js +0 -9
  860. package/dist/esm/operationsInterfaces/namespaces.js.map +0 -1
  861. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  862. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  863. package/dist/esm/operationsInterfaces/operations.js +0 -9
  864. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  865. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
  866. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  867. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  868. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  869. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
  870. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  871. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  872. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  873. package/dist/esm/operationsInterfaces/queues.d.ts +0 -93
  874. package/dist/esm/operationsInterfaces/queues.d.ts.map +0 -1
  875. package/dist/esm/operationsInterfaces/queues.js +0 -9
  876. package/dist/esm/operationsInterfaces/queues.js.map +0 -1
  877. package/dist/esm/operationsInterfaces/rules.d.ts +0 -46
  878. package/dist/esm/operationsInterfaces/rules.d.ts.map +0 -1
  879. package/dist/esm/operationsInterfaces/rules.js +0 -9
  880. package/dist/esm/operationsInterfaces/rules.js.map +0 -1
  881. package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -42
  882. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
  883. package/dist/esm/operationsInterfaces/subscriptions.js +0 -9
  884. package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -1
  885. package/dist/esm/operationsInterfaces/topics.d.ts +0 -93
  886. package/dist/esm/operationsInterfaces/topics.d.ts.map +0 -1
  887. package/dist/esm/operationsInterfaces/topics.js +0 -9
  888. package/dist/esm/operationsInterfaces/topics.js.map +0 -1
  889. package/dist/esm/pagingHelper.d.ts +0 -13
  890. package/dist/esm/pagingHelper.d.ts.map +0 -1
  891. package/dist/esm/pagingHelper.js +0 -30
  892. package/dist/esm/pagingHelper.js.map +0 -1
  893. package/dist/esm/serviceBusManagementClient.d.ts.map +0 -1
  894. package/dist/react-native/index.d.ts +0 -5
  895. package/dist/react-native/index.d.ts.map +0 -1
  896. package/dist/react-native/index.js +0 -13
  897. package/dist/react-native/index.js.map +0 -1
  898. package/dist/react-native/lroImpl.d.ts +0 -16
  899. package/dist/react-native/lroImpl.d.ts.map +0 -1
  900. package/dist/react-native/lroImpl.js +0 -33
  901. package/dist/react-native/lroImpl.js.map +0 -1
  902. package/dist/react-native/models/index.d.ts +0 -1528
  903. package/dist/react-native/models/index.d.ts.map +0 -1
  904. package/dist/react-native/models/index.js +0 -96
  905. package/dist/react-native/models/index.js.map +0 -1
  906. package/dist/react-native/models/mappers.d.ts +0 -58
  907. package/dist/react-native/models/mappers.d.ts.map +0 -1
  908. package/dist/react-native/models/mappers.js +0 -2251
  909. package/dist/react-native/models/mappers.js.map +0 -1
  910. package/dist/react-native/models/parameters.d.ts +0 -35
  911. package/dist/react-native/models/parameters.d.ts.map +0 -1
  912. package/dist/react-native/models/parameters.js +0 -296
  913. package/dist/react-native/models/parameters.js.map +0 -1
  914. package/dist/react-native/operations/disasterRecoveryConfigs.d.ts +0 -133
  915. package/dist/react-native/operations/disasterRecoveryConfigs.d.ts.map +0 -1
  916. package/dist/react-native/operations/disasterRecoveryConfigs.js +0 -520
  917. package/dist/react-native/operations/disasterRecoveryConfigs.js.map +0 -1
  918. package/dist/react-native/operations/index.d.ts +0 -11
  919. package/dist/react-native/operations/index.d.ts.map +0 -1
  920. package/dist/react-native/operations/index.js +0 -18
  921. package/dist/react-native/operations/index.js.map +0 -1
  922. package/dist/react-native/operations/migrationConfigs.d.ts +0 -91
  923. package/dist/react-native/operations/migrationConfigs.d.ts.map +0 -1
  924. package/dist/react-native/operations/migrationConfigs.js +0 -349
  925. package/dist/react-native/operations/migrationConfigs.js.map +0 -1
  926. package/dist/react-native/operations/namespaces.d.ts +0 -215
  927. package/dist/react-native/operations/namespaces.d.ts.map +0 -1
  928. package/dist/react-native/operations/namespaces.js +0 -936
  929. package/dist/react-native/operations/namespaces.js.map +0 -1
  930. package/dist/react-native/operations/operations.d.ts +0 -32
  931. package/dist/react-native/operations/operations.d.ts.map +0 -1
  932. package/dist/react-native/operations/operations.js +0 -116
  933. package/dist/react-native/operations/operations.js.map +0 -1
  934. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -73
  935. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  936. package/dist/react-native/operations/privateEndpointConnections.js +0 -302
  937. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  938. package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
  939. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  940. package/dist/react-native/operations/privateLinkResources.js +0 -54
  941. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  942. package/dist/react-native/operations/queues.d.ts +0 -137
  943. package/dist/react-native/operations/queues.d.ts.map +0 -1
  944. package/dist/react-native/operations/queues.js +0 -550
  945. package/dist/react-native/operations/queues.js.map +0 -1
  946. package/dist/react-native/operations/rules.d.ts +0 -75
  947. package/dist/react-native/operations/rules.d.ts.map +0 -1
  948. package/dist/react-native/operations/rules.js +0 -288
  949. package/dist/react-native/operations/rules.js.map +0 -1
  950. package/dist/react-native/operations/subscriptions.d.ts +0 -69
  951. package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
  952. package/dist/react-native/operations/subscriptions.js +0 -261
  953. package/dist/react-native/operations/subscriptions.js.map +0 -1
  954. package/dist/react-native/operations/topics.d.ts +0 -137
  955. package/dist/react-native/operations/topics.d.ts.map +0 -1
  956. package/dist/react-native/operations/topics.js +0 -550
  957. package/dist/react-native/operations/topics.js.map +0 -1
  958. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
  959. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
  960. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js +0 -9
  961. package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
  962. package/dist/react-native/operationsInterfaces/index.d.ts +0 -11
  963. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  964. package/dist/react-native/operationsInterfaces/index.js +0 -18
  965. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  966. package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts +0 -66
  967. package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
  968. package/dist/react-native/operationsInterfaces/migrationConfigs.js +0 -9
  969. package/dist/react-native/operationsInterfaces/migrationConfigs.js.map +0 -1
  970. package/dist/react-native/operationsInterfaces/namespaces.d.ts +0 -145
  971. package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +0 -1
  972. package/dist/react-native/operationsInterfaces/namespaces.js +0 -9
  973. package/dist/react-native/operationsInterfaces/namespaces.js.map +0 -1
  974. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  975. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  976. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  977. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  978. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
  979. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  980. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  981. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  982. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
  983. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  984. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  985. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  986. package/dist/react-native/operationsInterfaces/queues.d.ts +0 -93
  987. package/dist/react-native/operationsInterfaces/queues.d.ts.map +0 -1
  988. package/dist/react-native/operationsInterfaces/queues.js +0 -9
  989. package/dist/react-native/operationsInterfaces/queues.js.map +0 -1
  990. package/dist/react-native/operationsInterfaces/rules.d.ts +0 -46
  991. package/dist/react-native/operationsInterfaces/rules.d.ts.map +0 -1
  992. package/dist/react-native/operationsInterfaces/rules.js +0 -9
  993. package/dist/react-native/operationsInterfaces/rules.js.map +0 -1
  994. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +0 -42
  995. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +0 -1
  996. package/dist/react-native/operationsInterfaces/subscriptions.js +0 -9
  997. package/dist/react-native/operationsInterfaces/subscriptions.js.map +0 -1
  998. package/dist/react-native/operationsInterfaces/topics.d.ts +0 -93
  999. package/dist/react-native/operationsInterfaces/topics.d.ts.map +0 -1
  1000. package/dist/react-native/operationsInterfaces/topics.js +0 -9
  1001. package/dist/react-native/operationsInterfaces/topics.js.map +0 -1
  1002. package/dist/react-native/package.json +0 -3
  1003. package/dist/react-native/pagingHelper.d.ts +0 -13
  1004. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1005. package/dist/react-native/pagingHelper.js +0 -30
  1006. package/dist/react-native/pagingHelper.js.map +0 -1
  1007. package/dist/react-native/serviceBusManagementClient.d.ts +0 -30
  1008. package/dist/react-native/serviceBusManagementClient.d.ts.map +0 -1
  1009. package/dist/react-native/serviceBusManagementClient.js +0 -125
  1010. package/dist/react-native/serviceBusManagementClient.js.map +0 -1
  1011. package/review/arm-servicebus-node.api.md +0 -1304
@@ -0,0 +1,1716 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** The list of available operations. */
6
+ export interface _OperationListResult {
7
+ /** The list of operations. */
8
+ value: Operation[];
9
+ /** The URL to get the next set of results, if any. */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** A Service Bus REST API operation */
15
+ export interface Operation {
16
+ /** Operation name: {provider}/{resource}/{operation} */
17
+ readonly name?: string;
18
+ /** Indicates whether the operation is a data action */
19
+ isDataAction?: boolean;
20
+ /** Display of the operation */
21
+ display?: OperationDisplay;
22
+ /** Origin of the operation */
23
+ origin?: string;
24
+ /** Properties of the operation */
25
+ properties?: any;
26
+ }
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Operation display payload */
29
+ export interface OperationDisplay {
30
+ /** Resource provider of the operation */
31
+ readonly provider?: string;
32
+ /** Resource of the operation */
33
+ readonly resource?: string;
34
+ /** Localized friendly name for the operation */
35
+ readonly operation?: string;
36
+ /** Localized friendly description for the operation */
37
+ readonly description?: string;
38
+ }
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** The resource management error response. */
41
+ export interface ErrorResponse {
42
+ /** The error object. */
43
+ error?: ErrorResponseError;
44
+ }
45
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
46
+ /** The error object. */
47
+ export interface ErrorResponseError {
48
+ /** The error code. */
49
+ readonly code?: string;
50
+ /** The error message. */
51
+ readonly message?: string;
52
+ /** The error target. */
53
+ readonly target?: string;
54
+ /** The error details. */
55
+ readonly details?: ErrorResponse[];
56
+ /** The error additional info. */
57
+ readonly additionalInfo?: ErrorAdditionalInfo[];
58
+ }
59
+ export declare function errorResponseErrorDeserializer(item: any): ErrorResponseError;
60
+ export declare function errorResponseArrayDeserializer(result: Array<ErrorResponse>): any[];
61
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
62
+ /** The resource management error additional info. */
63
+ export interface ErrorAdditionalInfo {
64
+ /** The additional info type. */
65
+ readonly type?: string;
66
+ /** The additional info. */
67
+ readonly info?: any;
68
+ }
69
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
70
+ /** Description of a namespace authorization rule. */
71
+ export interface SBAuthorizationRule extends ProxyResource {
72
+ /** The geo-location where the resource lives */
73
+ readonly location?: string;
74
+ /** The rights associated with the rule. */
75
+ rights?: AccessRights[];
76
+ }
77
+ export declare function sbAuthorizationRuleSerializer(item: SBAuthorizationRule): any;
78
+ export declare function sbAuthorizationRuleDeserializer(item: any): SBAuthorizationRule;
79
+ /** AuthorizationRule properties. */
80
+ export interface SBAuthorizationRuleProperties {
81
+ /** The rights associated with the rule. */
82
+ rights: AccessRights[];
83
+ }
84
+ export declare function sbAuthorizationRulePropertiesSerializer(item: SBAuthorizationRuleProperties): any;
85
+ export declare function sbAuthorizationRulePropertiesDeserializer(item: any): SBAuthorizationRuleProperties;
86
+ /** Type of AccessRights */
87
+ export type AccessRights = "Manage" | "Send" | "Listen";
88
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
89
+ export interface ProxyResource extends Resource {
90
+ }
91
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
92
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
93
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
94
+ export interface Resource {
95
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
96
+ readonly id?: string;
97
+ /** The name of the resource */
98
+ readonly name?: string;
99
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
100
+ readonly type?: string;
101
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
102
+ readonly systemData?: SystemData;
103
+ }
104
+ export declare function resourceSerializer(_item: Resource): any;
105
+ export declare function resourceDeserializer(item: any): Resource;
106
+ /** Metadata pertaining to creation and last modification of the resource. */
107
+ export interface SystemData {
108
+ /** The identity that created the resource. */
109
+ createdBy?: string;
110
+ /** The type of identity that created the resource. */
111
+ createdByType?: CreatedByType;
112
+ /** The timestamp of resource creation (UTC). */
113
+ createdAt?: Date;
114
+ /** The identity that last modified the resource. */
115
+ lastModifiedBy?: string;
116
+ /** The type of identity that last modified the resource. */
117
+ lastModifiedByType?: CreatedByType;
118
+ /** The timestamp of resource last modification (UTC) */
119
+ lastModifiedAt?: Date;
120
+ }
121
+ export declare function systemDataDeserializer(item: any): SystemData;
122
+ /** The kind of entity that created the resource. */
123
+ export declare enum KnownCreatedByType {
124
+ /** The entity was created by a user. */
125
+ User = "User",
126
+ /** The entity was created by an application. */
127
+ Application = "Application",
128
+ /** The entity was created by a managed identity. */
129
+ ManagedIdentity = "ManagedIdentity",
130
+ /** The entity was created by a key. */
131
+ Key = "Key"
132
+ }
133
+ /**
134
+ * The kind of entity that created the resource. \
135
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
136
+ * this enum contains the known values that the service supports.
137
+ * ### Known values supported by the service
138
+ * **User**: The entity was created by a user. \
139
+ * **Application**: The entity was created by an application. \
140
+ * **ManagedIdentity**: The entity was created by a managed identity. \
141
+ * **Key**: The entity was created by a key.
142
+ */
143
+ export type CreatedByType = string;
144
+ /** The response of a SBAuthorizationRule list operation. */
145
+ export interface _SBAuthorizationRuleListResult {
146
+ /** The SBAuthorizationRule items on this page */
147
+ value: SBAuthorizationRule[];
148
+ /** The link to the next page of items */
149
+ nextLink?: string;
150
+ }
151
+ export declare function _sbAuthorizationRuleListResultDeserializer(item: any): _SBAuthorizationRuleListResult;
152
+ export declare function sbAuthorizationRuleArraySerializer(result: Array<SBAuthorizationRule>): any[];
153
+ export declare function sbAuthorizationRuleArrayDeserializer(result: Array<SBAuthorizationRule>): any[];
154
+ /** Namespace/ServiceBus Connection String */
155
+ export interface AccessKeys {
156
+ /** Primary connection string of the created namespace authorization rule. */
157
+ readonly primaryConnectionString?: string;
158
+ /** Secondary connection string of the created namespace authorization rule. */
159
+ readonly secondaryConnectionString?: string;
160
+ /** Primary connection string of the alias if GEO DR is enabled */
161
+ readonly aliasPrimaryConnectionString?: string;
162
+ /** Secondary connection string of the alias if GEO DR is enabled */
163
+ readonly aliasSecondaryConnectionString?: string;
164
+ /** A base64-encoded 256-bit primary key for signing and validating the SAS token. */
165
+ readonly primaryKey?: string;
166
+ /** A base64-encoded 256-bit primary key for signing and validating the SAS token. */
167
+ readonly secondaryKey?: string;
168
+ /** A string that describes the authorization rule. */
169
+ readonly keyName?: string;
170
+ }
171
+ export declare function accessKeysDeserializer(item: any): AccessKeys;
172
+ /** Description of a Check Name availability request properties. */
173
+ export interface CheckNameAvailability {
174
+ /** 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. */
175
+ name: string;
176
+ }
177
+ export declare function checkNameAvailabilitySerializer(item: CheckNameAvailability): any;
178
+ /** Description of a Check Name availability request properties. */
179
+ export interface CheckNameAvailabilityResult {
180
+ /** The detailed info regarding the reason associated with the namespace. */
181
+ readonly message?: string;
182
+ /** Value indicating namespace is availability, true if the namespace is available; otherwise, false. */
183
+ nameAvailable?: boolean;
184
+ /** The reason for unavailability of a namespace. */
185
+ reason?: UnavailableReason;
186
+ }
187
+ export declare function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult;
188
+ /** Specifies the reason for the unavailability of the service. */
189
+ export type UnavailableReason = "None" | "InvalidName" | "SubscriptionIsDisabled" | "NameInUse" | "NameInLockdown" | "TooManyNamespaceInCurrentSubscription";
190
+ /** Single item in List or Get Alias(Disaster Recovery configuration) operation */
191
+ export interface ArmDisasterRecovery extends ProxyResource {
192
+ /** The geo-location where the resource lives */
193
+ readonly location?: string;
194
+ /** Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' */
195
+ readonly provisioningState?: ProvisioningStateDR;
196
+ /** Number of entities pending to be replicated. */
197
+ readonly pendingReplicationOperationsCount?: number;
198
+ /** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
199
+ partnerNamespace?: string;
200
+ /** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
201
+ alternateName?: string;
202
+ /** role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' */
203
+ readonly role?: RoleDisasterRecovery;
204
+ }
205
+ export declare function armDisasterRecoverySerializer(item: ArmDisasterRecovery): any;
206
+ export declare function armDisasterRecoveryDeserializer(item: any): ArmDisasterRecovery;
207
+ /** Properties required to the Create Or Update Alias(Disaster Recovery configurations) */
208
+ export interface ArmDisasterRecoveryProperties {
209
+ /** Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' */
210
+ readonly provisioningState?: ProvisioningStateDR;
211
+ /** Number of entities pending to be replicated. */
212
+ readonly pendingReplicationOperationsCount?: number;
213
+ /** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
214
+ partnerNamespace?: string;
215
+ /** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
216
+ alternateName?: string;
217
+ /** role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' */
218
+ readonly role?: RoleDisasterRecovery;
219
+ }
220
+ export declare function armDisasterRecoveryPropertiesSerializer(item: ArmDisasterRecoveryProperties): any;
221
+ export declare function armDisasterRecoveryPropertiesDeserializer(item: any): ArmDisasterRecoveryProperties;
222
+ /** Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' */
223
+ export type ProvisioningStateDR = "Accepted" | "Succeeded" | "Failed";
224
+ /** role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' */
225
+ export type RoleDisasterRecovery = "Primary" | "PrimaryNotReplicating" | "Secondary";
226
+ /** The response of a ArmDisasterRecovery list operation. */
227
+ export interface _ArmDisasterRecoveryListResult {
228
+ /** The ArmDisasterRecovery items on this page */
229
+ value: ArmDisasterRecovery[];
230
+ /** The link to the next page of items */
231
+ nextLink?: string;
232
+ }
233
+ export declare function _armDisasterRecoveryListResultDeserializer(item: any): _ArmDisasterRecoveryListResult;
234
+ export declare function armDisasterRecoveryArraySerializer(result: Array<ArmDisasterRecovery>): any[];
235
+ export declare function armDisasterRecoveryArrayDeserializer(result: Array<ArmDisasterRecovery>): any[];
236
+ /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
237
+ export interface FailoverProperties {
238
+ /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
239
+ isSafeFailover?: boolean;
240
+ }
241
+ export declare function failoverPropertiesSerializer(item: FailoverProperties): any;
242
+ /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
243
+ export interface FailoverPropertiesProperties {
244
+ /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
245
+ isSafeFailover?: boolean;
246
+ }
247
+ export declare function failoverPropertiesPropertiesSerializer(item: FailoverPropertiesProperties): any;
248
+ /** Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset. */
249
+ export interface RegenerateAccessKeyParameters {
250
+ /** The access key to regenerate. */
251
+ keyType: KeyType;
252
+ /** Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType */
253
+ key?: string;
254
+ }
255
+ export declare function regenerateAccessKeyParametersSerializer(item: RegenerateAccessKeyParameters): any;
256
+ /** The access key to regenerate. */
257
+ export type KeyType = "PrimaryKey" | "SecondaryKey";
258
+ /** Description of queue Resource. */
259
+ export interface SBQueue extends ProxyResource {
260
+ /** The geo-location where the resource lives */
261
+ readonly location?: string;
262
+ /** Message Count Details. */
263
+ readonly countDetails?: MessageCountDetails;
264
+ /** The exact time the message was created. */
265
+ readonly createdAt?: Date;
266
+ /** The exact time the message was updated. */
267
+ readonly updatedAt?: Date;
268
+ /** Last time a message was sent, or the last time there was a receive request to this queue. */
269
+ readonly accessedAt?: Date;
270
+ /** The size of the queue, in bytes. */
271
+ readonly sizeInBytes?: number;
272
+ /** The number of messages in the queue. */
273
+ readonly messageCount?: number;
274
+ /** 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. */
275
+ lockDuration?: string;
276
+ /** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */
277
+ maxSizeInMegabytes?: number;
278
+ /** 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. */
279
+ maxMessageSizeInKilobytes?: number;
280
+ /** A value indicating if this queue requires duplicate detection. */
281
+ requiresDuplicateDetection?: boolean;
282
+ /** A value that indicates whether the queue supports the concept of sessions. */
283
+ requiresSession?: boolean;
284
+ /** 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. */
285
+ defaultMessageTimeToLive?: string;
286
+ /** A value that indicates whether this queue has dead letter support when a message expires. */
287
+ deadLetteringOnMessageExpiration?: boolean;
288
+ /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
289
+ duplicateDetectionHistoryTimeWindow?: string;
290
+ /** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */
291
+ maxDeliveryCount?: number;
292
+ /** Enumerates the possible values for the status of a messaging entity. */
293
+ status?: EntityStatus;
294
+ /** Value that indicates whether server-side batched operations are enabled. */
295
+ enableBatchedOperations?: boolean;
296
+ /** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */
297
+ autoDeleteOnIdle?: string;
298
+ /** A value that indicates whether the queue is to be partitioned across multiple message brokers. */
299
+ enablePartitioning?: boolean;
300
+ /** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */
301
+ enableExpress?: boolean;
302
+ /** Queue/Topic name to forward the messages */
303
+ forwardTo?: string;
304
+ /** Queue/Topic name to forward the Dead Letter message */
305
+ forwardDeadLetteredMessagesTo?: string;
306
+ /** Gets and Sets Metadata of User. */
307
+ userMetadata?: string;
308
+ }
309
+ export declare function sbQueueSerializer(item: SBQueue): any;
310
+ export declare function sbQueueDeserializer(item: any): SBQueue;
311
+ /** The Queue Properties definition. */
312
+ export interface SBQueueProperties {
313
+ /** Message Count Details. */
314
+ readonly countDetails?: MessageCountDetails;
315
+ /** The exact time the message was created. */
316
+ readonly createdAt?: Date;
317
+ /** The exact time the message was updated. */
318
+ readonly updatedAt?: Date;
319
+ /** Last time a message was sent, or the last time there was a receive request to this queue. */
320
+ readonly accessedAt?: Date;
321
+ /** The size of the queue, in bytes. */
322
+ readonly sizeInBytes?: number;
323
+ /** The number of messages in the queue. */
324
+ readonly messageCount?: number;
325
+ /** 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. */
326
+ lockDuration?: string;
327
+ /** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */
328
+ maxSizeInMegabytes?: number;
329
+ /** 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. */
330
+ maxMessageSizeInKilobytes?: number;
331
+ /** A value indicating if this queue requires duplicate detection. */
332
+ requiresDuplicateDetection?: boolean;
333
+ /** A value that indicates whether the queue supports the concept of sessions. */
334
+ requiresSession?: boolean;
335
+ /** 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. */
336
+ defaultMessageTimeToLive?: string;
337
+ /** A value that indicates whether this queue has dead letter support when a message expires. */
338
+ deadLetteringOnMessageExpiration?: boolean;
339
+ /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
340
+ duplicateDetectionHistoryTimeWindow?: string;
341
+ /** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */
342
+ maxDeliveryCount?: number;
343
+ /** Enumerates the possible values for the status of a messaging entity. */
344
+ status?: EntityStatus;
345
+ /** Value that indicates whether server-side batched operations are enabled. */
346
+ enableBatchedOperations?: boolean;
347
+ /** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */
348
+ autoDeleteOnIdle?: string;
349
+ /** A value that indicates whether the queue is to be partitioned across multiple message brokers. */
350
+ enablePartitioning?: boolean;
351
+ /** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */
352
+ enableExpress?: boolean;
353
+ /** Queue/Topic name to forward the messages */
354
+ forwardTo?: string;
355
+ /** Queue/Topic name to forward the Dead Letter message */
356
+ forwardDeadLetteredMessagesTo?: string;
357
+ /** Gets and Sets Metadata of User. */
358
+ userMetadata?: string;
359
+ }
360
+ export declare function sbQueuePropertiesSerializer(item: SBQueueProperties): any;
361
+ export declare function sbQueuePropertiesDeserializer(item: any): SBQueueProperties;
362
+ /** Message Count Details. */
363
+ export interface MessageCountDetails {
364
+ /** Number of active messages in the queue, topic, or subscription. */
365
+ readonly activeMessageCount?: number;
366
+ /** Number of messages that are dead lettered. */
367
+ readonly deadLetterMessageCount?: number;
368
+ /** Number of scheduled messages. */
369
+ readonly scheduledMessageCount?: number;
370
+ /** Number of messages transferred to another queue, topic, or subscription. */
371
+ readonly transferMessageCount?: number;
372
+ /** Number of messages transferred into dead letters. */
373
+ readonly transferDeadLetterMessageCount?: number;
374
+ }
375
+ export declare function messageCountDetailsDeserializer(item: any): MessageCountDetails;
376
+ /** Entity status. */
377
+ export type EntityStatus = "Active" | "Disabled" | "Restoring" | "SendDisabled" | "ReceiveDisabled" | "Creating" | "Deleting" | "Renaming" | "Unknown";
378
+ /** The response of a SBQueue list operation. */
379
+ export interface _SBQueueListResult {
380
+ /** The SBQueue items on this page */
381
+ value: SBQueue[];
382
+ /** The link to the next page of items */
383
+ nextLink?: string;
384
+ }
385
+ export declare function _sbQueueListResultDeserializer(item: any): _SBQueueListResult;
386
+ export declare function sbQueueArraySerializer(result: Array<SBQueue>): any[];
387
+ export declare function sbQueueArrayDeserializer(result: Array<SBQueue>): any[];
388
+ /** Description of topic resource. */
389
+ export interface SBTopic extends ProxyResource {
390
+ /** The geo-location where the resource lives */
391
+ readonly location?: string;
392
+ /** Size of the topic, in bytes. */
393
+ readonly sizeInBytes?: number;
394
+ /** Exact time the message was created. */
395
+ readonly createdAt?: Date;
396
+ /** The exact time the message was updated. */
397
+ readonly updatedAt?: Date;
398
+ /** Last time the message was sent, or a request was received, for this topic. */
399
+ readonly accessedAt?: Date;
400
+ /** Number of subscriptions. */
401
+ readonly subscriptionCount?: number;
402
+ /** Message count details */
403
+ readonly countDetails?: MessageCountDetails;
404
+ /** 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. */
405
+ defaultMessageTimeToLive?: string;
406
+ /** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */
407
+ maxSizeInMegabytes?: number;
408
+ /** 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. */
409
+ maxMessageSizeInKilobytes?: number;
410
+ /** Value indicating if this topic requires duplicate detection. */
411
+ requiresDuplicateDetection?: boolean;
412
+ /** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
413
+ duplicateDetectionHistoryTimeWindow?: string;
414
+ /** Value that indicates whether server-side batched operations are enabled. */
415
+ enableBatchedOperations?: boolean;
416
+ /** Enumerates the possible values for the status of a messaging entity. */
417
+ status?: EntityStatus;
418
+ /** Value that indicates whether the topic supports ordering. */
419
+ supportOrdering?: boolean;
420
+ /** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
421
+ autoDeleteOnIdle?: string;
422
+ /** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */
423
+ enablePartitioning?: boolean;
424
+ /** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */
425
+ enableExpress?: boolean;
426
+ /** Gets and Sets Metadata of User. */
427
+ userMetadata?: string;
428
+ }
429
+ export declare function sbTopicSerializer(item: SBTopic): any;
430
+ export declare function sbTopicDeserializer(item: any): SBTopic;
431
+ /** The Topic Properties definition. */
432
+ export interface SBTopicProperties {
433
+ /** Size of the topic, in bytes. */
434
+ readonly sizeInBytes?: number;
435
+ /** Exact time the message was created. */
436
+ readonly createdAt?: Date;
437
+ /** The exact time the message was updated. */
438
+ readonly updatedAt?: Date;
439
+ /** Last time the message was sent, or a request was received, for this topic. */
440
+ readonly accessedAt?: Date;
441
+ /** Number of subscriptions. */
442
+ readonly subscriptionCount?: number;
443
+ /** Message count details */
444
+ readonly countDetails?: MessageCountDetails;
445
+ /** 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. */
446
+ defaultMessageTimeToLive?: string;
447
+ /** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */
448
+ maxSizeInMegabytes?: number;
449
+ /** 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. */
450
+ maxMessageSizeInKilobytes?: number;
451
+ /** Value indicating if this topic requires duplicate detection. */
452
+ requiresDuplicateDetection?: boolean;
453
+ /** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
454
+ duplicateDetectionHistoryTimeWindow?: string;
455
+ /** Value that indicates whether server-side batched operations are enabled. */
456
+ enableBatchedOperations?: boolean;
457
+ /** Enumerates the possible values for the status of a messaging entity. */
458
+ status?: EntityStatus;
459
+ /** Value that indicates whether the topic supports ordering. */
460
+ supportOrdering?: boolean;
461
+ /** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
462
+ autoDeleteOnIdle?: string;
463
+ /** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */
464
+ enablePartitioning?: boolean;
465
+ /** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */
466
+ enableExpress?: boolean;
467
+ /** Gets and Sets Metadata of User. */
468
+ userMetadata?: string;
469
+ }
470
+ export declare function sbTopicPropertiesSerializer(item: SBTopicProperties): any;
471
+ export declare function sbTopicPropertiesDeserializer(item: any): SBTopicProperties;
472
+ /** The response of a SBTopic list operation. */
473
+ export interface _SBTopicListResult {
474
+ /** The SBTopic items on this page */
475
+ value: SBTopic[];
476
+ /** The link to the next page of items */
477
+ nextLink?: string;
478
+ }
479
+ export declare function _sbTopicListResultDeserializer(item: any): _SBTopicListResult;
480
+ export declare function sbTopicArraySerializer(result: Array<SBTopic>): any[];
481
+ export declare function sbTopicArrayDeserializer(result: Array<SBTopic>): any[];
482
+ /** Properties of the PrivateEndpointConnection. */
483
+ export interface PrivateEndpointConnection extends ProxyResource {
484
+ /** The geo-location where the resource lives */
485
+ readonly location?: string;
486
+ /** The Private Endpoint resource for this Connection. */
487
+ privateEndpoint?: PrivateEndpoint;
488
+ /** Details about the state of the connection. */
489
+ privateLinkServiceConnectionState?: ConnectionState;
490
+ /** Provisioning state of the Private Endpoint Connection. */
491
+ provisioningState?: EndPointProvisioningState;
492
+ }
493
+ export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
494
+ export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
495
+ /** Properties of the private endpoint connection resource. */
496
+ export interface PrivateEndpointConnectionProperties {
497
+ /** The Private Endpoint resource for this Connection. */
498
+ privateEndpoint?: PrivateEndpoint;
499
+ /** Details about the state of the connection. */
500
+ privateLinkServiceConnectionState?: ConnectionState;
501
+ /** Provisioning state of the Private Endpoint Connection. */
502
+ provisioningState?: EndPointProvisioningState;
503
+ }
504
+ export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
505
+ export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
506
+ /** PrivateEndpoint information. */
507
+ export interface PrivateEndpoint {
508
+ /** The ARM identifier for Private Endpoint. */
509
+ id?: string;
510
+ }
511
+ export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
512
+ export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
513
+ /** ConnectionState information. */
514
+ export interface ConnectionState {
515
+ /** Status of the connection. */
516
+ status?: PrivateLinkConnectionStatus;
517
+ /** Description of the connection state. */
518
+ description?: string;
519
+ }
520
+ export declare function connectionStateSerializer(item: ConnectionState): any;
521
+ export declare function connectionStateDeserializer(item: any): ConnectionState;
522
+ /** Status of the connection. */
523
+ export declare enum KnownPrivateLinkConnectionStatus {
524
+ /** Pending */
525
+ Pending = "Pending",
526
+ /** Approved */
527
+ Approved = "Approved",
528
+ /** Rejected */
529
+ Rejected = "Rejected",
530
+ /** Disconnected */
531
+ Disconnected = "Disconnected"
532
+ }
533
+ /**
534
+ * Status of the connection. \
535
+ * {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,
536
+ * this enum contains the known values that the service supports.
537
+ * ### Known values supported by the service
538
+ * **Pending** \
539
+ * **Approved** \
540
+ * **Rejected** \
541
+ * **Disconnected**
542
+ */
543
+ export type PrivateLinkConnectionStatus = string;
544
+ /** Provisioning state of the Private Endpoint Connection. */
545
+ export declare enum KnownEndPointProvisioningState {
546
+ /** Creating */
547
+ Creating = "Creating",
548
+ /** Updating */
549
+ Updating = "Updating",
550
+ /** Deleting */
551
+ Deleting = "Deleting",
552
+ /** Succeeded */
553
+ Succeeded = "Succeeded",
554
+ /** Canceled */
555
+ Canceled = "Canceled",
556
+ /** Failed */
557
+ Failed = "Failed"
558
+ }
559
+ /**
560
+ * Provisioning state of the Private Endpoint Connection. \
561
+ * {@link KnownEndPointProvisioningState} can be used interchangeably with EndPointProvisioningState,
562
+ * this enum contains the known values that the service supports.
563
+ * ### Known values supported by the service
564
+ * **Creating** \
565
+ * **Updating** \
566
+ * **Deleting** \
567
+ * **Succeeded** \
568
+ * **Canceled** \
569
+ * **Failed**
570
+ */
571
+ export type EndPointProvisioningState = string;
572
+ /** The response of a PrivateEndpointConnection list operation. */
573
+ export interface _PrivateEndpointConnectionListResult {
574
+ /** The PrivateEndpointConnection items on this page */
575
+ value: PrivateEndpointConnection[];
576
+ /** The link to the next page of items */
577
+ nextLink?: string;
578
+ }
579
+ export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
580
+ export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
581
+ export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
582
+ /** Network Security Perimeter related configurations of a given namespace */
583
+ export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
584
+ /** The geo-location where the resource lives */
585
+ readonly location?: string;
586
+ /** Provisioning state of NetworkSecurityPerimeter configuration propagation */
587
+ readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
588
+ /** List of Provisioning Issues if any */
589
+ provisioningIssues?: ProvisioningIssue[];
590
+ /** NetworkSecurityPerimeter related information */
591
+ networkSecurityPerimeter?: NetworkSecurityPerimeter;
592
+ /** Information about resource association */
593
+ readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;
594
+ /** Information about current network profile */
595
+ readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;
596
+ /** True if the ServiceBus namespace is backed by another Azure resource and not visible to end users. */
597
+ readonly isBackingResource?: boolean;
598
+ /** Indicates that the NSP controls related to backing association are only applicable to a specific feature in backing resource's data plane. */
599
+ readonly applicableFeatures?: string[];
600
+ /** Source Resource Association name */
601
+ readonly parentAssociationName?: string;
602
+ /** ARM Id of source resource */
603
+ readonly sourceResourceId?: string;
604
+ }
605
+ export declare function networkSecurityPerimeterConfigurationDeserializer(item: any): NetworkSecurityPerimeterConfiguration;
606
+ /** Properties of NetworkSecurityPerimeterConfiguration */
607
+ export interface NetworkSecurityPerimeterConfigurationProperties {
608
+ /** Provisioning state of NetworkSecurityPerimeter configuration propagation */
609
+ readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
610
+ /** List of Provisioning Issues if any */
611
+ provisioningIssues?: ProvisioningIssue[];
612
+ /** NetworkSecurityPerimeter related information */
613
+ networkSecurityPerimeter?: NetworkSecurityPerimeter;
614
+ /** Information about resource association */
615
+ readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;
616
+ /** Information about current network profile */
617
+ readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;
618
+ /** True if the ServiceBus namespace is backed by another Azure resource and not visible to end users. */
619
+ readonly isBackingResource?: boolean;
620
+ /** Indicates that the NSP controls related to backing association are only applicable to a specific feature in backing resource's data plane. */
621
+ readonly applicableFeatures?: string[];
622
+ /** Source Resource Association name */
623
+ readonly parentAssociationName?: string;
624
+ /** ARM Id of source resource */
625
+ readonly sourceResourceId?: string;
626
+ }
627
+ export declare function networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any): NetworkSecurityPerimeterConfigurationProperties;
628
+ /** Provisioning state of NetworkSecurityPerimeter configuration propagation */
629
+ export declare enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {
630
+ /** Unknown */
631
+ Unknown = "Unknown",
632
+ /** Creating */
633
+ Creating = "Creating",
634
+ /** Updating */
635
+ Updating = "Updating",
636
+ /** Accepted */
637
+ Accepted = "Accepted",
638
+ /** InvalidResponse */
639
+ InvalidResponse = "InvalidResponse",
640
+ /** Succeeded */
641
+ Succeeded = "Succeeded",
642
+ /** SucceededWithIssues */
643
+ SucceededWithIssues = "SucceededWithIssues",
644
+ /** Failed */
645
+ Failed = "Failed",
646
+ /** Deleting */
647
+ Deleting = "Deleting",
648
+ /** Deleted */
649
+ Deleted = "Deleted",
650
+ /** Canceled */
651
+ Canceled = "Canceled"
652
+ }
653
+ /**
654
+ * Provisioning state of NetworkSecurityPerimeter configuration propagation \
655
+ * {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,
656
+ * this enum contains the known values that the service supports.
657
+ * ### Known values supported by the service
658
+ * **Unknown** \
659
+ * **Creating** \
660
+ * **Updating** \
661
+ * **Accepted** \
662
+ * **InvalidResponse** \
663
+ * **Succeeded** \
664
+ * **SucceededWithIssues** \
665
+ * **Failed** \
666
+ * **Deleting** \
667
+ * **Deleted** \
668
+ * **Canceled**
669
+ */
670
+ export type NetworkSecurityPerimeterConfigurationProvisioningState = string;
671
+ export declare function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[];
672
+ /** Describes Provisioning issue for given NetworkSecurityPerimeterConfiguration */
673
+ export interface ProvisioningIssue {
674
+ /** Name of the issue */
675
+ name?: string;
676
+ /** Properties of Provisioning Issue */
677
+ readonly properties?: ProvisioningIssueProperties;
678
+ }
679
+ export declare function provisioningIssueDeserializer(item: any): ProvisioningIssue;
680
+ /** Properties of Provisioning Issue */
681
+ export interface ProvisioningIssueProperties {
682
+ /** Type of Issue */
683
+ issueType?: string;
684
+ /** Description of the issue */
685
+ description?: string;
686
+ }
687
+ export declare function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties;
688
+ /** NetworkSecurityPerimeter related information */
689
+ export interface NetworkSecurityPerimeter {
690
+ /** Fully qualified identifier of the resource */
691
+ id?: string;
692
+ /** Guid of the resource */
693
+ perimeterGuid?: string;
694
+ /** Location of the resource */
695
+ location?: string;
696
+ }
697
+ export declare function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter;
698
+ /** Information about resource association */
699
+ export interface NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation {
700
+ /** Name of the resource association */
701
+ name?: string;
702
+ /** Access Mode of the resource association */
703
+ accessMode?: ResourceAssociationAccessMode;
704
+ }
705
+ export declare function networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(item: any): NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;
706
+ /** Access Mode of the resource association */
707
+ export declare enum KnownResourceAssociationAccessMode {
708
+ /** NoAssociationMode */
709
+ NoAssociationMode = "NoAssociationMode",
710
+ /** EnforcedMode */
711
+ EnforcedMode = "EnforcedMode",
712
+ /** LearningMode */
713
+ LearningMode = "LearningMode",
714
+ /** AuditMode */
715
+ AuditMode = "AuditMode",
716
+ /** UnspecifiedMode */
717
+ UnspecifiedMode = "UnspecifiedMode"
718
+ }
719
+ /**
720
+ * Access Mode of the resource association \
721
+ * {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,
722
+ * this enum contains the known values that the service supports.
723
+ * ### Known values supported by the service
724
+ * **NoAssociationMode** \
725
+ * **EnforcedMode** \
726
+ * **LearningMode** \
727
+ * **AuditMode** \
728
+ * **UnspecifiedMode**
729
+ */
730
+ export type ResourceAssociationAccessMode = string;
731
+ /** Information about current network profile */
732
+ export interface NetworkSecurityPerimeterConfigurationPropertiesProfile {
733
+ /** Name of the resource */
734
+ name?: string;
735
+ /** Current access rules version */
736
+ accessRulesVersion?: string;
737
+ /** List of Access Rules */
738
+ accessRules?: NspAccessRule[];
739
+ }
740
+ export declare function networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(item: any): NetworkSecurityPerimeterConfigurationPropertiesProfile;
741
+ export declare function nspAccessRuleArrayDeserializer(result: Array<NspAccessRule>): any[];
742
+ /** Information of Access Rule in Network Profile */
743
+ export interface NspAccessRule {
744
+ /** Fully qualified identifier of the resource */
745
+ id?: string;
746
+ /** Name of the resource */
747
+ name?: string;
748
+ /** Type of the resource */
749
+ type?: string;
750
+ /** Properties of Access Rule */
751
+ readonly properties?: NspAccessRuleProperties;
752
+ }
753
+ export declare function nspAccessRuleDeserializer(item: any): NspAccessRule;
754
+ /** Properties of Access Rule */
755
+ export interface NspAccessRuleProperties {
756
+ /** Direction of Access Rule */
757
+ direction?: NspAccessRuleDirection;
758
+ /** Address prefixes in the CIDR format for inbound rules */
759
+ addressPrefixes?: string[];
760
+ /** Subscriptions for inbound rules */
761
+ subscriptions?: NspAccessRulePropertiesSubscriptionsItem[];
762
+ /** NetworkSecurityPerimeters for inbound rules */
763
+ readonly networkSecurityPerimeters?: NetworkSecurityPerimeter[];
764
+ /** FQDN for outbound rules */
765
+ readonly fullyQualifiedDomainNames?: string[];
766
+ }
767
+ export declare function nspAccessRulePropertiesDeserializer(item: any): NspAccessRuleProperties;
768
+ /** Direction of Access Rule */
769
+ export declare enum KnownNspAccessRuleDirection {
770
+ /** Inbound */
771
+ Inbound = "Inbound",
772
+ /** Outbound */
773
+ Outbound = "Outbound"
774
+ }
775
+ /**
776
+ * Direction of Access Rule \
777
+ * {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,
778
+ * this enum contains the known values that the service supports.
779
+ * ### Known values supported by the service
780
+ * **Inbound** \
781
+ * **Outbound**
782
+ */
783
+ export type NspAccessRuleDirection = string;
784
+ export declare function nspAccessRulePropertiesSubscriptionsItemArrayDeserializer(result: Array<NspAccessRulePropertiesSubscriptionsItem>): any[];
785
+ /** Subscription for inbound rule */
786
+ export interface NspAccessRulePropertiesSubscriptionsItem {
787
+ /** Fully qualified identifier of subscription */
788
+ id?: string;
789
+ }
790
+ export declare function nspAccessRulePropertiesSubscriptionsItemDeserializer(item: any): NspAccessRulePropertiesSubscriptionsItem;
791
+ export declare function networkSecurityPerimeterArrayDeserializer(result: Array<NetworkSecurityPerimeter>): any[];
792
+ /** Single item in List or Get Migration Config operation */
793
+ export interface MigrationConfigProperties extends ProxyResource {
794
+ /** The geo-location where the resource lives */
795
+ readonly location?: string;
796
+ /** Provisioning state of Migration ConfigurationProvisioning state of Migration Configuration */
797
+ readonly provisioningState?: string;
798
+ /** Number of entities pending to be replicated. */
799
+ readonly pendingReplicationOperationsCount?: number;
800
+ /** Existing premium Namespace ARM Id name which has no entities, will be used for migration */
801
+ targetNamespace?: string;
802
+ /** Name to access Standard Namespace after migration */
803
+ postMigrationName?: string;
804
+ /** State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active */
805
+ readonly migrationState?: string;
806
+ }
807
+ export declare function migrationConfigPropertiesSerializer(item: MigrationConfigProperties): any;
808
+ export declare function migrationConfigPropertiesDeserializer(item: any): MigrationConfigProperties;
809
+ /** Properties required to the Create Migration Configuration */
810
+ export interface MigrationConfigPropertiesProperties {
811
+ /** Provisioning state of Migration ConfigurationProvisioning state of Migration Configuration */
812
+ readonly provisioningState?: string;
813
+ /** Number of entities pending to be replicated. */
814
+ readonly pendingReplicationOperationsCount?: number;
815
+ /** Existing premium Namespace ARM Id name which has no entities, will be used for migration */
816
+ targetNamespace: string;
817
+ /** Name to access Standard Namespace after migration */
818
+ postMigrationName: string;
819
+ /** State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active */
820
+ readonly migrationState?: string;
821
+ }
822
+ export declare function migrationConfigPropertiesPropertiesSerializer(item: MigrationConfigPropertiesProperties): any;
823
+ export declare function migrationConfigPropertiesPropertiesDeserializer(item: any): MigrationConfigPropertiesProperties;
824
+ /** Known values of {@link MigrationConfigurationName} that the service accepts. */
825
+ export declare enum KnownMigrationConfigurationName {
826
+ /** $default */
827
+ Default = "$default"
828
+ }
829
+ /** Type of MigrationConfigurationName */
830
+ export type MigrationConfigurationName = string;
831
+ /** The response of a MigrationConfigProperties list operation. */
832
+ export interface _MigrationConfigListResult {
833
+ /** The MigrationConfigProperties items on this page */
834
+ value: MigrationConfigProperties[];
835
+ /** The link to the next page of items */
836
+ nextLink?: string;
837
+ }
838
+ export declare function _migrationConfigListResultDeserializer(item: any): _MigrationConfigListResult;
839
+ export declare function migrationConfigPropertiesArraySerializer(result: Array<MigrationConfigProperties>): any[];
840
+ export declare function migrationConfigPropertiesArrayDeserializer(result: Array<MigrationConfigProperties>): any[];
841
+ /** Description of Rule Resource. */
842
+ export interface Rule extends ProxyResource {
843
+ /** The geo-location where the resource lives */
844
+ readonly location?: string;
845
+ /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
846
+ action?: Action;
847
+ /** Filter type that is evaluated against a BrokeredMessage. */
848
+ filterType?: FilterType;
849
+ /** Properties of sqlFilter */
850
+ sqlFilter?: SqlFilter;
851
+ /** Properties of correlationFilter */
852
+ correlationFilter?: CorrelationFilter;
853
+ }
854
+ export declare function ruleSerializer(item: Rule): any;
855
+ export declare function ruleDeserializer(item: any): Rule;
856
+ /** Description of Rule Resource. */
857
+ export interface Ruleproperties {
858
+ /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
859
+ action?: Action;
860
+ /** Filter type that is evaluated against a BrokeredMessage. */
861
+ filterType?: FilterType;
862
+ /** Properties of sqlFilter */
863
+ sqlFilter?: SqlFilter;
864
+ /** Properties of correlationFilter */
865
+ correlationFilter?: CorrelationFilter;
866
+ }
867
+ export declare function rulepropertiesSerializer(item: Ruleproperties): any;
868
+ export declare function rulepropertiesDeserializer(item: any): Ruleproperties;
869
+ /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
870
+ export interface Action {
871
+ /** SQL expression. e.g. MyProperty='ABC' */
872
+ sqlExpression?: string;
873
+ /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */
874
+ compatibilityLevel?: number;
875
+ /** Value that indicates whether the rule action requires preprocessing. */
876
+ requiresPreprocessing?: boolean;
877
+ }
878
+ export declare function actionSerializer(item: Action): any;
879
+ export declare function actionDeserializer(item: any): Action;
880
+ /** Rule filter types */
881
+ export type FilterType = "SqlFilter" | "CorrelationFilter";
882
+ /** Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline. */
883
+ export interface SqlFilter {
884
+ /** The SQL expression. e.g. MyProperty='ABC' */
885
+ sqlExpression?: string;
886
+ /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */
887
+ compatibilityLevel?: number;
888
+ /** Value that indicates whether the rule action requires preprocessing. */
889
+ requiresPreprocessing?: boolean;
890
+ }
891
+ export declare function sqlFilterSerializer(item: SqlFilter): any;
892
+ export declare function sqlFilterDeserializer(item: any): SqlFilter;
893
+ /** Represents the correlation filter expression. */
894
+ export interface CorrelationFilter {
895
+ /** dictionary object for custom filters */
896
+ properties?: Record<string, string>;
897
+ /** Identifier of the correlation. */
898
+ correlationId?: string;
899
+ /** Identifier of the message. */
900
+ messageId?: string;
901
+ /** Address to send to. */
902
+ to?: string;
903
+ /** Address of the queue to reply to. */
904
+ replyTo?: string;
905
+ /** Application specific label. */
906
+ label?: string;
907
+ /** Session identifier. */
908
+ sessionId?: string;
909
+ /** Session identifier to reply to. */
910
+ replyToSessionId?: string;
911
+ /** Content type of the message. */
912
+ contentType?: string;
913
+ /** Value that indicates whether the rule action requires preprocessing. */
914
+ requiresPreprocessing?: boolean;
915
+ }
916
+ export declare function correlationFilterSerializer(item: CorrelationFilter): any;
917
+ export declare function correlationFilterDeserializer(item: any): CorrelationFilter;
918
+ /** The response of a Rule list operation. */
919
+ export interface _RuleListResult {
920
+ /** The Rule items on this page */
921
+ value: Rule[];
922
+ /** The link to the next page of items */
923
+ nextLink?: string;
924
+ }
925
+ export declare function _ruleListResultDeserializer(item: any): _RuleListResult;
926
+ export declare function ruleArraySerializer(result: Array<Rule>): any[];
927
+ export declare function ruleArrayDeserializer(result: Array<Rule>): any[];
928
+ /** Description of a namespace resource. */
929
+ export interface SBNamespace extends TrackedResource {
930
+ /** Properties of SKU */
931
+ sku?: SBSku;
932
+ /** Properties of BYOK Identity description */
933
+ identity?: Identity;
934
+ /** The minimum TLS version for the cluster to support, e.g. '1.2' */
935
+ minimumTlsVersion?: TlsVersion;
936
+ /** Provisioning state of the namespace. */
937
+ readonly provisioningState?: string;
938
+ /** Status of the namespace. */
939
+ readonly status?: string;
940
+ /** The time the namespace was created */
941
+ readonly createdAt?: Date;
942
+ /** The time the namespace was updated. */
943
+ readonly updatedAt?: Date;
944
+ /** Endpoint you can use to perform Service Bus operations. */
945
+ readonly serviceBusEndpoint?: string;
946
+ /** Identifier for Azure Insights metrics */
947
+ readonly metricId?: string;
948
+ /** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */
949
+ zoneRedundant?: boolean;
950
+ /** Properties of BYOK Encryption description */
951
+ encryption?: Encryption;
952
+ /** List of private endpoint connections. */
953
+ privateEndpointConnections?: PrivateEndpointConnection[];
954
+ /** This property disables SAS authentication for the Service Bus namespace. */
955
+ disableLocalAuth?: boolean;
956
+ /** Alternate name for namespace */
957
+ alternateName?: string;
958
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
959
+ publicNetworkAccess?: PublicNetworkAccess;
960
+ /** 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 */
961
+ premiumMessagingPartitions?: number;
962
+ platformCapabilities?: PlatformCapabilities;
963
+ /** Geo Data Replication settings for the namespace */
964
+ geoDataReplication?: GeoDataReplicationProperties;
965
+ /** Value that indicates whether IPv6 is enabled for public network access. */
966
+ ipV6Enabled?: boolean;
967
+ }
968
+ export declare function sbNamespaceSerializer(item: SBNamespace): any;
969
+ export declare function sbNamespaceDeserializer(item: any): SBNamespace;
970
+ /** Properties of the namespace. */
971
+ export interface SBNamespaceProperties {
972
+ /** The minimum TLS version for the cluster to support, e.g. '1.2' */
973
+ minimumTlsVersion?: TlsVersion;
974
+ /** Provisioning state of the namespace. */
975
+ readonly provisioningState?: string;
976
+ /** Status of the namespace. */
977
+ readonly status?: string;
978
+ /** The time the namespace was created */
979
+ readonly createdAt?: Date;
980
+ /** The time the namespace was updated. */
981
+ readonly updatedAt?: Date;
982
+ /** Endpoint you can use to perform Service Bus operations. */
983
+ readonly serviceBusEndpoint?: string;
984
+ /** Identifier for Azure Insights metrics */
985
+ readonly metricId?: string;
986
+ /** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */
987
+ zoneRedundant?: boolean;
988
+ /** Properties of BYOK Encryption description */
989
+ encryption?: Encryption;
990
+ /** List of private endpoint connections. */
991
+ privateEndpointConnections?: PrivateEndpointConnection[];
992
+ /** This property disables SAS authentication for the Service Bus namespace. */
993
+ disableLocalAuth?: boolean;
994
+ /** Alternate name for namespace */
995
+ alternateName?: string;
996
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
997
+ publicNetworkAccess?: PublicNetworkAccess;
998
+ /** 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 */
999
+ premiumMessagingPartitions?: number;
1000
+ platformCapabilities?: PlatformCapabilities;
1001
+ /** Geo Data Replication settings for the namespace */
1002
+ geoDataReplication?: GeoDataReplicationProperties;
1003
+ /** Value that indicates whether IPv6 is enabled for public network access. */
1004
+ ipV6Enabled?: boolean;
1005
+ }
1006
+ export declare function sbNamespacePropertiesSerializer(item: SBNamespaceProperties): any;
1007
+ export declare function sbNamespacePropertiesDeserializer(item: any): SBNamespaceProperties;
1008
+ /** The minimum TLS version for the cluster to support, e.g. '1.3' */
1009
+ export declare enum KnownTlsVersion {
1010
+ /** 1.0 */
1011
+ TlsVersion10 = "1.0",
1012
+ /** 1.1 */
1013
+ TlsVersion11 = "1.1",
1014
+ /** 1.2 */
1015
+ TlsVersion12 = "1.2",
1016
+ /** 1.3 */
1017
+ TlsVersion13 = "1.3"
1018
+ }
1019
+ /**
1020
+ * The minimum TLS version for the cluster to support, e.g. '1.3' \
1021
+ * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
1022
+ * this enum contains the known values that the service supports.
1023
+ * ### Known values supported by the service
1024
+ * **1.0** \
1025
+ * **1.1** \
1026
+ * **1.2** \
1027
+ * **1.3**
1028
+ */
1029
+ export type TlsVersion = string;
1030
+ /** Properties to configure Encryption */
1031
+ export interface Encryption {
1032
+ /** Properties of KeyVault */
1033
+ keyVaultProperties?: KeyVaultProperties[];
1034
+ /** Enumerates the possible value of keySource for Encryption */
1035
+ keySource?: "Microsoft.KeyVault";
1036
+ /** Enable Infrastructure Encryption (Double Encryption) */
1037
+ requireInfrastructureEncryption?: boolean;
1038
+ }
1039
+ export declare function encryptionSerializer(item: Encryption): any;
1040
+ export declare function encryptionDeserializer(item: any): Encryption;
1041
+ export declare function keyVaultPropertiesArraySerializer(result: Array<KeyVaultProperties>): any[];
1042
+ export declare function keyVaultPropertiesArrayDeserializer(result: Array<KeyVaultProperties>): any[];
1043
+ /** Properties to configure keyVault Properties */
1044
+ export interface KeyVaultProperties {
1045
+ /** Name of the Key from KeyVault */
1046
+ keyName?: string;
1047
+ /** Uri of KeyVault */
1048
+ keyVaultUri?: string;
1049
+ /** Version of KeyVault */
1050
+ keyVersion?: string;
1051
+ identity?: UserAssignedIdentityProperties;
1052
+ }
1053
+ export declare function keyVaultPropertiesSerializer(item: KeyVaultProperties): any;
1054
+ export declare function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties;
1055
+ /** model interface UserAssignedIdentityProperties */
1056
+ export interface UserAssignedIdentityProperties {
1057
+ /** ARM ID of user Identity selected for encryption */
1058
+ userAssignedIdentity?: string;
1059
+ }
1060
+ export declare function userAssignedIdentityPropertiesSerializer(item: UserAssignedIdentityProperties): any;
1061
+ export declare function userAssignedIdentityPropertiesDeserializer(item: any): UserAssignedIdentityProperties;
1062
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
1063
+ export declare enum KnownPublicNetworkAccess {
1064
+ /** Enabled */
1065
+ Enabled = "Enabled",
1066
+ /** Disabled */
1067
+ Disabled = "Disabled",
1068
+ /** SecuredByPerimeter */
1069
+ SecuredByPerimeter = "SecuredByPerimeter"
1070
+ }
1071
+ /**
1072
+ * This determines if traffic is allowed over public network. By default it is enabled. \
1073
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1074
+ * this enum contains the known values that the service supports.
1075
+ * ### Known values supported by the service
1076
+ * **Enabled** \
1077
+ * **Disabled** \
1078
+ * **SecuredByPerimeter**
1079
+ */
1080
+ export type PublicNetworkAccess = string;
1081
+ /** model interface PlatformCapabilities */
1082
+ export interface PlatformCapabilities {
1083
+ confidentialCompute?: ConfidentialCompute;
1084
+ }
1085
+ export declare function platformCapabilitiesSerializer(item: PlatformCapabilities): any;
1086
+ export declare function platformCapabilitiesDeserializer(item: any): PlatformCapabilities;
1087
+ /** model interface ConfidentialCompute */
1088
+ export interface ConfidentialCompute {
1089
+ /** Setting to Enable or Disable Confidential Compute */
1090
+ mode?: Mode;
1091
+ }
1092
+ export declare function confidentialComputeSerializer(item: ConfidentialCompute): any;
1093
+ export declare function confidentialComputeDeserializer(item: any): ConfidentialCompute;
1094
+ /** Setting to Enable or Disable Confidential Compute */
1095
+ export declare enum KnownMode {
1096
+ /** Disabled */
1097
+ Disabled = "Disabled",
1098
+ /** Enabled */
1099
+ Enabled = "Enabled"
1100
+ }
1101
+ /**
1102
+ * Setting to Enable or Disable Confidential Compute \
1103
+ * {@link KnownMode} can be used interchangeably with Mode,
1104
+ * this enum contains the known values that the service supports.
1105
+ * ### Known values supported by the service
1106
+ * **Disabled** \
1107
+ * **Enabled**
1108
+ */
1109
+ export type Mode = string;
1110
+ /** GeoDR Replication properties */
1111
+ export interface GeoDataReplicationProperties {
1112
+ /** The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day. */
1113
+ maxReplicationLagDurationInSeconds?: number;
1114
+ /** A list of regions where replicas of the namespace are maintained. */
1115
+ locations?: NamespaceReplicaLocation[];
1116
+ }
1117
+ export declare function geoDataReplicationPropertiesSerializer(item: GeoDataReplicationProperties): any;
1118
+ export declare function geoDataReplicationPropertiesDeserializer(item: any): GeoDataReplicationProperties;
1119
+ export declare function namespaceReplicaLocationArraySerializer(result: Array<NamespaceReplicaLocation>): any[];
1120
+ export declare function namespaceReplicaLocationArrayDeserializer(result: Array<NamespaceReplicaLocation>): any[];
1121
+ /** Namespace replication properties */
1122
+ export interface NamespaceReplicaLocation {
1123
+ /** Azure regions where a replica of the namespace is maintained */
1124
+ locationName?: string;
1125
+ /** GeoDR Role Types */
1126
+ roleType?: GeoDRRoleType;
1127
+ /** Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster */
1128
+ clusterArmId?: string;
1129
+ }
1130
+ export declare function namespaceReplicaLocationSerializer(item: NamespaceReplicaLocation): any;
1131
+ export declare function namespaceReplicaLocationDeserializer(item: any): NamespaceReplicaLocation;
1132
+ /** GeoDR Role Types */
1133
+ export declare enum KnownGeoDRRoleType {
1134
+ /** Primary */
1135
+ Primary = "Primary",
1136
+ /** Secondary */
1137
+ Secondary = "Secondary"
1138
+ }
1139
+ /**
1140
+ * GeoDR Role Types \
1141
+ * {@link KnownGeoDRRoleType} can be used interchangeably with GeoDRRoleType,
1142
+ * this enum contains the known values that the service supports.
1143
+ * ### Known values supported by the service
1144
+ * **Primary** \
1145
+ * **Secondary**
1146
+ */
1147
+ export type GeoDRRoleType = string;
1148
+ /** SKU of the namespace. */
1149
+ export interface SBSku {
1150
+ /** Name of this SKU. */
1151
+ name: SkuName;
1152
+ /** The billing tier of this particular SKU. */
1153
+ tier?: SkuTier;
1154
+ /** 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 */
1155
+ capacity?: number;
1156
+ }
1157
+ export declare function sbSkuSerializer(item: SBSku): any;
1158
+ export declare function sbSkuDeserializer(item: any): SBSku;
1159
+ /** Name of this SKU. */
1160
+ export type SkuName = "Basic" | "Standard" | "Premium";
1161
+ /** The billing tier of this particular SKU. */
1162
+ export type SkuTier = "Basic" | "Standard" | "Premium";
1163
+ /** Properties to configure User Assigned Identities for Bring your Own Keys */
1164
+ export interface Identity {
1165
+ /** ObjectId from the KeyVault */
1166
+ readonly principalId?: string;
1167
+ /** TenantId from the KeyVault */
1168
+ readonly tenantId?: string;
1169
+ /** Type of managed service identity. */
1170
+ type?: ManagedServiceIdentityType;
1171
+ /** Properties for User Assigned Identities */
1172
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
1173
+ }
1174
+ export declare function identitySerializer(item: Identity): any;
1175
+ export declare function identityDeserializer(item: any): Identity;
1176
+ /** Type of managed service identity. */
1177
+ export type ManagedServiceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
1178
+ export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
1179
+ export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
1180
+ /** Recognized Dictionary value. */
1181
+ export interface UserAssignedIdentity {
1182
+ /** Principal Id of user assigned identity */
1183
+ readonly principalId?: string;
1184
+ /** Client Id of user assigned identity */
1185
+ readonly clientId?: string;
1186
+ }
1187
+ export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
1188
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
1189
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1190
+ export interface TrackedResource extends Resource {
1191
+ /** Resource tags. */
1192
+ tags?: Record<string, string>;
1193
+ /** The geo-location where the resource lives */
1194
+ location: string;
1195
+ }
1196
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
1197
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1198
+ /** Description of a namespace resource. */
1199
+ export interface SBNamespaceUpdateParameters extends ResourceNamespacePatch {
1200
+ /** Properties of SKU */
1201
+ sku?: SBSku;
1202
+ /** Properties of BYOK Identity description */
1203
+ identity?: Identity;
1204
+ /** Provisioning state of the namespace. */
1205
+ readonly provisioningState?: string;
1206
+ /** Status of the namespace. */
1207
+ readonly status?: string;
1208
+ /** The time the namespace was created */
1209
+ readonly createdAt?: Date;
1210
+ /** The time the namespace was updated. */
1211
+ readonly updatedAt?: Date;
1212
+ /** Endpoint you can use to perform Service Bus operations. */
1213
+ readonly serviceBusEndpoint?: string;
1214
+ /** Identifier for Azure Insights metrics */
1215
+ readonly metricId?: string;
1216
+ /** Properties of BYOK Encryption description */
1217
+ encryption?: Encryption;
1218
+ /** List of private endpoint connections. */
1219
+ privateEndpointConnections?: PrivateEndpointConnection[];
1220
+ /** This property disables SAS authentication for the Service Bus namespace. */
1221
+ disableLocalAuth?: boolean;
1222
+ /** Alternate name for namespace */
1223
+ alternateName?: string;
1224
+ }
1225
+ export declare function sbNamespaceUpdateParametersSerializer(item: SBNamespaceUpdateParameters): any;
1226
+ /** Properties of the namespace. */
1227
+ export interface SBNamespaceUpdateProperties {
1228
+ /** Provisioning state of the namespace. */
1229
+ readonly provisioningState?: string;
1230
+ /** Status of the namespace. */
1231
+ readonly status?: string;
1232
+ /** The time the namespace was created */
1233
+ readonly createdAt?: Date;
1234
+ /** The time the namespace was updated. */
1235
+ readonly updatedAt?: Date;
1236
+ /** Endpoint you can use to perform Service Bus operations. */
1237
+ readonly serviceBusEndpoint?: string;
1238
+ /** Identifier for Azure Insights metrics */
1239
+ readonly metricId?: string;
1240
+ /** Properties of BYOK Encryption description */
1241
+ encryption?: Encryption;
1242
+ /** List of private endpoint connections. */
1243
+ privateEndpointConnections?: PrivateEndpointConnection[];
1244
+ /** This property disables SAS authentication for the Service Bus namespace. */
1245
+ disableLocalAuth?: boolean;
1246
+ /** Alternate name for namespace */
1247
+ alternateName?: string;
1248
+ }
1249
+ export declare function sbNamespaceUpdatePropertiesSerializer(item: SBNamespaceUpdateProperties): any;
1250
+ /** The Resource definition. */
1251
+ export interface ResourceNamespacePatch extends Resource {
1252
+ /** Resource location */
1253
+ location?: string;
1254
+ /** Resource tags */
1255
+ tags?: Record<string, string>;
1256
+ }
1257
+ export declare function resourceNamespacePatchSerializer(item: ResourceNamespacePatch): any;
1258
+ /** The response of a SBNamespace list operation. */
1259
+ export interface _SBNamespaceListResult {
1260
+ /** The SBNamespace items on this page */
1261
+ value: SBNamespace[];
1262
+ /** The link to the next page of items */
1263
+ nextLink?: string;
1264
+ }
1265
+ export declare function _sbNamespaceListResultDeserializer(item: any): _SBNamespaceListResult;
1266
+ export declare function sbNamespaceArraySerializer(result: Array<SBNamespace>): any[];
1267
+ export declare function sbNamespaceArrayDeserializer(result: Array<SBNamespace>): any[];
1268
+ /** model interface FailOver */
1269
+ export interface FailOver {
1270
+ /** Query parameter for the new primary location after failover. */
1271
+ primaryLocation?: string;
1272
+ /** If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. */
1273
+ force?: boolean;
1274
+ }
1275
+ export declare function failOverSerializer(item: FailOver): any;
1276
+ export declare function failOverDeserializer(item: any): FailOver;
1277
+ /** model interface FailOverProperties */
1278
+ export interface FailOverProperties {
1279
+ /** Query parameter for the new primary location after failover. */
1280
+ primaryLocation?: string;
1281
+ /** If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. */
1282
+ force?: boolean;
1283
+ }
1284
+ export declare function failOverPropertiesSerializer(item: FailOverProperties): any;
1285
+ export declare function failOverPropertiesDeserializer(item: any): FailOverProperties;
1286
+ /** Description of NetworkRuleSet resource. */
1287
+ export interface NetworkRuleSet extends ProxyResource {
1288
+ /** The geo-location where the resource lives */
1289
+ readonly location?: string;
1290
+ /** Value that indicates whether Trusted Service Access is Enabled or not. */
1291
+ trustedServiceAccessEnabled?: boolean;
1292
+ /** Default Action for Network Rule Set */
1293
+ defaultAction?: DefaultAction;
1294
+ /** List VirtualNetwork Rules */
1295
+ virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];
1296
+ /** List of IpRules */
1297
+ ipRules?: NWRuleSetIpRules[];
1298
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
1299
+ publicNetworkAccess?: PublicNetworkAccessFlag;
1300
+ }
1301
+ export declare function networkRuleSetSerializer(item: NetworkRuleSet): any;
1302
+ export declare function networkRuleSetDeserializer(item: any): NetworkRuleSet;
1303
+ /** NetworkRuleSet properties */
1304
+ export interface NetworkRuleSetProperties {
1305
+ /** Value that indicates whether Trusted Service Access is Enabled or not. */
1306
+ trustedServiceAccessEnabled?: boolean;
1307
+ /** Default Action for Network Rule Set */
1308
+ defaultAction?: DefaultAction;
1309
+ /** List VirtualNetwork Rules */
1310
+ virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];
1311
+ /** List of IpRules */
1312
+ ipRules?: NWRuleSetIpRules[];
1313
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
1314
+ publicNetworkAccess?: PublicNetworkAccessFlag;
1315
+ }
1316
+ export declare function networkRuleSetPropertiesSerializer(item: NetworkRuleSetProperties): any;
1317
+ export declare function networkRuleSetPropertiesDeserializer(item: any): NetworkRuleSetProperties;
1318
+ /** Default Action for Network Rule Set */
1319
+ export declare enum KnownDefaultAction {
1320
+ /** Allow */
1321
+ Allow = "Allow",
1322
+ /** Deny */
1323
+ Deny = "Deny"
1324
+ }
1325
+ /**
1326
+ * Default Action for Network Rule Set \
1327
+ * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
1328
+ * this enum contains the known values that the service supports.
1329
+ * ### Known values supported by the service
1330
+ * **Allow** \
1331
+ * **Deny**
1332
+ */
1333
+ export type DefaultAction = string;
1334
+ export declare function nwRuleSetVirtualNetworkRulesArraySerializer(result: Array<NWRuleSetVirtualNetworkRules>): any[];
1335
+ export declare function nwRuleSetVirtualNetworkRulesArrayDeserializer(result: Array<NWRuleSetVirtualNetworkRules>): any[];
1336
+ /** Description of VirtualNetworkRules - NetworkRules resource. */
1337
+ export interface NWRuleSetVirtualNetworkRules {
1338
+ /** Subnet properties */
1339
+ subnet?: Subnet;
1340
+ /** Value that indicates whether to ignore missing VNet Service Endpoint */
1341
+ ignoreMissingVnetServiceEndpoint?: boolean;
1342
+ }
1343
+ export declare function nwRuleSetVirtualNetworkRulesSerializer(item: NWRuleSetVirtualNetworkRules): any;
1344
+ export declare function nwRuleSetVirtualNetworkRulesDeserializer(item: any): NWRuleSetVirtualNetworkRules;
1345
+ /** Properties supplied for Subnet */
1346
+ export interface Subnet {
1347
+ /** Resource ID of Virtual Network Subnet */
1348
+ id: string;
1349
+ }
1350
+ export declare function subnetSerializer(item: Subnet): any;
1351
+ export declare function subnetDeserializer(item: any): Subnet;
1352
+ export declare function nwRuleSetIpRulesArraySerializer(result: Array<NWRuleSetIpRules>): any[];
1353
+ export declare function nwRuleSetIpRulesArrayDeserializer(result: Array<NWRuleSetIpRules>): any[];
1354
+ /** Description of NetWorkRuleSet - IpRules resource. */
1355
+ export interface NWRuleSetIpRules {
1356
+ /** IP Mask */
1357
+ ipMask?: string;
1358
+ /** The IP Filter Action */
1359
+ action?: NetworkRuleIPAction;
1360
+ }
1361
+ export declare function nwRuleSetIpRulesSerializer(item: NWRuleSetIpRules): any;
1362
+ export declare function nwRuleSetIpRulesDeserializer(item: any): NWRuleSetIpRules;
1363
+ /** The IP Filter Action */
1364
+ export declare enum KnownNetworkRuleIPAction {
1365
+ /** Allow */
1366
+ Allow = "Allow"
1367
+ }
1368
+ /**
1369
+ * The IP Filter Action \
1370
+ * {@link KnownNetworkRuleIPAction} can be used interchangeably with NetworkRuleIPAction,
1371
+ * this enum contains the known values that the service supports.
1372
+ * ### Known values supported by the service
1373
+ * **Allow**
1374
+ */
1375
+ export type NetworkRuleIPAction = string;
1376
+ /** This determines if traffic is allowed over public network. By default it is enabled. */
1377
+ export declare enum KnownPublicNetworkAccessFlag {
1378
+ /** Enabled */
1379
+ Enabled = "Enabled",
1380
+ /** Disabled */
1381
+ Disabled = "Disabled"
1382
+ }
1383
+ /**
1384
+ * This determines if traffic is allowed over public network. By default it is enabled. \
1385
+ * {@link KnownPublicNetworkAccessFlag} can be used interchangeably with PublicNetworkAccessFlag,
1386
+ * this enum contains the known values that the service supports.
1387
+ * ### Known values supported by the service
1388
+ * **Enabled** \
1389
+ * **Disabled**
1390
+ */
1391
+ export type PublicNetworkAccessFlag = string;
1392
+ /** The response of a NetworkRuleSet list operation. */
1393
+ export interface _NetworkRuleSetListResult {
1394
+ /** The NetworkRuleSet items on this page */
1395
+ value: NetworkRuleSet[];
1396
+ /** The link to the next page of items */
1397
+ nextLink?: string;
1398
+ }
1399
+ export declare function _networkRuleSetListResultDeserializer(item: any): _NetworkRuleSetListResult;
1400
+ export declare function networkRuleSetArraySerializer(result: Array<NetworkRuleSet>): any[];
1401
+ export declare function networkRuleSetArrayDeserializer(result: Array<NetworkRuleSet>): any[];
1402
+ /** The response of a PrivateLinkResource list operation. */
1403
+ export interface PrivateLinkResourcesListResult {
1404
+ /** The PrivateLinkResource items on this page */
1405
+ value: PrivateLinkResource[];
1406
+ /** The link to the next page of items */
1407
+ nextLink?: string;
1408
+ }
1409
+ export declare function privateLinkResourcesListResultDeserializer(item: any): PrivateLinkResourcesListResult;
1410
+ export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
1411
+ /** Information of the private link resource. */
1412
+ export interface PrivateLinkResource {
1413
+ /** Fully qualified identifier of the resource. */
1414
+ id?: string;
1415
+ /** Name of the resource */
1416
+ name?: string;
1417
+ /** Type of the resource */
1418
+ type?: string;
1419
+ groupId?: string;
1420
+ /** Required Members */
1421
+ requiredMembers?: string[];
1422
+ /** Required Zone Names */
1423
+ requiredZoneNames?: string[];
1424
+ }
1425
+ export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
1426
+ /** Properties of PrivateLinkResource */
1427
+ export interface PrivateLinkResourceProperties {
1428
+ groupId?: string;
1429
+ /** Required Members */
1430
+ requiredMembers?: string[];
1431
+ /** Required Zone Names */
1432
+ requiredZoneNames?: string[];
1433
+ }
1434
+ export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
1435
+ /** Result of the List NetworkSecurityPerimeterConfiguration operation. */
1436
+ export interface _NetworkSecurityPerimeterConfigurationList {
1437
+ /** The NetworkSecurityPerimeterConfiguration items on this page */
1438
+ value: NetworkSecurityPerimeterConfiguration[];
1439
+ /** The link to the next page of items */
1440
+ nextLink?: string;
1441
+ }
1442
+ export declare function _networkSecurityPerimeterConfigurationListDeserializer(item: any): _NetworkSecurityPerimeterConfigurationList;
1443
+ export declare function networkSecurityPerimeterConfigurationArrayDeserializer(result: Array<NetworkSecurityPerimeterConfiguration>): any[];
1444
+ /** Description of subscription resource. */
1445
+ export interface SBSubscription extends ProxyResource {
1446
+ /** The geo-location where the resource lives */
1447
+ readonly location?: string;
1448
+ /** Number of messages. */
1449
+ readonly messageCount?: number;
1450
+ /** Exact time the message was created. */
1451
+ readonly createdAt?: Date;
1452
+ /** Last time there was a receive request to this subscription. */
1453
+ readonly accessedAt?: Date;
1454
+ /** The exact time the message was updated. */
1455
+ readonly updatedAt?: Date;
1456
+ /** Message count details */
1457
+ readonly countDetails?: MessageCountDetails;
1458
+ /** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */
1459
+ lockDuration?: string;
1460
+ /** Value indicating if a subscription supports the concept of sessions. */
1461
+ requiresSession?: boolean;
1462
+ /** 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. */
1463
+ defaultMessageTimeToLive?: string;
1464
+ /** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */
1465
+ deadLetteringOnFilterEvaluationExceptions?: boolean;
1466
+ /** Value that indicates whether a subscription has dead letter support when a message expires. */
1467
+ deadLetteringOnMessageExpiration?: boolean;
1468
+ /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
1469
+ duplicateDetectionHistoryTimeWindow?: string;
1470
+ /** Number of maximum deliveries. */
1471
+ maxDeliveryCount?: number;
1472
+ /** Enumerates the possible values for the status of a messaging entity. */
1473
+ status?: EntityStatus;
1474
+ /** Value that indicates whether server-side batched operations are enabled. */
1475
+ enableBatchedOperations?: boolean;
1476
+ /** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
1477
+ autoDeleteOnIdle?: string;
1478
+ /** Queue/Topic name to forward the messages */
1479
+ forwardTo?: string;
1480
+ /** Queue/Topic name to forward the Dead Letter message */
1481
+ forwardDeadLetteredMessagesTo?: string;
1482
+ /** Value that indicates whether the subscription has an affinity to the client id. */
1483
+ isClientAffine?: boolean;
1484
+ /** Gets and Sets Metadata of User. */
1485
+ userMetadata?: string;
1486
+ /** Properties specific to client affine subscriptions. */
1487
+ clientAffineProperties?: SBClientAffineProperties;
1488
+ }
1489
+ export declare function sbSubscriptionSerializer(item: SBSubscription): any;
1490
+ export declare function sbSubscriptionDeserializer(item: any): SBSubscription;
1491
+ /** Description of Subscription Resource. */
1492
+ export interface SBSubscriptionProperties {
1493
+ /** Number of messages. */
1494
+ readonly messageCount?: number;
1495
+ /** Exact time the message was created. */
1496
+ readonly createdAt?: Date;
1497
+ /** Last time there was a receive request to this subscription. */
1498
+ readonly accessedAt?: Date;
1499
+ /** The exact time the message was updated. */
1500
+ readonly updatedAt?: Date;
1501
+ /** Message count details */
1502
+ readonly countDetails?: MessageCountDetails;
1503
+ /** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */
1504
+ lockDuration?: string;
1505
+ /** Value indicating if a subscription supports the concept of sessions. */
1506
+ requiresSession?: boolean;
1507
+ /** 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. */
1508
+ defaultMessageTimeToLive?: string;
1509
+ /** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */
1510
+ deadLetteringOnFilterEvaluationExceptions?: boolean;
1511
+ /** Value that indicates whether a subscription has dead letter support when a message expires. */
1512
+ deadLetteringOnMessageExpiration?: boolean;
1513
+ /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
1514
+ duplicateDetectionHistoryTimeWindow?: string;
1515
+ /** Number of maximum deliveries. */
1516
+ maxDeliveryCount?: number;
1517
+ /** Enumerates the possible values for the status of a messaging entity. */
1518
+ status?: EntityStatus;
1519
+ /** Value that indicates whether server-side batched operations are enabled. */
1520
+ enableBatchedOperations?: boolean;
1521
+ /** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
1522
+ autoDeleteOnIdle?: string;
1523
+ /** Queue/Topic name to forward the messages */
1524
+ forwardTo?: string;
1525
+ /** Queue/Topic name to forward the Dead Letter message */
1526
+ forwardDeadLetteredMessagesTo?: string;
1527
+ /** Value that indicates whether the subscription has an affinity to the client id. */
1528
+ isClientAffine?: boolean;
1529
+ /** Gets and Sets Metadata of User. */
1530
+ userMetadata?: string;
1531
+ /** Properties specific to client affine subscriptions. */
1532
+ clientAffineProperties?: SBClientAffineProperties;
1533
+ }
1534
+ export declare function sbSubscriptionPropertiesSerializer(item: SBSubscriptionProperties): any;
1535
+ export declare function sbSubscriptionPropertiesDeserializer(item: any): SBSubscriptionProperties;
1536
+ /** Properties specific to client affine subscriptions. */
1537
+ export interface SBClientAffineProperties {
1538
+ /** Indicates the Client ID of the application that created the client-affine subscription. */
1539
+ clientId?: string;
1540
+ /** For client-affine subscriptions, this value indicates whether the subscription is durable or not. */
1541
+ isDurable?: boolean;
1542
+ /** For client-affine subscriptions, this value indicates whether the subscription is shared or not. */
1543
+ isShared?: boolean;
1544
+ }
1545
+ export declare function sbClientAffinePropertiesSerializer(item: SBClientAffineProperties): any;
1546
+ export declare function sbClientAffinePropertiesDeserializer(item: any): SBClientAffineProperties;
1547
+ /** The response of a SBSubscription list operation. */
1548
+ export interface _SBSubscriptionListResult {
1549
+ /** The SBSubscription items on this page */
1550
+ value: SBSubscription[];
1551
+ /** The link to the next page of items */
1552
+ nextLink?: string;
1553
+ }
1554
+ export declare function _sbSubscriptionListResultDeserializer(item: any): _SBSubscriptionListResult;
1555
+ export declare function sbSubscriptionArraySerializer(result: Array<SBSubscription>): any[];
1556
+ export declare function sbSubscriptionArrayDeserializer(result: Array<SBSubscription>): any[];
1557
+ /** The available API versions. */
1558
+ export declare enum KnownVersions {
1559
+ /** The 2026-01-01 API version. */
1560
+ V20260101 = "2026-01-01"
1561
+ }
1562
+ export declare function _sbAuthorizationRulePropertiesSerializer(item: SBAuthorizationRule): any;
1563
+ export declare function _sbAuthorizationRulePropertiesDeserializer(item: any): {
1564
+ rights: any;
1565
+ };
1566
+ export declare function _armDisasterRecoveryPropertiesSerializer(item: ArmDisasterRecovery): any;
1567
+ export declare function _armDisasterRecoveryPropertiesDeserializer(item: any): {
1568
+ provisioningState: any;
1569
+ pendingReplicationOperationsCount: any;
1570
+ partnerNamespace: any;
1571
+ alternateName: any;
1572
+ role: any;
1573
+ };
1574
+ export declare function _failoverPropertiesPropertiesSerializer(item: FailoverProperties): any;
1575
+ export declare function _sbQueuePropertiesSerializer(item: SBQueue): any;
1576
+ export declare function _sbQueuePropertiesDeserializer(item: any): {
1577
+ countDetails: any;
1578
+ createdAt: any;
1579
+ updatedAt: any;
1580
+ accessedAt: any;
1581
+ sizeInBytes: any;
1582
+ messageCount: any;
1583
+ lockDuration: any;
1584
+ maxSizeInMegabytes: any;
1585
+ maxMessageSizeInKilobytes: any;
1586
+ requiresDuplicateDetection: any;
1587
+ requiresSession: any;
1588
+ defaultMessageTimeToLive: any;
1589
+ deadLetteringOnMessageExpiration: any;
1590
+ duplicateDetectionHistoryTimeWindow: any;
1591
+ maxDeliveryCount: any;
1592
+ status: any;
1593
+ enableBatchedOperations: any;
1594
+ autoDeleteOnIdle: any;
1595
+ enablePartitioning: any;
1596
+ enableExpress: any;
1597
+ forwardTo: any;
1598
+ forwardDeadLetteredMessagesTo: any;
1599
+ userMetadata: any;
1600
+ };
1601
+ export declare function _sbTopicPropertiesSerializer(item: SBTopic): any;
1602
+ export declare function _sbTopicPropertiesDeserializer(item: any): {
1603
+ sizeInBytes: any;
1604
+ createdAt: any;
1605
+ updatedAt: any;
1606
+ accessedAt: any;
1607
+ subscriptionCount: any;
1608
+ countDetails: any;
1609
+ defaultMessageTimeToLive: any;
1610
+ maxSizeInMegabytes: any;
1611
+ maxMessageSizeInKilobytes: any;
1612
+ requiresDuplicateDetection: any;
1613
+ duplicateDetectionHistoryTimeWindow: any;
1614
+ enableBatchedOperations: any;
1615
+ status: any;
1616
+ supportOrdering: any;
1617
+ autoDeleteOnIdle: any;
1618
+ enablePartitioning: any;
1619
+ enableExpress: any;
1620
+ userMetadata: any;
1621
+ };
1622
+ export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
1623
+ export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
1624
+ privateEndpoint: any;
1625
+ privateLinkServiceConnectionState: any;
1626
+ provisioningState: any;
1627
+ };
1628
+ export declare function _networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any): {
1629
+ provisioningState: any;
1630
+ provisioningIssues: any;
1631
+ networkSecurityPerimeter: any;
1632
+ resourceAssociation: any;
1633
+ profile: any;
1634
+ isBackingResource: any;
1635
+ applicableFeatures: any;
1636
+ parentAssociationName: any;
1637
+ sourceResourceId: any;
1638
+ };
1639
+ export declare function _migrationConfigPropertiesPropertiesSerializer(item: MigrationConfigProperties): any;
1640
+ export declare function _migrationConfigPropertiesPropertiesDeserializer(item: any): {
1641
+ provisioningState: any;
1642
+ pendingReplicationOperationsCount: any;
1643
+ targetNamespace: any;
1644
+ postMigrationName: any;
1645
+ migrationState: any;
1646
+ };
1647
+ export declare function _rulePropertiesSerializer(item: Rule): any;
1648
+ export declare function _rulePropertiesDeserializer(item: any): {
1649
+ action: any;
1650
+ filterType: any;
1651
+ sqlFilter: any;
1652
+ correlationFilter: any;
1653
+ };
1654
+ export declare function _sbNamespacePropertiesSerializer(item: SBNamespace): any;
1655
+ export declare function _sbNamespacePropertiesDeserializer(item: any): {
1656
+ minimumTlsVersion: any;
1657
+ provisioningState: any;
1658
+ status: any;
1659
+ createdAt: any;
1660
+ updatedAt: any;
1661
+ serviceBusEndpoint: any;
1662
+ metricId: any;
1663
+ zoneRedundant: any;
1664
+ encryption: any;
1665
+ privateEndpointConnections: any;
1666
+ disableLocalAuth: any;
1667
+ alternateName: any;
1668
+ publicNetworkAccess: any;
1669
+ premiumMessagingPartitions: any;
1670
+ platformCapabilities: any;
1671
+ geoDataReplication: any;
1672
+ ipV6Enabled: any;
1673
+ };
1674
+ export declare function _sbNamespaceUpdateParametersPropertiesSerializer(item: SBNamespaceUpdateParameters): any;
1675
+ export declare function _failOverPropertiesSerializer(item: FailOver): any;
1676
+ export declare function _failOverPropertiesDeserializer(item: any): {
1677
+ primaryLocation: any;
1678
+ force: any;
1679
+ };
1680
+ export declare function _networkRuleSetPropertiesSerializer(item: NetworkRuleSet): any;
1681
+ export declare function _networkRuleSetPropertiesDeserializer(item: any): {
1682
+ trustedServiceAccessEnabled: any;
1683
+ defaultAction: any;
1684
+ virtualNetworkRules: any;
1685
+ ipRules: any;
1686
+ publicNetworkAccess: any;
1687
+ };
1688
+ export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
1689
+ groupId: any;
1690
+ requiredMembers: any;
1691
+ requiredZoneNames: any;
1692
+ };
1693
+ export declare function _sbSubscriptionPropertiesSerializer(item: SBSubscription): any;
1694
+ export declare function _sbSubscriptionPropertiesDeserializer(item: any): {
1695
+ messageCount: any;
1696
+ createdAt: any;
1697
+ accessedAt: any;
1698
+ updatedAt: any;
1699
+ countDetails: any;
1700
+ lockDuration: any;
1701
+ requiresSession: any;
1702
+ defaultMessageTimeToLive: any;
1703
+ deadLetteringOnFilterEvaluationExceptions: any;
1704
+ deadLetteringOnMessageExpiration: any;
1705
+ duplicateDetectionHistoryTimeWindow: any;
1706
+ maxDeliveryCount: any;
1707
+ status: any;
1708
+ enableBatchedOperations: any;
1709
+ autoDeleteOnIdle: any;
1710
+ forwardTo: any;
1711
+ forwardDeadLetteredMessagesTo: any;
1712
+ isClientAffine: any;
1713
+ userMetadata: any;
1714
+ clientAffineProperties: any;
1715
+ };
1716
+ //# sourceMappingURL=models.d.ts.map