@azure/arm-webpubsub 2.0.0-beta.1 → 2.0.0-beta.3

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 (861) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  3. package/dist/browser/api/index.d.ts +3 -0
  4. package/dist/browser/api/index.js +4 -0
  5. package/dist/browser/api/index.js.map +1 -0
  6. package/dist/browser/api/operations/index.d.ts +3 -0
  7. package/dist/browser/api/operations/index.js +4 -0
  8. package/dist/browser/api/operations/index.js.map +1 -0
  9. package/dist/browser/api/operations/operations.d.ts +10 -0
  10. package/dist/browser/api/operations/operations.js +37 -0
  11. package/dist/browser/api/operations/operations.js.map +1 -0
  12. package/dist/browser/api/operations/options.d.ts +5 -0
  13. package/dist/browser/api/operations/options.js +4 -0
  14. package/dist/browser/api/operations/options.js.map +1 -0
  15. package/dist/browser/api/usages/index.d.ts +3 -0
  16. package/dist/browser/api/usages/index.js +4 -0
  17. package/dist/browser/api/usages/index.js.map +1 -0
  18. package/dist/browser/api/usages/operations.d.ts +10 -0
  19. package/dist/browser/api/usages/operations.js +39 -0
  20. package/dist/browser/api/usages/operations.js.map +1 -0
  21. package/dist/browser/api/usages/options.d.ts +5 -0
  22. package/dist/browser/api/usages/options.js +4 -0
  23. package/dist/browser/api/usages/options.js.map +1 -0
  24. package/dist/browser/api/webPubSub/index.d.ts +3 -0
  25. package/dist/browser/api/webPubSub/index.js +4 -0
  26. package/dist/browser/api/webPubSub/index.js.map +1 -0
  27. package/dist/browser/api/webPubSub/operations.d.ts +55 -0
  28. package/dist/browser/api/webPubSub/operations.js +398 -0
  29. package/dist/browser/api/webPubSub/operations.js.map +1 -0
  30. package/dist/browser/api/webPubSub/options.d.ts +48 -0
  31. package/dist/browser/api/webPubSub/options.js +4 -0
  32. package/dist/browser/api/webPubSub/options.js.map +1 -0
  33. package/dist/browser/api/webPubSubCustomCertificates/index.d.ts +3 -0
  34. package/dist/browser/api/webPubSubCustomCertificates/index.js +4 -0
  35. package/dist/browser/api/webPubSubCustomCertificates/index.js.map +1 -0
  36. package/dist/browser/api/webPubSubCustomCertificates/operations.d.ts +23 -0
  37. package/dist/browser/api/webPubSubCustomCertificates/operations.js +138 -0
  38. package/dist/browser/api/webPubSubCustomCertificates/operations.js.map +1 -0
  39. package/dist/browser/api/webPubSubCustomCertificates/options.d.ts +16 -0
  40. package/dist/browser/api/webPubSubCustomCertificates/options.js +4 -0
  41. package/dist/browser/api/webPubSubCustomCertificates/options.js.map +1 -0
  42. package/dist/browser/api/webPubSubCustomDomains/index.d.ts +3 -0
  43. package/dist/browser/api/webPubSubCustomDomains/index.js +4 -0
  44. package/dist/browser/api/webPubSubCustomDomains/index.js.map +1 -0
  45. package/dist/browser/api/webPubSubCustomDomains/operations.d.ts +23 -0
  46. package/dist/browser/api/webPubSubCustomDomains/operations.js +143 -0
  47. package/dist/browser/api/webPubSubCustomDomains/operations.js.map +1 -0
  48. package/dist/browser/api/webPubSubCustomDomains/options.d.ts +18 -0
  49. package/dist/browser/api/webPubSubCustomDomains/options.js +4 -0
  50. package/dist/browser/api/webPubSubCustomDomains/options.js.map +1 -0
  51. package/dist/browser/api/webPubSubHubs/index.d.ts +3 -0
  52. package/dist/browser/api/webPubSubHubs/index.js +4 -0
  53. package/dist/browser/api/webPubSubHubs/index.js.map +1 -0
  54. package/dist/browser/api/webPubSubHubs/operations.d.ts +23 -0
  55. package/dist/browser/api/webPubSubHubs/operations.js +143 -0
  56. package/dist/browser/api/webPubSubHubs/operations.js.map +1 -0
  57. package/dist/browser/api/webPubSubHubs/options.d.ts +18 -0
  58. package/dist/browser/api/webPubSubHubs/options.js +4 -0
  59. package/dist/browser/api/webPubSubHubs/options.js.map +1 -0
  60. package/dist/browser/api/webPubSubManagementContext.d.ts +22 -0
  61. package/dist/browser/api/webPubSubManagementContext.js +26 -0
  62. package/dist/browser/api/webPubSubManagementContext.js.map +1 -0
  63. package/dist/browser/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
  64. package/dist/browser/api/webPubSubPrivateEndpointConnections/index.js +4 -0
  65. package/dist/browser/api/webPubSubPrivateEndpointConnections/index.js.map +1 -0
  66. package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
  67. package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.js +138 -0
  68. package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.js.map +1 -0
  69. package/dist/browser/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
  70. package/dist/browser/api/webPubSubPrivateEndpointConnections/options.js +4 -0
  71. package/dist/browser/api/webPubSubPrivateEndpointConnections/options.js.map +1 -0
  72. package/dist/browser/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
  73. package/dist/browser/api/webPubSubPrivateLinkResources/index.js +4 -0
  74. package/dist/browser/api/webPubSubPrivateLinkResources/index.js.map +1 -0
  75. package/dist/browser/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
  76. package/dist/browser/api/webPubSubPrivateLinkResources/operations.js +40 -0
  77. package/dist/browser/api/webPubSubPrivateLinkResources/operations.js.map +1 -0
  78. package/dist/browser/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
  79. package/dist/browser/api/webPubSubPrivateLinkResources/options.js +4 -0
  80. package/dist/browser/api/webPubSubPrivateLinkResources/options.js.map +1 -0
  81. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
  82. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.js +4 -0
  83. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
  84. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
  85. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +117 -0
  86. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +1 -0
  87. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
  88. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.js +4 -0
  89. package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +1 -0
  90. package/dist/browser/api/webPubSubReplicas/index.d.ts +3 -0
  91. package/dist/browser/api/webPubSubReplicas/index.js +4 -0
  92. package/dist/browser/api/webPubSubReplicas/index.js.map +1 -0
  93. package/dist/browser/api/webPubSubReplicas/operations.d.ts +31 -0
  94. package/dist/browser/api/webPubSubReplicas/operations.js +209 -0
  95. package/dist/browser/api/webPubSubReplicas/operations.js.map +1 -0
  96. package/dist/browser/api/webPubSubReplicas/options.d.ts +26 -0
  97. package/dist/browser/api/webPubSubReplicas/options.js +4 -0
  98. package/dist/browser/api/webPubSubReplicas/options.js.map +1 -0
  99. package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
  100. package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.js +4 -0
  101. package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
  102. package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
  103. package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.js +143 -0
  104. package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.js.map +1 -0
  105. package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
  106. package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.js +4 -0
  107. package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.js.map +1 -0
  108. package/dist/browser/classic/index.d.ts +12 -0
  109. package/dist/browser/classic/index.js +4 -0
  110. package/dist/browser/classic/index.js.map +1 -0
  111. package/dist/browser/classic/operations/index.d.ts +11 -0
  112. package/dist/browser/classic/operations/index.js +14 -0
  113. package/dist/browser/classic/operations/index.js.map +1 -0
  114. package/dist/browser/classic/usages/index.d.ts +11 -0
  115. package/dist/browser/classic/usages/index.js +14 -0
  116. package/dist/browser/classic/usages/index.js.map +1 -0
  117. package/dist/browser/classic/webPubSub/index.d.ts +55 -0
  118. package/dist/browser/classic/webPubSub/index.js +66 -0
  119. package/dist/browser/classic/webPubSub/index.js.map +1 -0
  120. package/dist/browser/classic/webPubSubCustomCertificates/index.d.ts +23 -0
  121. package/dist/browser/classic/webPubSubCustomCertificates/index.js +26 -0
  122. package/dist/browser/classic/webPubSubCustomCertificates/index.js.map +1 -0
  123. package/dist/browser/classic/webPubSubCustomDomains/index.d.ts +27 -0
  124. package/dist/browser/classic/webPubSubCustomDomains/index.js +34 -0
  125. package/dist/browser/classic/webPubSubCustomDomains/index.js.map +1 -0
  126. package/dist/browser/classic/webPubSubHubs/index.d.ts +27 -0
  127. package/dist/browser/classic/webPubSubHubs/index.js +34 -0
  128. package/dist/browser/classic/webPubSubHubs/index.js.map +1 -0
  129. package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
  130. package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.js +26 -0
  131. package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.js.map +1 -0
  132. package/dist/browser/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
  133. package/dist/browser/classic/webPubSubPrivateLinkResources/index.js +14 -0
  134. package/dist/browser/classic/webPubSubPrivateLinkResources/index.js.map +1 -0
  135. package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
  136. package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +25 -0
  137. package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
  138. package/dist/browser/classic/webPubSubReplicas/index.d.ts +35 -0
  139. package/dist/browser/classic/webPubSubReplicas/index.js +44 -0
  140. package/dist/browser/classic/webPubSubReplicas/index.js.map +1 -0
  141. package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
  142. package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.js +34 -0
  143. package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
  144. package/dist/browser/index.d.ts +27 -0
  145. package/dist/browser/index.js +9 -0
  146. package/dist/browser/index.js.map +1 -0
  147. package/dist/browser/logger.d.ts +2 -0
  148. package/dist/browser/logger.js +5 -0
  149. package/dist/browser/logger.js.map +1 -0
  150. package/dist/browser/models/index.d.ts +3 -0
  151. package/dist/browser/models/index.js +4 -0
  152. package/dist/browser/models/index.js.map +1 -0
  153. package/dist/browser/models/models.d.ts +1506 -0
  154. package/dist/browser/models/models.js +1786 -0
  155. package/dist/browser/models/models.js.map +1 -0
  156. package/dist/browser/package.json +3 -0
  157. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  158. package/dist/browser/restorePollerHelpers.js +138 -0
  159. package/dist/browser/restorePollerHelpers.js.map +1 -0
  160. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  161. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  162. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  163. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  164. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  165. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  166. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  167. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  168. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  169. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  170. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  171. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  172. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  173. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  174. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  175. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  176. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  177. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  178. package/dist/browser/webPubSubManagementClient.d.ts +45 -0
  179. package/dist/browser/webPubSubManagementClient.js +74 -0
  180. package/dist/browser/webPubSubManagementClient.js.map +1 -0
  181. package/dist/commonjs/api/index.d.ts +3 -0
  182. package/dist/commonjs/api/index.js +28 -0
  183. package/dist/commonjs/api/index.js.map +7 -0
  184. package/dist/commonjs/api/operations/index.d.ts +3 -0
  185. package/dist/commonjs/api/operations/index.js +28 -0
  186. package/dist/commonjs/api/operations/index.js.map +7 -0
  187. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  188. package/dist/commonjs/api/operations/operations.js +74 -0
  189. package/dist/commonjs/api/operations/operations.js.map +7 -0
  190. package/dist/commonjs/api/operations/options.d.ts +5 -0
  191. package/dist/commonjs/api/operations/options.js +16 -0
  192. package/dist/commonjs/api/operations/options.js.map +7 -0
  193. package/dist/commonjs/api/usages/index.d.ts +3 -0
  194. package/dist/commonjs/api/usages/index.js +28 -0
  195. package/dist/commonjs/api/usages/index.js.map +7 -0
  196. package/dist/commonjs/api/usages/operations.d.ts +10 -0
  197. package/dist/commonjs/api/usages/operations.js +76 -0
  198. package/dist/commonjs/api/usages/operations.js.map +7 -0
  199. package/dist/commonjs/api/usages/options.d.ts +5 -0
  200. package/dist/commonjs/api/usages/options.js +16 -0
  201. package/dist/commonjs/api/usages/options.js.map +7 -0
  202. package/dist/commonjs/api/webPubSub/index.d.ts +3 -0
  203. package/dist/commonjs/api/webPubSub/index.js +50 -0
  204. package/dist/commonjs/api/webPubSub/index.js.map +7 -0
  205. package/dist/commonjs/api/webPubSub/operations.d.ts +55 -0
  206. package/dist/commonjs/api/webPubSub/operations.js +546 -0
  207. package/dist/commonjs/api/webPubSub/operations.js.map +7 -0
  208. package/dist/commonjs/api/webPubSub/options.d.ts +48 -0
  209. package/dist/commonjs/api/webPubSub/options.js +16 -0
  210. package/dist/commonjs/api/webPubSub/options.js.map +7 -0
  211. package/dist/commonjs/api/webPubSubCustomCertificates/index.d.ts +3 -0
  212. package/dist/commonjs/api/webPubSubCustomCertificates/index.js +34 -0
  213. package/dist/commonjs/api/webPubSubCustomCertificates/index.js.map +7 -0
  214. package/dist/commonjs/api/webPubSubCustomCertificates/operations.d.ts +23 -0
  215. package/dist/commonjs/api/webPubSubCustomCertificates/operations.js +215 -0
  216. package/dist/commonjs/api/webPubSubCustomCertificates/operations.js.map +7 -0
  217. package/dist/commonjs/api/webPubSubCustomCertificates/options.d.ts +16 -0
  218. package/dist/commonjs/api/webPubSubCustomCertificates/options.js +16 -0
  219. package/dist/commonjs/api/webPubSubCustomCertificates/options.js.map +7 -0
  220. package/dist/commonjs/api/webPubSubCustomDomains/index.d.ts +3 -0
  221. package/dist/commonjs/api/webPubSubCustomDomains/index.js +34 -0
  222. package/dist/commonjs/api/webPubSubCustomDomains/index.js.map +7 -0
  223. package/dist/commonjs/api/webPubSubCustomDomains/operations.d.ts +23 -0
  224. package/dist/commonjs/api/webPubSubCustomDomains/operations.js +207 -0
  225. package/dist/commonjs/api/webPubSubCustomDomains/operations.js.map +7 -0
  226. package/dist/commonjs/api/webPubSubCustomDomains/options.d.ts +18 -0
  227. package/dist/commonjs/api/webPubSubCustomDomains/options.js +16 -0
  228. package/dist/commonjs/api/webPubSubCustomDomains/options.js.map +7 -0
  229. package/dist/commonjs/api/webPubSubHubs/index.d.ts +3 -0
  230. package/dist/commonjs/api/webPubSubHubs/index.js +34 -0
  231. package/dist/commonjs/api/webPubSubHubs/index.js.map +7 -0
  232. package/dist/commonjs/api/webPubSubHubs/operations.d.ts +23 -0
  233. package/dist/commonjs/api/webPubSubHubs/operations.js +207 -0
  234. package/dist/commonjs/api/webPubSubHubs/operations.js.map +7 -0
  235. package/dist/commonjs/api/webPubSubHubs/options.d.ts +18 -0
  236. package/dist/commonjs/api/webPubSubHubs/options.js +16 -0
  237. package/dist/commonjs/api/webPubSubHubs/options.js.map +7 -0
  238. package/dist/commonjs/api/webPubSubManagementContext.d.ts +22 -0
  239. package/dist/commonjs/api/webPubSubManagementContext.js +47 -0
  240. package/dist/commonjs/api/webPubSubManagementContext.js.map +7 -0
  241. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
  242. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.js +34 -0
  243. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.js.map +7 -0
  244. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
  245. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.js +221 -0
  246. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.js.map +7 -0
  247. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
  248. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.js +16 -0
  249. package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.js.map +7 -0
  250. package/dist/commonjs/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
  251. package/dist/commonjs/api/webPubSubPrivateLinkResources/index.js +28 -0
  252. package/dist/commonjs/api/webPubSubPrivateLinkResources/index.js.map +7 -0
  253. package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
  254. package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.js +77 -0
  255. package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.js.map +7 -0
  256. package/dist/commonjs/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
  257. package/dist/commonjs/api/webPubSubPrivateLinkResources/options.js +16 -0
  258. package/dist/commonjs/api/webPubSubPrivateLinkResources/options.js.map +7 -0
  259. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
  260. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.js +32 -0
  261. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +7 -0
  262. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
  263. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +187 -0
  264. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +7 -0
  265. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
  266. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.js +16 -0
  267. package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +7 -0
  268. package/dist/commonjs/api/webPubSubReplicas/index.d.ts +3 -0
  269. package/dist/commonjs/api/webPubSubReplicas/index.js +38 -0
  270. package/dist/commonjs/api/webPubSubReplicas/index.js.map +7 -0
  271. package/dist/commonjs/api/webPubSubReplicas/operations.d.ts +31 -0
  272. package/dist/commonjs/api/webPubSubReplicas/operations.js +298 -0
  273. package/dist/commonjs/api/webPubSubReplicas/operations.js.map +7 -0
  274. package/dist/commonjs/api/webPubSubReplicas/options.d.ts +26 -0
  275. package/dist/commonjs/api/webPubSubReplicas/options.js +16 -0
  276. package/dist/commonjs/api/webPubSubReplicas/options.js.map +7 -0
  277. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
  278. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.js +34 -0
  279. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.js.map +7 -0
  280. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
  281. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.js +226 -0
  282. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.js.map +7 -0
  283. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
  284. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.js +16 -0
  285. package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.js.map +7 -0
  286. package/dist/commonjs/classic/index.d.ts +12 -0
  287. package/dist/commonjs/classic/index.js +16 -0
  288. package/dist/commonjs/classic/index.js.map +7 -0
  289. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  290. package/dist/commonjs/classic/operations/index.js +38 -0
  291. package/dist/commonjs/classic/operations/index.js.map +7 -0
  292. package/dist/commonjs/classic/usages/index.d.ts +11 -0
  293. package/dist/commonjs/classic/usages/index.js +38 -0
  294. package/dist/commonjs/classic/usages/index.js.map +7 -0
  295. package/dist/commonjs/classic/webPubSub/index.d.ts +55 -0
  296. package/dist/commonjs/classic/webPubSub/index.js +90 -0
  297. package/dist/commonjs/classic/webPubSub/index.js.map +7 -0
  298. package/dist/commonjs/classic/webPubSubCustomCertificates/index.d.ts +23 -0
  299. package/dist/commonjs/classic/webPubSubCustomCertificates/index.js +71 -0
  300. package/dist/commonjs/classic/webPubSubCustomCertificates/index.js.map +7 -0
  301. package/dist/commonjs/classic/webPubSubCustomDomains/index.d.ts +27 -0
  302. package/dist/commonjs/classic/webPubSubCustomDomains/index.js +72 -0
  303. package/dist/commonjs/classic/webPubSubCustomDomains/index.js.map +7 -0
  304. package/dist/commonjs/classic/webPubSubHubs/index.d.ts +27 -0
  305. package/dist/commonjs/classic/webPubSubHubs/index.js +72 -0
  306. package/dist/commonjs/classic/webPubSubHubs/index.js.map +7 -0
  307. package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
  308. package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.js +69 -0
  309. package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.js.map +7 -0
  310. package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
  311. package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.js +38 -0
  312. package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.js.map +7 -0
  313. package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
  314. package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +80 -0
  315. package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +7 -0
  316. package/dist/commonjs/classic/webPubSubReplicas/index.d.ts +35 -0
  317. package/dist/commonjs/classic/webPubSubReplicas/index.js +96 -0
  318. package/dist/commonjs/classic/webPubSubReplicas/index.js.map +7 -0
  319. package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
  320. package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.js +91 -0
  321. package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.js.map +7 -0
  322. package/dist/commonjs/index.d.ts +27 -0
  323. package/dist/commonjs/index.js +76 -0
  324. package/dist/commonjs/index.js.map +7 -0
  325. package/dist/commonjs/logger.d.ts +2 -0
  326. package/dist/commonjs/logger.js +29 -0
  327. package/dist/commonjs/logger.js.map +7 -0
  328. package/dist/commonjs/models/index.d.ts +3 -0
  329. package/dist/commonjs/models/index.js +62 -0
  330. package/dist/commonjs/models/index.js.map +7 -0
  331. package/dist/commonjs/models/models.d.ts +1506 -0
  332. package/dist/commonjs/models/models.js +1949 -0
  333. package/dist/commonjs/models/models.js.map +7 -0
  334. package/dist/commonjs/package.json +3 -0
  335. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  336. package/dist/commonjs/restorePollerHelpers.js +151 -0
  337. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  338. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  339. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  340. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  341. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  342. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  343. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  344. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  345. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  346. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  347. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  348. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  349. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  350. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  351. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  352. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  353. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  354. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  355. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  356. package/dist/commonjs/tsdoc-metadata.json +11 -0
  357. package/dist/commonjs/webPubSubManagementClient.d.ts +45 -0
  358. package/dist/commonjs/webPubSubManagementClient.js +98 -0
  359. package/dist/commonjs/webPubSubManagementClient.js.map +7 -0
  360. package/dist/esm/api/index.d.ts +3 -0
  361. package/dist/esm/api/index.js +4 -0
  362. package/dist/esm/api/index.js.map +1 -0
  363. package/dist/esm/api/operations/index.d.ts +3 -0
  364. package/dist/esm/api/operations/index.js +4 -0
  365. package/dist/esm/api/operations/index.js.map +1 -0
  366. package/dist/esm/api/operations/operations.d.ts +10 -0
  367. package/dist/esm/api/operations/operations.js +37 -0
  368. package/dist/esm/api/operations/operations.js.map +1 -0
  369. package/dist/esm/api/operations/options.d.ts +5 -0
  370. package/dist/esm/api/operations/options.js +4 -0
  371. package/dist/esm/api/operations/options.js.map +1 -0
  372. package/dist/esm/api/usages/index.d.ts +3 -0
  373. package/dist/esm/api/usages/index.js +4 -0
  374. package/dist/esm/api/usages/index.js.map +1 -0
  375. package/dist/esm/api/usages/operations.d.ts +10 -0
  376. package/dist/esm/api/usages/operations.js +39 -0
  377. package/dist/esm/api/usages/operations.js.map +1 -0
  378. package/dist/esm/api/usages/options.d.ts +5 -0
  379. package/dist/esm/api/usages/options.js +4 -0
  380. package/dist/esm/api/usages/options.js.map +1 -0
  381. package/dist/esm/api/webPubSub/index.d.ts +3 -0
  382. package/dist/esm/api/webPubSub/index.js +4 -0
  383. package/dist/esm/api/webPubSub/index.js.map +1 -0
  384. package/dist/esm/api/webPubSub/operations.d.ts +55 -0
  385. package/dist/esm/api/webPubSub/operations.js +398 -0
  386. package/dist/esm/api/webPubSub/operations.js.map +1 -0
  387. package/dist/esm/api/webPubSub/options.d.ts +48 -0
  388. package/dist/esm/api/webPubSub/options.js +4 -0
  389. package/dist/esm/api/webPubSub/options.js.map +1 -0
  390. package/dist/esm/api/webPubSubCustomCertificates/index.d.ts +3 -0
  391. package/dist/esm/api/webPubSubCustomCertificates/index.js +4 -0
  392. package/dist/esm/api/webPubSubCustomCertificates/index.js.map +1 -0
  393. package/dist/esm/api/webPubSubCustomCertificates/operations.d.ts +23 -0
  394. package/dist/esm/api/webPubSubCustomCertificates/operations.js +138 -0
  395. package/dist/esm/api/webPubSubCustomCertificates/operations.js.map +1 -0
  396. package/dist/esm/api/webPubSubCustomCertificates/options.d.ts +16 -0
  397. package/dist/esm/api/webPubSubCustomCertificates/options.js +4 -0
  398. package/dist/esm/api/webPubSubCustomCertificates/options.js.map +1 -0
  399. package/dist/esm/api/webPubSubCustomDomains/index.d.ts +3 -0
  400. package/dist/esm/api/webPubSubCustomDomains/index.js +4 -0
  401. package/dist/esm/api/webPubSubCustomDomains/index.js.map +1 -0
  402. package/dist/esm/api/webPubSubCustomDomains/operations.d.ts +23 -0
  403. package/dist/esm/api/webPubSubCustomDomains/operations.js +143 -0
  404. package/dist/esm/api/webPubSubCustomDomains/operations.js.map +1 -0
  405. package/dist/esm/api/webPubSubCustomDomains/options.d.ts +18 -0
  406. package/dist/esm/api/webPubSubCustomDomains/options.js +4 -0
  407. package/dist/esm/api/webPubSubCustomDomains/options.js.map +1 -0
  408. package/dist/esm/api/webPubSubHubs/index.d.ts +3 -0
  409. package/dist/esm/api/webPubSubHubs/index.js +4 -0
  410. package/dist/esm/api/webPubSubHubs/index.js.map +1 -0
  411. package/dist/esm/api/webPubSubHubs/operations.d.ts +23 -0
  412. package/dist/esm/api/webPubSubHubs/operations.js +143 -0
  413. package/dist/esm/api/webPubSubHubs/operations.js.map +1 -0
  414. package/dist/esm/api/webPubSubHubs/options.d.ts +18 -0
  415. package/dist/esm/api/webPubSubHubs/options.js +4 -0
  416. package/dist/esm/api/webPubSubHubs/options.js.map +1 -0
  417. package/dist/esm/api/webPubSubManagementContext.d.ts +22 -0
  418. package/dist/esm/api/webPubSubManagementContext.js +26 -0
  419. package/dist/esm/api/webPubSubManagementContext.js.map +1 -0
  420. package/dist/esm/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
  421. package/dist/esm/api/webPubSubPrivateEndpointConnections/index.js +4 -0
  422. package/dist/esm/api/webPubSubPrivateEndpointConnections/index.js.map +1 -0
  423. package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
  424. package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.js +138 -0
  425. package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.js.map +1 -0
  426. package/dist/esm/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
  427. package/dist/esm/api/webPubSubPrivateEndpointConnections/options.js +4 -0
  428. package/dist/esm/api/webPubSubPrivateEndpointConnections/options.js.map +1 -0
  429. package/dist/esm/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
  430. package/dist/esm/api/webPubSubPrivateLinkResources/index.js +4 -0
  431. package/dist/esm/api/webPubSubPrivateLinkResources/index.js.map +1 -0
  432. package/dist/esm/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
  433. package/dist/esm/api/webPubSubPrivateLinkResources/operations.js +40 -0
  434. package/dist/esm/api/webPubSubPrivateLinkResources/operations.js.map +1 -0
  435. package/dist/esm/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
  436. package/dist/esm/api/webPubSubPrivateLinkResources/options.js +4 -0
  437. package/dist/esm/api/webPubSubPrivateLinkResources/options.js.map +1 -0
  438. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
  439. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.js +4 -0
  440. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
  441. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
  442. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +117 -0
  443. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +1 -0
  444. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
  445. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.js +4 -0
  446. package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +1 -0
  447. package/dist/esm/api/webPubSubReplicas/index.d.ts +3 -0
  448. package/dist/esm/api/webPubSubReplicas/index.js +4 -0
  449. package/dist/esm/api/webPubSubReplicas/index.js.map +1 -0
  450. package/dist/esm/api/webPubSubReplicas/operations.d.ts +31 -0
  451. package/dist/esm/api/webPubSubReplicas/operations.js +209 -0
  452. package/dist/esm/api/webPubSubReplicas/operations.js.map +1 -0
  453. package/dist/esm/api/webPubSubReplicas/options.d.ts +26 -0
  454. package/dist/esm/api/webPubSubReplicas/options.js +4 -0
  455. package/dist/esm/api/webPubSubReplicas/options.js.map +1 -0
  456. package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
  457. package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.js +4 -0
  458. package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
  459. package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
  460. package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.js +143 -0
  461. package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.js.map +1 -0
  462. package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
  463. package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.js +4 -0
  464. package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.js.map +1 -0
  465. package/dist/esm/classic/index.d.ts +12 -0
  466. package/dist/esm/classic/index.js +4 -0
  467. package/dist/esm/classic/index.js.map +1 -0
  468. package/dist/esm/classic/operations/index.d.ts +11 -0
  469. package/dist/esm/classic/operations/index.js +14 -0
  470. package/dist/esm/classic/operations/index.js.map +1 -0
  471. package/dist/esm/classic/usages/index.d.ts +11 -0
  472. package/dist/esm/classic/usages/index.js +14 -0
  473. package/dist/esm/classic/usages/index.js.map +1 -0
  474. package/dist/esm/classic/webPubSub/index.d.ts +55 -0
  475. package/dist/esm/classic/webPubSub/index.js +66 -0
  476. package/dist/esm/classic/webPubSub/index.js.map +1 -0
  477. package/dist/esm/classic/webPubSubCustomCertificates/index.d.ts +23 -0
  478. package/dist/esm/classic/webPubSubCustomCertificates/index.js +26 -0
  479. package/dist/esm/classic/webPubSubCustomCertificates/index.js.map +1 -0
  480. package/dist/esm/classic/webPubSubCustomDomains/index.d.ts +27 -0
  481. package/dist/esm/classic/webPubSubCustomDomains/index.js +34 -0
  482. package/dist/esm/classic/webPubSubCustomDomains/index.js.map +1 -0
  483. package/dist/esm/classic/webPubSubHubs/index.d.ts +27 -0
  484. package/dist/esm/classic/webPubSubHubs/index.js +34 -0
  485. package/dist/esm/classic/webPubSubHubs/index.js.map +1 -0
  486. package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
  487. package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.js +26 -0
  488. package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.js.map +1 -0
  489. package/dist/esm/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
  490. package/dist/esm/classic/webPubSubPrivateLinkResources/index.js +14 -0
  491. package/dist/esm/classic/webPubSubPrivateLinkResources/index.js.map +1 -0
  492. package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
  493. package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +25 -0
  494. package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
  495. package/dist/esm/classic/webPubSubReplicas/index.d.ts +35 -0
  496. package/dist/esm/classic/webPubSubReplicas/index.js +44 -0
  497. package/dist/esm/classic/webPubSubReplicas/index.js.map +1 -0
  498. package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
  499. package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.js +34 -0
  500. package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
  501. package/dist/esm/index.d.ts +27 -0
  502. package/dist/esm/index.js +9 -0
  503. package/dist/esm/index.js.map +1 -0
  504. package/dist/esm/logger.d.ts +2 -0
  505. package/dist/esm/logger.js +5 -0
  506. package/dist/esm/logger.js.map +1 -0
  507. package/dist/esm/models/index.d.ts +3 -0
  508. package/dist/esm/models/index.js +4 -0
  509. package/dist/esm/models/index.js.map +1 -0
  510. package/dist/esm/models/models.d.ts +1506 -0
  511. package/dist/esm/models/models.js +1786 -0
  512. package/dist/esm/models/models.js.map +1 -0
  513. package/dist/esm/package.json +3 -0
  514. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  515. package/dist/esm/restorePollerHelpers.js +138 -0
  516. package/dist/esm/restorePollerHelpers.js.map +1 -0
  517. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  518. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  519. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  520. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  521. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  522. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  523. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  524. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  525. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  526. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  527. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  528. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  529. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  530. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  531. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  532. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  533. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  534. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  535. package/dist/esm/webPubSubManagementClient.d.ts +45 -0
  536. package/dist/esm/webPubSubManagementClient.js +74 -0
  537. package/dist/esm/webPubSubManagementClient.js.map +1 -0
  538. package/package.json +276 -90
  539. package/CHANGELOG.md +0 -102
  540. package/dist/index.js +0 -6100
  541. package/dist/index.js.map +0 -1
  542. package/dist/index.min.js +0 -1
  543. package/dist/index.min.js.map +0 -1
  544. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  547. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  548. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/usagesListSample.js +0 -59
  551. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  552. package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.d.ts +0 -2
  553. package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js +0 -42
  555. package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js.map +0 -1
  556. package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js +0 -64
  559. package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js.map +0 -1
  560. package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js +0 -45
  563. package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js.map +0 -1
  564. package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js +0 -40
  567. package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js.map +0 -1
  568. package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js +0 -40
  571. package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js.map +0 -1
  572. package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js +0 -60
  575. package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js.map +0 -1
  576. package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js +0 -46
  579. package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js.map +0 -1
  580. package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js +0 -40
  583. package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js.map +0 -1
  584. package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js +0 -40
  587. package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js.map +0 -1
  588. package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js +0 -60
  591. package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js.map +0 -1
  592. package/dist-esm/samples-dev/webPubSubDeleteSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/webPubSubDeleteSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/webPubSubDeleteSample.js +0 -39
  595. package/dist-esm/samples-dev/webPubSubDeleteSample.js.map +0 -1
  596. package/dist-esm/samples-dev/webPubSubGetSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/webPubSubGetSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/webPubSubGetSample.js +0 -39
  599. package/dist-esm/samples-dev/webPubSubGetSample.js.map +0 -1
  600. package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js +0 -70
  603. package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js.map +0 -1
  604. package/dist-esm/samples-dev/webPubSubHubsDeleteSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/webPubSubHubsDeleteSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js +0 -40
  607. package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js.map +0 -1
  608. package/dist-esm/samples-dev/webPubSubHubsGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/webPubSubHubsGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/webPubSubHubsGetSample.js +0 -40
  611. package/dist-esm/samples-dev/webPubSubHubsGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/webPubSubHubsListSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/webPubSubHubsListSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/webPubSubHubsListSample.js +0 -60
  615. package/dist-esm/samples-dev/webPubSubHubsListSample.js.map +0 -1
  616. package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js +0 -59
  619. package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js.map +0 -1
  620. package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js +0 -58
  623. package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js.map +0 -1
  624. package/dist-esm/samples-dev/webPubSubListKeysSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/webPubSubListKeysSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/webPubSubListKeysSample.js +0 -39
  627. package/dist-esm/samples-dev/webPubSubListKeysSample.js.map +0 -1
  628. package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js +0 -40
  631. package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js.map +0 -1
  632. package/dist-esm/samples-dev/webPubSubListSkusSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/webPubSubListSkusSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/webPubSubListSkusSample.js +0 -39
  635. package/dist-esm/samples-dev/webPubSubListSkusSample.js.map +0 -1
  636. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js +0 -40
  639. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js.map +0 -1
  640. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js +0 -40
  643. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js.map +0 -1
  644. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js +0 -60
  647. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js.map +0 -1
  648. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js +0 -47
  651. package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js.map +0 -1
  652. package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js +0 -60
  655. package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js.map +0 -1
  656. package/dist-esm/samples-dev/webPubSubRegenerateKeySample.d.ts +0 -2
  657. package/dist-esm/samples-dev/webPubSubRegenerateKeySample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js +0 -40
  659. package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js.map +0 -1
  660. package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js +0 -45
  663. package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js.map +0 -1
  664. package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js +0 -40
  667. package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js.map +0 -1
  668. package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/webPubSubReplicasGetSample.js +0 -40
  671. package/dist-esm/samples-dev/webPubSubReplicasGetSample.js.map +0 -1
  672. package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/webPubSubReplicasListSample.js +0 -60
  675. package/dist-esm/samples-dev/webPubSubReplicasListSample.js.map +0 -1
  676. package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js +0 -40
  679. package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js.map +0 -1
  680. package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js +0 -45
  683. package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js.map +0 -1
  684. package/dist-esm/samples-dev/webPubSubRestartSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/webPubSubRestartSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/webPubSubRestartSample.js +0 -39
  687. package/dist-esm/samples-dev/webPubSubRestartSample.js.map +0 -1
  688. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -45
  691. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
  692. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js +0 -40
  695. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js.map +0 -1
  696. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js +0 -40
  699. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js.map +0 -1
  700. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js +0 -60
  703. package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js.map +0 -1
  704. package/dist-esm/samples-dev/webPubSubUpdateSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/webPubSubUpdateSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/webPubSubUpdateSample.js +0 -64
  707. package/dist-esm/samples-dev/webPubSubUpdateSample.js.map +0 -1
  708. package/dist-esm/src/index.d.ts +0 -6
  709. package/dist-esm/src/index.d.ts.map +0 -1
  710. package/dist-esm/src/index.js +0 -13
  711. package/dist-esm/src/index.js.map +0 -1
  712. package/dist-esm/src/lroImpl.d.ts +0 -11
  713. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  714. package/dist-esm/src/lroImpl.js +0 -21
  715. package/dist-esm/src/lroImpl.js.map +0 -1
  716. package/dist-esm/src/models/index.d.ts +0 -1441
  717. package/dist-esm/src/models/index.d.ts.map +0 -1
  718. package/dist-esm/src/models/index.js +0 -158
  719. package/dist-esm/src/models/index.js.map +0 -1
  720. package/dist-esm/src/models/mappers.d.ts +0 -79
  721. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  722. package/dist-esm/src/models/mappers.js +0 -1971
  723. package/dist-esm/src/models/mappers.js.map +0 -1
  724. package/dist-esm/src/models/parameters.d.ts +0 -26
  725. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  726. package/dist-esm/src/models/parameters.js +0 -214
  727. package/dist-esm/src/models/parameters.js.map +0 -1
  728. package/dist-esm/src/operations/index.d.ts +0 -11
  729. package/dist-esm/src/operations/index.d.ts.map +0 -1
  730. package/dist-esm/src/operations/index.js +0 -18
  731. package/dist-esm/src/operations/index.js.map +0 -1
  732. package/dist-esm/src/operations/operations.d.ts +0 -32
  733. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  734. package/dist-esm/src/operations/operations.js +0 -138
  735. package/dist-esm/src/operations/operations.js.map +0 -1
  736. package/dist-esm/src/operations/usages.d.ts +0 -35
  737. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  738. package/dist-esm/src/operations/usages.js +0 -150
  739. package/dist-esm/src/operations/usages.js.map +0 -1
  740. package/dist-esm/src/operations/webPubSub.d.ts +0 -168
  741. package/dist-esm/src/operations/webPubSub.d.ts.map +0 -1
  742. package/dist-esm/src/operations/webPubSub.js +0 -857
  743. package/dist-esm/src/operations/webPubSub.js.map +0 -1
  744. package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts +0 -73
  745. package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts.map +0 -1
  746. package/dist-esm/src/operations/webPubSubCustomCertificates.js +0 -319
  747. package/dist-esm/src/operations/webPubSubCustomCertificates.js.map +0 -1
  748. package/dist-esm/src/operations/webPubSubCustomDomains.d.ts +0 -81
  749. package/dist-esm/src/operations/webPubSubCustomDomains.d.ts.map +0 -1
  750. package/dist-esm/src/operations/webPubSubCustomDomains.js +0 -363
  751. package/dist-esm/src/operations/webPubSubCustomDomains.js.map +0 -1
  752. package/dist-esm/src/operations/webPubSubHubs.d.ts +0 -81
  753. package/dist-esm/src/operations/webPubSubHubs.d.ts.map +0 -1
  754. package/dist-esm/src/operations/webPubSubHubs.js +0 -363
  755. package/dist-esm/src/operations/webPubSubHubs.js.map +0 -1
  756. package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts +0 -76
  757. package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts.map +0 -1
  758. package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js +0 -325
  759. package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js.map +0 -1
  760. package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts +0 -38
  761. package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts.map +0 -1
  762. package/dist-esm/src/operations/webPubSubPrivateLinkResources.js +0 -155
  763. package/dist-esm/src/operations/webPubSubPrivateLinkResources.js.map +0 -1
  764. package/dist-esm/src/operations/webPubSubReplicas.d.ts +0 -107
  765. package/dist-esm/src/operations/webPubSubReplicas.d.ts.map +0 -1
  766. package/dist-esm/src/operations/webPubSubReplicas.js +0 -507
  767. package/dist-esm/src/operations/webPubSubReplicas.js.map +0 -1
  768. package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts +0 -81
  769. package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts.map +0 -1
  770. package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js +0 -379
  771. package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js.map +0 -1
  772. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  773. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  774. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  775. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  776. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  777. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  778. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  779. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  780. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
  781. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  782. package/dist-esm/src/operationsInterfaces/usages.js +0 -9
  783. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  784. package/dist-esm/src/operationsInterfaces/webPubSub.d.ts +0 -132
  785. package/dist-esm/src/operationsInterfaces/webPubSub.d.ts.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/webPubSub.js +0 -9
  787. package/dist-esm/src/operationsInterfaces/webPubSub.js.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts +0 -48
  789. package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts.map +0 -1
  790. package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.js +0 -9
  791. package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.js.map +0 -1
  792. package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts +0 -56
  793. package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts.map +0 -1
  794. package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.js +0 -9
  795. package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts +0 -56
  797. package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/webPubSubHubs.js +0 -9
  799. package/dist-esm/src/operationsInterfaces/webPubSubHubs.js.map +0 -1
  800. package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts +0 -51
  801. package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.js +0 -9
  803. package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.js.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts +0 -13
  805. package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts.map +0 -1
  806. package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.js +0 -9
  807. package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.js.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts +0 -82
  809. package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js +0 -9
  811. package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js.map +0 -1
  812. package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts +0 -56
  813. package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts.map +0 -1
  814. package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.js +0 -9
  815. package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.js.map +0 -1
  816. package/dist-esm/src/pagingHelper.d.ts +0 -13
  817. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  818. package/dist-esm/src/pagingHelper.js +0 -32
  819. package/dist-esm/src/pagingHelper.js.map +0 -1
  820. package/dist-esm/src/webPubSubManagementClient.d.ts +0 -29
  821. package/dist-esm/src/webPubSubManagementClient.d.ts.map +0 -1
  822. package/dist-esm/src/webPubSubManagementClient.js +0 -109
  823. package/dist-esm/src/webPubSubManagementClient.js.map +0 -1
  824. package/dist-esm/test/webpubsub_examples.spec.d.ts +0 -4
  825. package/dist-esm/test/webpubsub_examples.spec.d.ts.map +0 -1
  826. package/dist-esm/test/webpubsub_examples.spec.js +0 -143
  827. package/dist-esm/test/webpubsub_examples.spec.js.map +0 -1
  828. package/review/arm-webpubsub.api.md +0 -1169
  829. package/rollup.config.js +0 -122
  830. package/src/index.ts +0 -13
  831. package/src/lroImpl.ts +0 -42
  832. package/src/models/index.ts +0 -1661
  833. package/src/models/mappers.ts +0 -2120
  834. package/src/models/parameters.ts +0 -253
  835. package/src/operations/index.ts +0 -18
  836. package/src/operations/operations.ts +0 -149
  837. package/src/operations/usages.ts +0 -170
  838. package/src/operations/webPubSub.ts +0 -1146
  839. package/src/operations/webPubSubCustomCertificates.ts +0 -430
  840. package/src/operations/webPubSubCustomDomains.ts +0 -494
  841. package/src/operations/webPubSubHubs.ts +0 -494
  842. package/src/operations/webPubSubPrivateEndpointConnections.ts +0 -426
  843. package/src/operations/webPubSubPrivateLinkResources.ts +0 -195
  844. package/src/operations/webPubSubReplicas.ts +0 -702
  845. package/src/operations/webPubSubSharedPrivateLinkResources.ts +0 -511
  846. package/src/operationsInterfaces/index.ts +0 -18
  847. package/src/operationsInterfaces/operations.ts +0 -22
  848. package/src/operationsInterfaces/usages.ts +0 -24
  849. package/src/operationsInterfaces/webPubSub.ts +0 -258
  850. package/src/operationsInterfaces/webPubSubCustomCertificates.ts +0 -96
  851. package/src/operationsInterfaces/webPubSubCustomDomains.ts +0 -109
  852. package/src/operationsInterfaces/webPubSubHubs.ts +0 -109
  853. package/src/operationsInterfaces/webPubSubPrivateEndpointConnections.ts +0 -93
  854. package/src/operationsInterfaces/webPubSubPrivateLinkResources.ts +0 -29
  855. package/src/operationsInterfaces/webPubSubReplicas.ts +0 -166
  856. package/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts +0 -109
  857. package/src/pagingHelper.ts +0 -39
  858. package/src/webPubSubManagementClient.ts +0 -188
  859. package/tsconfig.json +0 -33
  860. package/types/arm-webpubsub.d.ts +0 -2171
  861. package/types/tsdoc-metadata.json +0 -11
