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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1,152 +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
- import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
- import {
12
- PipelineRequest,
13
- PipelineResponse,
14
- SendRequest
15
- } from "@azure/core-rest-pipeline";
16
- import * as coreAuth from "@azure/core-auth";
17
- import {
18
- FluidRelayOperationsImpl,
19
- FluidRelayServersImpl,
20
- FluidRelayContainersImpl
21
- } from "./operations";
22
- import {
23
- FluidRelayOperations,
24
- FluidRelayServers,
25
- FluidRelayContainers
26
- } from "./operationsInterfaces";
27
- import { FluidRelayManagementClientOptionalParams } from "./models";
28
-
29
- export class FluidRelayManagementClient extends coreClient.ServiceClient {
30
- $host: string;
31
- apiVersion: string;
32
- subscriptionId: string;
33
-
34
- /**
35
- * Initializes a new instance of the FluidRelayManagementClient class.
36
- * @param credentials Subscription credentials which uniquely identify client subscription.
37
- * @param subscriptionId The subscription id (GUID) for this resource.
38
- * @param options The parameter options
39
- */
40
- constructor(
41
- credentials: coreAuth.TokenCredential,
42
- subscriptionId: string,
43
- options?: FluidRelayManagementClientOptionalParams
44
- ) {
45
- if (credentials === undefined) {
46
- throw new Error("'credentials' cannot be null");
47
- }
48
- if (subscriptionId === undefined) {
49
- throw new Error("'subscriptionId' cannot be null");
50
- }
51
-
52
- // Initializing default values for options
53
- if (!options) {
54
- options = {};
55
- }
56
- const defaults: FluidRelayManagementClientOptionalParams = {
57
- requestContentType: "application/json; charset=utf-8",
58
- credential: credentials
59
- };
60
-
61
- const packageDetails = `azsdk-js-arm-fluidrelay/1.0.2`;
62
- const userAgentPrefix =
63
- options.userAgentOptions && options.userAgentOptions.userAgentPrefix
64
- ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
65
- : `${packageDetails}`;
66
-
67
- const optionsWithDefaults = {
68
- ...defaults,
69
- ...options,
70
- userAgentOptions: {
71
- userAgentPrefix
72
- },
73
- endpoint:
74
- options.endpoint ?? options.baseUri ?? "https://management.azure.com"
75
- };
76
- super(optionsWithDefaults);
77
-
78
- let bearerTokenAuthenticationPolicyFound: boolean = false;
79
- if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
80
- const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();
81
- bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
82
- (pipelinePolicy) =>
83
- pipelinePolicy.name ===
84
- coreRestPipeline.bearerTokenAuthenticationPolicyName
85
- );
86
- }
87
- if (
88
- !options ||
89
- !options.pipeline ||
90
- options.pipeline.getOrderedPolicies().length == 0 ||
91
- !bearerTokenAuthenticationPolicyFound
92
- ) {
93
- this.pipeline.removePolicy({
94
- name: coreRestPipeline.bearerTokenAuthenticationPolicyName
95
- });
96
- this.pipeline.addPolicy(
97
- coreRestPipeline.bearerTokenAuthenticationPolicy({
98
- credential: credentials,
99
- scopes:
100
- optionsWithDefaults.credentialScopes ??
101
- `${optionsWithDefaults.endpoint}/.default`,
102
- challengeCallbacks: {
103
- authorizeRequestOnChallenge:
104
- coreClient.authorizeRequestOnClaimChallenge
105
- }
106
- })
107
- );
108
- }
109
- // Parameter assignments
110
- this.subscriptionId = subscriptionId;
111
-
112
- // Assigning values to Constant parameters
113
- this.$host = options.$host || "https://management.azure.com";
114
- this.apiVersion = options.apiVersion || "2022-06-01";
115
- this.fluidRelayOperations = new FluidRelayOperationsImpl(this);
116
- this.fluidRelayServers = new FluidRelayServersImpl(this);
117
- this.fluidRelayContainers = new FluidRelayContainersImpl(this);
118
- this.addCustomApiVersionPolicy(options.apiVersion);
119
- }
120
-
121
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
122
- private addCustomApiVersionPolicy(apiVersion?: string) {
123
- if (!apiVersion) {
124
- return;
125
- }
126
- const apiVersionPolicy = {
127
- name: "CustomApiVersionPolicy",
128
- async sendRequest(
129
- request: PipelineRequest,
130
- next: SendRequest
131
- ): Promise<PipelineResponse> {
132
- const param = request.url.split("?");
133
- if (param.length > 1) {
134
- const newParams = param[1].split("&").map((item) => {
135
- if (item.indexOf("api-version") > -1) {
136
- return "api-version=" + apiVersion;
137
- } else {
138
- return item;
139
- }
140
- });
141
- request.url = param[0] + "?" + newParams.join("&");
142
- }
143
- return next(request);
144
- }
145
- };
146
- this.pipeline.addPolicy(apiVersionPolicy);
147
- }
148
-
149
- fluidRelayOperations: FluidRelayOperations;
150
- fluidRelayServers: FluidRelayServers;
151
- fluidRelayContainers: FluidRelayContainers;
152
- }
@@ -1,512 +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
- /** Result of GET request to list FluidRelay operations. */
12
- export interface OperationListResult {
13
- /** List of FluidRelay operations supported by the Microsoft.FluidRelay provider. */
14
- value?: OperationResult[];
15
- /** URL to get the next set of operation list results if there are any. */
16
- nextLink?: string;
17
- }
18
-
19
- /** A FluidRelay REST API operation. */
20
- export interface OperationResult {
21
- /** Operation name: {provider}/{resource}/{operation} */
22
- name?: string;
23
- /** The object that represents the operation. */
24
- display?: OperationDisplay;
25
- /** Indicates whether the operation is a data action */
26
- isDataAction?: boolean;
27
- }
28
-
29
- /** The object that represents the operation. */
30
- export interface OperationDisplay {
31
- /** Service provider: Microsoft.FluidRelay */
32
- provider?: string;
33
- /** Type on which the operation is performed, e.g., 'servers'. */
34
- resource?: string;
35
- /** Operation type, e.g., read, write, delete, etc. */
36
- operation?: string;
37
- /** Description of the operation, e.g., 'Write confluent'. */
38
- description?: string;
39
- }
40
-
41
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
42
- export interface ErrorResponse {
43
- /** The error object. */
44
- error?: ErrorDetail;
45
- }
46
-
47
- /** The error detail. */
48
- export interface ErrorDetail {
49
- /**
50
- * The error code.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly code?: string;
54
- /**
55
- * The error message.
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly message?: string;
59
- /**
60
- * The error target.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly target?: string;
64
- /**
65
- * The error details.
66
- * NOTE: This property will not be serialized. It can only be populated by the server.
67
- */
68
- readonly details?: ErrorDetail[];
69
- /**
70
- * The error additional info.
71
- * NOTE: This property will not be serialized. It can only be populated by the server.
72
- */
73
- readonly additionalInfo?: ErrorAdditionalInfo[];
74
- }
75
-
76
- /** The resource management error additional info. */
77
- export interface ErrorAdditionalInfo {
78
- /**
79
- * The additional info type.
80
- * NOTE: This property will not be serialized. It can only be populated by the server.
81
- */
82
- readonly type?: string;
83
- /**
84
- * The additional info.
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly info?: Record<string, unknown>;
88
- }
89
-
90
- /** The Fluid Relay endpoints for this server */
91
- export interface FluidRelayEndpoints {
92
- /**
93
- * The Fluid Relay Orderer endpoints.
94
- * NOTE: This property will not be serialized. It can only be populated by the server.
95
- */
96
- readonly ordererEndpoints?: string[];
97
- /**
98
- * The Fluid Relay storage endpoints.
99
- * NOTE: This property will not be serialized. It can only be populated by the server.
100
- */
101
- readonly storageEndpoints?: string[];
102
- /**
103
- * The Fluid Relay service endpoints.
104
- * NOTE: This property will not be serialized. It can only be populated by the server.
105
- */
106
- readonly serviceEndpoints?: string[];
107
- }
108
-
109
- /** All encryption configuration for a resource. */
110
- export interface EncryptionProperties {
111
- /** All Customer-managed key encryption properties for the resource. */
112
- customerManagedKeyEncryption?: CustomerManagedKeyEncryptionProperties;
113
- }
114
-
115
- /** All Customer-managed key encryption properties for the resource. */
116
- export interface CustomerManagedKeyEncryptionProperties {
117
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
118
- keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity;
119
- /** key encryption key Url, with or without a version. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. Key auto rotation is enabled by providing a key uri without version. Otherwise, customer is responsible for rotating the key. The keyEncryptionKeyIdentity(either SystemAssigned or UserAssigned) should have permission to access this key url. */
120
- keyEncryptionKeyUrl?: string;
121
- }
122
-
123
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
124
- export interface CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity {
125
- /** Values can be SystemAssigned or UserAssigned */
126
- identityType?: CmkIdentityType;
127
- /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */
128
- userAssignedIdentityResourceId?: string;
129
- }
130
-
131
- /** Metadata pertaining to creation and last modification of the resource. */
132
- export interface SystemData {
133
- /** The identity that created the resource. */
134
- createdBy?: string;
135
- /** The type of identity that created the resource. */
136
- createdByType?: CreatedByType;
137
- /** The timestamp of resource creation (UTC). */
138
- createdAt?: Date;
139
- /** The identity that last modified the resource. */
140
- lastModifiedBy?: string;
141
- /** The type of identity that last modified the resource. */
142
- lastModifiedByType?: CreatedByType;
143
- /** The timestamp of resource last modification (UTC) */
144
- lastModifiedAt?: Date;
145
- }
146
-
147
- /** Identity for the resource. */
148
- export interface Identity {
149
- /**
150
- * The principal ID of resource identity.
151
- * NOTE: This property will not be serialized. It can only be populated by the server.
152
- */
153
- readonly principalId?: string;
154
- /**
155
- * The tenant ID of resource.
156
- * NOTE: This property will not be serialized. It can only be populated by the server.
157
- */
158
- readonly tenantId?: string;
159
- /** The identity type. */
160
- type?: ResourceIdentityType;
161
- /** The list of user identities associated with the resource. */
162
- userAssignedIdentities?: {
163
- [propertyName: string]: UserAssignedIdentitiesValue;
164
- };
165
- }
166
-
167
- export interface UserAssignedIdentitiesValue {
168
- /**
169
- * The principal id of user assigned identity.
170
- * NOTE: This property will not be serialized. It can only be populated by the server.
171
- */
172
- readonly principalId?: string;
173
- /**
174
- * The client id of user assigned identity.
175
- * NOTE: This property will not be serialized. It can only be populated by the server.
176
- */
177
- readonly clientId?: string;
178
- }
179
-
180
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
181
- export interface Resource {
182
- /**
183
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
184
- * NOTE: This property will not be serialized. It can only be populated by the server.
185
- */
186
- readonly id?: string;
187
- /**
188
- * The name of the resource
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly name?: string;
192
- /**
193
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
194
- * NOTE: This property will not be serialized. It can only be populated by the server.
195
- */
196
- readonly type?: string;
197
- }
198
-
199
- /** The updatable properties of a Fluid Relay server */
200
- export interface FluidRelayServerUpdate {
201
- /** Resource tags. */
202
- tags?: { [propertyName: string]: string };
203
- /** The type of identity used for the resource. */
204
- identity?: Identity;
205
- /** The geo-location where the resource lives */
206
- location?: string;
207
- /** All encryption configuration for a resource. */
208
- encryption?: EncryptionProperties;
209
- }
210
-
211
- /** Specifies which key should be generated. */
212
- export interface RegenerateKeyRequest {
213
- /** The key to regenerate. */
214
- keyName: KeyName;
215
- }
216
-
217
- /** The set of available keys for this server. */
218
- export interface FluidRelayServerKeys {
219
- /**
220
- * The primary key for this server
221
- * This value contains a credential. Consider obscuring before showing to users
222
- * NOTE: This property will not be serialized. It can only be populated by the server.
223
- */
224
- readonly key1?: string;
225
- /**
226
- * The secondary key for this server
227
- * This value contains a credential. Consider obscuring before showing to users
228
- * NOTE: This property will not be serialized. It can only be populated by the server.
229
- */
230
- readonly key2?: string;
231
- }
232
-
233
- /** Paged response */
234
- export interface FluidRelayServerList {
235
- /** A sequence of FluidRelay servers. */
236
- value: FluidRelayServer[];
237
- /** A link to the next page of results, if any. */
238
- nextLink?: string;
239
- }
240
-
241
- /** Paged response */
242
- export interface FluidRelayContainerList {
243
- /** A sequence of FluidRelay containers. */
244
- value?: FluidRelayContainer[];
245
- /**
246
- * A link to the next page of results, if any.
247
- * NOTE: This property will not be serialized. It can only be populated by the server.
248
- */
249
- readonly nextLink?: string;
250
- }
251
-
252
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
253
- export interface TrackedResource extends Resource {
254
- /** Resource tags. */
255
- tags?: { [propertyName: string]: string };
256
- /** The geo-location where the resource lives */
257
- location: string;
258
- }
259
-
260
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
261
- export interface ProxyResource extends Resource {}
262
-
263
- /** A FluidRelay Server. */
264
- export interface FluidRelayServer extends TrackedResource {
265
- /**
266
- * System meta data for this resource, including creation and modification information.
267
- * NOTE: This property will not be serialized. It can only be populated by the server.
268
- */
269
- readonly systemData?: SystemData;
270
- /** The type of identity used for the resource. */
271
- identity?: Identity;
272
- /**
273
- * The Fluid tenantId for this server
274
- * NOTE: This property will not be serialized. It can only be populated by the server.
275
- */
276
- readonly frsTenantId?: string;
277
- /**
278
- * The Fluid Relay Service endpoints for this server.
279
- * NOTE: This property will not be serialized. It can only be populated by the server.
280
- */
281
- readonly fluidRelayEndpoints?: FluidRelayEndpoints;
282
- /** Provision states for FluidRelay RP */
283
- provisioningState?: ProvisioningState;
284
- /** All encryption configuration for a resource. */
285
- encryption?: EncryptionProperties;
286
- /** Sku of the storage associated with the resource */
287
- storagesku?: StorageSKU;
288
- }
289
-
290
- /** A FluidRelay Container. */
291
- export interface FluidRelayContainer extends ProxyResource {
292
- /**
293
- * System meta data for this resource, including creation and modification information.
294
- * NOTE: This property will not be serialized. It can only be populated by the server.
295
- */
296
- readonly systemData?: SystemData;
297
- /**
298
- * The Fluid tenantId for this container
299
- * NOTE: This property will not be serialized. It can only be populated by the server.
300
- */
301
- readonly frsTenantId?: string;
302
- /**
303
- * The frsContainerId for this container
304
- * NOTE: This property will not be serialized. It can only be populated by the server.
305
- */
306
- readonly frsContainerId?: string;
307
- /**
308
- * Provision states for FluidRelay RP
309
- * NOTE: This property will not be serialized. It can only be populated by the server.
310
- */
311
- readonly provisioningState?: ProvisioningState;
312
- /**
313
- * The creation time of this resource
314
- * NOTE: This property will not be serialized. It can only be populated by the server.
315
- */
316
- readonly creationTime?: Date;
317
- /**
318
- * Last time when user access this resource
319
- * NOTE: This property will not be serialized. It can only be populated by the server.
320
- */
321
- readonly lastAccessTime?: Date;
322
- }
323
-
324
- /** Known values of {@link ProvisioningState} that the service accepts. */
325
- export enum KnownProvisioningState {
326
- /** Succeeded */
327
- Succeeded = "Succeeded",
328
- /** Failed */
329
- Failed = "Failed",
330
- /** Canceled */
331
- Canceled = "Canceled"
332
- }
333
-
334
- /**
335
- * Defines values for ProvisioningState. \
336
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
337
- * this enum contains the known values that the service supports.
338
- * ### Known values supported by the service
339
- * **Succeeded** \
340
- * **Failed** \
341
- * **Canceled**
342
- */
343
- export type ProvisioningState = string;
344
-
345
- /** Known values of {@link StorageSKU} that the service accepts. */
346
- export enum KnownStorageSKU {
347
- /** Standard */
348
- Standard = "standard",
349
- /** Basic */
350
- Basic = "basic"
351
- }
352
-
353
- /**
354
- * Defines values for StorageSKU. \
355
- * {@link KnownStorageSKU} can be used interchangeably with StorageSKU,
356
- * this enum contains the known values that the service supports.
357
- * ### Known values supported by the service
358
- * **standard** \
359
- * **basic**
360
- */
361
- export type StorageSKU = string;
362
-
363
- /** Known values of {@link CreatedByType} that the service accepts. */
364
- export enum KnownCreatedByType {
365
- /** User */
366
- User = "User",
367
- /** Application */
368
- Application = "Application",
369
- /** ManagedIdentity */
370
- ManagedIdentity = "ManagedIdentity",
371
- /** Key */
372
- Key = "Key"
373
- }
374
-
375
- /**
376
- * Defines values for CreatedByType. \
377
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
378
- * this enum contains the known values that the service supports.
379
- * ### Known values supported by the service
380
- * **User** \
381
- * **Application** \
382
- * **ManagedIdentity** \
383
- * **Key**
384
- */
385
- export type CreatedByType = string;
386
- /** Defines values for CmkIdentityType. */
387
- export type CmkIdentityType = "SystemAssigned" | "UserAssigned";
388
- /** Defines values for ResourceIdentityType. */
389
- export type ResourceIdentityType =
390
- | "SystemAssigned"
391
- | "UserAssigned"
392
- | "SystemAssigned, UserAssigned"
393
- | "None";
394
- /** Defines values for KeyName. */
395
- export type KeyName = "key1" | "key2";
396
-
397
- /** Optional parameters. */
398
- export interface FluidRelayOperationsListOptionalParams
399
- extends coreClient.OperationOptions {}
400
-
401
- /** Contains response data for the list operation. */
402
- export type FluidRelayOperationsListResponse = OperationListResult;
403
-
404
- /** Optional parameters. */
405
- export interface FluidRelayOperationsListNextOptionalParams
406
- extends coreClient.OperationOptions {}
407
-
408
- /** Contains response data for the listNext operation. */
409
- export type FluidRelayOperationsListNextResponse = OperationListResult;
410
-
411
- /** Optional parameters. */
412
- export interface FluidRelayServersGetOptionalParams
413
- extends coreClient.OperationOptions {}
414
-
415
- /** Contains response data for the get operation. */
416
- export type FluidRelayServersGetResponse = FluidRelayServer;
417
-
418
- /** Optional parameters. */
419
- export interface FluidRelayServersCreateOrUpdateOptionalParams
420
- extends coreClient.OperationOptions {}
421
-
422
- /** Contains response data for the createOrUpdate operation. */
423
- export type FluidRelayServersCreateOrUpdateResponse = FluidRelayServer;
424
-
425
- /** Optional parameters. */
426
- export interface FluidRelayServersUpdateOptionalParams
427
- extends coreClient.OperationOptions {}
428
-
429
- /** Contains response data for the update operation. */
430
- export type FluidRelayServersUpdateResponse = FluidRelayServer;
431
-
432
- /** Optional parameters. */
433
- export interface FluidRelayServersDeleteOptionalParams
434
- extends coreClient.OperationOptions {}
435
-
436
- /** Optional parameters. */
437
- export interface FluidRelayServersRegenerateKeyOptionalParams
438
- extends coreClient.OperationOptions {}
439
-
440
- /** Contains response data for the regenerateKey operation. */
441
- export type FluidRelayServersRegenerateKeyResponse = FluidRelayServerKeys;
442
-
443
- /** Optional parameters. */
444
- export interface FluidRelayServersListKeysOptionalParams
445
- extends coreClient.OperationOptions {}
446
-
447
- /** Contains response data for the listKeys operation. */
448
- export type FluidRelayServersListKeysResponse = FluidRelayServerKeys;
449
-
450
- /** Optional parameters. */
451
- export interface FluidRelayServersListBySubscriptionOptionalParams
452
- extends coreClient.OperationOptions {}
453
-
454
- /** Contains response data for the listBySubscription operation. */
455
- export type FluidRelayServersListBySubscriptionResponse = FluidRelayServerList;
456
-
457
- /** Optional parameters. */
458
- export interface FluidRelayServersListByResourceGroupOptionalParams
459
- extends coreClient.OperationOptions {}
460
-
461
- /** Contains response data for the listByResourceGroup operation. */
462
- export type FluidRelayServersListByResourceGroupResponse = FluidRelayServerList;
463
-
464
- /** Optional parameters. */
465
- export interface FluidRelayServersListBySubscriptionNextOptionalParams
466
- extends coreClient.OperationOptions {}
467
-
468
- /** Contains response data for the listBySubscriptionNext operation. */
469
- export type FluidRelayServersListBySubscriptionNextResponse = FluidRelayServerList;
470
-
471
- /** Optional parameters. */
472
- export interface FluidRelayServersListByResourceGroupNextOptionalParams
473
- extends coreClient.OperationOptions {}
474
-
475
- /** Contains response data for the listByResourceGroupNext operation. */
476
- export type FluidRelayServersListByResourceGroupNextResponse = FluidRelayServerList;
477
-
478
- /** Optional parameters. */
479
- export interface FluidRelayContainersGetOptionalParams
480
- extends coreClient.OperationOptions {}
481
-
482
- /** Contains response data for the get operation. */
483
- export type FluidRelayContainersGetResponse = FluidRelayContainer;
484
-
485
- /** Optional parameters. */
486
- export interface FluidRelayContainersDeleteOptionalParams
487
- extends coreClient.OperationOptions {}
488
-
489
- /** Optional parameters. */
490
- export interface FluidRelayContainersListByFluidRelayServersOptionalParams
491
- extends coreClient.OperationOptions {}
492
-
493
- /** Contains response data for the listByFluidRelayServers operation. */
494
- export type FluidRelayContainersListByFluidRelayServersResponse = FluidRelayContainerList;
495
-
496
- /** Optional parameters. */
497
- export interface FluidRelayContainersListByFluidRelayServersNextOptionalParams
498
- extends coreClient.OperationOptions {}
499
-
500
- /** Contains response data for the listByFluidRelayServersNext operation. */
501
- export type FluidRelayContainersListByFluidRelayServersNextResponse = FluidRelayContainerList;
502
-
503
- /** Optional parameters. */
504
- export interface FluidRelayManagementClientOptionalParams
505
- extends coreClient.ServiceClientOptions {
506
- /** server parameter */
507
- $host?: string;
508
- /** Api Version */
509
- apiVersion?: string;
510
- /** Overrides client endpoint. */
511
- endpoint?: string;
512
- }