@azure/arm-fluidrelay 1.0.2-alpha.20250124.1 → 1.0.2-alpha.20250129.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) hide show
  1. package/{dist-esm/src → dist/browser}/fluidRelayManagementClient.d.ts +2 -2
  2. package/dist/browser/fluidRelayManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/fluidRelayManagementClient.js +15 -18
  4. package/dist/browser/fluidRelayManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/models/index.js.map +1 -0
  10. package/dist/browser/models/mappers.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  12. package/dist/browser/models/parameters.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/operations/fluidRelayContainers.d.ts +3 -3
  14. package/dist/browser/operations/fluidRelayContainers.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/fluidRelayContainers.js +3 -3
  16. package/dist/browser/operations/fluidRelayContainers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/fluidRelayOperations.d.ts +3 -3
  18. package/dist/browser/operations/fluidRelayOperations.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/fluidRelayOperations.js +3 -3
  20. package/dist/browser/operations/fluidRelayOperations.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/fluidRelayServers.d.ts +3 -3
  22. package/dist/browser/operations/fluidRelayServers.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/fluidRelayServers.js +3 -3
  24. package/dist/browser/operations/fluidRelayServers.js.map +1 -0
  25. package/dist/browser/operations/index.d.ts +4 -0
  26. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  27. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  28. package/dist/browser/operations/index.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayContainers.d.ts +1 -1
  30. package/dist/browser/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  31. package/dist/browser/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayOperations.d.ts +1 -1
  33. package/dist/browser/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  34. package/dist/browser/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayServers.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/fluidRelayServers.js.map +1 -0
  38. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  40. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  41. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  42. package/dist/browser/package.json +3 -0
  43. package/dist/browser/pagingHelper.js.map +1 -0
  44. package/dist/commonjs/fluidRelayManagementClient.d.ts +22 -0
  45. package/dist/commonjs/fluidRelayManagementClient.d.ts.map +1 -0
  46. package/dist/commonjs/fluidRelayManagementClient.js +104 -0
  47. package/dist/commonjs/fluidRelayManagementClient.js.map +1 -0
  48. package/dist/commonjs/index.d.ts +5 -0
  49. package/dist/commonjs/index.d.ts.map +1 -0
  50. package/dist/commonjs/index.js +19 -0
  51. package/dist/commonjs/index.js.map +1 -0
  52. package/{types/arm-fluidrelay.d.ts → dist/commonjs/models/index.d.ts} +445 -634
  53. package/dist/commonjs/models/index.d.ts.map +1 -0
  54. package/dist/commonjs/models/index.js +41 -0
  55. package/dist/commonjs/models/index.js.map +1 -0
  56. package/dist/commonjs/models/mappers.d.ts +25 -0
  57. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  58. package/dist/commonjs/models/mappers.js +674 -0
  59. package/dist/commonjs/models/mappers.js.map +1 -0
  60. package/dist/commonjs/models/parameters.d.ts +14 -0
  61. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  62. package/dist/commonjs/models/parameters.js +119 -0
  63. package/dist/commonjs/models/parameters.js.map +1 -0
  64. package/dist/commonjs/operations/fluidRelayContainers.d.ts +55 -0
  65. package/dist/commonjs/operations/fluidRelayContainers.d.ts.map +1 -0
  66. package/dist/commonjs/operations/fluidRelayContainers.js +218 -0
  67. package/dist/commonjs/operations/fluidRelayContainers.js.map +1 -0
  68. package/dist/commonjs/operations/fluidRelayOperations.d.ts +32 -0
  69. package/dist/commonjs/operations/fluidRelayOperations.d.ts.map +1 -0
  70. package/dist/commonjs/operations/fluidRelayOperations.js +137 -0
  71. package/dist/commonjs/operations/fluidRelayOperations.js.map +1 -0
  72. package/dist/commonjs/operations/fluidRelayServers.d.ts +98 -0
  73. package/dist/commonjs/operations/fluidRelayServers.d.ts.map +1 -0
  74. package/dist/commonjs/operations/fluidRelayServers.js +448 -0
  75. package/dist/commonjs/operations/fluidRelayServers.js.map +1 -0
  76. package/dist/commonjs/operations/index.d.ts +4 -0
  77. package/dist/commonjs/operations/index.d.ts.map +1 -0
  78. package/dist/commonjs/operations/index.js +14 -0
  79. package/dist/commonjs/operations/index.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
  81. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.js +10 -0
  83. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
  85. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.js +10 -0
  87. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/fluidRelayServers.d.ts +62 -0
  89. package/dist/commonjs/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/fluidRelayServers.js +10 -0
  91. package/dist/commonjs/operationsInterfaces/fluidRelayServers.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  93. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  95. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  96. package/dist/commonjs/package.json +3 -0
  97. package/dist/commonjs/pagingHelper.d.ts +13 -0
  98. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  99. package/dist/commonjs/pagingHelper.js +36 -0
  100. package/dist/commonjs/pagingHelper.js.map +1 -0
  101. package/dist/esm/fluidRelayManagementClient.d.ts +22 -0
  102. package/dist/esm/fluidRelayManagementClient.d.ts.map +1 -0
  103. package/dist/esm/fluidRelayManagementClient.js +99 -0
  104. package/dist/esm/fluidRelayManagementClient.js.map +1 -0
  105. package/dist/esm/index.d.ts +5 -0
  106. package/dist/esm/index.d.ts.map +1 -0
  107. package/{src/index.ts → dist/esm/index.js} +5 -5
  108. package/dist/esm/index.js.map +1 -0
  109. package/dist/esm/models/index.d.ts +445 -0
  110. package/dist/esm/models/index.d.ts.map +1 -0
  111. package/dist/esm/models/index.js +38 -0
  112. package/dist/esm/models/index.js.map +1 -0
  113. package/dist/esm/models/mappers.d.ts +25 -0
  114. package/dist/esm/models/mappers.d.ts.map +1 -0
  115. package/dist/esm/models/mappers.js +671 -0
  116. package/dist/esm/models/mappers.js.map +1 -0
  117. package/dist/esm/models/parameters.d.ts +14 -0
  118. package/dist/esm/models/parameters.d.ts.map +1 -0
  119. package/dist/esm/models/parameters.js +116 -0
  120. package/dist/esm/models/parameters.js.map +1 -0
  121. package/dist/esm/operations/fluidRelayContainers.d.ts +55 -0
  122. package/dist/esm/operations/fluidRelayContainers.d.ts.map +1 -0
  123. package/dist/esm/operations/fluidRelayContainers.js +214 -0
  124. package/dist/esm/operations/fluidRelayContainers.js.map +1 -0
  125. package/dist/esm/operations/fluidRelayOperations.d.ts +32 -0
  126. package/dist/esm/operations/fluidRelayOperations.d.ts.map +1 -0
  127. package/dist/esm/operations/fluidRelayOperations.js +133 -0
  128. package/dist/esm/operations/fluidRelayOperations.js.map +1 -0
  129. package/dist/esm/operations/fluidRelayServers.d.ts +98 -0
  130. package/dist/esm/operations/fluidRelayServers.d.ts.map +1 -0
  131. package/dist/esm/operations/fluidRelayServers.js +444 -0
  132. package/dist/esm/operations/fluidRelayServers.js.map +1 -0
  133. package/dist/esm/operations/index.d.ts +4 -0
  134. package/dist/esm/operations/index.d.ts.map +1 -0
  135. package/dist/esm/operations/index.js +11 -0
  136. package/dist/esm/operations/index.js.map +1 -0
  137. package/dist/esm/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
  138. package/dist/esm/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  139. package/{src/operations/index.ts → dist/esm/operationsInterfaces/fluidRelayContainers.js} +2 -4
  140. package/dist/esm/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  141. package/dist/esm/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
  142. package/dist/esm/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  143. package/dist/esm/operationsInterfaces/fluidRelayOperations.js +9 -0
  144. package/dist/esm/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  145. package/dist/esm/operationsInterfaces/fluidRelayServers.d.ts +62 -0
  146. package/dist/esm/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  147. package/dist/esm/operationsInterfaces/fluidRelayServers.js +9 -0
  148. package/dist/esm/operationsInterfaces/fluidRelayServers.js.map +1 -0
  149. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  150. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  151. package/dist/esm/operationsInterfaces/index.js +11 -0
  152. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  153. package/dist/esm/package.json +3 -0
  154. package/dist/esm/pagingHelper.d.ts +13 -0
  155. package/dist/esm/pagingHelper.d.ts.map +1 -0
  156. package/dist/esm/pagingHelper.js +32 -0
  157. package/dist/esm/pagingHelper.js.map +1 -0
  158. package/dist/react-native/fluidRelayManagementClient.d.ts +22 -0
  159. package/dist/react-native/fluidRelayManagementClient.d.ts.map +1 -0
  160. package/dist/react-native/fluidRelayManagementClient.js +99 -0
  161. package/dist/react-native/fluidRelayManagementClient.js.map +1 -0
  162. package/dist/react-native/index.d.ts +5 -0
  163. package/dist/react-native/index.d.ts.map +1 -0
  164. package/dist/react-native/index.js +13 -0
  165. package/dist/react-native/index.js.map +1 -0
  166. package/dist/react-native/models/index.d.ts +445 -0
  167. package/dist/react-native/models/index.d.ts.map +1 -0
  168. package/dist/react-native/models/index.js +38 -0
  169. package/dist/react-native/models/index.js.map +1 -0
  170. package/dist/react-native/models/mappers.d.ts +25 -0
  171. package/dist/react-native/models/mappers.d.ts.map +1 -0
  172. package/dist/react-native/models/mappers.js +671 -0
  173. package/dist/react-native/models/mappers.js.map +1 -0
  174. package/dist/react-native/models/parameters.d.ts +14 -0
  175. package/dist/react-native/models/parameters.d.ts.map +1 -0
  176. package/dist/react-native/models/parameters.js +116 -0
  177. package/dist/react-native/models/parameters.js.map +1 -0
  178. package/dist/react-native/operations/fluidRelayContainers.d.ts +55 -0
  179. package/dist/react-native/operations/fluidRelayContainers.d.ts.map +1 -0
  180. package/dist/react-native/operations/fluidRelayContainers.js +214 -0
  181. package/dist/react-native/operations/fluidRelayContainers.js.map +1 -0
  182. package/dist/react-native/operations/fluidRelayOperations.d.ts +32 -0
  183. package/dist/react-native/operations/fluidRelayOperations.d.ts.map +1 -0
  184. package/dist/react-native/operations/fluidRelayOperations.js +133 -0
  185. package/dist/react-native/operations/fluidRelayOperations.js.map +1 -0
  186. package/dist/react-native/operations/fluidRelayServers.d.ts +98 -0
  187. package/dist/react-native/operations/fluidRelayServers.d.ts.map +1 -0
  188. package/dist/react-native/operations/fluidRelayServers.js +444 -0
  189. package/dist/react-native/operations/fluidRelayServers.js.map +1 -0
  190. package/dist/react-native/operations/index.d.ts +4 -0
  191. package/dist/react-native/operations/index.d.ts.map +1 -0
  192. package/dist/react-native/operations/index.js +11 -0
  193. package/dist/react-native/operations/index.js.map +1 -0
  194. package/dist/react-native/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
  195. package/dist/react-native/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  196. package/dist/react-native/operationsInterfaces/fluidRelayContainers.js +9 -0
  197. package/dist/react-native/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  198. package/dist/react-native/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
  199. package/dist/react-native/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  200. package/dist/react-native/operationsInterfaces/fluidRelayOperations.js +9 -0
  201. package/dist/react-native/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  202. package/dist/react-native/operationsInterfaces/fluidRelayServers.d.ts +62 -0
  203. package/dist/react-native/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  204. package/dist/react-native/operationsInterfaces/fluidRelayServers.js +9 -0
  205. package/dist/react-native/operationsInterfaces/fluidRelayServers.js.map +1 -0
  206. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  207. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  208. package/dist/react-native/operationsInterfaces/index.js +11 -0
  209. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  210. package/dist/react-native/package.json +3 -0
  211. package/dist/react-native/pagingHelper.d.ts +13 -0
  212. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  213. package/dist/react-native/pagingHelper.js +32 -0
  214. package/dist/react-native/pagingHelper.js.map +1 -0
  215. package/package.json +64 -34
  216. package/dist/index.js +0 -1788
  217. package/dist/index.js.map +0 -1
  218. package/dist/index.min.js +0 -1
  219. package/dist/index.min.js.map +0 -1
  220. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.js +0 -37
  223. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.js.map +0 -1
  224. package/dist-esm/samples-dev/fluidRelayContainersGetSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/fluidRelayContainersGetSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/fluidRelayContainersGetSample.js +0 -37
  227. package/dist-esm/samples-dev/fluidRelayContainersGetSample.js.map +0 -1
  228. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.js +0 -52
  231. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.js.map +0 -1
  232. package/dist-esm/samples-dev/fluidRelayOperationsListSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/fluidRelayOperationsListSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/fluidRelayOperationsListSample.js +0 -50
  235. package/dist-esm/samples-dev/fluidRelayOperationsListSample.js.map +0 -1
  236. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.js +0 -103
  239. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.js.map +0 -1
  240. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.js +0 -36
  243. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.js.map +0 -1
  244. package/dist-esm/samples-dev/fluidRelayServersGetSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/fluidRelayServersGetSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/fluidRelayServersGetSample.js +0 -36
  247. package/dist-esm/samples-dev/fluidRelayServersGetSample.js.map +0 -1
  248. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.js +0 -51
  251. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.js +0 -50
  255. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.js.map +0 -1
  256. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.js +0 -36
  259. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.js.map +0 -1
  260. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.d.ts +0 -2
  261. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.js +0 -30
  263. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.js.map +0 -1
  264. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.js +0 -30
  267. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.js.map +0 -1
  268. package/dist-esm/src/fluidRelayManagementClient.d.ts.map +0 -1
  269. package/dist-esm/src/fluidRelayManagementClient.js.map +0 -1
  270. package/dist-esm/src/index.d.ts +0 -5
  271. package/dist-esm/src/index.js.map +0 -1
  272. package/dist-esm/src/models/index.js.map +0 -1
  273. package/dist-esm/src/models/mappers.js.map +0 -1
  274. package/dist-esm/src/models/parameters.js.map +0 -1
  275. package/dist-esm/src/operations/fluidRelayContainers.d.ts.map +0 -1
  276. package/dist-esm/src/operations/fluidRelayContainers.js.map +0 -1
  277. package/dist-esm/src/operations/fluidRelayOperations.d.ts.map +0 -1
  278. package/dist-esm/src/operations/fluidRelayOperations.js.map +0 -1
  279. package/dist-esm/src/operations/fluidRelayServers.d.ts.map +0 -1
  280. package/dist-esm/src/operations/fluidRelayServers.js.map +0 -1
  281. package/dist-esm/src/operations/index.d.ts +0 -4
  282. package/dist-esm/src/operations/index.js.map +0 -1
  283. package/dist-esm/src/operationsInterfaces/fluidRelayContainers.d.ts.map +0 -1
  284. package/dist-esm/src/operationsInterfaces/fluidRelayContainers.js.map +0 -1
  285. package/dist-esm/src/operationsInterfaces/fluidRelayOperations.d.ts.map +0 -1
  286. package/dist-esm/src/operationsInterfaces/fluidRelayOperations.js.map +0 -1
  287. package/dist-esm/src/operationsInterfaces/fluidRelayServers.d.ts.map +0 -1
  288. package/dist-esm/src/operationsInterfaces/fluidRelayServers.js.map +0 -1
  289. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  290. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  291. package/dist-esm/src/pagingHelper.js.map +0 -1
  292. package/dist-esm/test/sampleTest.d.ts +0 -2
  293. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  294. package/dist-esm/test/sampleTest.js +0 -42
  295. package/dist-esm/test/sampleTest.js.map +0 -1
  296. package/src/fluidRelayManagementClient.ts +0 -152
  297. package/src/models/index.ts +0 -512
  298. package/src/models/mappers.ts +0 -719
  299. package/src/models/parameters.ts +0 -137
  300. package/src/operations/fluidRelayContainers.ts +0 -289
  301. package/src/operations/fluidRelayOperations.ts +0 -149
  302. package/src/operations/fluidRelayServers.ts +0 -561
  303. package/src/operationsInterfaces/fluidRelayContainers.ts +0 -58
  304. package/src/operationsInterfaces/fluidRelayOperations.ts +0 -25
  305. package/src/operationsInterfaces/fluidRelayServers.ts +0 -120
  306. package/src/operationsInterfaces/index.ts +0 -11
  307. package/src/pagingHelper.ts +0 -39
  308. package/tsconfig.json +0 -33
  309. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  310. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  311. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  312. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  313. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  314. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  315. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  316. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  317. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayContainers.js +0 -0
  318. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayOperations.js +0 -0
  319. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayServers.js +0 -0
  320. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  321. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  322. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  323. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const FluidRelayEndpoints: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayEndpoints\",\n modelProperties: {\n ordererEndpoints: {\n serializedName: \"ordererEndpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n storageEndpoints: {\n serializedName: \"storageEndpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n serviceEndpoints: {\n serializedName: \"serviceEndpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EncryptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n modelProperties: {\n customerManagedKeyEncryption: {\n serializedName: \"customerManagedKeyEncryption\",\n type: {\n name: \"Composite\",\n className: \"CustomerManagedKeyEncryptionProperties\"\n }\n }\n }\n }\n};\n\nexport const CustomerManagedKeyEncryptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerManagedKeyEncryptionProperties\",\n modelProperties: {\n keyEncryptionKeyIdentity: {\n serializedName: \"keyEncryptionKeyIdentity\",\n type: {\n name: \"Composite\",\n className:\n \"CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity\"\n }\n },\n keyEncryptionKeyUrl: {\n serializedName: \"keyEncryptionKeyUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity\",\n modelProperties: {\n identityType: {\n serializedName: \"identityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"SystemAssigned\", \"UserAssigned\"]\n }\n },\n userAssignedIdentityResourceId: {\n serializedName: \"userAssignedIdentityResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned, UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentitiesValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentitiesValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentitiesValue\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FluidRelayServerUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayServerUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n }\n }\n }\n};\n\nexport const RegenerateKeyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegenerateKeyRequest\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"key1\", \"key2\"]\n }\n }\n }\n }\n};\n\nexport const FluidRelayServerKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayServerKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FluidRelayServerList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayServerList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FluidRelayServer\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FluidRelayContainerList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayContainerList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FluidRelayContainer\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const FluidRelayServer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayServer\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n frsTenantId: {\n serializedName: \"properties.frsTenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fluidRelayEndpoints: {\n serializedName: \"properties.fluidRelayEndpoints\",\n type: {\n name: \"Composite\",\n className: \"FluidRelayEndpoints\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n storagesku: {\n serializedName: \"properties.storagesku\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FluidRelayContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FluidRelayContainer\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n frsTenantId: {\n serializedName: \"properties.frsTenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n frsContainerId: {\n serializedName: \"properties.frsContainerId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastAccessTime: {\n serializedName: \"properties.lastAccessTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,14 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const nextLink: OperationURLParameter;