@@ -1,1661 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export type EventListenerFilterUnion = EventListenerFilter | EventNameFilter;
12
- export type EventListenerEndpointUnion =
13
- | EventListenerEndpoint
14
- | EventHubEndpoint;
15
-
16
- /** Result of the request to list REST API operations. It contains a list of operations. */
17
- export interface OperationList {
18
- /** List of operations supported by the resource provider. */
19
- value?: Operation[];
20
- /**
21
- * The URL the client should use to fetch the next page (per server side paging).
22
- * It's null for now, added for future use.
23
- */
24
- nextLink?: string;
25
- }
26
-
27
- /** REST API operation supported by resource provider. */
28
- export interface Operation {
29
- /** Name of the operation with format: {provider}/{resource}/{operation} */
30
- name?: string;
31
- /** If the operation is a data action. (for data plane rbac) */
32
- isDataAction?: boolean;
33
- /** The object that describes a operation. */
34
- display?: OperationDisplay;
35
- /** Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. */
36
- origin?: string;
37
- /** Extra Operation properties. */
38
- properties?: OperationProperties;
39
- }
40
-
41
- /** The object that describes a operation. */
42
- export interface OperationDisplay {
43
- /** Friendly name of the resource provider */
44
- provider?: string;
45
- /** Resource type on which the operation is performed. */
46
- resource?: string;
47
- /** The localized friendly name for the operation. */
48
- operation?: string;
49
- /** The localized friendly description for the operation */
50
- description?: string;
51
- }
52
-
53
- /** Extra Operation properties. */
54
- export interface OperationProperties {
55
- /** An object that describes a specification. */
56
- serviceSpecification?: ServiceSpecification;
57
- }
58
-
59
- /** An object that describes a specification. */
60
- export interface ServiceSpecification {
61
- /** Specifications of the Metrics for Azure Monitoring. */
62
- metricSpecifications?: MetricSpecification[];
63
- /** Specifications of the Logs for Azure Monitoring. */
64
- logSpecifications?: LogSpecification[];
65
- }
66
-
67
- /** Specifications of the Metrics for Azure Monitoring. */
68
- export interface MetricSpecification {
69
- /** Name of the metric. */
70
- name?: string;
71
- /** Localized friendly display name of the metric. */
72
- displayName?: string;
73
- /** Localized friendly description of the metric. */
74
- displayDescription?: string;
75
- /** The unit that makes sense for the metric. */
76
- unit?: string;
77
- /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
78
- aggregationType?: string;
79
- /**
80
- * Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
81
- * Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear
82
- * often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.
83
- */
84
- fillGapWithZero?: string;
85
- /** The name of the metric category that the metric belongs to. A metric can only belong to a single category. */
86
- category?: string;
87
- /** The dimensions of the metrics. */
88
- dimensions?: Dimension[];
89
- }
90
-
91
- /** Specifications of the Dimension of metrics. */
92
- export interface Dimension {
93
- /** The public facing name of the dimension. */
94
- name?: string;
95
- /** Localized friendly display name of the dimension. */
96
- displayName?: string;
97
- /** Name of the dimension as it appears in MDM. */
98
- internalName?: string;
99
- /** A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. */
100
- toBeExportedForShoebox?: boolean;
101
- }
102
-
103
- /** Specifications of the Logs for Azure Monitoring. */
104
- export interface LogSpecification {
105
- /** Name of the log. */
106
- name?: string;
107
- /** Localized friendly display name of the log. */
108
- displayName?: string;
109
- }
110
-
111
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
112
- export interface ErrorResponse {
113
- /** The error object. */
114
- error?: ErrorDetail;
115
- }
116
-
117
- /** The error detail. */
118
- export interface ErrorDetail {
119
- /**
120
- * The error code.
121
- * NOTE: This property will not be serialized. It can only be populated by the server.
122
- */
123
- readonly code?: string;
124
- /**
125
- * The error message.
126
- * NOTE: This property will not be serialized. It can only be populated by the server.
127
- */
128
- readonly message?: string;
129
- /**
130
- * The error target.
131
- * NOTE: This property will not be serialized. It can only be populated by the server.
132
- */
133
- readonly target?: string;
134
- /**
135
- * The error details.
136
- * NOTE: This property will not be serialized. It can only be populated by the server.
137
- */
138
- readonly details?: ErrorDetail[];
139
- /**
140
- * The error additional info.
141
- * NOTE: This property will not be serialized. It can only be populated by the server.
142
- */
143
- readonly additionalInfo?: ErrorAdditionalInfo[];
144
- }
145
-
146
- /** The resource management error additional info. */
147
- export interface ErrorAdditionalInfo {
148
- /**
149
- * The additional info type.
150
- * NOTE: This property will not be serialized. It can only be populated by the server.
151
- */
152
- readonly type?: string;
153
- /**
154
- * The additional info.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly info?: Record<string, unknown>;
158
- }
159
-
160
- /** Data POST-ed to the nameAvailability action */
161
- export interface NameAvailabilityParameters {
162
- /** The resource type. Can be "Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/WebPubSub", "Microsoft.SignalRService/SignalR/replicas" or "Microsoft.SignalRService/WebPubSub/replicas" */
163
- type: string;
164
- /** The resource name to validate. e.g."my-resource-name" */
165
- name: string;
166
- }
167
-
168
- /** Result of the request to check name availability. It contains a flag and possible reason of failure. */
169
- export interface NameAvailability {
170
- /** Indicates whether the name is available or not. */
171
- nameAvailable?: boolean;
172
- /** The reason of the availability. Required if name is not available. */
173
- reason?: string;
174
- /** The message of the operation. */
175
- message?: string;
176
- }
177
-
178
- /** Object that includes an array of the resource usages and a possible link for next set. */
179
- export interface SignalRServiceUsageList {
180
- /** List of the resource usages */
181
- value?: SignalRServiceUsage[];
182
- /**
183
- * The URL the client should use to fetch the next page (per server side paging).
184
- * It's null for now, added for future use.
185
- */
186
- nextLink?: string;
187
- }
188
-
189
- /** Object that describes a specific usage of the resources. */
190
- export interface SignalRServiceUsage {
191
- /** Fully qualified ARM resource id */
192
- id?: string;
193
- /** Current value for the usage quota. */
194
- currentValue?: number;
195
- /** The maximum permitted value for the usage quota. If there is no limit, this value will be -1. */
196
- limit?: number;
197
- /** Localizable String object containing the name and a localized value. */
198
- name?: SignalRServiceUsageName;
199
- /** Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. */
200
- unit?: string;
201
- }
202
-
203
- /** Localizable String object containing the name and a localized value. */
204
- export interface SignalRServiceUsageName {
205
- /** The identifier of the usage. */
206
- value?: string;
207
- /** Localized name of the usage. */
208
- localizedValue?: string;
209
- }
210
-
211
- /** Object that includes an array of resources and a possible link for next set. */
212
- export interface WebPubSubResourceList {
213
- /** List of the resources */
214
- value?: WebPubSubResource[];
215
- /**
216
- * The URL the client should use to fetch the next page (per server side paging).
217
- * It's null for now, added for future use.
218
- */
219
- nextLink?: string;
220
- }
221
-
222
- /** The billing information of the resource. */
223
- export interface ResourceSku {
224
- /**
225
- * The name of the SKU. Required.
226
- *
227
- * Allowed values: Standard_S1, Free_F1, Premium_P1
228
- */
229
- name: string;
230
- /**
231
- * Optional tier of this particular SKU. 'Standard' or 'Free'.
232
- *
233
- * `Basic` is deprecated, use `Standard` instead.
234
- */
235
- tier?: WebPubSubSkuTier;
236
- /**
237
- * Not used. Retained for future use.
238
- * NOTE: This property will not be serialized. It can only be populated by the server.
239
- */
240
- readonly size?: string;
241
- /**
242
- * Not used. Retained for future use.
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
245
- readonly family?: string;
246
- /**
247
- * Optional, integer. The unit count of the resource. 1 by default.
248
- *
249
- * If present, following values are allowed:
250
- * Free: 1;
251
- * Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
252
- * Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
253
- */
254
- capacity?: number;
255
- }
256
-
257
- /** Private endpoint */
258
- export interface PrivateEndpoint {
259
- /** Full qualified Id of the private endpoint */
260
- id?: string;
261
- }
262
-
263
- /** Connection state of the private endpoint connection */
264
- export interface PrivateLinkServiceConnectionState {
265
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
266
- status?: PrivateLinkServiceConnectionStatus;
267
- /** The reason for approval/rejection of the connection. */
268
- description?: string;
269
- /** A message indicating if changes on the service provider require any updates on the consumer. */
270
- actionsRequired?: string;
271
- }
272
-
273
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
274
- export interface Resource {
275
- /**
276
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
277
- * NOTE: This property will not be serialized. It can only be populated by the server.
278
- */
279
- readonly id?: string;
280
- /**
281
- * The name of the resource
282
- * NOTE: This property will not be serialized. It can only be populated by the server.
283
- */
284
- readonly name?: string;
285
- /**
286
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
287
- * NOTE: This property will not be serialized. It can only be populated by the server.
288
- */
289
- readonly type?: string;
290
- /**
291
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
292
- * NOTE: This property will not be serialized. It can only be populated by the server.
293
- */
294
- readonly systemData?: SystemData;
295
- }
296
-
297
- /** Metadata pertaining to creation and last modification of the resource. */
298
- export interface SystemData {
299
- /** The identity that created the resource. */
300
- createdBy?: string;
301
- /** The type of identity that created the resource. */
302
- createdByType?: CreatedByType;
303
- /** The timestamp of resource creation (UTC). */
304
- createdAt?: Date;
305
- /** The identity that last modified the resource. */
306
- lastModifiedBy?: string;
307
- /** The type of identity that last modified the resource. */
308
- lastModifiedByType?: CreatedByType;
309
- /** The timestamp of resource last modification (UTC) */
310
- lastModifiedAt?: Date;
311
- }
312
-
313
- /** TLS settings for the resource */
314
- export interface WebPubSubTlsSettings {
315
- /** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */
316
- clientCertEnabled?: boolean;
317
- }
318
-
319
- /** Live trace configuration of a Microsoft.SignalRService resource. */
320
- export interface LiveTraceConfiguration {
321
- /**
322
- * Indicates whether or not enable live trace.
323
- * When it's set to true, live trace client can connect to the service.
324
- * Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories".
325
- * Available values: true, false.
326
- * Case insensitive.
327
- */
328
- enabled?: string;
329
- /** Gets or sets the list of category configurations. */
330
- categories?: LiveTraceCategory[];
331
- }
332
-
333
- /** Live trace category configuration of a Microsoft.SignalRService resource. */
334
- export interface LiveTraceCategory {
335
- /**
336
- * Gets or sets the live trace category's name.
337
- * Available values: ConnectivityLogs, MessagingLogs.
338
- * Case insensitive.
339
- */
340
- name?: string;
341
- /**
342
- * Indicates whether or the live trace category is enabled.
343
- * Available values: true, false.
344
- * Case insensitive.
345
- */
346
- enabled?: string;
347
- }
348
-
349
- /** Resource log configuration of a Microsoft.SignalRService resource. */
350
- export interface ResourceLogConfiguration {
351
- /** Gets or sets the list of category configurations. */
352
- categories?: ResourceLogCategory[];
353
- }
354
-
355
- /** Resource log category configuration of a Microsoft.SignalRService resource. */
356
- export interface ResourceLogCategory {
357
- /**
358
- * Gets or sets the resource log category's name.
359
- * Available values: ConnectivityLogs, MessagingLogs.
360
- * Case insensitive.
361
- */
362
- name?: string;
363
- /**
364
- * Indicates whether or the resource log category is enabled.
365
- * Available values: true, false.
366
- * Case insensitive.
367
- */
368
- enabled?: string;
369
- }
370
-
371
- /** Network ACLs for the resource */
372
- export interface WebPubSubNetworkACLs {
373
- /** Azure Networking ACL Action. */
374
- defaultAction?: ACLAction;
375
- /** Network ACL */
376
- publicNetwork?: NetworkACL;
377
- /** ACLs for requests from private endpoints */
378
- privateEndpoints?: PrivateEndpointACL[];
379
- }
380
-
381
- /** Network ACL */
382
- export interface NetworkACL {
383
- /** Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
384
- allow?: WebPubSubRequestType[];
385
- /** Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
386
- deny?: WebPubSubRequestType[];
387
- }
388
-
389
- /** A class represent managed identities used for request and response */
390
- export interface ManagedIdentity {
391
- /** Represents the identity type: systemAssigned, userAssigned, None */
392
- type?: ManagedIdentityType;
393
- /** Get or set the user assigned identities */
394
- userAssignedIdentities?: {
395
- [propertyName: string]: UserAssignedIdentityProperty;
396
- };
397
- /**
398
- * Get the principal id for the system assigned identity.
399
- * Only be used in response.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly principalId?: string;
403
- /**
404
- * Get the tenant id for the system assigned identity.
405
- * Only be used in response
406
- * NOTE: This property will not be serialized. It can only be populated by the server.
407
- */
408
- readonly tenantId?: string;
409
- }
410
-
411
- /** Properties of user assigned identity. */
412
- export interface UserAssignedIdentityProperty {
413
- /**
414
- * Get the principal id for the user assigned identity
415
- * NOTE: This property will not be serialized. It can only be populated by the server.
416
- */
417
- readonly principalId?: string;
418
- /**
419
- * Get the client id for the user assigned identity
420
- * NOTE: This property will not be serialized. It can only be populated by the server.
421
- */
422
- readonly clientId?: string;
423
- }
424
-
425
- /** Custom certificates list. */
426
- export interface CustomCertificateList {
427
- /** List of custom certificates of this resource. */
428
- value?: CustomCertificate[];
429
- /**
430
- * The URL the client should use to fetch the next page (per server side paging).
431
- * It's null for now, added for future use.
432
- */
433
- nextLink?: string;
434
- }
435
-
436
- /** Custom domains list */
437
- export interface CustomDomainList {
438
- /** List of custom domains that bind to this resource. */
439
- value?: CustomDomain[];
440
- /**
441
- * The URL the client should use to fetch the next page (per server side paging).
442
- * It's null for now, added for future use.
443
- */
444
- nextLink?: string;
445
- }
446
-
447
- /** Reference to a resource. */
448
- export interface ResourceReference {
449
- /** Resource ID. */
450
- id?: string;
451
- }
452
-
453
- /** Hub setting list */
454
- export interface WebPubSubHubList {
455
- /** List of hub settings to this resource. */
456
- value?: WebPubSubHub[];
457
- /**
458
- * The URL the client should use to fetch the next page (per server side paging).
459
- * It's null for now, added for future use.
460
- * NOTE: This property will not be serialized. It can only be populated by the server.
461
- */
462
- readonly nextLink?: string;
463
- }
464
-
465
- /** Properties of a hub. */
466
- export interface WebPubSubHubProperties {
467
- /** Event handler of a hub. */
468
- eventHandlers?: EventHandler[];
469
- /**
470
- * Event listener settings for forwarding your client events to listeners.
471
- * Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.
472
- * One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter.
473
- * Maximum count of event listeners among all hubs is 10.
474
- */
475
- eventListeners?: EventListener[];
476
- /** The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny". */
477
- anonymousConnectPolicy?: string;
478
- }
479
-
480
- /** Properties of event handler. */
481
- export interface EventHandler {
482
- /**
483
- * Gets or sets the EventHandler URL template. You can use a predefined parameter {hub} and {event} inside the template, the value of the EventHandler URL is dynamically calculated when the client request comes in.
484
- * For example, UrlTemplate can be `http://example.com/api/{hub}/{event}`. The host part can't contains parameters.
485
- */
486
- urlTemplate: string;
487
- /**
488
- * Gets or sets the matching pattern for event names.
489
- * There are 3 kinds of patterns supported:
490
- * 1. "*", it matches any event name
491
- * 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2"
492
- * 3. A single event name, for example, "event1", it matches "event1"
493
- */
494
- userEventPattern?: string;
495
- /** Gets or sets the list of system events. */
496
- systemEvents?: string[];
497
- /** Upstream auth settings. If not set, no auth is used for upstream messages. */
498
- auth?: UpstreamAuthSettings;
499
- }
500
-
501
- /** Upstream auth settings. If not set, no auth is used for upstream messages. */
502
- export interface UpstreamAuthSettings {
503
- /** Upstream auth type enum. */
504
- type?: UpstreamAuthType;
505
- /** Managed identity settings for upstream. */
506
- managedIdentity?: ManagedIdentitySettings;
507
- }
508
-
509
- /** Managed identity settings for upstream. */
510
- export interface ManagedIdentitySettings {
511
- /**
512
- * The Resource indicating the App ID URI of the target resource.
513
- * It also appears in the aud (audience) claim of the issued token.
514
- */
515
- resource?: string;
516
- }
517
-
518
- /** A setting defines which kinds of events should be sent to which endpoint. */
519
- export interface EventListener {
520
- /** A base class for event filter which determines whether an event should be sent to an event listener. */
521
- filter: EventListenerFilterUnion;
522
- /** An endpoint specifying where Web PubSub should send events to. */
523
- endpoint: EventListenerEndpointUnion;
524
- }
525
-
526
- /** A base class for event filter which determines whether an event should be sent to an event listener. */
527
- export interface EventListenerFilter {
528
- /** Polymorphic discriminator, which specifies the different types this object can be */
529
- type: "EventName";
530
- }
531
-
532
- /** An endpoint specifying where Web PubSub should send events to. */
533
- export interface EventListenerEndpoint {
534
- /** Polymorphic discriminator, which specifies the different types this object can be */
535
- type: "EventHub";
536
- }
537
-
538
- /** A class represents the access keys of the resource. */
539
- export interface WebPubSubKeys {
540
- /** The primary access key. */
541
- primaryKey?: string;
542
- /** The secondary access key. */
543
- secondaryKey?: string;
544
- /** Connection string constructed via the primaryKey */
545
- primaryConnectionString?: string;
546
- /** Connection string constructed via the secondaryKey */
547
- secondaryConnectionString?: string;
548
- }
549
-
550
- /** A list of private endpoint connections */
551
- export interface PrivateEndpointConnectionList {
552
- /** The list of the private endpoint connections */
553
- value?: PrivateEndpointConnection[];
554
- /** Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. */
555
- nextLink?: string;
556
- }
557
-
558
- /** Contains a list of PrivateLinkResource and a possible link to query more results */
559
- export interface PrivateLinkResourceList {
560
- /** List of PrivateLinkResource */
561
- value?: PrivateLinkResource[];
562
- /**
563
- * The URL the client should use to fetch the next page (per server side paging).
564
- * It's null for now, added for future use.
565
- */
566
- nextLink?: string;
567
- }
568
-
569
- /** Describes a resource type that has been onboarded to private link service */
570
- export interface ShareablePrivateLinkResourceType {
571
- /** The name of the resource type that has been onboarded to private link service */
572
- name?: string;
573
- /** Describes the properties of a resource type that has been onboarded to private link service */
574
- properties?: ShareablePrivateLinkResourceProperties;
575
- }
576
-
577
- /** Describes the properties of a resource type that has been onboarded to private link service */
578
- export interface ShareablePrivateLinkResourceProperties {
579
- /** The description of the resource type that has been onboarded to private link service */
580
- description?: string;
581
- /** The resource provider group id for the resource that has been onboarded to private link service */
582
- groupId?: string;
583
- /** The resource provider type for the resource that has been onboarded to private link service */
584
- type?: string;
585
- }
586
-
587
- /** Parameters describes the request to regenerate access keys */
588
- export interface RegenerateKeyParameters {
589
- /** The type of access key. */
590
- keyType?: KeyType;
591
- }
592
-
593
- export interface ReplicaList {
594
- /** List of the replica */
595
- value?: Replica[];
596
- /**
597
- * The URL the client should use to fetch the next page (per server side paging).
598
- * It's null for now, added for future use.
599
- */
600
- nextLink?: string;
601
- }
602
-
603
- /** The list skus operation response */
604
- export interface SkuList {
605
- /**
606
- * The list of skus available for the resource.
607
- * NOTE: This property will not be serialized. It can only be populated by the server.
608
- */
609
- readonly value?: Sku[];
610
- /**
611
- * The URL the client should use to fetch the next page (per server side paging).
612
- * It's null for now, added for future use.
613
- * NOTE: This property will not be serialized. It can only be populated by the server.
614
- */
615
- readonly nextLink?: string;
616
- }
617
-
618
- /** Describes an available sku." */
619
- export interface Sku {
620
- /**
621
- * The resource type that this object applies to
622
- * NOTE: This property will not be serialized. It can only be populated by the server.
623
- */
624
- readonly resourceType?: string;
625
- /**
626
- * The billing information of the resource.
627
- * NOTE: This property will not be serialized. It can only be populated by the server.
628
- */
629
- readonly sku?: ResourceSku;
630
- /**
631
- * Describes scaling information of a sku.
632
- * NOTE: This property will not be serialized. It can only be populated by the server.
633
- */
634
- readonly capacity?: SkuCapacity;
635
- }
636
-
637
- /** Describes scaling information of a sku. */
638
- export interface SkuCapacity {
639
- /**
640
- * The lowest permitted capacity for this resource
641
- * NOTE: This property will not be serialized. It can only be populated by the server.
642
- */
643
- readonly minimum?: number;
644
- /**
645
- * The highest permitted capacity for this resource
646
- * NOTE: This property will not be serialized. It can only be populated by the server.
647
- */
648
- readonly maximum?: number;
649
- /**
650
- * The default capacity.
651
- * NOTE: This property will not be serialized. It can only be populated by the server.
652
- */
653
- readonly default?: number;
654
- /**
655
- * Allows capacity value list.
656
- * NOTE: This property will not be serialized. It can only be populated by the server.
657
- */
658
- readonly allowedValues?: number[];
659
- /**
660
- * The scale type applicable to the sku.
661
- * NOTE: This property will not be serialized. It can only be populated by the server.
662
- */
663
- readonly scaleType?: ScaleType;
664
- }
665
-
666
- /** A list of shared private link resources */
667
- export interface SharedPrivateLinkResourceList {
668
- /** The list of the shared private link resources */
669
- value?: SharedPrivateLinkResource[];
670
- /** Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. */
671
- nextLink?: string;
672
- }
673
-
674
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
675
- export interface ProxyResource extends Resource {}
676
-
677
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
678
- export interface TrackedResource extends Resource {
679
- /** Resource tags. */
680
- tags?: { [propertyName: string]: string };
681
- /** The geo-location where the resource lives */
682
- location: string;
683
- }
684
-
685
- /** ACL for a private endpoint */
686
- export interface PrivateEndpointACL extends NetworkACL {
687
- /** Name of the private endpoint connection */
688
- name: string;
689
- }
690
-
691
- /** Filter events by their name. */
692
- export interface EventNameFilter extends EventListenerFilter {
693
- /** Polymorphic discriminator, which specifies the different types this object can be */
694
- type: "EventName";
695
- /** Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response. */
696
- systemEvents?: string[];
697
- /**
698
- * Gets or sets a matching pattern for event names.
699
- * There are 3 kinds of patterns supported:
700
- * 1. "*", it matches any event name
701
- * 2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2"
702
- * 3. A single event name, for example, "event1", it matches "event1"
703
- */
704
- userEventPattern?: string;
705
- }
706
-
707
- /**
708
- * An Event Hub endpoint.
709
- * The managed identity of Web PubSub service must be enabled, and the identity should have the "Azure Event Hubs Data sender" role to access Event Hub.
710
- */
711
- export interface EventHubEndpoint extends EventListenerEndpoint {
712
- /** Polymorphic discriminator, which specifies the different types this object can be */
713
- type: "EventHub";
714
- /** The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net". */
715
- fullyQualifiedNamespace: string;
716
- /** The name of the Event Hub. */
717
- eventHubName: string;
718
- }
719
-
720
- /** A private endpoint connection to an azure resource */
721
- export interface PrivateEndpointConnection extends ProxyResource {
722
- /**
723
- * Provisioning state of the resource.
724
- * NOTE: This property will not be serialized. It can only be populated by the server.
725
- */
726
- readonly provisioningState?: ProvisioningState;
727
- /** Private endpoint */
728
- privateEndpoint?: PrivateEndpoint;
729
- /**
730
- * Group IDs
731
- * NOTE: This property will not be serialized. It can only be populated by the server.
732
- */
733
- readonly groupIds?: string[];
734
- /** Connection state of the private endpoint connection */
735
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
736
- }
737
-
738
- /** Describes a Shared Private Link Resource */
739
- export interface SharedPrivateLinkResource extends ProxyResource {
740
- /** The group id from the provider of resource the shared private link resource is for */
741
- groupId?: string;
742
- /** The resource id of the resource the shared private link resource is for */
743
- privateLinkResourceId?: string;
744
- /**
745
- * Provisioning state of the resource.
746
- * NOTE: This property will not be serialized. It can only be populated by the server.
747
- */
748
- readonly provisioningState?: ProvisioningState;
749
- /** The request message for requesting approval of the shared private link resource */
750
- requestMessage?: string;
751
- /**
752
- * Status of the shared private link resource
753
- * NOTE: This property will not be serialized. It can only be populated by the server.
754
- */
755
- readonly status?: SharedPrivateLinkResourceStatus;
756
- }
757
-
758
- /** A custom certificate. */
759
- export interface CustomCertificate extends ProxyResource {
760
- /**
761
- * Provisioning state of the resource.
762
- * NOTE: This property will not be serialized. It can only be populated by the server.
763
- */
764
- readonly provisioningState?: ProvisioningState;
765
- /** Base uri of the KeyVault that stores certificate. */
766
- keyVaultBaseUri: string;
767
- /** Certificate secret name. */
768
- keyVaultSecretName: string;
769
- /** Certificate secret version. */
770
- keyVaultSecretVersion?: string;
771
- }
772
-
773
- /** A custom domain */
774
- export interface CustomDomain extends ProxyResource {
775
- /**
776
- * Provisioning state of the resource.
777
- * NOTE: This property will not be serialized. It can only be populated by the server.
778
- */
779
- readonly provisioningState?: ProvisioningState;
780
- /** The custom domain name. */
781
- domainName: string;
782
- /** Reference to a resource. */
783
- customCertificate: ResourceReference;
784
- }
785
-
786
- /** A hub setting */
787
- export interface WebPubSubHub extends ProxyResource {
788
- /** Properties of a hub. */
789
- properties: WebPubSubHubProperties;
790
- }
791
-
792
- /** Private link resource */
793
- export interface PrivateLinkResource extends ProxyResource {
794
- /** Group Id of the private link resource */
795
- groupId?: string;
796
- /** Required members of the private link resource */
797
- requiredMembers?: string[];
798
- /** Required private DNS zone names */
799
- requiredZoneNames?: string[];
800
- /** The list of resources that are onboarded to private link service */
801
- shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];
802
- }
803
-
804
- /** A class represent a resource. */
805
- export interface WebPubSubResource extends TrackedResource {
806
- /** The billing information of the resource. */
807
- sku?: ResourceSku;
808
- /** The kind of the service */
809
- kind?: ServiceKind;
810
- /** A class represent managed identities used for request and response */
811
- identity?: ManagedIdentity;
812
- /**
813
- * Provisioning state of the resource.
814
- * NOTE: This property will not be serialized. It can only be populated by the server.
815
- */
816
- readonly provisioningState?: ProvisioningState;
817
- /**
818
- * The publicly accessible IP of the resource.
819
- * NOTE: This property will not be serialized. It can only be populated by the server.
820
- */
821
- readonly externalIP?: string;
822
- /**
823
- * FQDN of the service instance.
824
- * NOTE: This property will not be serialized. It can only be populated by the server.
825
- */
826
- readonly hostName?: string;
827
- /**
828
- * The publicly accessible port of the resource which is designed for browser/client side usage.
829
- * NOTE: This property will not be serialized. It can only be populated by the server.
830
- */
831
- readonly publicPort?: number;
832
- /**
833
- * The publicly accessible port of the resource which is designed for customer server side usage.
834
- * NOTE: This property will not be serialized. It can only be populated by the server.
835
- */
836
- readonly serverPort?: number;
837
- /**
838
- * Version of the resource. Probably you need the same or higher version of client SDKs.
839
- * NOTE: This property will not be serialized. It can only be populated by the server.
840
- */
841
- readonly version?: string;
842
- /**
843
- * Private endpoint connections to the resource.
844
- * NOTE: This property will not be serialized. It can only be populated by the server.
845
- */
846
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
847
- /**
848
- * The list of shared private link resources.
849
- * NOTE: This property will not be serialized. It can only be populated by the server.
850
- */
851
- readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];
852
- /** TLS settings for the resource */
853
- tls?: WebPubSubTlsSettings;
854
- /**
855
- * Deprecated.
856
- * NOTE: This property will not be serialized. It can only be populated by the server.
857
- */
858
- readonly hostNamePrefix?: string;
859
- /** Live trace configuration of a Microsoft.SignalRService resource. */
860
- liveTraceConfiguration?: LiveTraceConfiguration;
861
- /** Resource log configuration of a Microsoft.SignalRService resource. */
862
- resourceLogConfiguration?: ResourceLogConfiguration;
863
- /** Network ACLs for the resource */
864
- networkACLs?: WebPubSubNetworkACLs;
865
- /**
866
- * Enable or disable public network access. Default to "Enabled".
867
- * When it's Enabled, network ACLs still apply.
868
- * When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
869
- */
870
- publicNetworkAccess?: string;
871
- /**
872
- * DisableLocalAuth
873
- * Enable or disable local auth with AccessKey
874
- * When set as true, connection with AccessKey=xxx won't work.
875
- */
876
- disableLocalAuth?: boolean;
877
- /**
878
- * DisableLocalAuth
879
- * Enable or disable aad auth
880
- * When set as true, connection with AuthType=aad won't work.
881
- */
882
- disableAadAuth?: boolean;
883
- }
884
-
885
- /** A class represent a replica resource. */
886
- export interface Replica extends TrackedResource {
887
- /** The billing information of the resource. */
888
- sku?: ResourceSku;
889
- /**
890
- * Provisioning state of the resource.
891
- * NOTE: This property will not be serialized. It can only be populated by the server.
892
- */
893
- readonly provisioningState?: ProvisioningState;
894
- }
895
-
896
- /** Defines headers for WebPubSub_update operation. */
897
- export interface WebPubSubUpdateHeaders {
898
- location?: string;
899
- }
900
-
901
- /** Defines headers for WebPubSub_regenerateKey operation. */
902
- export interface WebPubSubRegenerateKeyHeaders {
903
- location?: string;
904
- }
905
-
906
- /** Defines headers for WebPubSub_restart operation. */
907
- export interface WebPubSubRestartHeaders {
908
- location?: string;
909
- }
910
-
911
- /** Defines headers for WebPubSubReplicas_update operation. */
912
- export interface WebPubSubReplicasUpdateHeaders {
913
- location?: string;
914
- }
915
-
916
- /** Defines headers for WebPubSubReplicas_restart operation. */
917
- export interface WebPubSubReplicasRestartHeaders {
918
- location?: string;
919
- }
920
-
921
- /** Known values of {@link WebPubSubSkuTier} that the service accepts. */
922
- export enum KnownWebPubSubSkuTier {
923
- /** Free */
924
- Free = "Free",
925
- /** Basic */
926
- Basic = "Basic",
927
- /** Standard */
928
- Standard = "Standard",
929
- /** Premium */
930
- Premium = "Premium"
931
- }
932
-
933
- /**
934
- * Defines values for WebPubSubSkuTier. \
935
- * {@link KnownWebPubSubSkuTier} can be used interchangeably with WebPubSubSkuTier,
936
- * this enum contains the known values that the service supports.
937
- * ### Known values supported by the service
938
- * **Free** \
939
- * **Basic** \
940
- * **Standard** \
941
- * **Premium**
942
- */
943
- export type WebPubSubSkuTier = string;
944
-
945
- /** Known values of {@link ProvisioningState} that the service accepts. */
946
- export enum KnownProvisioningState {
947
- /** Unknown */
948
- Unknown = "Unknown",
949
- /** Succeeded */
950
- Succeeded = "Succeeded",
951
- /** Failed */
952
- Failed = "Failed",
953
- /** Canceled */
954
- Canceled = "Canceled",
955
- /** Running */
956
- Running = "Running",
957
- /** Creating */
958
- Creating = "Creating",
959
- /** Updating */
960
- Updating = "Updating",
961
- /** Deleting */
962
- Deleting = "Deleting",
963
- /** Moving */
964
- Moving = "Moving"
965
- }
966
-
967
- /**
968
- * Defines values for ProvisioningState. \
969
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
970
- * this enum contains the known values that the service supports.
971
- * ### Known values supported by the service
972
- * **Unknown** \
973
- * **Succeeded** \
974
- * **Failed** \
975
- * **Canceled** \
976
- * **Running** \
977
- * **Creating** \
978
- * **Updating** \
979
- * **Deleting** \
980
- * **Moving**
981
- */
982
- export type ProvisioningState = string;
983
-
984
- /** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
985
- export enum KnownPrivateLinkServiceConnectionStatus {
986
- /** Pending */
987
- Pending = "Pending",
988
- /** Approved */
989
- Approved = "Approved",
990
- /** Rejected */
991
- Rejected = "Rejected",
992
- /** Disconnected */
993
- Disconnected = "Disconnected"
994
- }
995
-
996
- /**
997
- * Defines values for PrivateLinkServiceConnectionStatus. \
998
- * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
999
- * this enum contains the known values that the service supports.
1000
- * ### Known values supported by the service
1001
- * **Pending** \
1002
- * **Approved** \
1003
- * **Rejected** \
1004
- * **Disconnected**
1005
- */
1006
- export type PrivateLinkServiceConnectionStatus = string;
1007
-
1008
- /** Known values of {@link CreatedByType} that the service accepts. */
1009
- export enum KnownCreatedByType {
1010
- /** User */
1011
- User = "User",
1012
- /** Application */
1013
- Application = "Application",
1014
- /** ManagedIdentity */
1015
- ManagedIdentity = "ManagedIdentity",
1016
- /** Key */
1017
- Key = "Key"
1018
- }
1019
-
1020
- /**
1021
- * Defines values for CreatedByType. \
1022
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1023
- * this enum contains the known values that the service supports.
1024
- * ### Known values supported by the service
1025
- * **User** \
1026
- * **Application** \
1027
- * **ManagedIdentity** \
1028
- * **Key**
1029
- */
1030
- export type CreatedByType = string;
1031
-
1032
- /** Known values of {@link SharedPrivateLinkResourceStatus} that the service accepts. */
1033
- export enum KnownSharedPrivateLinkResourceStatus {
1034
- /** Pending */
1035
- Pending = "Pending",
1036
- /** Approved */
1037
- Approved = "Approved",
1038
- /** Rejected */
1039
- Rejected = "Rejected",
1040
- /** Disconnected */
1041
- Disconnected = "Disconnected",
1042
- /** Timeout */
1043
- Timeout = "Timeout"
1044
- }
1045
-
1046
- /**
1047
- * Defines values for SharedPrivateLinkResourceStatus. \
1048
- * {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,
1049
- * this enum contains the known values that the service supports.
1050
- * ### Known values supported by the service
1051
- * **Pending** \
1052
- * **Approved** \
1053
- * **Rejected** \
1054
- * **Disconnected** \
1055
- * **Timeout**
1056
- */
1057
- export type SharedPrivateLinkResourceStatus = string;
1058
-
1059
- /** Known values of {@link ACLAction} that the service accepts. */
1060
- export enum KnownACLAction {
1061
- /** Allow */
1062
- Allow = "Allow",
1063
- /** Deny */
1064
- Deny = "Deny"
1065
- }
1066
-
1067
- /**
1068
- * Defines values for ACLAction. \
1069
- * {@link KnownACLAction} can be used interchangeably with ACLAction,
1070
- * this enum contains the known values that the service supports.
1071
- * ### Known values supported by the service
1072
- * **Allow** \
1073
- * **Deny**
1074
- */
1075
- export type ACLAction = string;
1076
-
1077
- /** Known values of {@link WebPubSubRequestType} that the service accepts. */
1078
- export enum KnownWebPubSubRequestType {
1079
- /** ClientConnection */
1080
- ClientConnection = "ClientConnection",
1081
- /** ServerConnection */
1082
- ServerConnection = "ServerConnection",
1083
- /** Restapi */
1084
- Restapi = "RESTAPI",
1085
- /** Trace */
1086
- Trace = "Trace"
1087
- }
1088
-
1089
- /**
1090
- * Defines values for WebPubSubRequestType. \
1091
- * {@link KnownWebPubSubRequestType} can be used interchangeably with WebPubSubRequestType,
1092
- * this enum contains the known values that the service supports.
1093
- * ### Known values supported by the service
1094
- * **ClientConnection** \
1095
- * **ServerConnection** \
1096
- * **RESTAPI** \
1097
- * **Trace**
1098
- */
1099
- export type WebPubSubRequestType = string;
1100
-
1101
- /** Known values of {@link ServiceKind} that the service accepts. */
1102
- export enum KnownServiceKind {
1103
- /** WebPubSub */
1104
- WebPubSub = "WebPubSub",
1105
- /** SocketIO */
1106
- SocketIO = "SocketIO"
1107
- }
1108
-
1109
- /**
1110
- * Defines values for ServiceKind. \
1111
- * {@link KnownServiceKind} can be used interchangeably with ServiceKind,
1112
- * this enum contains the known values that the service supports.
1113
- * ### Known values supported by the service
1114
- * **WebPubSub** \
1115
- * **SocketIO**
1116
- */
1117
- export type ServiceKind = string;
1118
-
1119
- /** Known values of {@link ManagedIdentityType} that the service accepts. */
1120
- export enum KnownManagedIdentityType {
1121
- /** None */
1122
- None = "None",
1123
- /** SystemAssigned */
1124
- SystemAssigned = "SystemAssigned",
1125
- /** UserAssigned */
1126
- UserAssigned = "UserAssigned"
1127
- }
1128
-
1129
- /**
1130
- * Defines values for ManagedIdentityType. \
1131
- * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
1132
- * this enum contains the known values that the service supports.
1133
- * ### Known values supported by the service
1134
- * **None** \
1135
- * **SystemAssigned** \
1136
- * **UserAssigned**
1137
- */
1138
- export type ManagedIdentityType = string;
1139
-
1140
- /** Known values of {@link UpstreamAuthType} that the service accepts. */
1141
- export enum KnownUpstreamAuthType {
1142
- /** None */
1143
- None = "None",
1144
- /** ManagedIdentity */
1145
- ManagedIdentity = "ManagedIdentity"
1146
- }
1147
-
1148
- /**
1149
- * Defines values for UpstreamAuthType. \
1150
- * {@link KnownUpstreamAuthType} can be used interchangeably with UpstreamAuthType,
1151
- * this enum contains the known values that the service supports.
1152
- * ### Known values supported by the service
1153
- * **None** \
1154
- * **ManagedIdentity**
1155
- */
1156
- export type UpstreamAuthType = string;
1157
-
1158
- /** Known values of {@link EventListenerFilterDiscriminator} that the service accepts. */
1159
- export enum KnownEventListenerFilterDiscriminator {
1160
- /** EventName */
1161
- EventName = "EventName"
1162
- }
1163
-
1164
- /**
1165
- * Defines values for EventListenerFilterDiscriminator. \
1166
- * {@link KnownEventListenerFilterDiscriminator} can be used interchangeably with EventListenerFilterDiscriminator,
1167
- * this enum contains the known values that the service supports.
1168
- * ### Known values supported by the service
1169
- * **EventName**
1170
- */
1171
- export type EventListenerFilterDiscriminator = string;
1172
-
1173
- /** Known values of {@link EventListenerEndpointDiscriminator} that the service accepts. */
1174
- export enum KnownEventListenerEndpointDiscriminator {
1175
- /** EventHub */
1176
- EventHub = "EventHub"
1177
- }
1178
-
1179
- /**
1180
- * Defines values for EventListenerEndpointDiscriminator. \
1181
- * {@link KnownEventListenerEndpointDiscriminator} can be used interchangeably with EventListenerEndpointDiscriminator,
1182
- * this enum contains the known values that the service supports.
1183
- * ### Known values supported by the service
1184
- * **EventHub**
1185
- */
1186
- export type EventListenerEndpointDiscriminator = string;
1187
-
1188
- /** Known values of {@link KeyType} that the service accepts. */
1189
- export enum KnownKeyType {
1190
- /** Primary */
1191
- Primary = "Primary",
1192
- /** Secondary */
1193
- Secondary = "Secondary",
1194
- /** Salt */
1195
- Salt = "Salt"
1196
- }
1197
-
1198
- /**
1199
- * Defines values for KeyType. \
1200
- * {@link KnownKeyType} can be used interchangeably with KeyType,
1201
- * this enum contains the known values that the service supports.
1202
- * ### Known values supported by the service
1203
- * **Primary** \
1204
- * **Secondary** \
1205
- * **Salt**
1206
- */
1207
- export type KeyType = string;
1208
-
1209
- /** Known values of {@link ScaleType} that the service accepts. */
1210
- export enum KnownScaleType {
1211
- /** None */
1212
- None = "None",
1213
- /** Manual */
1214
- Manual = "Manual",
1215
- /** Automatic */
1216
- Automatic = "Automatic"
1217
- }
1218
-
1219
- /**
1220
- * Defines values for ScaleType. \
1221
- * {@link KnownScaleType} can be used interchangeably with ScaleType,
1222
- * this enum contains the known values that the service supports.
1223
- * ### Known values supported by the service
1224
- * **None** \
1225
- * **Manual** \
1226
- * **Automatic**
1227
- */
1228
- export type ScaleType = string;
1229
-
1230
- /** Optional parameters. */
1231
- export interface OperationsListOptionalParams
1232
- extends coreClient.OperationOptions {}
1233
-
1234
- /** Contains response data for the list operation. */
1235
- export type OperationsListResponse = OperationList;
1236
-
1237
- /** Optional parameters. */
1238
- export interface OperationsListNextOptionalParams
1239
- extends coreClient.OperationOptions {}
1240
-
1241
- /** Contains response data for the listNext operation. */
1242
- export type OperationsListNextResponse = OperationList;
1243
-
1244
- /** Optional parameters. */
1245
- export interface WebPubSubCheckNameAvailabilityOptionalParams
1246
- extends coreClient.OperationOptions {}
1247
-
1248
- /** Contains response data for the checkNameAvailability operation. */
1249
- export type WebPubSubCheckNameAvailabilityResponse = NameAvailability;
1250
-
1251
- /** Optional parameters. */
1252
- export interface WebPubSubListBySubscriptionOptionalParams
1253
- extends coreClient.OperationOptions {}
1254
-
1255
- /** Contains response data for the listBySubscription operation. */
1256
- export type WebPubSubListBySubscriptionResponse = WebPubSubResourceList;
1257
-
1258
- /** Optional parameters. */
1259
- export interface WebPubSubListByResourceGroupOptionalParams
1260
- extends coreClient.OperationOptions {}
1261
-
1262
- /** Contains response data for the listByResourceGroup operation. */
1263
- export type WebPubSubListByResourceGroupResponse = WebPubSubResourceList;
1264
-
1265
- /** Optional parameters. */
1266
- export interface WebPubSubGetOptionalParams
1267
- extends coreClient.OperationOptions {}
1268
-
1269
- /** Contains response data for the get operation. */
1270
- export type WebPubSubGetResponse = WebPubSubResource;
1271
-
1272
- /** Optional parameters. */
1273
- export interface WebPubSubCreateOrUpdateOptionalParams
1274
- extends coreClient.OperationOptions {
1275
- /** Delay to wait until next poll, in milliseconds. */
1276
- updateIntervalInMs?: number;
1277
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1278
- resumeFrom?: string;
1279
- }
1280
-
1281
- /** Contains response data for the createOrUpdate operation. */
1282
- export type WebPubSubCreateOrUpdateResponse = WebPubSubResource;
1283
-
1284
- /** Optional parameters. */
1285
- export interface WebPubSubDeleteOptionalParams
1286
- extends coreClient.OperationOptions {
1287
- /** Delay to wait until next poll, in milliseconds. */
1288
- updateIntervalInMs?: number;
1289
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1290
- resumeFrom?: string;
1291
- }
1292
-
1293
- /** Optional parameters. */
1294
- export interface WebPubSubUpdateOptionalParams
1295
- extends coreClient.OperationOptions {
1296
- /** Delay to wait until next poll, in milliseconds. */
1297
- updateIntervalInMs?: number;
1298
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1299
- resumeFrom?: string;
1300
- }
1301
-
1302
- /** Contains response data for the update operation. */
1303
- export type WebPubSubUpdateResponse = WebPubSubResource;
1304
-
1305
- /** Optional parameters. */
1306
- export interface WebPubSubListKeysOptionalParams
1307
- extends coreClient.OperationOptions {}
1308
-
1309
- /** Contains response data for the listKeys operation. */
1310
- export type WebPubSubListKeysResponse = WebPubSubKeys;
1311
-
1312
- /** Optional parameters. */
1313
- export interface WebPubSubRegenerateKeyOptionalParams
1314
- extends coreClient.OperationOptions {
1315
- /** Delay to wait until next poll, in milliseconds. */
1316
- updateIntervalInMs?: number;
1317
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1318
- resumeFrom?: string;
1319
- }
1320
-
1321
- /** Contains response data for the regenerateKey operation. */
1322
- export type WebPubSubRegenerateKeyResponse = WebPubSubKeys;
1323
-
1324
- /** Optional parameters. */
1325
- export interface WebPubSubListReplicaSkusOptionalParams
1326
- extends coreClient.OperationOptions {}
1327
-
1328
- /** Contains response data for the listReplicaSkus operation. */
1329
- export type WebPubSubListReplicaSkusResponse = SkuList;
1330
-
1331
- /** Optional parameters. */
1332
- export interface WebPubSubRestartOptionalParams
1333
- extends coreClient.OperationOptions {
1334
- /** Delay to wait until next poll, in milliseconds. */
1335
- updateIntervalInMs?: number;
1336
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1337
- resumeFrom?: string;
1338
- }
1339
-
1340
- /** Contains response data for the restart operation. */
1341
- export type WebPubSubRestartResponse = WebPubSubRestartHeaders;
1342
-
1343
- /** Optional parameters. */
1344
- export interface WebPubSubListSkusOptionalParams
1345
- extends coreClient.OperationOptions {}
1346
-
1347
- /** Contains response data for the listSkus operation. */
1348
- export type WebPubSubListSkusResponse = SkuList;
1349
-
1350
- /** Optional parameters. */
1351
- export interface WebPubSubListBySubscriptionNextOptionalParams
1352
- extends coreClient.OperationOptions {}
1353
-
1354
- /** Contains response data for the listBySubscriptionNext operation. */
1355
- export type WebPubSubListBySubscriptionNextResponse = WebPubSubResourceList;
1356
-
1357
- /** Optional parameters. */
1358
- export interface WebPubSubListByResourceGroupNextOptionalParams
1359
- extends coreClient.OperationOptions {}
1360
-
1361
- /** Contains response data for the listByResourceGroupNext operation. */
1362
- export type WebPubSubListByResourceGroupNextResponse = WebPubSubResourceList;
1363
-
1364
- /** Optional parameters. */
1365
- export interface UsagesListOptionalParams extends coreClient.OperationOptions {}
1366
-
1367
- /** Contains response data for the list operation. */
1368
- export type UsagesListResponse = SignalRServiceUsageList;
1369
-
1370
- /** Optional parameters. */
1371
- export interface UsagesListNextOptionalParams
1372
- extends coreClient.OperationOptions {}
1373
-
1374
- /** Contains response data for the listNext operation. */
1375
- export type UsagesListNextResponse = SignalRServiceUsageList;
1376
-
1377
- /** Optional parameters. */
1378
- export interface WebPubSubCustomCertificatesListOptionalParams
1379
- extends coreClient.OperationOptions {}
1380
-
1381
- /** Contains response data for the list operation. */
1382
- export type WebPubSubCustomCertificatesListResponse = CustomCertificateList;
1383
-
1384
- /** Optional parameters. */
1385
- export interface WebPubSubCustomCertificatesGetOptionalParams
1386
- extends coreClient.OperationOptions {}
1387
-
1388
- /** Contains response data for the get operation. */
1389
- export type WebPubSubCustomCertificatesGetResponse = CustomCertificate;
1390
-
1391
- /** Optional parameters. */
1392
- export interface WebPubSubCustomCertificatesCreateOrUpdateOptionalParams
1393
- extends coreClient.OperationOptions {
1394
- /** Delay to wait until next poll, in milliseconds. */
1395
- updateIntervalInMs?: number;
1396
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1397
- resumeFrom?: string;
1398
- }
1399
-
1400
- /** Contains response data for the createOrUpdate operation. */
1401
- export type WebPubSubCustomCertificatesCreateOrUpdateResponse = CustomCertificate;
1402
-
1403
- /** Optional parameters. */
1404
- export interface WebPubSubCustomCertificatesDeleteOptionalParams
1405
- extends coreClient.OperationOptions {}
1406
-
1407
- /** Optional parameters. */
1408
- export interface WebPubSubCustomCertificatesListNextOptionalParams
1409
- extends coreClient.OperationOptions {}
1410
-
1411
- /** Contains response data for the listNext operation. */
1412
- export type WebPubSubCustomCertificatesListNextResponse = CustomCertificateList;
1413
-
1414
- /** Optional parameters. */
1415
- export interface WebPubSubCustomDomainsListOptionalParams
1416
- extends coreClient.OperationOptions {}
1417
-
1418
- /** Contains response data for the list operation. */
1419
- export type WebPubSubCustomDomainsListResponse = CustomDomainList;
1420
-
1421
- /** Optional parameters. */
1422
- export interface WebPubSubCustomDomainsGetOptionalParams
1423
- extends coreClient.OperationOptions {}
1424
-
1425
- /** Contains response data for the get operation. */
1426
- export type WebPubSubCustomDomainsGetResponse = CustomDomain;
1427
-
1428
- /** Optional parameters. */
1429
- export interface WebPubSubCustomDomainsCreateOrUpdateOptionalParams
1430
- extends coreClient.OperationOptions {
1431
- /** Delay to wait until next poll, in milliseconds. */
1432
- updateIntervalInMs?: number;
1433
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1434
- resumeFrom?: string;
1435
- }
1436
-
1437
- /** Contains response data for the createOrUpdate operation. */
1438
- export type WebPubSubCustomDomainsCreateOrUpdateResponse = CustomDomain;
1439
-
1440
- /** Optional parameters. */
1441
- export interface WebPubSubCustomDomainsDeleteOptionalParams
1442
- extends coreClient.OperationOptions {
1443
- /** Delay to wait until next poll, in milliseconds. */
1444
- updateIntervalInMs?: number;
1445
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1446
- resumeFrom?: string;
1447
- }
1448
-
1449
- /** Optional parameters. */
1450
- export interface WebPubSubCustomDomainsListNextOptionalParams
1451
- extends coreClient.OperationOptions {}
1452
-
1453
- /** Contains response data for the listNext operation. */
1454
- export type WebPubSubCustomDomainsListNextResponse = CustomDomainList;
1455
-
1456
- /** Optional parameters. */
1457
- export interface WebPubSubHubsListOptionalParams
1458
- extends coreClient.OperationOptions {}
1459
-
1460
- /** Contains response data for the list operation. */
1461
- export type WebPubSubHubsListResponse = WebPubSubHubList;
1462
-
1463
- /** Optional parameters. */
1464
- export interface WebPubSubHubsGetOptionalParams
1465
- extends coreClient.OperationOptions {}
1466
-
1467
- /** Contains response data for the get operation. */
1468
- export type WebPubSubHubsGetResponse = WebPubSubHub;
1469
-
1470
- /** Optional parameters. */
1471
- export interface WebPubSubHubsCreateOrUpdateOptionalParams
1472
- extends coreClient.OperationOptions {
1473
- /** Delay to wait until next poll, in milliseconds. */
1474
- updateIntervalInMs?: number;
1475
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1476
- resumeFrom?: string;
1477
- }
1478
-
1479
- /** Contains response data for the createOrUpdate operation. */
1480
- export type WebPubSubHubsCreateOrUpdateResponse = WebPubSubHub;
1481
-
1482
- /** Optional parameters. */
1483
- export interface WebPubSubHubsDeleteOptionalParams
1484
- extends coreClient.OperationOptions {
1485
- /** Delay to wait until next poll, in milliseconds. */
1486
- updateIntervalInMs?: number;
1487
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1488
- resumeFrom?: string;
1489
- }
1490
-
1491
- /** Optional parameters. */
1492
- export interface WebPubSubHubsListNextOptionalParams
1493
- extends coreClient.OperationOptions {}
1494
-
1495
- /** Contains response data for the listNext operation. */
1496
- export type WebPubSubHubsListNextResponse = WebPubSubHubList;
1497
-
1498
- /** Optional parameters. */
1499
- export interface WebPubSubPrivateEndpointConnectionsListOptionalParams
1500
- extends coreClient.OperationOptions {}
1501
-
1502
- /** Contains response data for the list operation. */
1503
- export type WebPubSubPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionList;
1504
-
1505
- /** Optional parameters. */
1506
- export interface WebPubSubPrivateEndpointConnectionsGetOptionalParams
1507
- extends coreClient.OperationOptions {}
1508
-
1509
- /** Contains response data for the get operation. */
1510
- export type WebPubSubPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1511
-
1512
- /** Optional parameters. */
1513
- export interface WebPubSubPrivateEndpointConnectionsUpdateOptionalParams
1514
- extends coreClient.OperationOptions {}
1515
-
1516
- /** Contains response data for the update operation. */
1517
- export type WebPubSubPrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
1518
-
1519
- /** Optional parameters. */
1520
- export interface WebPubSubPrivateEndpointConnectionsDeleteOptionalParams
1521
- extends coreClient.OperationOptions {
1522
- /** Delay to wait until next poll, in milliseconds. */
1523
- updateIntervalInMs?: number;
1524
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1525
- resumeFrom?: string;
1526
- }
1527
-
1528
- /** Optional parameters. */
1529
- export interface WebPubSubPrivateEndpointConnectionsListNextOptionalParams
1530
- extends coreClient.OperationOptions {}
1531
-
1532
- /** Contains response data for the listNext operation. */
1533
- export type WebPubSubPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionList;
1534
-
1535
- /** Optional parameters. */
1536
- export interface WebPubSubPrivateLinkResourcesListOptionalParams
1537
- extends coreClient.OperationOptions {}
1538
-
1539
- /** Contains response data for the list operation. */
1540
- export type WebPubSubPrivateLinkResourcesListResponse = PrivateLinkResourceList;
1541
-
1542
- /** Optional parameters. */
1543
- export interface WebPubSubPrivateLinkResourcesListNextOptionalParams
1544
- extends coreClient.OperationOptions {}
1545
-
1546
- /** Contains response data for the listNext operation. */
1547
- export type WebPubSubPrivateLinkResourcesListNextResponse = PrivateLinkResourceList;
1548
-
1549
- /** Optional parameters. */
1550
- export interface WebPubSubReplicasListOptionalParams
1551
- extends coreClient.OperationOptions {}
1552
-
1553
- /** Contains response data for the list operation. */
1554
- export type WebPubSubReplicasListResponse = ReplicaList;
1555
-
1556
- /** Optional parameters. */
1557
- export interface WebPubSubReplicasGetOptionalParams
1558
- extends coreClient.OperationOptions {}
1559
-
1560
- /** Contains response data for the get operation. */
1561
- export type WebPubSubReplicasGetResponse = Replica;
1562
-
1563
- /** Optional parameters. */
1564
- export interface WebPubSubReplicasCreateOrUpdateOptionalParams
1565
- extends coreClient.OperationOptions {
1566
- /** Delay to wait until next poll, in milliseconds. */
1567
- updateIntervalInMs?: number;
1568
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1569
- resumeFrom?: string;
1570
- }
1571
-
1572
- /** Contains response data for the createOrUpdate operation. */
1573
- export type WebPubSubReplicasCreateOrUpdateResponse = Replica;
1574
-
1575
- /** Optional parameters. */
1576
- export interface WebPubSubReplicasDeleteOptionalParams
1577
- extends coreClient.OperationOptions {}
1578
-
1579
- /** Optional parameters. */
1580
- export interface WebPubSubReplicasUpdateOptionalParams
1581
- extends coreClient.OperationOptions {
1582
- /** Delay to wait until next poll, in milliseconds. */
1583
- updateIntervalInMs?: number;
1584
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1585
- resumeFrom?: string;
1586
- }
1587
-
1588
- /** Contains response data for the update operation. */
1589
- export type WebPubSubReplicasUpdateResponse = Replica;
1590
-
1591
- /** Optional parameters. */
1592
- export interface WebPubSubReplicasRestartOptionalParams
1593
- extends coreClient.OperationOptions {
1594
- /** Delay to wait until next poll, in milliseconds. */
1595
- updateIntervalInMs?: number;
1596
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1597
- resumeFrom?: string;
1598
- }
1599
-
1600
- /** Contains response data for the restart operation. */
1601
- export type WebPubSubReplicasRestartResponse = WebPubSubReplicasRestartHeaders;
1602
-
1603
- /** Optional parameters. */
1604
- export interface WebPubSubReplicasListNextOptionalParams
1605
- extends coreClient.OperationOptions {}
1606
-
1607
- /** Contains response data for the listNext operation. */
1608
- export type WebPubSubReplicasListNextResponse = ReplicaList;
1609
-
1610
- /** Optional parameters. */
1611
- export interface WebPubSubSharedPrivateLinkResourcesListOptionalParams
1612
- extends coreClient.OperationOptions {}
1613
-
1614
- /** Contains response data for the list operation. */
1615
- export type WebPubSubSharedPrivateLinkResourcesListResponse = SharedPrivateLinkResourceList;
1616
-
1617
- /** Optional parameters. */
1618
- export interface WebPubSubSharedPrivateLinkResourcesGetOptionalParams
1619
- extends coreClient.OperationOptions {}
1620
-
1621
- /** Contains response data for the get operation. */
1622
- export type WebPubSubSharedPrivateLinkResourcesGetResponse = SharedPrivateLinkResource;
1623
-
1624
- /** Optional parameters. */
1625
- export interface WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams
1626
- extends coreClient.OperationOptions {
1627
- /** Delay to wait until next poll, in milliseconds. */
1628
- updateIntervalInMs?: number;
1629
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1630
- resumeFrom?: string;
1631
- }
1632
-
1633
- /** Contains response data for the createOrUpdate operation. */
1634
- export type WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse = SharedPrivateLinkResource;
1635
-
1636
- /** Optional parameters. */
1637
- export interface WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams
1638
- extends coreClient.OperationOptions {
1639
- /** Delay to wait until next poll, in milliseconds. */
1640
- updateIntervalInMs?: number;
1641
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1642
- resumeFrom?: string;
1643
- }
1644
-
1645
- /** Optional parameters. */
1646
- export interface WebPubSubSharedPrivateLinkResourcesListNextOptionalParams
1647
- extends coreClient.OperationOptions {}
1648
-
1649
- /** Contains response data for the listNext operation. */
1650
- export type WebPubSubSharedPrivateLinkResourcesListNextResponse = SharedPrivateLinkResourceList;
1651
-
1652
- /** Optional parameters. */
1653
- export interface WebPubSubManagementClientOptionalParams
1654
- extends coreClient.ServiceClientOptions {
1655
- /** server parameter */
1656
- $host?: string;
1657
- /** Api Version */
1658
- apiVersion?: string;
1659
- /** Overrides client endpoint. */
1660
- endpoint?: string;
1661
- }