@azure/arm-fluidrelay 1.0.2-alpha.20250123.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 -39
  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 -39
  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 -54
  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 -53
  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 -112
  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 -38
  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 -38
  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 -53
  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 -52
  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 -38
  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 -39
  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 -39
  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,634 +1,445 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
-
5
- /** Defines values for CmkIdentityType. */
6
- export declare type CmkIdentityType = "SystemAssigned" | "UserAssigned";
7
-
8
- /**
9
- * Defines values for CreatedByType. \
10
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
11
- * this enum contains the known values that the service supports.
12
- * ### Known values supported by the service
13
- * **User** \
14
- * **Application** \
15
- * **ManagedIdentity** \
16
- * **Key**
17
- */
18
- export declare type CreatedByType = string;
19
-
20
- /** All Customer-managed key encryption properties for the resource. */
21
- export declare interface CustomerManagedKeyEncryptionProperties {
22
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
23
- keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity;
24
- /** 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. */
25
- keyEncryptionKeyUrl?: string;
26
- }
27
-
28
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
29
- export declare interface CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity {
30
- /** Values can be SystemAssigned or UserAssigned */
31
- identityType?: CmkIdentityType;
32
- /** 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. */
33
- userAssignedIdentityResourceId?: string;
34
- }
35
-
36
- /** All encryption configuration for a resource. */
37
- export declare interface EncryptionProperties {
38
- /** All Customer-managed key encryption properties for the resource. */
39
- customerManagedKeyEncryption?: CustomerManagedKeyEncryptionProperties;
40
- }
41
-
42
- /** The resource management error additional info. */
43
- export declare interface ErrorAdditionalInfo {
44
- /**
45
- * The additional info type.
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly type?: string;
49
- /**
50
- * The additional info.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly info?: Record<string, unknown>;
54
- }
55
-
56
- /** The error detail. */
57
- export declare interface ErrorDetail {
58
- /**
59
- * The error code.
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly code?: string;
63
- /**
64
- * The error message.
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly message?: string;
68
- /**
69
- * The error target.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly target?: string;
73
- /**
74
- * The error details.
75
- * NOTE: This property will not be serialized. It can only be populated by the server.
76
- */
77
- readonly details?: ErrorDetail[];
78
- /**
79
- * The error additional info.
80
- * NOTE: This property will not be serialized. It can only be populated by the server.
81
- */
82
- readonly additionalInfo?: ErrorAdditionalInfo[];
83
- }
84
-
85
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
86
- export declare interface ErrorResponse {
87
- /** The error object. */
88
- error?: ErrorDetail;
89
- }
90
-
91
- /** A FluidRelay Container. */
92
- export declare interface FluidRelayContainer extends ProxyResource {
93
- /**
94
- * System meta data for this resource, including creation and modification information.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly systemData?: SystemData;
98
- /**
99
- * The Fluid tenantId for this container
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly frsTenantId?: string;
103
- /**
104
- * The frsContainerId for this container
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly frsContainerId?: string;
108
- /**
109
- * Provision states for FluidRelay RP
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly provisioningState?: ProvisioningState;
113
- /**
114
- * The creation time of this resource
115
- * NOTE: This property will not be serialized. It can only be populated by the server.
116
- */
117
- readonly creationTime?: Date;
118
- /**
119
- * Last time when user access this resource
120
- * NOTE: This property will not be serialized. It can only be populated by the server.
121
- */
122
- readonly lastAccessTime?: Date;
123
- }
124
-
125
- /** Paged response */
126
- export declare interface FluidRelayContainerList {
127
- /** A sequence of FluidRelay containers. */
128
- value?: FluidRelayContainer[];
129
- /**
130
- * A link to the next page of results, if any.
131
- * NOTE: This property will not be serialized. It can only be populated by the server.
132
- */
133
- readonly nextLink?: string;
134
- }
135
-
136
- /** Interface representing a FluidRelayContainers. */
137
- export declare interface FluidRelayContainers {
138
- /**
139
- * List all Fluid Relay containers which are children of a given Fluid Relay server.
140
- * @param resourceGroup The resource group containing the resource.
141
- * @param fluidRelayServerName The Fluid Relay server resource name.
142
- * @param options The options parameters.
143
- */
144
- listByFluidRelayServers(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayContainersListByFluidRelayServersOptionalParams): PagedAsyncIterableIterator<FluidRelayContainer>;
145
- /**
146
- * Get a Fluid Relay container.
147
- * @param resourceGroup The resource group containing the resource.
148
- * @param fluidRelayServerName The Fluid Relay server resource name.
149
- * @param fluidRelayContainerName The Fluid Relay container resource name.
150
- * @param options The options parameters.
151
- */
152
- get(resourceGroup: string, fluidRelayServerName: string, fluidRelayContainerName: string, options?: FluidRelayContainersGetOptionalParams): Promise<FluidRelayContainersGetResponse>;
153
- /**
154
- * Delete a Fluid Relay container.
155
- * @param resourceGroup The resource group containing the resource.
156
- * @param fluidRelayServerName The Fluid Relay server resource name.
157
- * @param fluidRelayContainerName The Fluid Relay container resource name.
158
- * @param options The options parameters.
159
- */
160
- delete(resourceGroup: string, fluidRelayServerName: string, fluidRelayContainerName: string, options?: FluidRelayContainersDeleteOptionalParams): Promise<void>;
161
- }
162
-
163
- /** Optional parameters. */
164
- export declare interface FluidRelayContainersDeleteOptionalParams extends coreClient.OperationOptions {
165
- }
166
-
167
- /** Optional parameters. */
168
- export declare interface FluidRelayContainersGetOptionalParams extends coreClient.OperationOptions {
169
- }
170
-
171
- /** Contains response data for the get operation. */
172
- export declare type FluidRelayContainersGetResponse = FluidRelayContainer;
173
-
174
- /** Optional parameters. */
175
- export declare interface FluidRelayContainersListByFluidRelayServersNextOptionalParams extends coreClient.OperationOptions {
176
- }
177
-
178
- /** Contains response data for the listByFluidRelayServersNext operation. */
179
- export declare type FluidRelayContainersListByFluidRelayServersNextResponse = FluidRelayContainerList;
180
-
181
- /** Optional parameters. */
182
- export declare interface FluidRelayContainersListByFluidRelayServersOptionalParams extends coreClient.OperationOptions {
183
- }
184
-
185
- /** Contains response data for the listByFluidRelayServers operation. */
186
- export declare type FluidRelayContainersListByFluidRelayServersResponse = FluidRelayContainerList;
187
-
188
- /** The Fluid Relay endpoints for this server */
189
- export declare interface FluidRelayEndpoints {
190
- /**
191
- * The Fluid Relay Orderer endpoints.
192
- * NOTE: This property will not be serialized. It can only be populated by the server.
193
- */
194
- readonly ordererEndpoints?: string[];
195
- /**
196
- * The Fluid Relay storage endpoints.
197
- * NOTE: This property will not be serialized. It can only be populated by the server.
198
- */
199
- readonly storageEndpoints?: string[];
200
- /**
201
- * The Fluid Relay service endpoints.
202
- * NOTE: This property will not be serialized. It can only be populated by the server.
203
- */
204
- readonly serviceEndpoints?: string[];
205
- }
206
-
207
- export declare class FluidRelayManagementClient extends coreClient.ServiceClient {
208
- $host: string;
209
- apiVersion: string;
210
- subscriptionId: string;
211
- /**
212
- * Initializes a new instance of the FluidRelayManagementClient class.
213
- * @param credentials Subscription credentials which uniquely identify client subscription.
214
- * @param subscriptionId The subscription id (GUID) for this resource.
215
- * @param options The parameter options
216
- */
217
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: FluidRelayManagementClientOptionalParams);
218
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
219
- private addCustomApiVersionPolicy;
220
- fluidRelayOperations: FluidRelayOperations;
221
- fluidRelayServers: FluidRelayServers;
222
- fluidRelayContainers: FluidRelayContainers;
223
- }
224
-
225
- /** Optional parameters. */
226
- export declare interface FluidRelayManagementClientOptionalParams extends coreClient.ServiceClientOptions {
227
- /** server parameter */
228
- $host?: string;
229
- /** Api Version */
230
- apiVersion?: string;
231
- /** Overrides client endpoint. */
232
- endpoint?: string;
233
- }
234
-
235
- /** Interface representing a FluidRelayOperations. */
236
- export declare interface FluidRelayOperations {
237
- /**
238
- * List all operations provided by Microsoft.FluidRelay.
239
- * @param options The options parameters.
240
- */
241
- list(options?: FluidRelayOperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
242
- }
243
-
244
- /** Optional parameters. */
245
- export declare interface FluidRelayOperationsListNextOptionalParams extends coreClient.OperationOptions {
246
- }
247
-
248
- /** Contains response data for the listNext operation. */
249
- export declare type FluidRelayOperationsListNextResponse = OperationListResult;
250
-
251
- /** Optional parameters. */
252
- export declare interface FluidRelayOperationsListOptionalParams extends coreClient.OperationOptions {
253
- }
254
-
255
- /** Contains response data for the list operation. */
256
- export declare type FluidRelayOperationsListResponse = OperationListResult;
257
-
258
- /** A FluidRelay Server. */
259
- export declare interface FluidRelayServer extends TrackedResource {
260
- /**
261
- * System meta data for this resource, including creation and modification information.
262
- * NOTE: This property will not be serialized. It can only be populated by the server.
263
- */
264
- readonly systemData?: SystemData;
265
- /** The type of identity used for the resource. */
266
- identity?: Identity;
267
- /**
268
- * The Fluid tenantId for this server
269
- * NOTE: This property will not be serialized. It can only be populated by the server.
270
- */
271
- readonly frsTenantId?: string;
272
- /**
273
- * The Fluid Relay Service endpoints for this server.
274
- * NOTE: This property will not be serialized. It can only be populated by the server.
275
- */
276
- readonly fluidRelayEndpoints?: FluidRelayEndpoints;
277
- /** Provision states for FluidRelay RP */
278
- provisioningState?: ProvisioningState;
279
- /** All encryption configuration for a resource. */
280
- encryption?: EncryptionProperties;
281
- /** Sku of the storage associated with the resource */
282
- storagesku?: StorageSKU;
283
- }
284
-
285
- /** The set of available keys for this server. */
286
- export declare interface FluidRelayServerKeys {
287
- /**
288
- * The primary key for this server
289
- * This value contains a credential. Consider obscuring before showing to users
290
- * NOTE: This property will not be serialized. It can only be populated by the server.
291
- */
292
- readonly key1?: string;
293
- /**
294
- * The secondary key for this server
295
- * This value contains a credential. Consider obscuring before showing to users
296
- * NOTE: This property will not be serialized. It can only be populated by the server.
297
- */
298
- readonly key2?: string;
299
- }
300
-
301
- /** Paged response */
302
- export declare interface FluidRelayServerList {
303
- /** A sequence of FluidRelay servers. */
304
- value: FluidRelayServer[];
305
- /** A link to the next page of results, if any. */
306
- nextLink?: string;
307
- }
308
-
309
- /** Interface representing a FluidRelayServers. */
310
- export declare interface FluidRelayServers {
311
- /**
312
- * List all Fluid Relay servers in a subscription.
313
- * @param options The options parameters.
314
- */
315
- listBySubscription(options?: FluidRelayServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FluidRelayServer>;
316
- /**
317
- * List all Fluid Relay servers in a resource group.
318
- * @param resourceGroup The resource group containing the resource.
319
- * @param options The options parameters.
320
- */
321
- listByResourceGroup(resourceGroup: string, options?: FluidRelayServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FluidRelayServer>;
322
- /**
323
- * Get a Fluid Relay server.
324
- * @param resourceGroup The resource group containing the resource.
325
- * @param fluidRelayServerName The Fluid Relay server resource name.
326
- * @param options The options parameters.
327
- */
328
- get(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersGetOptionalParams): Promise<FluidRelayServersGetResponse>;
329
- /**
330
- * Create or Update a Fluid Relay server.
331
- * @param resourceGroup The resource group containing the resource.
332
- * @param fluidRelayServerName The Fluid Relay server resource name.
333
- * @param resource The details of the Fluid Relay server resource.
334
- * @param options The options parameters.
335
- */
336
- createOrUpdate(resourceGroup: string, fluidRelayServerName: string, resource: FluidRelayServer, options?: FluidRelayServersCreateOrUpdateOptionalParams): Promise<FluidRelayServersCreateOrUpdateResponse>;
337
- /**
338
- * Update a Fluid Relay server.
339
- * @param resourceGroup The resource group containing the resource.
340
- * @param fluidRelayServerName The Fluid Relay server resource name.
341
- * @param resource The details of the Fluid Relay server resource included in update calls.
342
- * @param options The options parameters.
343
- */
344
- update(resourceGroup: string, fluidRelayServerName: string, resource: FluidRelayServerUpdate, options?: FluidRelayServersUpdateOptionalParams): Promise<FluidRelayServersUpdateResponse>;
345
- /**
346
- * Delete a Fluid Relay server.
347
- * @param resourceGroup The resource group containing the resource.
348
- * @param fluidRelayServerName The Fluid Relay server resource name.
349
- * @param options The options parameters.
350
- */
351
- delete(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersDeleteOptionalParams): Promise<void>;
352
- /**
353
- * Regenerate the primary or secondary key for this server.
354
- * @param resourceGroup The resource group containing the resource.
355
- * @param fluidRelayServerName The Fluid Relay server resource name.
356
- * @param parameters The details of which keys to generate.
357
- * @param options The options parameters.
358
- */
359
- regenerateKey(resourceGroup: string, fluidRelayServerName: string, parameters: RegenerateKeyRequest, options?: FluidRelayServersRegenerateKeyOptionalParams): Promise<FluidRelayServersRegenerateKeyResponse>;
360
- /**
361
- * Get primary and secondary key for this server.
362
- * @param resourceGroup The resource group containing the resource.
363
- * @param fluidRelayServerName The Fluid Relay server resource name.
364
- * @param options The options parameters.
365
- */
366
- listKeys(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersListKeysOptionalParams): Promise<FluidRelayServersListKeysResponse>;
367
- }
368
-
369
- /** Optional parameters. */
370
- export declare interface FluidRelayServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
371
- }
372
-
373
- /** Contains response data for the createOrUpdate operation. */
374
- export declare type FluidRelayServersCreateOrUpdateResponse = FluidRelayServer;
375
-
376
- /** Optional parameters. */
377
- export declare interface FluidRelayServersDeleteOptionalParams extends coreClient.OperationOptions {
378
- }
379
-
380
- /** Optional parameters. */
381
- export declare interface FluidRelayServersGetOptionalParams extends coreClient.OperationOptions {
382
- }
383
-
384
- /** Contains response data for the get operation. */
385
- export declare type FluidRelayServersGetResponse = FluidRelayServer;
386
-
387
- /** Optional parameters. */
388
- export declare interface FluidRelayServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
389
- }
390
-
391
- /** Contains response data for the listByResourceGroupNext operation. */
392
- export declare type FluidRelayServersListByResourceGroupNextResponse = FluidRelayServerList;
393
-
394
- /** Optional parameters. */
395
- export declare interface FluidRelayServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
396
- }
397
-
398
- /** Contains response data for the listByResourceGroup operation. */
399
- export declare type FluidRelayServersListByResourceGroupResponse = FluidRelayServerList;
400
-
401
- /** Optional parameters. */
402
- export declare interface FluidRelayServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
403
- }
404
-
405
- /** Contains response data for the listBySubscriptionNext operation. */
406
- export declare type FluidRelayServersListBySubscriptionNextResponse = FluidRelayServerList;
407
-
408
- /** Optional parameters. */
409
- export declare interface FluidRelayServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
410
- }
411
-
412
- /** Contains response data for the listBySubscription operation. */
413
- export declare type FluidRelayServersListBySubscriptionResponse = FluidRelayServerList;
414
-
415
- /** Optional parameters. */
416
- export declare interface FluidRelayServersListKeysOptionalParams extends coreClient.OperationOptions {
417
- }
418
-
419
- /** Contains response data for the listKeys operation. */
420
- export declare type FluidRelayServersListKeysResponse = FluidRelayServerKeys;
421
-
422
- /** Optional parameters. */
423
- export declare interface FluidRelayServersRegenerateKeyOptionalParams extends coreClient.OperationOptions {
424
- }
425
-
426
- /** Contains response data for the regenerateKey operation. */
427
- export declare type FluidRelayServersRegenerateKeyResponse = FluidRelayServerKeys;
428
-
429
- /** Optional parameters. */
430
- export declare interface FluidRelayServersUpdateOptionalParams extends coreClient.OperationOptions {
431
- }
432
-
433
- /** Contains response data for the update operation. */
434
- export declare type FluidRelayServersUpdateResponse = FluidRelayServer;
435
-
436
- /** The updatable properties of a Fluid Relay server */
437
- export declare interface FluidRelayServerUpdate {
438
- /** Resource tags. */
439
- tags?: {
440
- [propertyName: string]: string;
441
- };
442
- /** The type of identity used for the resource. */
443
- identity?: Identity;
444
- /** The geo-location where the resource lives */
445
- location?: string;
446
- /** All encryption configuration for a resource. */
447
- encryption?: EncryptionProperties;
448
- }
449
-
450
- /**
451
- * Given the last `.value` produced by the `byPage` iterator,
452
- * returns a continuation token that can be used to begin paging from
453
- * that point later.
454
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
455
- * @returns The continuation token that can be passed into byPage() during future calls.
456
- */
457
- export declare function getContinuationToken(page: unknown): string | undefined;
458
-
459
- /** Identity for the resource. */
460
- export declare interface Identity {
461
- /**
462
- * The principal ID of resource identity.
463
- * NOTE: This property will not be serialized. It can only be populated by the server.
464
- */
465
- readonly principalId?: string;
466
- /**
467
- * The tenant ID of resource.
468
- * NOTE: This property will not be serialized. It can only be populated by the server.
469
- */
470
- readonly tenantId?: string;
471
- /** The identity type. */
472
- type?: ResourceIdentityType;
473
- /** The list of user identities associated with the resource. */
474
- userAssignedIdentities?: {
475
- [propertyName: string]: UserAssignedIdentitiesValue;
476
- };
477
- }
478
-
479
- /** Defines values for KeyName. */
480
- export declare type KeyName = "key1" | "key2";
481
-
482
- /** Known values of {@link CreatedByType} that the service accepts. */
483
- export declare enum KnownCreatedByType {
484
- /** User */
485
- User = "User",
486
- /** Application */
487
- Application = "Application",
488
- /** ManagedIdentity */
489
- ManagedIdentity = "ManagedIdentity",
490
- /** Key */
491
- Key = "Key"
492
- }
493
-
494
- /** Known values of {@link ProvisioningState} that the service accepts. */
495
- export declare enum KnownProvisioningState {
496
- /** Succeeded */
497
- Succeeded = "Succeeded",
498
- /** Failed */
499
- Failed = "Failed",
500
- /** Canceled */
501
- Canceled = "Canceled"
502
- }
503
-
504
- /** Known values of {@link StorageSKU} that the service accepts. */
505
- export declare enum KnownStorageSKU {
506
- /** Standard */
507
- Standard = "standard",
508
- /** Basic */
509
- Basic = "basic"
510
- }
511
-
512
- /** The object that represents the operation. */
513
- export declare interface OperationDisplay {
514
- /** Service provider: Microsoft.FluidRelay */
515
- provider?: string;
516
- /** Type on which the operation is performed, e.g., 'servers'. */
517
- resource?: string;
518
- /** Operation type, e.g., read, write, delete, etc. */
519
- operation?: string;
520
- /** Description of the operation, e.g., 'Write confluent'. */
521
- description?: string;
522
- }
523
-
524
- /** Result of GET request to list FluidRelay operations. */
525
- export declare interface OperationListResult {
526
- /** List of FluidRelay operations supported by the Microsoft.FluidRelay provider. */
527
- value?: OperationResult[];
528
- /** URL to get the next set of operation list results if there are any. */
529
- nextLink?: string;
530
- }
531
-
532
- /** A FluidRelay REST API operation. */
533
- export declare interface OperationResult {
534
- /** Operation name: {provider}/{resource}/{operation} */
535
- name?: string;
536
- /** The object that represents the operation. */
537
- display?: OperationDisplay;
538
- /** Indicates whether the operation is a data action */
539
- isDataAction?: boolean;
540
- }
541
-
542
- /**
543
- * Defines values for ProvisioningState. \
544
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
545
- * this enum contains the known values that the service supports.
546
- * ### Known values supported by the service
547
- * **Succeeded** \
548
- * **Failed** \
549
- * **Canceled**
550
- */
551
- export declare type ProvisioningState = string;
552
-
553
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
554
- export declare interface ProxyResource extends Resource {
555
- }
556
-
557
- /** Specifies which key should be generated. */
558
- export declare interface RegenerateKeyRequest {
559
- /** The key to regenerate. */
560
- keyName: KeyName;
561
- }
562
-
563
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
564
- export declare interface Resource {
565
- /**
566
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
567
- * NOTE: This property will not be serialized. It can only be populated by the server.
568
- */
569
- readonly id?: string;
570
- /**
571
- * The name of the resource
572
- * NOTE: This property will not be serialized. It can only be populated by the server.
573
- */
574
- readonly name?: string;
575
- /**
576
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
577
- * NOTE: This property will not be serialized. It can only be populated by the server.
578
- */
579
- readonly type?: string;
580
- }
581
-
582
- /** Defines values for ResourceIdentityType. */
583
- export declare type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
584
-
585
- /**
586
- * Defines values for StorageSKU. \
587
- * {@link KnownStorageSKU} can be used interchangeably with StorageSKU,
588
- * this enum contains the known values that the service supports.
589
- * ### Known values supported by the service
590
- * **standard** \
591
- * **basic**
592
- */
593
- export declare type StorageSKU = string;
594
-
595
- /** Metadata pertaining to creation and last modification of the resource. */
596
- export declare interface SystemData {
597
- /** The identity that created the resource. */
598
- createdBy?: string;
599
- /** The type of identity that created the resource. */
600
- createdByType?: CreatedByType;
601
- /** The timestamp of resource creation (UTC). */
602
- createdAt?: Date;
603
- /** The identity that last modified the resource. */
604
- lastModifiedBy?: string;
605
- /** The type of identity that last modified the resource. */
606
- lastModifiedByType?: CreatedByType;
607
- /** The timestamp of resource last modification (UTC) */
608
- lastModifiedAt?: Date;
609
- }
610
-
611
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
612
- export declare interface TrackedResource extends Resource {
613
- /** Resource tags. */
614
- tags?: {
615
- [propertyName: string]: string;
616
- };
617
- /** The geo-location where the resource lives */
618
- location: string;
619
- }
620
-
621
- export declare interface UserAssignedIdentitiesValue {
622
- /**
623
- * The principal id of user assigned identity.
624
- * NOTE: This property will not be serialized. It can only be populated by the server.
625
- */
626
- readonly principalId?: string;
627
- /**
628
- * The client id of user assigned identity.
629
- * NOTE: This property will not be serialized. It can only be populated by the server.
630
- */
631
- readonly clientId?: string;
632
- }
633
-
634
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Result of GET request to list FluidRelay operations. */
3
+ export interface OperationListResult {
4
+ /** List of FluidRelay operations supported by the Microsoft.FluidRelay provider. */
5
+ value?: OperationResult[];
6
+ /** URL to get the next set of operation list results if there are any. */
7
+ nextLink?: string;
8
+ }
9
+ /** A FluidRelay REST API operation. */
10
+ export interface OperationResult {
11
+ /** Operation name: {provider}/{resource}/{operation} */
12
+ name?: string;
13
+ /** The object that represents the operation. */
14
+ display?: OperationDisplay;
15
+ /** Indicates whether the operation is a data action */
16
+ isDataAction?: boolean;
17
+ }
18
+ /** The object that represents the operation. */
19
+ export interface OperationDisplay {
20
+ /** Service provider: Microsoft.FluidRelay */
21
+ provider?: string;
22
+ /** Type on which the operation is performed, e.g., 'servers'. */
23
+ resource?: string;
24
+ /** Operation type, e.g., read, write, delete, etc. */
25
+ operation?: string;
26
+ /** Description of the operation, e.g., 'Write confluent'. */
27
+ description?: string;
28
+ }
29
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
30
+ export interface ErrorResponse {
31
+ /** The error object. */
32
+ error?: ErrorDetail;
33
+ }
34
+ /** The error detail. */
35
+ export interface ErrorDetail {
36
+ /**
37
+ * The error code.
38
+ * NOTE: This property will not be serialized. It can only be populated by the server.
39
+ */
40
+ readonly code?: string;
41
+ /**
42
+ * The error message.
43
+ * NOTE: This property will not be serialized. It can only be populated by the server.
44
+ */
45
+ readonly message?: string;
46
+ /**
47
+ * The error target.
48
+ * NOTE: This property will not be serialized. It can only be populated by the server.
49
+ */
50
+ readonly target?: string;
51
+ /**
52
+ * The error details.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly details?: ErrorDetail[];
56
+ /**
57
+ * The error additional info.
58
+ * NOTE: This property will not be serialized. It can only be populated by the server.
59
+ */
60
+ readonly additionalInfo?: ErrorAdditionalInfo[];
61
+ }
62
+ /** The resource management error additional info. */
63
+ export interface ErrorAdditionalInfo {
64
+ /**
65
+ * The additional info type.
66
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
+ */
68
+ readonly type?: string;
69
+ /**
70
+ * The additional info.
71
+ * NOTE: This property will not be serialized. It can only be populated by the server.
72
+ */
73
+ readonly info?: Record<string, unknown>;
74
+ }
75
+ /** The Fluid Relay endpoints for this server */
76
+ export interface FluidRelayEndpoints {
77
+ /**
78
+ * The Fluid Relay Orderer endpoints.
79
+ * NOTE: This property will not be serialized. It can only be populated by the server.
80
+ */
81
+ readonly ordererEndpoints?: string[];
82
+ /**
83
+ * The Fluid Relay storage endpoints.
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
85
+ */
86
+ readonly storageEndpoints?: string[];
87
+ /**
88
+ * The Fluid Relay service endpoints.
89
+ * NOTE: This property will not be serialized. It can only be populated by the server.
90
+ */
91
+ readonly serviceEndpoints?: string[];
92
+ }
93
+ /** All encryption configuration for a resource. */
94
+ export interface EncryptionProperties {
95
+ /** All Customer-managed key encryption properties for the resource. */
96
+ customerManagedKeyEncryption?: CustomerManagedKeyEncryptionProperties;
97
+ }
98
+ /** All Customer-managed key encryption properties for the resource. */
99
+ export interface CustomerManagedKeyEncryptionProperties {
100
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
101
+ keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity;
102
+ /** 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. */
103
+ keyEncryptionKeyUrl?: string;
104
+ }
105
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
106
+ export interface CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity {
107
+ /** Values can be SystemAssigned or UserAssigned */
108
+ identityType?: CmkIdentityType;
109
+ /** 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. */
110
+ userAssignedIdentityResourceId?: string;
111
+ }
112
+ /** Metadata pertaining to creation and last modification of the resource. */
113
+ export interface SystemData {
114
+ /** The identity that created the resource. */
115
+ createdBy?: string;
116
+ /** The type of identity that created the resource. */
117
+ createdByType?: CreatedByType;
118
+ /** The timestamp of resource creation (UTC). */
119
+ createdAt?: Date;
120
+ /** The identity that last modified the resource. */
121
+ lastModifiedBy?: string;
122
+ /** The type of identity that last modified the resource. */
123
+ lastModifiedByType?: CreatedByType;
124
+ /** The timestamp of resource last modification (UTC) */
125
+ lastModifiedAt?: Date;
126
+ }
127
+ /** Identity for the resource. */
128
+ export interface Identity {
129
+ /**
130
+ * The principal ID of resource identity.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly principalId?: string;
134
+ /**
135
+ * The tenant ID of resource.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly tenantId?: string;
139
+ /** The identity type. */
140
+ type?: ResourceIdentityType;
141
+ /** The list of user identities associated with the resource. */
142
+ userAssignedIdentities?: {
143
+ [propertyName: string]: UserAssignedIdentitiesValue;
144
+ };
145
+ }
146
+ export interface UserAssignedIdentitiesValue {
147
+ /**
148
+ * The principal id of user assigned identity.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly principalId?: string;
152
+ /**
153
+ * The client id of user assigned identity.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly clientId?: string;
157
+ }
158
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
159
+ export interface Resource {
160
+ /**
161
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
162
+ * NOTE: This property will not be serialized. It can only be populated by the server.
163
+ */
164
+ readonly id?: string;
165
+ /**
166
+ * The name of the resource
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
168
+ */
169
+ readonly name?: string;
170
+ /**
171
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly type?: string;
175
+ }
176
+ /** The updatable properties of a Fluid Relay server */
177
+ export interface FluidRelayServerUpdate {
178
+ /** Resource tags. */
179
+ tags?: {
180
+ [propertyName: string]: string;
181
+ };
182
+ /** The type of identity used for the resource. */
183
+ identity?: Identity;
184
+ /** The geo-location where the resource lives */
185
+ location?: string;
186
+ /** All encryption configuration for a resource. */
187
+ encryption?: EncryptionProperties;
188
+ }
189
+ /** Specifies which key should be generated. */
190
+ export interface RegenerateKeyRequest {
191
+ /** The key to regenerate. */
192
+ keyName: KeyName;
193
+ }
194
+ /** The set of available keys for this server. */
195
+ export interface FluidRelayServerKeys {
196
+ /**
197
+ * The primary key for this server
198
+ * This value contains a credential. Consider obscuring before showing to users
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly key1?: string;
202
+ /**
203
+ * The secondary key for this server
204
+ * This value contains a credential. Consider obscuring before showing to users
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly key2?: string;
208
+ }
209
+ /** Paged response */
210
+ export interface FluidRelayServerList {
211
+ /** A sequence of FluidRelay servers. */
212
+ value: FluidRelayServer[];
213
+ /** A link to the next page of results, if any. */
214
+ nextLink?: string;
215
+ }
216
+ /** Paged response */
217
+ export interface FluidRelayContainerList {
218
+ /** A sequence of FluidRelay containers. */
219
+ value?: FluidRelayContainer[];
220
+ /**
221
+ * A link to the next page of results, if any.
222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
223
+ */
224
+ readonly nextLink?: string;
225
+ }
226
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
227
+ export interface TrackedResource extends Resource {
228
+ /** Resource tags. */
229
+ tags?: {
230
+ [propertyName: string]: string;
231
+ };
232
+ /** The geo-location where the resource lives */
233
+ location: string;
234
+ }
235
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
236
+ export interface ProxyResource extends Resource {
237
+ }
238
+ /** A FluidRelay Server. */
239
+ export interface FluidRelayServer extends TrackedResource {
240
+ /**
241
+ * System meta data for this resource, including creation and modification information.
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly systemData?: SystemData;
245
+ /** The type of identity used for the resource. */
246
+ identity?: Identity;
247
+ /**
248
+ * The Fluid tenantId for this server
249
+ * NOTE: This property will not be serialized. It can only be populated by the server.
250
+ */
251
+ readonly frsTenantId?: string;
252
+ /**
253
+ * The Fluid Relay Service endpoints for this server.
254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
255
+ */
256
+ readonly fluidRelayEndpoints?: FluidRelayEndpoints;
257
+ /** Provision states for FluidRelay RP */
258
+ provisioningState?: ProvisioningState;
259
+ /** All encryption configuration for a resource. */
260
+ encryption?: EncryptionProperties;
261
+ /** Sku of the storage associated with the resource */
262
+ storagesku?: StorageSKU;
263
+ }
264
+ /** A FluidRelay Container. */
265
+ export interface FluidRelayContainer extends ProxyResource {
266
+ /**
267
+ * System meta data for this resource, including creation and modification information.
268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
269
+ */
270
+ readonly systemData?: SystemData;
271
+ /**
272
+ * The Fluid tenantId for this container
273
+ * NOTE: This property will not be serialized. It can only be populated by the server.
274
+ */
275
+ readonly frsTenantId?: string;
276
+ /**
277
+ * The frsContainerId for this container
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly frsContainerId?: string;
281
+ /**
282
+ * Provision states for FluidRelay RP
283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
+ */
285
+ readonly provisioningState?: ProvisioningState;
286
+ /**
287
+ * The creation time of this resource
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly creationTime?: Date;
291
+ /**
292
+ * Last time when user access this resource
293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
294
+ */
295
+ readonly lastAccessTime?: Date;
296
+ }
297
+ /** Known values of {@link ProvisioningState} that the service accepts. */
298
+ export declare enum KnownProvisioningState {
299
+ /** Succeeded */
300
+ Succeeded = "Succeeded",
301
+ /** Failed */
302
+ Failed = "Failed",
303
+ /** Canceled */
304
+ Canceled = "Canceled"
305
+ }
306
+ /**
307
+ * Defines values for ProvisioningState. \
308
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
309
+ * this enum contains the known values that the service supports.
310
+ * ### Known values supported by the service
311
+ * **Succeeded** \
312
+ * **Failed** \
313
+ * **Canceled**
314
+ */
315
+ export type ProvisioningState = string;
316
+ /** Known values of {@link StorageSKU} that the service accepts. */
317
+ export declare enum KnownStorageSKU {
318
+ /** Standard */
319
+ Standard = "standard",
320
+ /** Basic */
321
+ Basic = "basic"
322
+ }
323
+ /**
324
+ * Defines values for StorageSKU. \
325
+ * {@link KnownStorageSKU} can be used interchangeably with StorageSKU,
326
+ * this enum contains the known values that the service supports.
327
+ * ### Known values supported by the service
328
+ * **standard** \
329
+ * **basic**
330
+ */
331
+ export type StorageSKU = string;
332
+ /** Known values of {@link CreatedByType} that the service accepts. */
333
+ export declare enum KnownCreatedByType {
334
+ /** User */
335
+ User = "User",
336
+ /** Application */
337
+ Application = "Application",
338
+ /** ManagedIdentity */
339
+ ManagedIdentity = "ManagedIdentity",
340
+ /** Key */
341
+ Key = "Key"
342
+ }
343
+ /**
344
+ * Defines values for CreatedByType. \
345
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
346
+ * this enum contains the known values that the service supports.
347
+ * ### Known values supported by the service
348
+ * **User** \
349
+ * **Application** \
350
+ * **ManagedIdentity** \
351
+ * **Key**
352
+ */
353
+ export type CreatedByType = string;
354
+ /** Defines values for CmkIdentityType. */
355
+ export type CmkIdentityType = "SystemAssigned" | "UserAssigned";
356
+ /** Defines values for ResourceIdentityType. */
357
+ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
358
+ /** Defines values for KeyName. */
359
+ export type KeyName = "key1" | "key2";
360
+ /** Optional parameters. */
361
+ export interface FluidRelayOperationsListOptionalParams extends coreClient.OperationOptions {
362
+ }
363
+ /** Contains response data for the list operation. */
364
+ export type FluidRelayOperationsListResponse = OperationListResult;
365
+ /** Optional parameters. */
366
+ export interface FluidRelayOperationsListNextOptionalParams extends coreClient.OperationOptions {
367
+ }
368
+ /** Contains response data for the listNext operation. */
369
+ export type FluidRelayOperationsListNextResponse = OperationListResult;
370
+ /** Optional parameters. */
371
+ export interface FluidRelayServersGetOptionalParams extends coreClient.OperationOptions {
372
+ }
373
+ /** Contains response data for the get operation. */
374
+ export type FluidRelayServersGetResponse = FluidRelayServer;
375
+ /** Optional parameters. */
376
+ export interface FluidRelayServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
377
+ }
378
+ /** Contains response data for the createOrUpdate operation. */
379
+ export type FluidRelayServersCreateOrUpdateResponse = FluidRelayServer;
380
+ /** Optional parameters. */
381
+ export interface FluidRelayServersUpdateOptionalParams extends coreClient.OperationOptions {
382
+ }
383
+ /** Contains response data for the update operation. */
384
+ export type FluidRelayServersUpdateResponse = FluidRelayServer;
385
+ /** Optional parameters. */
386
+ export interface FluidRelayServersDeleteOptionalParams extends coreClient.OperationOptions {
387
+ }
388
+ /** Optional parameters. */
389
+ export interface FluidRelayServersRegenerateKeyOptionalParams extends coreClient.OperationOptions {
390
+ }
391
+ /** Contains response data for the regenerateKey operation. */
392
+ export type FluidRelayServersRegenerateKeyResponse = FluidRelayServerKeys;
393
+ /** Optional parameters. */
394
+ export interface FluidRelayServersListKeysOptionalParams extends coreClient.OperationOptions {
395
+ }
396
+ /** Contains response data for the listKeys operation. */
397
+ export type FluidRelayServersListKeysResponse = FluidRelayServerKeys;
398
+ /** Optional parameters. */
399
+ export interface FluidRelayServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
400
+ }
401
+ /** Contains response data for the listBySubscription operation. */
402
+ export type FluidRelayServersListBySubscriptionResponse = FluidRelayServerList;
403
+ /** Optional parameters. */
404
+ export interface FluidRelayServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
405
+ }
406
+ /** Contains response data for the listByResourceGroup operation. */
407
+ export type FluidRelayServersListByResourceGroupResponse = FluidRelayServerList;
408
+ /** Optional parameters. */
409
+ export interface FluidRelayServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
410
+ }
411
+ /** Contains response data for the listBySubscriptionNext operation. */
412
+ export type FluidRelayServersListBySubscriptionNextResponse = FluidRelayServerList;
413
+ /** Optional parameters. */
414
+ export interface FluidRelayServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
415
+ }
416
+ /** Contains response data for the listByResourceGroupNext operation. */
417
+ export type FluidRelayServersListByResourceGroupNextResponse = FluidRelayServerList;
418
+ /** Optional parameters. */
419
+ export interface FluidRelayContainersGetOptionalParams extends coreClient.OperationOptions {
420
+ }
421
+ /** Contains response data for the get operation. */
422
+ export type FluidRelayContainersGetResponse = FluidRelayContainer;
423
+ /** Optional parameters. */
424
+ export interface FluidRelayContainersDeleteOptionalParams extends coreClient.OperationOptions {
425
+ }
426
+ /** Optional parameters. */
427
+ export interface FluidRelayContainersListByFluidRelayServersOptionalParams extends coreClient.OperationOptions {
428
+ }
429
+ /** Contains response data for the listByFluidRelayServers operation. */
430
+ export type FluidRelayContainersListByFluidRelayServersResponse = FluidRelayContainerList;
431
+ /** Optional parameters. */
432
+ export interface FluidRelayContainersListByFluidRelayServersNextOptionalParams extends coreClient.OperationOptions {
433
+ }
434
+ /** Contains response data for the listByFluidRelayServersNext operation. */
435
+ export type FluidRelayContainersListByFluidRelayServersNextResponse = FluidRelayContainerList;
436
+ /** Optional parameters. */
437
+ export interface FluidRelayManagementClientOptionalParams extends coreClient.ServiceClientOptions {
438
+ /** server parameter */
439
+ $host?: string;
440
+ /** Api Version */
441
+ apiVersion?: string;
442
+ /** Overrides client endpoint. */
443
+ endpoint?: string;
444
+ }
445
+ //# sourceMappingURL=index.d.ts.map