6
+ export declare const subscriptionId: OperationURLParameter;
7
+ export declare const resourceGroup: OperationURLParameter;
8
+ export declare const fluidRelayServerName: OperationURLParameter;
9
+ export declare const contentType: OperationParameter;
10
+ export declare const resource: OperationParameter;
11
+ export declare const resource1: OperationParameter;
12
+ export declare const parameters: OperationParameter;
13
+ export declare const fluidRelayContainerName: OperationURLParameter;
14
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBASlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,qBASrC,CAAC"}
@@ -0,0 +1,119 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.fluidRelayContainerName = exports.parameters = exports.resource1 = exports.resource = exports.contentType = exports.fluidRelayServerName = exports.resourceGroup = exports.subscriptionId = exports.nextLink = exports.apiVersion = exports.$host = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.$host = {
24
+ parameterPath: "$host",
25
+ mapper: {
26
+ serializedName: "$host",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.apiVersion = {
35
+ parameterPath: "apiVersion",
36
+ mapper: {
37
+ defaultValue: "2022-06-01",
38
+ isConstant: true,
39
+ serializedName: "api-version",
40
+ type: {
41
+ name: "String"
42
+ }
43
+ }
44
+ };
45
+ exports.nextLink = {
46
+ parameterPath: "nextLink",
47
+ mapper: {
48
+ serializedName: "nextLink",
49
+ required: true,
50
+ type: {
51
+ name: "String"
52
+ }
53
+ },
54
+ skipEncoding: true
55
+ };
56
+ exports.subscriptionId = {
57
+ parameterPath: "subscriptionId",
58
+ mapper: {
59
+ serializedName: "subscriptionId",
60
+ required: true,
61
+ type: {
62
+ name: "String"
63
+ }
64
+ }
65
+ };
66
+ exports.resourceGroup = {
67
+ parameterPath: "resourceGroup",
68
+ mapper: {
69
+ serializedName: "resourceGroup",
70
+ required: true,
71
+ type: {
72
+ name: "String"
73
+ }
74
+ }
75
+ };
76
+ exports.fluidRelayServerName = {
77
+ parameterPath: "fluidRelayServerName",
78
+ mapper: {
79
+ serializedName: "fluidRelayServerName",
80
+ required: true,
81
+ type: {
82
+ name: "String"
83
+ }
84
+ }
85
+ };
86
+ exports.contentType = {
87
+ parameterPath: ["options", "contentType"],
88
+ mapper: {
89
+ defaultValue: "application/json",
90
+ isConstant: true,
91
+ serializedName: "Content-Type",
92
+ type: {
93
+ name: "String"
94
+ }
95
+ }
96
+ };
97
+ exports.resource = {
98
+ parameterPath: "resource",
99
+ mapper: mappers_js_1.FluidRelayServer
100
+ };
101
+ exports.resource1 = {
102
+ parameterPath: "resource",
103
+ mapper: mappers_js_1.FluidRelayServerUpdate
104
+ };
105
+ exports.parameters = {
106
+ parameterPath: "parameters",
107
+ mapper: mappers_js_1.RegenerateKeyRequest
108
+ };
109
+ exports.fluidRelayContainerName = {
110
+ parameterPath: "fluidRelayContainerName",
111
+ mapper: {
112
+ serializedName: "fluidRelayContainerName",
113
+ required: true,
114
+ type: {
115
+ name: "String"
116
+ }
117
+ }
118
+ };
119
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAOH,qDAI8B;AAEjB,QAAA,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEW,QAAA,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEW,QAAA,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA0B;IAClD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,cAAc,EAAE,eAAe;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAAuB;IAC1C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,6BAAsB;CAC/B,CAAC;AAEW,QAAA,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,mCAA4B;CACrC,CAAC;AAEW,QAAA,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,iCAA0B;CACnC,CAAC;AAEW,QAAA,uBAAuB,GAA0B;IAC5D,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAE;QACN,cAAc,EAAE,yBAAyB;QACzC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n FluidRelayServer as FluidRelayServerMapper,\n FluidRelayServerUpdate as FluidRelayServerUpdateMapper,\n RegenerateKeyRequest as RegenerateKeyRequestMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroup: OperationURLParameter = {\n parameterPath: \"resourceGroup\",\n mapper: {\n serializedName: \"resourceGroup\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const fluidRelayServerName: OperationURLParameter = {\n parameterPath: \"fluidRelayServerName\",\n mapper: {\n serializedName: \"fluidRelayServerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource: OperationParameter = {\n parameterPath: \"resource\",\n mapper: FluidRelayServerMapper\n};\n\nexport const resource1: OperationParameter = {\n parameterPath: \"resource\",\n mapper: FluidRelayServerUpdateMapper\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RegenerateKeyRequestMapper\n};\n\nexport const fluidRelayContainerName: OperationURLParameter = {\n parameterPath: \"fluidRelayContainerName\",\n mapper: {\n serializedName: \"fluidRelayContainerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -0,0 +1,55 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { FluidRelayContainers } from "../operationsInterfaces/index.js";
3
+ import { FluidRelayManagementClient } from "../fluidRelayManagementClient.js";
4
+ import { FluidRelayContainer, FluidRelayContainersListByFluidRelayServersOptionalParams, FluidRelayContainersGetOptionalParams, FluidRelayContainersGetResponse, FluidRelayContainersDeleteOptionalParams } from "../models/index.js";
5
+ /** Class containing FluidRelayContainers operations. */
6
+ export declare class FluidRelayContainersImpl implements FluidRelayContainers {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class FluidRelayContainers class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: FluidRelayManagementClient);
13
+ /**
14
+ * List all Fluid Relay containers which are children of a given Fluid Relay server.
15
+ * @param resourceGroup The resource group containing the resource.
16
+ * @param fluidRelayServerName The Fluid Relay server resource name.
17
+ * @param options The options parameters.
18
+ */
19
+ listByFluidRelayServers(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayContainersListByFluidRelayServersOptionalParams): PagedAsyncIterableIterator<FluidRelayContainer>;
20
+ private listByFluidRelayServersPagingPage;
21
+ private listByFluidRelayServersPagingAll;
22
+ /**
23
+ * Get a Fluid Relay container.
24
+ * @param resourceGroup The resource group containing the resource.
25
+ * @param fluidRelayServerName The Fluid Relay server resource name.
26
+ * @param fluidRelayContainerName The Fluid Relay container resource name.
27
+ * @param options The options parameters.
28
+ */
29
+ get(resourceGroup: string, fluidRelayServerName: string, fluidRelayContainerName: string, options?: FluidRelayContainersGetOptionalParams): Promise<FluidRelayContainersGetResponse>;
30
+ /**
31
+ * Delete a Fluid Relay container.
32
+ * @param resourceGroup The resource group containing the resource.
33
+ * @param fluidRelayServerName The Fluid Relay server resource name.
34
+ * @param fluidRelayContainerName The Fluid Relay container resource name.
35
+ * @param options The options parameters.
36
+ */
37
+ delete(resourceGroup: string, fluidRelayServerName: string, fluidRelayContainerName: string, options?: FluidRelayContainersDeleteOptionalParams): Promise<void>;
38
+ /**
39
+ * List all Fluid Relay containers which are children of a given Fluid Relay server.
40
+ * @param resourceGroup The resource group containing the resource.
41
+ * @param fluidRelayServerName The Fluid Relay server resource name.
42
+ * @param options The options parameters.
43
+ */
44
+ private _listByFluidRelayServers;
45
+ /**
46
+ * ListByFluidRelayServersNext
47
+ * @param resourceGroup The resource group containing the resource.
48
+ * @param fluidRelayServerName The Fluid Relay server resource name.
49
+ * @param nextLink The nextLink from the previous successful call to the ListByFluidRelayServers
50
+ * method.
51
+ * @param options The options parameters.
52
+ */
53
+ private _listByFluidRelayServersNext;
54
+ }
55
+ //# sourceMappingURL=fluidRelayContainers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluidRelayContainers.d.ts","sourceRoot":"","sources":["../../../src/operations/fluidRelayContainers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAIxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,mBAAmB,EAEnB,yDAAyD,EAEzD,qCAAqC,EACrC,+BAA+B,EAC/B,wCAAwC,EAEzC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;;;OAKG;IACI,uBAAuB,CAC5B,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,mBAAmB,CAAC;YA2BnC,iCAAiC;YAiCjC,gCAAgC;IAc/C;;;;;;OAMG;IACH,GAAG,CACD,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;;OAMG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;;;;OAOG;IACH,OAAO,CAAC,4BAA4B;CAWrC"}
@@ -0,0 +1,218 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.FluidRelayContainersImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ /// <reference lib="esnext.asynciterable" />
17
+ /** Class containing FluidRelayContainers operations. */
18
+ class FluidRelayContainersImpl {
19
+ /**
20
+ * Initialize a new instance of the class FluidRelayContainers class.
21
+ * @param client Reference to the service client
22
+ */
23
+ constructor(client) {
24
+ this.client = client;
25
+ }
26
+ /**
27
+ * List all Fluid Relay containers which are children of a given Fluid Relay server.
28
+ * @param resourceGroup The resource group containing the resource.
29
+ * @param fluidRelayServerName The Fluid Relay server resource name.
30
+ * @param options The options parameters.
31
+ */
32
+ listByFluidRelayServers(resourceGroup, fluidRelayServerName, options) {
33
+ const iter = this.listByFluidRelayServersPagingAll(resourceGroup, fluidRelayServerName, options);
34
+ return {
35
+ next() {
36
+ return iter.next();
37
+ },
38
+ [Symbol.asyncIterator]() {
39
+ return this;
40
+ },
41
+ byPage: (settings) => {
42
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
43
+ throw new Error("maxPageSize is not supported by this operation.");
44
+ }
45
+ return this.listByFluidRelayServersPagingPage(resourceGroup, fluidRelayServerName, options, settings);
46
+ }
47
+ };
48
+ }
49
+ listByFluidRelayServersPagingPage(resourceGroup, fluidRelayServerName, options, settings) {
50
+ return tslib_1.__asyncGenerator(this, arguments, function* listByFluidRelayServersPagingPage_1() {
51
+ let result;
52
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
53
+ if (!continuationToken) {
54
+ result = yield tslib_1.__await(this._listByFluidRelayServers(resourceGroup, fluidRelayServerName, options));
55
+ let page = result.value || [];
56
+ continuationToken = result.nextLink;
57
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
58
+ yield yield tslib_1.__await(page);
59
+ }
60
+ while (continuationToken) {
61
+ result = yield tslib_1.__await(this._listByFluidRelayServersNext(resourceGroup, fluidRelayServerName, continuationToken, options));
62
+ continuationToken = result.nextLink;
63
+ let page = result.value || [];
64
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
65
+ yield yield tslib_1.__await(page);
66
+ }
67
+ });
68
+ }
69
+ listByFluidRelayServersPagingAll(resourceGroup, fluidRelayServerName, options) {
70
+ return tslib_1.__asyncGenerator(this, arguments, function* listByFluidRelayServersPagingAll_1() {
71
+ var _a, e_1, _b, _c;
72
+ try {
73
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listByFluidRelayServersPagingPage(resourceGroup, fluidRelayServerName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
74
+ _c = _f.value;
75
+ _d = false;
76
+ const page = _c;
77
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
78
+ }
79
+ }
80
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
81
+ finally {
82
+ try {
83
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
84
+ }
85
+ finally { if (e_1) throw e_1.error; }
86
+ }
87
+ });
88
+ }
89
+ /**
90
+ * Get a Fluid Relay container.
91
+ * @param resourceGroup The resource group containing the resource.
92
+ * @param fluidRelayServerName The Fluid Relay server resource name.
93
+ * @param fluidRelayContainerName The Fluid Relay container resource name.
94
+ * @param options The options parameters.
95
+ */
96
+ get(resourceGroup, fluidRelayServerName, fluidRelayContainerName, options) {
97
+ return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, fluidRelayContainerName, options }, getOperationSpec);
98
+ }
99
+ /**
100
+ * Delete a Fluid Relay container.
101
+ * @param resourceGroup The resource group containing the resource.
102
+ * @param fluidRelayServerName The Fluid Relay server resource name.
103
+ * @param fluidRelayContainerName The Fluid Relay container resource name.
104
+ * @param options The options parameters.
105
+ */
106
+ delete(resourceGroup, fluidRelayServerName, fluidRelayContainerName, options) {
107
+ return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, fluidRelayContainerName, options }, deleteOperationSpec);
108
+ }
109
+ /**
110
+ * List all Fluid Relay containers which are children of a given Fluid Relay server.
111
+ * @param resourceGroup The resource group containing the resource.
112
+ * @param fluidRelayServerName The Fluid Relay server resource name.
113
+ * @param options The options parameters.
114
+ */
115
+ _listByFluidRelayServers(resourceGroup, fluidRelayServerName, options) {
116
+ return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, listByFluidRelayServersOperationSpec);
117
+ }
118
+ /**
119
+ * ListByFluidRelayServersNext
120
+ * @param resourceGroup The resource group containing the resource.
121
+ * @param fluidRelayServerName The Fluid Relay server resource name.
122
+ * @param nextLink The nextLink from the previous successful call to the ListByFluidRelayServers
123
+ * method.
124
+ * @param options The options parameters.
125
+ */
126
+ _listByFluidRelayServersNext(resourceGroup, fluidRelayServerName, nextLink, options) {
127
+ return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, nextLink, options }, listByFluidRelayServersNextOperationSpec);
128
+ }
129
+ }
130
+ exports.FluidRelayContainersImpl = FluidRelayContainersImpl;
131
+ // Operation Specifications
132
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
133
+ const getOperationSpec = {
134
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName}",
135
+ httpMethod: "GET",
136
+ responses: {
137
+ 200: {
138
+ bodyMapper: Mappers.FluidRelayContainer
139
+ },
140
+ default: {
141
+ bodyMapper: Mappers.ErrorResponse
142
+ }
143
+ },
144
+ queryParameters: [Parameters.apiVersion],
145
+ urlParameters: [
146
+ Parameters.$host,
147
+ Parameters.subscriptionId,
148
+ Parameters.resourceGroup,
149
+ Parameters.fluidRelayServerName,
150
+ Parameters.fluidRelayContainerName
151
+ ],
152
+ headerParameters: [Parameters.accept],
153
+ serializer
154
+ };
155
+ const deleteOperationSpec = {
156
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName}",
157
+ httpMethod: "DELETE",
158
+ responses: {
159
+ 200: {},
160
+ 204: {},
161
+ default: {
162
+ bodyMapper: Mappers.ErrorResponse
163
+ }
164
+ },
165
+ queryParameters: [Parameters.apiVersion],
166
+ urlParameters: [
167
+ Parameters.$host,
168
+ Parameters.subscriptionId,
169
+ Parameters.resourceGroup,
170
+ Parameters.fluidRelayServerName,
171
+ Parameters.fluidRelayContainerName
172
+ ],
173
+ headerParameters: [Parameters.accept],
174
+ serializer
175
+ };
176
+ const listByFluidRelayServersOperationSpec = {
177
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers",
178
+ httpMethod: "GET",
179
+ responses: {
180
+ 200: {
181
+ bodyMapper: Mappers.FluidRelayContainerList
182
+ },
183
+ default: {
184
+ bodyMapper: Mappers.ErrorResponse
185
+ }
186
+ },
187
+ queryParameters: [Parameters.apiVersion],
188
+ urlParameters: [
189
+ Parameters.$host,
190
+ Parameters.subscriptionId,
191
+ Parameters.resourceGroup,
192
+ Parameters.fluidRelayServerName
193
+ ],
194
+ headerParameters: [Parameters.accept],
195
+ serializer
196
+ };
197
+ const listByFluidRelayServersNextOperationSpec = {
198
+ path: "{nextLink}",
199
+ httpMethod: "GET",
200
+ responses: {
201
+ 200: {
202
+ bodyMapper: Mappers.FluidRelayContainerList
203
+ },
204
+ default: {
205
+ bodyMapper: Mappers.ErrorResponse
206
+ }
207
+ },
208
+ urlParameters: [
209
+ Parameters.$host,
210
+ Parameters.nextLink,
211
+ Parameters.subscriptionId,
212
+ Parameters.resourceGroup,
213
+ Parameters.fluidRelayServerName
214
+ ],
215
+ headerParameters: [Parameters.accept],
216
+ serializer
217
+ };
218
+ //# sourceMappingURL=fluidRelayContainers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluidRelayContainers.js","sourceRoot":"","sources":["../../../src/operations/fluidRelayContainers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { FluidRelayContainers } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { FluidRelayManagementClient } from \"../fluidRelayManagementClient.js\";\nimport {\n FluidRelayContainer,\n FluidRelayContainersListByFluidRelayServersNextOptionalParams,\n FluidRelayContainersListByFluidRelayServersOptionalParams,\n FluidRelayContainersListByFluidRelayServersResponse,\n FluidRelayContainersGetOptionalParams,\n FluidRelayContainersGetResponse,\n FluidRelayContainersDeleteOptionalParams,\n FluidRelayContainersListByFluidRelayServersNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FluidRelayContainers operations. */\nexport class FluidRelayContainersImpl implements FluidRelayContainers {\n private readonly client: FluidRelayManagementClient;\n\n /**\n * Initialize a new instance of the class FluidRelayContainers class.\n * @param client Reference to the service client\n */\n constructor(client: FluidRelayManagementClient) {\n this.client = client;\n }\n\n /**\n * List all Fluid Relay containers which are children of a given Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param options The options parameters.\n */\n public listByFluidRelayServers(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayContainersListByFluidRelayServersOptionalParams\n ): PagedAsyncIterableIterator<FluidRelayContainer> {\n const iter = this.listByFluidRelayServersPagingAll(\n resourceGroup,\n fluidRelayServerName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByFluidRelayServersPagingPage(\n resourceGroup,\n fluidRelayServerName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByFluidRelayServersPagingPage(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayContainersListByFluidRelayServersOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<FluidRelayContainer[]> {\n let result: FluidRelayContainersListByFluidRelayServersResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByFluidRelayServers(\n resourceGroup,\n fluidRelayServerName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByFluidRelayServersNext(\n resourceGroup,\n fluidRelayServerName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByFluidRelayServersPagingAll(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayContainersListByFluidRelayServersOptionalParams\n ): AsyncIterableIterator<FluidRelayContainer> {\n for await (const page of this.listByFluidRelayServersPagingPage(\n resourceGroup,\n fluidRelayServerName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a Fluid Relay container.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param fluidRelayContainerName The Fluid Relay container resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroup: string,\n fluidRelayServerName: string,\n fluidRelayContainerName: string,\n options?: FluidRelayContainersGetOptionalParams\n ): Promise<FluidRelayContainersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, fluidRelayContainerName, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete a Fluid Relay container.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param fluidRelayContainerName The Fluid Relay container resource name.\n * @param options The options parameters.\n */\n delete(\n resourceGroup: string,\n fluidRelayServerName: string,\n fluidRelayContainerName: string,\n options?: FluidRelayContainersDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, fluidRelayContainerName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * List all Fluid Relay containers which are children of a given Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param options The options parameters.\n */\n private _listByFluidRelayServers(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayContainersListByFluidRelayServersOptionalParams\n ): Promise<FluidRelayContainersListByFluidRelayServersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, options },\n listByFluidRelayServersOperationSpec\n );\n }\n\n /**\n * ListByFluidRelayServersNext\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param nextLink The nextLink from the previous successful call to the ListByFluidRelayServers\n * method.\n * @param options The options parameters.\n */\n private _listByFluidRelayServersNext(\n resourceGroup: string,\n fluidRelayServerName: string,\n nextLink: string,\n options?: FluidRelayContainersListByFluidRelayServersNextOptionalParams\n ): Promise<FluidRelayContainersListByFluidRelayServersNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, nextLink, options },\n listByFluidRelayServersNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayContainer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName,\n Parameters.fluidRelayContainerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName,\n Parameters.fluidRelayContainerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByFluidRelayServersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayContainerList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByFluidRelayServersNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayContainerList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { FluidRelayOperations } from "../operationsInterfaces/index.js";
3
+ import { FluidRelayManagementClient } from "../fluidRelayManagementClient.js";
4
+ import { OperationResult, FluidRelayOperationsListOptionalParams } from "../models/index.js";
5
+ /** Class containing FluidRelayOperations operations. */
6
+ export declare class FluidRelayOperationsImpl implements FluidRelayOperations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class FluidRelayOperations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: FluidRelayManagementClient);
13
+ /**
14
+ * List all operations provided by Microsoft.FluidRelay.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: FluidRelayOperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * List all operations provided by Microsoft.FluidRelay.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=fluidRelayOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluidRelayOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/fluidRelayOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAIxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,eAAe,EAEf,sCAAsC,EAGvC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,eAAe,CAAC;YAkB/B,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}