@azure/arm-servicelinker 2.2.0-beta.1 → 2.2.0-beta.2

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 (487) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +29 -19
  4. package/dist/browser/index.d.ts +5 -0
  5. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.js +187 -79
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/configurationNames.d.ts +3 -3
  17. package/dist/browser/operations/configurationNames.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/configurationNames.js +26 -43
  19. package/dist/browser/operations/configurationNames.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/connector.d.ts +3 -3
  21. package/dist/browser/operations/connector.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/connector.js +335 -363
  23. package/dist/browser/operations/connector.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +6 -0
  25. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  26. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/linker.d.ts +3 -3
  29. package/dist/browser/operations/linker.d.ts.map +1 -0
  30. package/dist/browser/operations/linker.js +542 -0
  31. package/dist/browser/operations/linker.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/linkers.d.ts +3 -3
  33. package/dist/browser/operations/linkers.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/linkers.js +133 -165
  35. package/dist/browser/operations/linkers.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/configurationNames.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/configurationNames.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/connector.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/connector.js.map +1 -0
  46. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  48. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  49. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/linker.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/linker.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/linkers.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/linkers.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  58. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  61. package/dist/browser/pagingHelper.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.d.ts +2 -2
  63. package/dist/browser/serviceLinkerManagementClient.d.ts.map +1 -0
  64. package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.js +33 -24
  65. package/dist/browser/serviceLinkerManagementClient.js.map +1 -0
  66. package/dist/commonjs/index.d.ts +5 -0
  67. package/dist/commonjs/index.d.ts.map +1 -0
  68. package/dist/commonjs/index.js +19 -0
  69. package/dist/commonjs/index.js.map +1 -0
  70. package/dist/commonjs/lroImpl.d.ts +11 -0
  71. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  72. package/dist/commonjs/lroImpl.js +21 -0
  73. package/dist/commonjs/lroImpl.js.map +1 -0
  74. package/{types/arm-servicelinker.d.ts → dist/commonjs/models/index.d.ts} +1380 -1955
  75. package/dist/commonjs/models/index.d.ts.map +1 -0
  76. package/dist/commonjs/models/index.js +237 -0
  77. package/dist/commonjs/models/index.js.map +1 -0
  78. package/dist/commonjs/models/mappers.d.ts +93 -0
  79. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  80. package/dist/commonjs/models/mappers.js +2056 -0
  81. package/dist/commonjs/models/mappers.js.map +1 -0
  82. package/dist/commonjs/models/parameters.d.ts +21 -0
  83. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  84. package/dist/commonjs/models/parameters.js +186 -0
  85. package/dist/commonjs/models/parameters.js.map +1 -0
  86. package/dist/commonjs/operations/configurationNames.d.ts +34 -0
  87. package/dist/commonjs/operations/configurationNames.d.ts.map +1 -0
  88. package/dist/commonjs/operations/configurationNames.js +127 -0
  89. package/dist/commonjs/operations/configurationNames.js.map +1 -0
  90. package/dist/commonjs/operations/connector.d.ts +223 -0
  91. package/dist/commonjs/operations/connector.d.ts.map +1 -0
  92. package/dist/commonjs/operations/connector.js +988 -0
  93. package/dist/commonjs/operations/connector.js.map +1 -0
  94. package/dist/commonjs/operations/index.d.ts +6 -0
  95. package/dist/commonjs/operations/index.d.ts.map +1 -0
  96. package/dist/commonjs/operations/index.js +16 -0
  97. package/dist/commonjs/operations/index.js.map +1 -0
  98. package/dist/commonjs/operations/linker.d.ts +125 -0
  99. package/dist/commonjs/operations/linker.d.ts.map +1 -0
  100. package/dist/commonjs/operations/linker.js +547 -0
  101. package/dist/commonjs/operations/linker.js.map +1 -0
  102. package/dist/commonjs/operations/linkers.d.ts +123 -0
  103. package/dist/commonjs/operations/linkers.d.ts.map +1 -0
  104. package/dist/commonjs/operations/linkers.js +508 -0
  105. package/dist/commonjs/operations/linkers.js.map +1 -0
  106. package/dist/commonjs/operations/operations.d.ts +32 -0
  107. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operations/operations.js +121 -0
  109. package/dist/commonjs/operations/operations.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/configurationNames.d.ts +12 -0
  111. package/dist/commonjs/operationsInterfaces/configurationNames.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/configurationNames.js +10 -0
  113. package/dist/commonjs/operationsInterfaces/configurationNames.js.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/connector.d.ts +176 -0
  115. package/dist/commonjs/operationsInterfaces/connector.d.ts.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/connector.js +10 -0
  117. package/dist/commonjs/operationsInterfaces/connector.js.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  119. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  121. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/linker.d.ts +99 -0
  123. package/dist/commonjs/operationsInterfaces/linker.d.ts.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/linker.js +10 -0
  125. package/dist/commonjs/operationsInterfaces/linker.js.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/linkers.d.ts +81 -0
  127. package/dist/commonjs/operationsInterfaces/linkers.d.ts.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/linkers.js +10 -0
  129. package/dist/commonjs/operationsInterfaces/linkers.js.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  131. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  133. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  134. package/dist/commonjs/package.json +3 -0
  135. package/dist/commonjs/pagingHelper.d.ts +13 -0
  136. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  137. package/dist/commonjs/pagingHelper.js +34 -0
  138. package/dist/commonjs/pagingHelper.js.map +1 -0
  139. package/dist/commonjs/serviceLinkerManagementClient.d.ts +22 -0
  140. package/dist/commonjs/serviceLinkerManagementClient.d.ts.map +1 -0
  141. package/dist/commonjs/serviceLinkerManagementClient.js +112 -0
  142. package/dist/commonjs/serviceLinkerManagementClient.js.map +1 -0
  143. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  144. package/dist/esm/index.d.ts +5 -0
  145. package/dist/esm/index.d.ts.map +1 -0
  146. package/{src/index.ts → dist/esm/index.js} +5 -5
  147. package/dist/esm/index.js.map +1 -0
  148. package/dist/esm/lroImpl.d.ts +11 -0
  149. package/dist/esm/lroImpl.d.ts.map +1 -0
  150. package/dist/esm/lroImpl.js +18 -0
  151. package/dist/esm/lroImpl.js.map +1 -0
  152. package/dist/esm/models/index.d.ts +1380 -0
  153. package/dist/esm/models/index.d.ts.map +1 -0
  154. package/dist/esm/models/index.js +234 -0
  155. package/dist/esm/models/index.js.map +1 -0
  156. package/dist/esm/models/mappers.d.ts +93 -0
  157. package/dist/esm/models/mappers.d.ts.map +1 -0
  158. package/dist/esm/models/mappers.js +2052 -0
  159. package/dist/esm/models/mappers.js.map +1 -0
  160. package/dist/esm/models/parameters.d.ts +21 -0
  161. package/dist/esm/models/parameters.d.ts.map +1 -0
  162. package/dist/esm/models/parameters.js +183 -0
  163. package/dist/esm/models/parameters.js.map +1 -0
  164. package/dist/esm/operations/configurationNames.d.ts +34 -0
  165. package/dist/esm/operations/configurationNames.d.ts.map +1 -0
  166. package/dist/esm/operations/configurationNames.js +122 -0
  167. package/dist/esm/operations/configurationNames.js.map +1 -0
  168. package/dist/esm/operations/connector.d.ts +223 -0
  169. package/dist/esm/operations/connector.d.ts.map +1 -0
  170. package/dist/esm/operations/connector.js +983 -0
  171. package/dist/esm/operations/connector.js.map +1 -0
  172. package/dist/esm/operations/index.d.ts +6 -0
  173. package/dist/esm/operations/index.d.ts.map +1 -0
  174. package/dist/esm/operations/index.js +13 -0
  175. package/dist/esm/operations/index.js.map +1 -0
  176. package/dist/esm/operations/linker.d.ts +125 -0
  177. package/dist/esm/operations/linker.d.ts.map +1 -0
  178. package/dist/esm/operations/linker.js +542 -0
  179. package/dist/esm/operations/linker.js.map +1 -0
  180. package/dist/esm/operations/linkers.d.ts +123 -0
  181. package/dist/esm/operations/linkers.d.ts.map +1 -0
  182. package/dist/esm/operations/linkers.js +503 -0
  183. package/dist/esm/operations/linkers.js.map +1 -0
  184. package/dist/esm/operations/operations.d.ts +32 -0
  185. package/dist/esm/operations/operations.d.ts.map +1 -0
  186. package/dist/esm/operations/operations.js +116 -0
  187. package/dist/esm/operations/operations.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/configurationNames.d.ts +12 -0
  189. package/dist/esm/operationsInterfaces/configurationNames.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/configurationNames.js +9 -0
  191. package/dist/esm/operationsInterfaces/configurationNames.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/connector.d.ts +176 -0
  193. package/dist/esm/operationsInterfaces/connector.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/connector.js +9 -0
  195. package/dist/esm/operationsInterfaces/connector.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  197. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/index.js +13 -0
  199. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  200. package/dist/esm/operationsInterfaces/linker.d.ts +99 -0
  201. package/dist/esm/operationsInterfaces/linker.d.ts.map +1 -0
  202. package/dist/esm/operationsInterfaces/linker.js +9 -0
  203. package/dist/esm/operationsInterfaces/linker.js.map +1 -0
  204. package/dist/esm/operationsInterfaces/linkers.d.ts +81 -0
  205. package/dist/esm/operationsInterfaces/linkers.d.ts.map +1 -0
  206. package/dist/esm/operationsInterfaces/linkers.js +9 -0
  207. package/dist/esm/operationsInterfaces/linkers.js.map +1 -0
  208. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  209. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  210. package/dist/esm/operationsInterfaces/operations.js +9 -0
  211. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  212. package/dist/esm/package.json +3 -0
  213. package/dist/esm/pagingHelper.d.ts +13 -0
  214. package/dist/esm/pagingHelper.d.ts.map +1 -0
  215. package/dist/esm/pagingHelper.js +30 -0
  216. package/dist/esm/pagingHelper.js.map +1 -0
  217. package/dist/esm/serviceLinkerManagementClient.d.ts +22 -0
  218. package/dist/esm/serviceLinkerManagementClient.d.ts.map +1 -0
  219. package/dist/esm/serviceLinkerManagementClient.js +107 -0
  220. package/dist/esm/serviceLinkerManagementClient.js.map +1 -0
  221. package/dist/react-native/index.d.ts +5 -0
  222. package/dist/react-native/index.d.ts.map +1 -0
  223. package/dist/react-native/index.js +13 -0
  224. package/dist/react-native/index.js.map +1 -0
  225. package/dist/react-native/lroImpl.d.ts +11 -0
  226. package/dist/react-native/lroImpl.d.ts.map +1 -0
  227. package/dist/react-native/lroImpl.js +18 -0
  228. package/dist/react-native/lroImpl.js.map +1 -0
  229. package/dist/react-native/models/index.d.ts +1380 -0
  230. package/dist/react-native/models/index.d.ts.map +1 -0
  231. package/dist/react-native/models/index.js +234 -0
  232. package/dist/react-native/models/index.js.map +1 -0
  233. package/dist/react-native/models/mappers.d.ts +93 -0
  234. package/dist/react-native/models/mappers.d.ts.map +1 -0
  235. package/dist/react-native/models/mappers.js +2052 -0
  236. package/dist/react-native/models/mappers.js.map +1 -0
  237. package/dist/react-native/models/parameters.d.ts +21 -0
  238. package/dist/react-native/models/parameters.d.ts.map +1 -0
  239. package/dist/react-native/models/parameters.js +183 -0
  240. package/dist/react-native/models/parameters.js.map +1 -0
  241. package/dist/react-native/operations/configurationNames.d.ts +34 -0
  242. package/dist/react-native/operations/configurationNames.d.ts.map +1 -0
  243. package/dist/react-native/operations/configurationNames.js +122 -0
  244. package/dist/react-native/operations/configurationNames.js.map +1 -0
  245. package/dist/react-native/operations/connector.d.ts +223 -0
  246. package/dist/react-native/operations/connector.d.ts.map +1 -0
  247. package/dist/react-native/operations/connector.js +983 -0
  248. package/dist/react-native/operations/connector.js.map +1 -0
  249. package/dist/react-native/operations/index.d.ts +6 -0
  250. package/dist/react-native/operations/index.d.ts.map +1 -0
  251. package/dist/react-native/operations/index.js +13 -0
  252. package/dist/react-native/operations/index.js.map +1 -0
  253. package/dist/react-native/operations/linker.d.ts +125 -0
  254. package/dist/react-native/operations/linker.d.ts.map +1 -0
  255. package/dist/react-native/operations/linker.js +542 -0
  256. package/dist/react-native/operations/linker.js.map +1 -0
  257. package/dist/react-native/operations/linkers.d.ts +123 -0
  258. package/dist/react-native/operations/linkers.d.ts.map +1 -0
  259. package/dist/react-native/operations/linkers.js +503 -0
  260. package/dist/react-native/operations/linkers.js.map +1 -0
  261. package/dist/react-native/operations/operations.d.ts +32 -0
  262. package/dist/react-native/operations/operations.d.ts.map +1 -0
  263. package/dist/react-native/operations/operations.js +116 -0
  264. package/dist/react-native/operations/operations.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/configurationNames.d.ts +12 -0
  266. package/dist/react-native/operationsInterfaces/configurationNames.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/configurationNames.js +9 -0
  268. package/dist/react-native/operationsInterfaces/configurationNames.js.map +1 -0
  269. package/dist/react-native/operationsInterfaces/connector.d.ts +176 -0
  270. package/dist/react-native/operationsInterfaces/connector.d.ts.map +1 -0
  271. package/dist/react-native/operationsInterfaces/connector.js +9 -0
  272. package/dist/react-native/operationsInterfaces/connector.js.map +1 -0
  273. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  274. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  275. package/dist/react-native/operationsInterfaces/index.js +13 -0
  276. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  277. package/dist/react-native/operationsInterfaces/linker.d.ts +99 -0
  278. package/dist/react-native/operationsInterfaces/linker.d.ts.map +1 -0
  279. package/dist/react-native/operationsInterfaces/linker.js +9 -0
  280. package/dist/react-native/operationsInterfaces/linker.js.map +1 -0
  281. package/dist/react-native/operationsInterfaces/linkers.d.ts +81 -0
  282. package/dist/react-native/operationsInterfaces/linkers.d.ts.map +1 -0
  283. package/dist/react-native/operationsInterfaces/linkers.js +9 -0
  284. package/dist/react-native/operationsInterfaces/linkers.js.map +1 -0
  285. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  286. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  287. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  288. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  289. package/dist/react-native/package.json +3 -0
  290. package/dist/react-native/pagingHelper.d.ts +13 -0
  291. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  292. package/dist/react-native/pagingHelper.js +30 -0
  293. package/dist/react-native/pagingHelper.js.map +1 -0
  294. package/dist/react-native/serviceLinkerManagementClient.d.ts +22 -0
  295. package/dist/react-native/serviceLinkerManagementClient.d.ts.map +1 -0
  296. package/dist/react-native/serviceLinkerManagementClient.js +107 -0
  297. package/dist/react-native/serviceLinkerManagementClient.js.map +1 -0
  298. package/package.json +84 -65
  299. package/dist/index.js +0 -4947
  300. package/dist/index.js.map +0 -1
  301. package/dist/index.min.js +0 -1
  302. package/dist/index.min.js.map +0 -1
  303. package/dist-esm/samples-dev/configurationNamesListSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/configurationNamesListSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/configurationNamesListSample.js +0 -51
  306. package/dist-esm/samples-dev/configurationNamesListSample.js.map +0 -1
  307. package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/connectorCreateDryrunSample.js +0 -53
  310. package/dist-esm/samples-dev/connectorCreateDryrunSample.js.map +0 -1
  311. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js +0 -49
  314. package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js.map +0 -1
  315. package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/connectorDeleteDryrunSample.js +0 -39
  318. package/dist-esm/samples-dev/connectorDeleteDryrunSample.js.map +0 -1
  319. package/dist-esm/samples-dev/connectorDeleteSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/connectorDeleteSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/connectorDeleteSample.js +0 -39
  322. package/dist-esm/samples-dev/connectorDeleteSample.js.map +0 -1
  323. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js +0 -43
  326. package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js.map +0 -1
  327. package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/connectorGetDryrunSample.js +0 -39
  330. package/dist-esm/samples-dev/connectorGetDryrunSample.js.map +0 -1
  331. package/dist-esm/samples-dev/connectorGetSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/connectorGetSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/connectorGetSample.js +0 -39
  334. package/dist-esm/samples-dev/connectorGetSample.js.map +0 -1
  335. package/dist-esm/samples-dev/connectorListDryrunSample.d.ts +0 -2
  336. package/dist-esm/samples-dev/connectorListDryrunSample.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/connectorListDryrunSample.js +0 -54
  338. package/dist-esm/samples-dev/connectorListDryrunSample.js.map +0 -1
  339. package/dist-esm/samples-dev/connectorListSample.d.ts +0 -2
  340. package/dist-esm/samples-dev/connectorListSample.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/connectorListSample.js +0 -54
  342. package/dist-esm/samples-dev/connectorListSample.js.map +0 -1
  343. package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts +0 -2
  344. package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/connectorUpdateDryrunSample.js +0 -53
  346. package/dist-esm/samples-dev/connectorUpdateDryrunSample.js.map +0 -1
  347. package/dist-esm/samples-dev/connectorUpdateSample.d.ts +0 -2
  348. package/dist-esm/samples-dev/connectorUpdateSample.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/connectorUpdateSample.js +0 -51
  350. package/dist-esm/samples-dev/connectorUpdateSample.js.map +0 -1
  351. package/dist-esm/samples-dev/connectorValidateSample.d.ts +0 -2
  352. package/dist-esm/samples-dev/connectorValidateSample.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/connectorValidateSample.js +0 -39
  354. package/dist-esm/samples-dev/connectorValidateSample.js.map +0 -1
  355. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js +0 -49
  358. package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js.map +0 -1
  359. package/dist-esm/samples-dev/linkerDeleteSample.d.ts +0 -2
  360. package/dist-esm/samples-dev/linkerDeleteSample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/linkerDeleteSample.js +0 -37
  362. package/dist-esm/samples-dev/linkerDeleteSample.js.map +0 -1
  363. package/dist-esm/samples-dev/linkerGetSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/linkerGetSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/linkerGetSample.js +0 -37
  366. package/dist-esm/samples-dev/linkerGetSample.js.map +0 -1
  367. package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/linkerListConfigurationsSample.js +0 -37
  370. package/dist-esm/samples-dev/linkerListConfigurationsSample.js.map +0 -1
  371. package/dist-esm/samples-dev/linkerListSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/linkerListSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/linkerListSample.js +0 -52
  374. package/dist-esm/samples-dev/linkerListSample.js.map +0 -1
  375. package/dist-esm/samples-dev/linkerUpdateSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/linkerUpdateSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/linkerUpdateSample.js +0 -49
  378. package/dist-esm/samples-dev/linkerUpdateSample.js.map +0 -1
  379. package/dist-esm/samples-dev/linkerValidateSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/linkerValidateSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/linkerValidateSample.js +0 -37
  382. package/dist-esm/samples-dev/linkerValidateSample.js.map +0 -1
  383. package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/linkersCreateDryrunSample.js +0 -51
  386. package/dist-esm/samples-dev/linkersCreateDryrunSample.js.map +0 -1
  387. package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/linkersDeleteDryrunSample.js +0 -37
  390. package/dist-esm/samples-dev/linkersDeleteDryrunSample.js.map +0 -1
  391. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js +0 -41
  394. package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js.map +0 -1
  395. package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/linkersGetDryrunSample.js +0 -37
  398. package/dist-esm/samples-dev/linkersGetDryrunSample.js.map +0 -1
  399. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js +0 -52
  402. package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js.map +0 -1
  403. package/dist-esm/samples-dev/linkersListDryrunSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/linkersListDryrunSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/linkersListDryrunSample.js +0 -52
  406. package/dist-esm/samples-dev/linkersListDryrunSample.js.map +0 -1
  407. package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/linkersUpdateDryrunSample.js +0 -51
  410. package/dist-esm/samples-dev/linkersUpdateDryrunSample.js.map +0 -1
  411. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  414. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  415. package/dist-esm/src/index.d.ts +0 -5
  416. package/dist-esm/src/index.js.map +0 -1
  417. package/dist-esm/src/lroImpl.js +0 -21
  418. package/dist-esm/src/lroImpl.js.map +0 -1
  419. package/dist-esm/src/models/index.js.map +0 -1
  420. package/dist-esm/src/models/mappers.js.map +0 -1
  421. package/dist-esm/src/models/parameters.js.map +0 -1
  422. package/dist-esm/src/operations/configurationNames.d.ts.map +0 -1
  423. package/dist-esm/src/operations/configurationNames.js.map +0 -1
  424. package/dist-esm/src/operations/connector.d.ts.map +0 -1
  425. package/dist-esm/src/operations/connector.js.map +0 -1
  426. package/dist-esm/src/operations/index.d.ts +0 -6
  427. package/dist-esm/src/operations/index.js.map +0 -1
  428. package/dist-esm/src/operations/linker.d.ts.map +0 -1
  429. package/dist-esm/src/operations/linker.js +0 -555
  430. package/dist-esm/src/operations/linker.js.map +0 -1
  431. package/dist-esm/src/operations/linkers.d.ts.map +0 -1
  432. package/dist-esm/src/operations/linkers.js.map +0 -1
  433. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  434. package/dist-esm/src/operations/operations.js.map +0 -1
  435. package/dist-esm/src/operationsInterfaces/configurationNames.d.ts.map +0 -1
  436. package/dist-esm/src/operationsInterfaces/configurationNames.js.map +0 -1
  437. package/dist-esm/src/operationsInterfaces/connector.d.ts.map +0 -1
  438. package/dist-esm/src/operationsInterfaces/connector.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  440. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  441. package/dist-esm/src/operationsInterfaces/linker.d.ts.map +0 -1
  442. package/dist-esm/src/operationsInterfaces/linker.js.map +0 -1
  443. package/dist-esm/src/operationsInterfaces/linkers.d.ts.map +0 -1
  444. package/dist-esm/src/operationsInterfaces/linkers.js.map +0 -1
  445. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  446. package/dist-esm/src/pagingHelper.js.map +0 -1
  447. package/dist-esm/src/serviceLinkerManagementClient.d.ts.map +0 -1
  448. package/dist-esm/src/serviceLinkerManagementClient.js.map +0 -1
  449. package/dist-esm/test/servicelinker_operations_test.spec.d.ts +0 -4
  450. package/dist-esm/test/servicelinker_operations_test.spec.d.ts.map +0 -1
  451. package/dist-esm/test/servicelinker_operations_test.spec.js +0 -74
  452. package/dist-esm/test/servicelinker_operations_test.spec.js.map +0 -1
  453. package/src/lroImpl.ts +0 -42
  454. package/src/models/index.ts +0 -1616
  455. package/src/models/mappers.ts +0 -2123
  456. package/src/models/parameters.ts +0 -213
  457. package/src/operations/configurationNames.ts +0 -155
  458. package/src/operations/connector.ts +0 -1433
  459. package/src/operations/index.ts +0 -13
  460. package/src/operations/linker.ts +0 -734
  461. package/src/operations/linkers.ts +0 -702
  462. package/src/operations/operations.ts +0 -149
  463. package/src/operationsInterfaces/configurationNames.ts +0 -26
  464. package/src/operationsInterfaces/connector.ts +0 -349
  465. package/src/operationsInterfaces/index.ts +0 -13
  466. package/src/operationsInterfaces/linker.ts +0 -182
  467. package/src/operationsInterfaces/linkers.ts +0 -153
  468. package/src/operationsInterfaces/operations.ts +0 -22
  469. package/src/pagingHelper.ts +0 -39
  470. package/src/serviceLinkerManagementClient.ts +0 -153
  471. package/tsconfig.json +0 -33
  472. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  473. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  474. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  475. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  476. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  477. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  478. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  479. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  480. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.js +0 -0
  481. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.js +0 -0
  482. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.js +0 -0
  483. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.js +0 -0
  484. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  485. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  486. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  487. /package/review/{arm-servicelinker.api.md → arm-servicelinker-node.api.md} +0 -0
@@ -1,1955 +1,1380 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage */
8
- export declare interface AccessKeyInfoBase extends AuthInfoBase {
9
- /** Polymorphic discriminator, which specifies the different types this object can be */
10
- authType: "accessKey";
11
- /** Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus. */
12
- permissions?: AccessKeyPermissions[];
13
- }
14
-
15
- /**
16
- * Defines values for AccessKeyPermissions. \
17
- * {@link KnownAccessKeyPermissions} can be used interchangeably with AccessKeyPermissions,
18
- * this enum contains the known values that the service supports.
19
- * ### Known values supported by the service
20
- * **Read** \
21
- * **Write** \
22
- * **Listen** \
23
- * **Send** \
24
- * **Manage**
25
- */
26
- export declare type AccessKeyPermissions = string;
27
-
28
- /**
29
- * Defines values for ActionType. \
30
- * {@link KnownActionType} can be used interchangeably with ActionType,
31
- * this enum contains the known values that the service supports.
32
- * ### Known values supported by the service
33
- * **Internal** \
34
- * **enable** \
35
- * **optOut**
36
- */
37
- export declare type ActionType = string;
38
-
39
- /**
40
- * Defines values for AllowType. \
41
- * {@link KnownAllowType} can be used interchangeably with AllowType,
42
- * this enum contains the known values that the service supports.
43
- * ### Known values supported by the service
44
- * **true** \
45
- * **false**
46
- */
47
- export declare type AllowType = string;
48
-
49
- /** The authentication info */
50
- export declare interface AuthInfoBase {
51
- /** Polymorphic discriminator, which specifies the different types this object can be */
52
- authType: "accessKey" | "secret" | "userAssignedIdentity" | "systemAssignedIdentity" | "servicePrincipalSecret" | "servicePrincipalCertificate" | "userAccount" | "easyAuthMicrosoftEntraID";
53
- /** Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth. */
54
- authMode?: AuthMode;
55
- }
56
-
57
- export declare type AuthInfoBaseUnion = AuthInfoBase | AccessKeyInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo | UserAccountAuthInfo | EasyAuthMicrosoftEntraIDAuthInfo;
58
-
59
- /**
60
- * Defines values for AuthMode. \
61
- * {@link KnownAuthMode} can be used interchangeably with AuthMode,
62
- * this enum contains the known values that the service supports.
63
- * ### Known values supported by the service
64
- * **optInAllAuth**: Default authentication configuration according to the authentication type. \
65
- * **optOutAllAuth**: Skip all authentication configuration such as enabling managed identity and granting RBAC roles
66
- */
67
- export declare type AuthMode = string;
68
-
69
- /**
70
- * Defines values for AuthType. \
71
- * {@link KnownAuthType} can be used interchangeably with AuthType,
72
- * this enum contains the known values that the service supports.
73
- * ### Known values supported by the service
74
- * **systemAssignedIdentity** \
75
- * **userAssignedIdentity** \
76
- * **servicePrincipalSecret** \
77
- * **servicePrincipalCertificate** \
78
- * **secret** \
79
- * **accessKey** \
80
- * **userAccount** \
81
- * **easyAuthMicrosoftEntraID**
82
- */
83
- export declare type AuthType = string;
84
-
85
- /** The resource properties when type is Azure App Configuration */
86
- export declare interface AzureAppConfigProperties extends AzureResourcePropertiesBase {
87
- /** Polymorphic discriminator, which specifies the different types this object can be */
88
- type: "AppConfig";
89
- /** True if connection enables app configuration kubernetes extension. */
90
- connectWithKubernetesExtension?: boolean;
91
- }
92
-
93
- /** The resource properties when type is Azure Key Vault */
94
- export declare interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {
95
- /** Polymorphic discriminator, which specifies the different types this object can be */
96
- type: "KeyVault";
97
- /** True if connect via Kubernetes CSI Driver. */
98
- connectAsKubernetesCsiDriver?: boolean;
99
- }
100
-
101
- /** The azure resource info when target service type is AzureResource */
102
- export declare interface AzureResource extends TargetServiceBase {
103
- /** Polymorphic discriminator, which specifies the different types this object can be */
104
- type: "AzureResource";
105
- /** The Id of azure resource. */
106
- id?: string;
107
- /** The azure resource connection related properties. */
108
- resourceProperties?: AzureResourcePropertiesBaseUnion;
109
- }
110
-
111
- /** The azure resource properties */
112
- export declare interface AzureResourcePropertiesBase {
113
- /** Polymorphic discriminator, which specifies the different types this object can be */
114
- type: "KeyVault" | "AppConfig";
115
- }
116
-
117
- export declare type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties | AzureAppConfigProperties;
118
-
119
- /**
120
- * Defines values for AzureResourceType. \
121
- * {@link KnownAzureResourceType} can be used interchangeably with AzureResourceType,
122
- * this enum contains the known values that the service supports.
123
- * ### Known values supported by the service
124
- * **KeyVault** \
125
- * **AppConfig**
126
- */
127
- export declare type AzureResourceType = string;
128
-
129
- /** The represent of basic error */
130
- export declare interface BasicErrorDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
131
- /** Polymorphic discriminator, which specifies the different types this object can be */
132
- type: "basicError";
133
- /** The error code. */
134
- code?: string;
135
- /** The error message. */
136
- message?: string;
137
- }
138
-
139
- /**
140
- * Defines values for ClientType. \
141
- * {@link KnownClientType} can be used interchangeably with ClientType,
142
- * this enum contains the known values that the service supports.
143
- * ### Known values supported by the service
144
- * **none** \
145
- * **dotnet** \
146
- * **java** \
147
- * **python** \
148
- * **go** \
149
- * **php** \
150
- * **ruby** \
151
- * **django** \
152
- * **nodejs** \
153
- * **springBoot** \
154
- * **kafka-springBoot** \
155
- * **jms-springBoot** \
156
- * **dapr**
157
- */
158
- export declare type ClientType = string;
159
-
160
- /** The configuration information, used to generate configurations or save to applications */
161
- export declare interface ConfigurationInfo {
162
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
163
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
164
- /** Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source. */
165
- action?: ActionType;
166
- /** Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations */
167
- customizedKeys?: {
168
- [propertyName: string]: string;
169
- };
170
- /** Indicates some additional properties for dapr client type */
171
- daprProperties?: DaprProperties;
172
- /** A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations */
173
- additionalConfigurations?: {
174
- [propertyName: string]: string;
175
- };
176
- /** A dictionary of additional properties to be added in the end of connection string. */
177
- additionalConnectionStringProperties?: {
178
- [propertyName: string]: string;
179
- };
180
- /** An option to store configuration into different place */
181
- configurationStore?: ConfigurationStore;
182
- }
183
-
184
- /** The configuration names. */
185
- export declare interface ConfigurationName {
186
- value?: string;
187
- /** Description for the configuration name. */
188
- description?: string;
189
- /** Represent the configuration is required or not */
190
- required?: boolean;
191
- }
192
-
193
- export declare interface ConfigurationNameItem {
194
- /** The target service provider name and resource name. */
195
- targetService?: string;
196
- /** The client type for configuration names. */
197
- clientType?: ClientType;
198
- /** The auth type. */
199
- authType?: AuthType;
200
- /** Indicates where the secrets in configuration from. Used when secrets are from Keyvault. */
201
- secretType?: SecretSourceType;
202
- /** Deprecated, please use #/definitions/DaprConfigurationList instead */
203
- daprProperties?: DaprProperties;
204
- /** The configuration names to be set in compute service environment. */
205
- names?: ConfigurationName[];
206
- }
207
-
208
- /** Configuration Name list which will be set based on different target resource, client type, auth type. */
209
- export declare interface ConfigurationNameResult {
210
- /** Expected configuration names for each target service. */
211
- value?: ConfigurationNameItem[];
212
- /**
213
- * Link to next page of resources.
214
- * NOTE: This property will not be serialized. It can only be populated by the server.
215
- */
216
- readonly nextLink?: string;
217
- }
218
-
219
- /** Interface representing a ConfigurationNames. */
220
- export declare interface ConfigurationNames {
221
- /**
222
- * Lists the configuration names generated by Service Connector for all target, client types, auth
223
- * types.
224
- * @param options The options parameters.
225
- */
226
- list(options?: ConfigurationNamesListOptionalParams): PagedAsyncIterableIterator<ConfigurationNameItem>;
227
- }
228
-
229
- /** Optional parameters. */
230
- export declare interface ConfigurationNamesListNextOptionalParams extends coreClient.OperationOptions {
231
- }
232
-
233
- /** Contains response data for the listNext operation. */
234
- export declare type ConfigurationNamesListNextResponse = ConfigurationNameResult;
235
-
236
- /** Optional parameters. */
237
- export declare interface ConfigurationNamesListOptionalParams extends coreClient.OperationOptions {
238
- /** OData filter options. */
239
- filter?: string;
240
- /** OData skipToken option for pagination. */
241
- skipToken?: string;
242
- }
243
-
244
- /** Contains response data for the list operation. */
245
- export declare type ConfigurationNamesListResponse = ConfigurationNameResult;
246
-
247
- /** Configurations for source resource, include appSettings, connectionString and serviceBindings */
248
- export declare interface ConfigurationResult {
249
- /** The configuration properties for source resource. */
250
- configurations?: SourceConfiguration[];
251
- }
252
-
253
- /** An option to store configuration into different place */
254
- export declare interface ConfigurationStore {
255
- /** The app configuration id to store configuration */
256
- appConfigurationId?: string;
257
- }
258
-
259
- /** The service properties when target service type is ConfluentBootstrapServer */
260
- export declare interface ConfluentBootstrapServer extends TargetServiceBase {
261
- /** Polymorphic discriminator, which specifies the different types this object can be */
262
- type: "ConfluentBootstrapServer";
263
- /** The endpoint of service. */
264
- endpoint?: string;
265
- }
266
-
267
- /** The service properties when target service type is ConfluentSchemaRegistry */
268
- export declare interface ConfluentSchemaRegistry extends TargetServiceBase {
269
- /** Polymorphic discriminator, which specifies the different types this object can be */
270
- type: "ConfluentSchemaRegistry";
271
- /** The endpoint of service. */
272
- endpoint?: string;
273
- }
274
-
275
- /** Interface representing a Connector. */
276
- export declare interface Connector {
277
- /**
278
- * list dryrun jobs
279
- * @param subscriptionId The ID of the target subscription.
280
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
281
- * @param location The name of Azure region.
282
- * @param options The options parameters.
283
- */
284
- listDryrun(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
285
- /**
286
- * Returns list of connector which connects to the resource, which supports to config the target
287
- * service during the resource provision.
288
- * @param subscriptionId The ID of the target subscription.
289
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
290
- * @param location The name of Azure region.
291
- * @param options The options parameters.
292
- */
293
- list(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListOptionalParams): PagedAsyncIterableIterator<LinkerResource>;
294
- /**
295
- * get a dryrun job
296
- * @param subscriptionId The ID of the target subscription.
297
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
298
- * @param location The name of Azure region.
299
- * @param dryrunName The name of dryrun.
300
- * @param options The options parameters.
301
- */
302
- getDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorGetDryrunOptionalParams): Promise<ConnectorGetDryrunResponse>;
303
- /**
304
- * create a dryrun job to do necessary check before actual creation
305
- * @param subscriptionId The ID of the target subscription.
306
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
307
- * @param location The name of Azure region.
308
- * @param dryrunName The name of dryrun.
309
- * @param parameters dryrun resource.
310
- * @param options The options parameters.
311
- */
312
- beginCreateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateDryrunResponse>, ConnectorCreateDryrunResponse>>;
313
- /**
314
- * create a dryrun job to do necessary check before actual creation
315
- * @param subscriptionId The ID of the target subscription.
316
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
317
- * @param location The name of Azure region.
318
- * @param dryrunName The name of dryrun.
319
- * @param parameters dryrun resource.
320
- * @param options The options parameters.
321
- */
322
- beginCreateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<ConnectorCreateDryrunResponse>;
323
- /**
324
- * update a dryrun job to do necessary check before actual creation
325
- * @param subscriptionId The ID of the target subscription.
326
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
327
- * @param location The name of Azure region.
328
- * @param dryrunName The name of dryrun.
329
- * @param parameters dryrun resource.
330
- * @param options The options parameters.
331
- */
332
- beginUpdateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateDryrunResponse>, ConnectorUpdateDryrunResponse>>;
333
- /**
334
- * update a dryrun job to do necessary check before actual creation
335
- * @param subscriptionId The ID of the target subscription.
336
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
337
- * @param location The name of Azure region.
338
- * @param dryrunName The name of dryrun.
339
- * @param parameters dryrun resource.
340
- * @param options The options parameters.
341
- */
342
- beginUpdateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<ConnectorUpdateDryrunResponse>;
343
- /**
344
- * delete a dryrun job
345
- * @param subscriptionId The ID of the target subscription.
346
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
347
- * @param location The name of Azure region.
348
- * @param dryrunName The name of dryrun.
349
- * @param options The options parameters.
350
- */
351
- deleteDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorDeleteDryrunOptionalParams): Promise<void>;
352
- /**
353
- * Returns Connector resource for a given name.
354
- * @param subscriptionId The ID of the target subscription.
355
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
356
- * @param location The name of Azure region.
357
- * @param connectorName The name of resource.
358
- * @param options The options parameters.
359
- */
360
- get(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGetOptionalParams): Promise<ConnectorGetResponse>;
361
- /**
362
- * Create or update Connector resource.
363
- * @param subscriptionId The ID of the target subscription.
364
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
365
- * @param location The name of Azure region.
366
- * @param connectorName The name of resource.
367
- * @param parameters Connector details.
368
- * @param options The options parameters.
369
- */
370
- beginCreateOrUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateOrUpdateResponse>, ConnectorCreateOrUpdateResponse>>;
371
- /**
372
- * Create or update Connector resource.
373
- * @param subscriptionId The ID of the target subscription.
374
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
375
- * @param location The name of Azure region.
376
- * @param connectorName The name of resource.
377
- * @param parameters Connector details.
378
- * @param options The options parameters.
379
- */
380
- beginCreateOrUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<ConnectorCreateOrUpdateResponse>;
381
- /**
382
- * Delete a Connector.
383
- * @param subscriptionId The ID of the target subscription.
384
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
385
- * @param location The name of Azure region.
386
- * @param connectorName The name of resource.
387
- * @param options The options parameters.
388
- */
389
- beginDelete(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
390
- /**
391
- * Delete a Connector.
392
- * @param subscriptionId The ID of the target subscription.
393
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
394
- * @param location The name of Azure region.
395
- * @param connectorName The name of resource.
396
- * @param options The options parameters.
397
- */
398
- beginDeleteAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<void>;
399
- /**
400
- * Operation to update an existing Connector.
401
- * @param subscriptionId The ID of the target subscription.
402
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
403
- * @param location The name of Azure region.
404
- * @param connectorName The name of resource.
405
- * @param parameters Connector details.
406
- * @param options The options parameters.
407
- */
408
- beginUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateResponse>, ConnectorUpdateResponse>>;
409
- /**
410
- * Operation to update an existing Connector.
411
- * @param subscriptionId The ID of the target subscription.
412
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
413
- * @param location The name of Azure region.
414
- * @param connectorName The name of resource.
415
- * @param parameters Connector details.
416
- * @param options The options parameters.
417
- */
418
- beginUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<ConnectorUpdateResponse>;
419
- /**
420
- * Validate a Connector.
421
- * @param subscriptionId The ID of the target subscription.
422
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
423
- * @param location The name of Azure region.
424
- * @param connectorName The name of resource.
425
- * @param options The options parameters.
426
- */
427
- beginValidate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorValidateResponse>, ConnectorValidateResponse>>;
428
- /**
429
- * Validate a Connector.
430
- * @param subscriptionId The ID of the target subscription.
431
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
432
- * @param location The name of Azure region.
433
- * @param connectorName The name of resource.
434
- * @param options The options parameters.
435
- */
436
- beginValidateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<ConnectorValidateResponse>;
437
- /**
438
- * Generate configurations for a Connector.
439
- * @param subscriptionId The ID of the target subscription.
440
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
441
- * @param location The name of Azure region.
442
- * @param connectorName The name of resource.
443
- * @param options The options parameters.
444
- */
445
- generateConfigurations(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGenerateConfigurationsOptionalParams): Promise<ConnectorGenerateConfigurationsResponse>;
446
- }
447
-
448
- /** Optional parameters. */
449
- export declare interface ConnectorCreateDryrunOptionalParams extends coreClient.OperationOptions {
450
- /** Delay to wait until next poll, in milliseconds. */
451
- updateIntervalInMs?: number;
452
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
453
- resumeFrom?: string;
454
- }
455
-
456
- /** Contains response data for the createDryrun operation. */
457
- export declare type ConnectorCreateDryrunResponse = DryrunResource;
458
-
459
- /** Optional parameters. */
460
- export declare interface ConnectorCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
461
- /** Delay to wait until next poll, in milliseconds. */
462
- updateIntervalInMs?: number;
463
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
464
- resumeFrom?: string;
465
- }
466
-
467
- /** Contains response data for the createOrUpdate operation. */
468
- export declare type ConnectorCreateOrUpdateResponse = LinkerResource;
469
-
470
- /** Optional parameters. */
471
- export declare interface ConnectorDeleteDryrunOptionalParams extends coreClient.OperationOptions {
472
- }
473
-
474
- /** Optional parameters. */
475
- export declare interface ConnectorDeleteOptionalParams extends coreClient.OperationOptions {
476
- /** Delay to wait until next poll, in milliseconds. */
477
- updateIntervalInMs?: number;
478
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
479
- resumeFrom?: string;
480
- }
481
-
482
- /** Optional parameters. */
483
- export declare interface ConnectorGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
484
- /** Connection Info, including format, secret store, etc */
485
- parameters?: ConfigurationInfo;
486
- }
487
-
488
- /** Contains response data for the generateConfigurations operation. */
489
- export declare type ConnectorGenerateConfigurationsResponse = ConfigurationResult;
490
-
491
- /** Optional parameters. */
492
- export declare interface ConnectorGetDryrunOptionalParams extends coreClient.OperationOptions {
493
- }
494
-
495
- /** Contains response data for the getDryrun operation. */
496
- export declare type ConnectorGetDryrunResponse = DryrunResource;
497
-
498
- /** Optional parameters. */
499
- export declare interface ConnectorGetOptionalParams extends coreClient.OperationOptions {
500
- }
501
-
502
- /** Contains response data for the get operation. */
503
- export declare type ConnectorGetResponse = LinkerResource;
504
-
505
- /** Optional parameters. */
506
- export declare interface ConnectorListDryrunNextOptionalParams extends coreClient.OperationOptions {
507
- }
508
-
509
- /** Contains response data for the listDryrunNext operation. */
510
- export declare type ConnectorListDryrunNextResponse = DryrunList;
511
-
512
- /** Optional parameters. */
513
- export declare interface ConnectorListDryrunOptionalParams extends coreClient.OperationOptions {
514
- }
515
-
516
- /** Contains response data for the listDryrun operation. */
517
- export declare type ConnectorListDryrunResponse = DryrunList;
518
-
519
- /** Optional parameters. */
520
- export declare interface ConnectorListNextOptionalParams extends coreClient.OperationOptions {
521
- }
522
-
523
- /** Contains response data for the listNext operation. */
524
- export declare type ConnectorListNextResponse = ResourceList;
525
-
526
- /** Optional parameters. */
527
- export declare interface ConnectorListOptionalParams extends coreClient.OperationOptions {
528
- }
529
-
530
- /** Contains response data for the list operation. */
531
- export declare type ConnectorListResponse = ResourceList;
532
-
533
- /** Optional parameters. */
534
- export declare interface ConnectorUpdateDryrunOptionalParams extends coreClient.OperationOptions {
535
- /** Delay to wait until next poll, in milliseconds. */
536
- updateIntervalInMs?: number;
537
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
538
- resumeFrom?: string;
539
- }
540
-
541
- /** Contains response data for the updateDryrun operation. */
542
- export declare type ConnectorUpdateDryrunResponse = DryrunResource;
543
-
544
- /** Optional parameters. */
545
- export declare interface ConnectorUpdateOptionalParams extends coreClient.OperationOptions {
546
- /** Delay to wait until next poll, in milliseconds. */
547
- updateIntervalInMs?: number;
548
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
549
- resumeFrom?: string;
550
- }
551
-
552
- /** Contains response data for the update operation. */
553
- export declare type ConnectorUpdateResponse = LinkerResource;
554
-
555
- /** Optional parameters. */
556
- export declare interface ConnectorValidateOptionalParams extends coreClient.OperationOptions {
557
- /** Delay to wait until next poll, in milliseconds. */
558
- updateIntervalInMs?: number;
559
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
560
- resumeFrom?: string;
561
- }
562
-
563
- /** Contains response data for the validate operation. */
564
- export declare type ConnectorValidateResponse = ValidateOperationResult;
565
-
566
- /**
567
- * Defines values for CreatedByType. \
568
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
569
- * this enum contains the known values that the service supports.
570
- * ### Known values supported by the service
571
- * **User** \
572
- * **Application** \
573
- * **ManagedIdentity** \
574
- * **Key**
575
- */
576
- export declare type CreatedByType = string;
577
-
578
- /** The dryrun parameters for creation or update a linker */
579
- export declare interface CreateOrUpdateDryrunParameters extends DryrunParameters, LinkerProperties {
580
- /** Polymorphic discriminator, which specifies the different types this object can be */
581
- actionName: "createOrUpdate";
582
- }
583
-
584
- /**
585
- * Defines values for DaprBindingComponentDirection. \
586
- * {@link KnownDaprBindingComponentDirection} can be used interchangeably with DaprBindingComponentDirection,
587
- * this enum contains the known values that the service supports.
588
- * ### Known values supported by the service
589
- * **input** \
590
- * **output**
591
- */
592
- export declare type DaprBindingComponentDirection = string;
593
-
594
- /** Dapr configuration list supported by Service Connector */
595
- export declare interface DaprConfigurationList {
596
- /** The list of dapr configurations */
597
- value?: DaprConfigurationResource[];
598
- /**
599
- * Link to next page of resources.
600
- * NOTE: This property will not be serialized. It can only be populated by the server.
601
- */
602
- readonly nextLink?: string;
603
- }
604
-
605
- /** Represent one resource of the dapr configuration list */
606
- export declare interface DaprConfigurationResource {
607
- /** Supported target resource type, extract from resource id, uppercase */
608
- targetType?: string;
609
- /** The authentication type. */
610
- authType?: AuthType;
611
- /** Indicates some additional properties for dapr client type */
612
- daprProperties?: DaprProperties;
613
- }
614
-
615
- /** The dapr component metadata. */
616
- export declare interface DaprMetadata {
617
- /** Metadata property name. */
618
- name?: string;
619
- /** Metadata property value. */
620
- value?: string;
621
- /** The secret name where dapr could get value */
622
- secretRef?: string;
623
- /** The description of the metadata, returned from configuration api */
624
- description?: string;
625
- /** The value indicating whether the metadata is required or not */
626
- required?: DaprMetadataRequired;
627
- }
628
-
629
- /**
630
- * Defines values for DaprMetadataRequired. \
631
- * {@link KnownDaprMetadataRequired} can be used interchangeably with DaprMetadataRequired,
632
- * this enum contains the known values that the service supports.
633
- * ### Known values supported by the service
634
- * **true** \
635
- * **false**
636
- */
637
- export declare type DaprMetadataRequired = string;
638
-
639
- /** Indicates some additional properties for dapr client type */
640
- export declare interface DaprProperties {
641
- /** The dapr component version */
642
- version?: string;
643
- /** The dapr component type */
644
- componentType?: string;
645
- /** The name of a secret store dapr to retrieve secret */
646
- secretStoreComponent?: string;
647
- /** Additional dapr metadata */
648
- metadata?: DaprMetadata[];
649
- /** The dapr component scopes */
650
- scopes?: string[];
651
- /**
652
- * The runtime version supported by the properties
653
- * NOTE: This property will not be serialized. It can only be populated by the server.
654
- */
655
- readonly runtimeVersion?: string;
656
- /**
657
- * The direction supported by the dapr binding component
658
- * NOTE: This property will not be serialized. It can only be populated by the server.
659
- */
660
- readonly bindingComponentDirection?: DaprBindingComponentDirection;
661
- }
662
-
663
- /** The extra auth info required by Database AAD authentication. */
664
- export declare interface DatabaseAadAuthInfo {
665
- /** Username created in the database which is mapped to a user in AAD. */
666
- userName?: string;
667
- }
668
-
669
- /**
670
- * Defines values for DeleteOrUpdateBehavior. \
671
- * {@link KnownDeleteOrUpdateBehavior} can be used interchangeably with DeleteOrUpdateBehavior,
672
- * this enum contains the known values that the service supports.
673
- * ### Known values supported by the service
674
- * **Default** \
675
- * **ForcedCleanup**
676
- */
677
- export declare type DeleteOrUpdateBehavior = string;
678
-
679
- /**
680
- * Defines values for DryrunActionName. \
681
- * {@link KnownDryrunActionName} can be used interchangeably with DryrunActionName,
682
- * this enum contains the known values that the service supports.
683
- * ### Known values supported by the service
684
- * **createOrUpdate**
685
- */
686
- export declare type DryrunActionName = string;
687
-
688
- /** The list of dryrun. */
689
- export declare interface DryrunList {
690
- /** The link used to get the next page of dryrun list. */
691
- nextLink?: string;
692
- /** The list of dryrun. */
693
- value?: DryrunResource[];
694
- }
695
-
696
- /** The preview of the operations for creation */
697
- export declare interface DryrunOperationPreview {
698
- /** The operation name */
699
- name?: string;
700
- /** The operation type */
701
- operationType?: DryrunPreviewOperationType;
702
- /** The description of the operation */
703
- description?: string;
704
- /** The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format */
705
- action?: string;
706
- /** The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview */
707
- scope?: string;
708
- }
709
-
710
- /** The parameters of the dryrun */
711
- export declare interface DryrunParameters {
712
- /** Polymorphic discriminator, which specifies the different types this object can be */
713
- actionName: "createOrUpdate";
714
- }
715
-
716
- export declare type DryrunParametersUnion = DryrunParameters | CreateOrUpdateDryrunParameters;
717
-
718
- /** a dryrun job to be updated. */
719
- export declare interface DryrunPatch {
720
- /** The parameters of the dryrun */
721
- parameters?: DryrunParametersUnion;
722
- /**
723
- * the result of the dryrun
724
- * NOTE: This property will not be serialized. It can only be populated by the server.
725
- */
726
- readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
727
- /**
728
- * the preview of the operations for creation
729
- * NOTE: This property will not be serialized. It can only be populated by the server.
730
- */
731
- readonly operationPreviews?: DryrunOperationPreview[];
732
- /**
733
- * The provisioning state.
734
- * NOTE: This property will not be serialized. It can only be populated by the server.
735
- */
736
- readonly provisioningState?: string;
737
- }
738
-
739
- /** A result of dryrun */
740
- export declare interface DryrunPrerequisiteResult {
741
- /** Polymorphic discriminator, which specifies the different types this object can be */
742
- type: "basicError" | "permissionsMissing";
743
- }
744
-
745
- /**
746
- * Defines values for DryrunPrerequisiteResultType. \
747
- * {@link KnownDryrunPrerequisiteResultType} can be used interchangeably with DryrunPrerequisiteResultType,
748
- * this enum contains the known values that the service supports.
749
- * ### Known values supported by the service
750
- * **basicError** \
751
- * **permissionsMissing**
752
- */
753
- export declare type DryrunPrerequisiteResultType = string;
754
-
755
- export declare type DryrunPrerequisiteResultUnion = DryrunPrerequisiteResult | BasicErrorDryrunPrerequisiteResult | PermissionsMissingDryrunPrerequisiteResult;
756
-
757
- /**
758
- * Defines values for DryrunPreviewOperationType. \
759
- * {@link KnownDryrunPreviewOperationType} can be used interchangeably with DryrunPreviewOperationType,
760
- * this enum contains the known values that the service supports.
761
- * ### Known values supported by the service
762
- * **configConnection** \
763
- * **configNetwork** \
764
- * **configAuth**
765
- */
766
- export declare type DryrunPreviewOperationType = string;
767
-
768
- /** a dryrun job resource */
769
- export declare interface DryrunResource extends ProxyResource {
770
- /** The parameters of the dryrun */
771
- parameters?: DryrunParametersUnion;
772
- /**
773
- * the result of the dryrun
774
- * NOTE: This property will not be serialized. It can only be populated by the server.
775
- */
776
- readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
777
- /**
778
- * the preview of the operations for creation
779
- * NOTE: This property will not be serialized. It can only be populated by the server.
780
- */
781
- readonly operationPreviews?: DryrunOperationPreview[];
782
- /**
783
- * The provisioning state.
784
- * NOTE: This property will not be serialized. It can only be populated by the server.
785
- */
786
- readonly provisioningState?: string;
787
- }
788
-
789
- /** The authentication info when authType is EasyAuth Microsoft Entra ID */
790
- export declare interface EasyAuthMicrosoftEntraIDAuthInfo extends AuthInfoBase {
791
- /** Polymorphic discriminator, which specifies the different types this object can be */
792
- authType: "easyAuthMicrosoftEntraID";
793
- /** Application clientId for EasyAuth Microsoft Entra ID. */
794
- clientId?: string;
795
- /** Application Secret for EasyAuth Microsoft Entra ID. */
796
- secret?: string;
797
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
798
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
799
- }
800
-
801
- /** The resource management error additional info. */
802
- export declare interface ErrorAdditionalInfo {
803
- /**
804
- * The additional info type.
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly type?: string;
808
- /**
809
- * The additional info.
810
- * NOTE: This property will not be serialized. It can only be populated by the server.
811
- */
812
- readonly info?: Record<string, unknown>;
813
- }
814
-
815
- /** The error detail. */
816
- export declare interface ErrorDetail {
817
- /**
818
- * The error code.
819
- * NOTE: This property will not be serialized. It can only be populated by the server.
820
- */
821
- readonly code?: string;
822
- /**
823
- * The error message.
824
- * NOTE: This property will not be serialized. It can only be populated by the server.
825
- */
826
- readonly message?: string;
827
- /**
828
- * The error target.
829
- * NOTE: This property will not be serialized. It can only be populated by the server.
830
- */
831
- readonly target?: string;
832
- /**
833
- * The error details.
834
- * NOTE: This property will not be serialized. It can only be populated by the server.
835
- */
836
- readonly details?: ErrorDetail[];
837
- /**
838
- * The error additional info.
839
- * NOTE: This property will not be serialized. It can only be populated by the server.
840
- */
841
- readonly additionalInfo?: ErrorAdditionalInfo[];
842
- }
843
-
844
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
845
- export declare interface ErrorResponse {
846
- /** The error object. */
847
- error?: ErrorDetail;
848
- }
849
-
850
- /** The service properties when target service type is FabricPlatform */
851
- export declare interface FabricPlatform extends TargetServiceBase {
852
- /** Polymorphic discriminator, which specifies the different types this object can be */
853
- type: "FabricPlatform";
854
- /** The endpoint of service. */
855
- endpoint?: string;
856
- }
857
-
858
- /** Target service's firewall rules. to allow connections from source service. */
859
- export declare interface FirewallRules {
860
- /** This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. */
861
- ipRanges?: string[];
862
- /** Allow Azure services to access the target service if true. */
863
- azureServices?: AllowType;
864
- /** Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. */
865
- callerClientIP?: AllowType;
866
- }
867
-
868
- /**
869
- * Given the last `.value` produced by the `byPage` iterator,
870
- * returns a continuation token that can be used to begin paging from
871
- * that point later.
872
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
873
- * @returns The continuation token that can be passed into byPage() during future calls.
874
- */
875
- export declare function getContinuationToken(page: unknown): string | undefined;
876
-
877
- /** The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId. */
878
- export declare interface KeyVaultSecretReferenceSecretInfo extends SecretInfoBase {
879
- /** Polymorphic discriminator, which specifies the different types this object can be */
880
- secretType: "keyVaultSecretReference";
881
- /** Name of the Key Vault secret. */
882
- name?: string;
883
- /** Version of the Key Vault secret. */
884
- version?: string;
885
- }
886
-
887
- /** The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App. */
888
- export declare interface KeyVaultSecretUriSecretInfo extends SecretInfoBase {
889
- /** Polymorphic discriminator, which specifies the different types this object can be */
890
- secretType: "keyVaultSecretUri";
891
- /** URI to the keyvault secret */
892
- value?: string;
893
- }
894
-
895
- /** Known values of {@link AccessKeyPermissions} that the service accepts. */
896
- export declare enum KnownAccessKeyPermissions {
897
- /** Read */
898
- Read = "Read",
899
- /** Write */
900
- Write = "Write",
901
- /** Listen */
902
- Listen = "Listen",
903
- /** Send */
904
- Send = "Send",
905
- /** Manage */
906
- Manage = "Manage"
907
- }
908
-
909
- /** Known values of {@link ActionType} that the service accepts. */
910
- export declare enum KnownActionType {
911
- /** Internal */
912
- Internal = "Internal",
913
- /** Enable */
914
- Enable = "enable",
915
- /** OptOut */
916
- OptOut = "optOut"
917
- }
918
-
919
- /** Known values of {@link AllowType} that the service accepts. */
920
- export declare enum KnownAllowType {
921
- /** True */
922
- True = "true",
923
- /** False */
924
- False = "false"
925
- }
926
-
927
- /** Known values of {@link AuthMode} that the service accepts. */
928
- export declare enum KnownAuthMode {
929
- /** Default authentication configuration according to the authentication type. */
930
- OptInAllAuth = "optInAllAuth",
931
- /** Skip all authentication configuration such as enabling managed identity and granting RBAC roles */
932
- OptOutAllAuth = "optOutAllAuth"
933
- }
934
-
935
- /** Known values of {@link AuthType} that the service accepts. */
936
- export declare enum KnownAuthType {
937
- /** SystemAssignedIdentity */
938
- SystemAssignedIdentity = "systemAssignedIdentity",
939
- /** UserAssignedIdentity */
940
- UserAssignedIdentity = "userAssignedIdentity",
941
- /** ServicePrincipalSecret */
942
- ServicePrincipalSecret = "servicePrincipalSecret",
943
- /** ServicePrincipalCertificate */
944
- ServicePrincipalCertificate = "servicePrincipalCertificate",
945
- /** Secret */
946
- Secret = "secret",
947
- /** AccessKey */
948
- AccessKey = "accessKey",
949
- /** UserAccount */
950
- UserAccount = "userAccount",
951
- /** EasyAuthMicrosoftEntraID */
952
- EasyAuthMicrosoftEntraID = "easyAuthMicrosoftEntraID"
953
- }
954
-
955
- /** Known values of {@link AzureResourceType} that the service accepts. */
956
- export declare enum KnownAzureResourceType {
957
- /** KeyVault */
958
- KeyVault = "KeyVault",
959
- /** AppConfig */
960
- AppConfig = "AppConfig"
961
- }
962
-
963
- /** Known values of {@link ClientType} that the service accepts. */
964
- export declare enum KnownClientType {
965
- /** None */
966
- None = "none",
967
- /** Dotnet */
968
- Dotnet = "dotnet",
969
- /** Java */
970
- Java = "java",
971
- /** Python */
972
- Python = "python",
973
- /** Go */
974
- Go = "go",
975
- /** Php */
976
- Php = "php",
977
- /** Ruby */
978
- Ruby = "ruby",
979
- /** Django */
980
- Django = "django",
981
- /** Nodejs */
982
- Nodejs = "nodejs",
983
- /** SpringBoot */
984
- SpringBoot = "springBoot",
985
- /** KafkaSpringBoot */
986
- KafkaSpringBoot = "kafka-springBoot",
987
- /** JmsSpringBoot */
988
- JmsSpringBoot = "jms-springBoot",
989
- /** Dapr */
990
- Dapr = "dapr"
991
- }
992
-
993
- /** Known values of {@link CreatedByType} that the service accepts. */
994
- export declare enum KnownCreatedByType {
995
- /** User */
996
- User = "User",
997
- /** Application */
998
- Application = "Application",
999
- /** ManagedIdentity */
1000
- ManagedIdentity = "ManagedIdentity",
1001
- /** Key */
1002
- Key = "Key"
1003
- }
1004
-
1005
- /** Known values of {@link DaprBindingComponentDirection} that the service accepts. */
1006
- export declare enum KnownDaprBindingComponentDirection {
1007
- /** Input */
1008
- Input = "input",
1009
- /** Output */
1010
- Output = "output"
1011
- }
1012
-
1013
- /** Known values of {@link DaprMetadataRequired} that the service accepts. */
1014
- export declare enum KnownDaprMetadataRequired {
1015
- /** True */
1016
- True = "true",
1017
- /** False */
1018
- False = "false"
1019
- }
1020
-
1021
- /** Known values of {@link DeleteOrUpdateBehavior} that the service accepts. */
1022
- export declare enum KnownDeleteOrUpdateBehavior {
1023
- /** Default */
1024
- Default = "Default",
1025
- /** ForcedCleanup */
1026
- ForcedCleanup = "ForcedCleanup"
1027
- }
1028
-
1029
- /** Known values of {@link DryrunActionName} that the service accepts. */
1030
- export declare enum KnownDryrunActionName {
1031
- /** CreateOrUpdate */
1032
- CreateOrUpdate = "createOrUpdate"
1033
- }
1034
-
1035
- /** Known values of {@link DryrunPrerequisiteResultType} that the service accepts. */
1036
- export declare enum KnownDryrunPrerequisiteResultType {
1037
- /** BasicError */
1038
- BasicError = "basicError",
1039
- /** PermissionsMissing */
1040
- PermissionsMissing = "permissionsMissing"
1041
- }
1042
-
1043
- /** Known values of {@link DryrunPreviewOperationType} that the service accepts. */
1044
- export declare enum KnownDryrunPreviewOperationType {
1045
- /** ConfigConnection */
1046
- ConfigConnection = "configConnection",
1047
- /** ConfigNetwork */
1048
- ConfigNetwork = "configNetwork",
1049
- /** ConfigAuth */
1050
- ConfigAuth = "configAuth"
1051
- }
1052
-
1053
- /** Known values of {@link LinkerConfigurationType} that the service accepts. */
1054
- export declare enum KnownLinkerConfigurationType {
1055
- /** Default */
1056
- Default = "Default",
1057
- /** KeyVaultSecret */
1058
- KeyVaultSecret = "KeyVaultSecret"
1059
- }
1060
-
1061
- /** Known values of {@link Origin} that the service accepts. */
1062
- export declare enum KnownOrigin {
1063
- /** User */
1064
- User = "user",
1065
- /** System */
1066
- System = "system",
1067
- /** UserSystem */
1068
- UserSystem = "user,system"
1069
- }
1070
-
1071
- /** Known values of {@link SecretSourceType} that the service accepts. */
1072
- export declare enum KnownSecretSourceType {
1073
- /** RawValue */
1074
- RawValue = "rawValue",
1075
- /** KeyVaultSecret */
1076
- KeyVaultSecret = "keyVaultSecret"
1077
- }
1078
-
1079
- /** Known values of {@link SecretType} that the service accepts. */
1080
- export declare enum KnownSecretType {
1081
- /** RawValue */
1082
- RawValue = "rawValue",
1083
- /** KeyVaultSecretUri */
1084
- KeyVaultSecretUri = "keyVaultSecretUri",
1085
- /** KeyVaultSecretReference */
1086
- KeyVaultSecretReference = "keyVaultSecretReference"
1087
- }
1088
-
1089
- /** Known values of {@link TargetServiceType} that the service accepts. */
1090
- export declare enum KnownTargetServiceType {
1091
- /** AzureResource */
1092
- AzureResource = "AzureResource",
1093
- /** ConfluentBootstrapServer */
1094
- ConfluentBootstrapServer = "ConfluentBootstrapServer",
1095
- /** ConfluentSchemaRegistry */
1096
- ConfluentSchemaRegistry = "ConfluentSchemaRegistry",
1097
- /** SelfHostedServer */
1098
- SelfHostedServer = "SelfHostedServer",
1099
- /** FabricPlatform */
1100
- FabricPlatform = "FabricPlatform"
1101
- }
1102
-
1103
- /** Known values of {@link ValidationResultStatus} that the service accepts. */
1104
- export declare enum KnownValidationResultStatus {
1105
- /** Success */
1106
- Success = "success",
1107
- /** Failure */
1108
- Failure = "failure",
1109
- /** Warning */
1110
- Warning = "warning"
1111
- }
1112
-
1113
- /** Known values of {@link VNetSolutionType} that the service accepts. */
1114
- export declare enum KnownVNetSolutionType {
1115
- /** ServiceEndpoint */
1116
- ServiceEndpoint = "serviceEndpoint",
1117
- /** PrivateLink */
1118
- PrivateLink = "privateLink"
1119
- }
1120
-
1121
- /** Interface representing a Linker. */
1122
- export declare interface Linker {
1123
- /**
1124
- * Returns list of Linkers which connects to the resource. which supports to config both application
1125
- * and target service during the resource provision.
1126
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1127
- * connected.
1128
- * @param options The options parameters.
1129
- */
1130
- list(resourceUri: string, options?: LinkerListOptionalParams): PagedAsyncIterableIterator<LinkerResource>;
1131
- /**
1132
- * Returns Linker resource for a given name.
1133
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1134
- * connected.
1135
- * @param linkerName The name Linker resource.
1136
- * @param options The options parameters.
1137
- */
1138
- get(resourceUri: string, linkerName: string, options?: LinkerGetOptionalParams): Promise<LinkerGetResponse>;
1139
- /**
1140
- * Create or update Linker resource.
1141
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1142
- * connected.
1143
- * @param linkerName The name Linker resource.
1144
- * @param parameters Linker details.
1145
- * @param options The options parameters.
1146
- */
1147
- beginCreateOrUpdate(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerCreateOrUpdateResponse>, LinkerCreateOrUpdateResponse>>;
1148
- /**
1149
- * Create or update Linker resource.
1150
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1151
- * connected.
1152
- * @param linkerName The name Linker resource.
1153
- * @param parameters Linker details.
1154
- * @param options The options parameters.
1155
- */
1156
- beginCreateOrUpdateAndWait(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<LinkerCreateOrUpdateResponse>;
1157
- /**
1158
- * Delete a Linker.
1159
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1160
- * connected.
1161
- * @param linkerName The name Linker resource.
1162
- * @param options The options parameters.
1163
- */
1164
- beginDelete(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1165
- /**
1166
- * Delete a Linker.
1167
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1168
- * connected.
1169
- * @param linkerName The name Linker resource.
1170
- * @param options The options parameters.
1171
- */
1172
- beginDeleteAndWait(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<void>;
1173
- /**
1174
- * Operation to update an existing Linker.
1175
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1176
- * connected.
1177
- * @param linkerName The name Linker resource.
1178
- * @param parameters Linker details.
1179
- * @param options The options parameters.
1180
- */
1181
- beginUpdate(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerUpdateResponse>, LinkerUpdateResponse>>;
1182
- /**
1183
- * Operation to update an existing Linker.
1184
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1185
- * connected.
1186
- * @param linkerName The name Linker resource.
1187
- * @param parameters Linker details.
1188
- * @param options The options parameters.
1189
- */
1190
- beginUpdateAndWait(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<LinkerUpdateResponse>;
1191
- /**
1192
- * Validate a Linker.
1193
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1194
- * connected.
1195
- * @param linkerName The name Linker resource.
1196
- * @param options The options parameters.
1197
- */
1198
- beginValidate(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerValidateResponse>, LinkerValidateResponse>>;
1199
- /**
1200
- * Validate a Linker.
1201
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1202
- * connected.
1203
- * @param linkerName The name Linker resource.
1204
- * @param options The options parameters.
1205
- */
1206
- beginValidateAndWait(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<LinkerValidateResponse>;
1207
- /**
1208
- * list source configurations for a Linker.
1209
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1210
- * connected.
1211
- * @param linkerName The name Linker resource.
1212
- * @param options The options parameters.
1213
- */
1214
- listConfigurations(resourceUri: string, linkerName: string, options?: LinkerListConfigurationsOptionalParams): Promise<LinkerListConfigurationsResponse>;
1215
- }
1216
-
1217
- /**
1218
- * Defines values for LinkerConfigurationType. \
1219
- * {@link KnownLinkerConfigurationType} can be used interchangeably with LinkerConfigurationType,
1220
- * this enum contains the known values that the service supports.
1221
- * ### Known values supported by the service
1222
- * **Default** \
1223
- * **KeyVaultSecret**
1224
- */
1225
- export declare type LinkerConfigurationType = string;
1226
-
1227
- /** Optional parameters. */
1228
- export declare interface LinkerCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1229
- /** Delay to wait until next poll, in milliseconds. */
1230
- updateIntervalInMs?: number;
1231
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1232
- resumeFrom?: string;
1233
- }
1234
-
1235
- /** Contains response data for the createOrUpdate operation. */
1236
- export declare type LinkerCreateOrUpdateResponse = LinkerResource;
1237
-
1238
- /** Optional parameters. */
1239
- export declare interface LinkerDeleteOptionalParams extends coreClient.OperationOptions {
1240
- /** Delay to wait until next poll, in milliseconds. */
1241
- updateIntervalInMs?: number;
1242
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1243
- resumeFrom?: string;
1244
- }
1245
-
1246
- /** Optional parameters. */
1247
- export declare interface LinkerGetOptionalParams extends coreClient.OperationOptions {
1248
- }
1249
-
1250
- /** Contains response data for the get operation. */
1251
- export declare type LinkerGetResponse = LinkerResource;
1252
-
1253
- /** Optional parameters. */
1254
- export declare interface LinkerListConfigurationsOptionalParams extends coreClient.OperationOptions {
1255
- }
1256
-
1257
- /** Contains response data for the listConfigurations operation. */
1258
- export declare type LinkerListConfigurationsResponse = ConfigurationResult;
1259
-
1260
- /** Optional parameters. */
1261
- export declare interface LinkerListNextOptionalParams extends coreClient.OperationOptions {
1262
- }
1263
-
1264
- /** Contains response data for the listNext operation. */
1265
- export declare type LinkerListNextResponse = ResourceList;
1266
-
1267
- /** Optional parameters. */
1268
- export declare interface LinkerListOptionalParams extends coreClient.OperationOptions {
1269
- }
1270
-
1271
- /** Contains response data for the list operation. */
1272
- export declare type LinkerListResponse = ResourceList;
1273
-
1274
- /** A Linker to be updated. */
1275
- export declare interface LinkerPatch {
1276
- /** The target service properties */
1277
- targetService?: TargetServiceBaseUnion;
1278
- /** The authentication type. */
1279
- authInfo?: AuthInfoBaseUnion;
1280
- /** The application client type */
1281
- clientType?: ClientType;
1282
- /**
1283
- * The provisioning state.
1284
- * NOTE: This property will not be serialized. It can only be populated by the server.
1285
- */
1286
- readonly provisioningState?: string;
1287
- /** The VNet solution. */
1288
- vNetSolution?: VNetSolution;
1289
- /** An option to store secret value in secure place */
1290
- secretStore?: SecretStore;
1291
- /** connection scope in source service. */
1292
- scope?: string;
1293
- /** The network solution. */
1294
- publicNetworkSolution?: PublicNetworkSolution;
1295
- /** The connection information consumed by applications, including secrets, connection strings. */
1296
- configurationInfo?: ConfigurationInfo;
1297
- }
1298
-
1299
- /** The properties of the Linker. */
1300
- export declare interface LinkerProperties {
1301
- /** The target service properties */
1302
- targetService?: TargetServiceBaseUnion;
1303
- /** The authentication type. */
1304
- authInfo?: AuthInfoBaseUnion;
1305
- /** The application client type */
1306
- clientType?: ClientType;
1307
- /**
1308
- * The provisioning state.
1309
- * NOTE: This property will not be serialized. It can only be populated by the server.
1310
- */
1311
- readonly provisioningState?: string;
1312
- /** The VNet solution. */
1313
- vNetSolution?: VNetSolution;
1314
- /** An option to store secret value in secure place */
1315
- secretStore?: SecretStore;
1316
- /** connection scope in source service. */
1317
- scope?: string;
1318
- /** The network solution. */
1319
- publicNetworkSolution?: PublicNetworkSolution;
1320
- /** The connection information consumed by applications, including secrets, connection strings. */
1321
- configurationInfo?: ConfigurationInfo;
1322
- }
1323
-
1324
- /** Linker of source and target resource */
1325
- export declare interface LinkerResource extends ProxyResource {
1326
- /** The target service properties */
1327
- targetService?: TargetServiceBaseUnion;
1328
- /** The authentication type. */
1329
- authInfo?: AuthInfoBaseUnion;
1330
- /** The application client type */
1331
- clientType?: ClientType;
1332
- /**
1333
- * The provisioning state.
1334
- * NOTE: This property will not be serialized. It can only be populated by the server.
1335
- */
1336
- readonly provisioningState?: string;
1337
- /** The VNet solution. */
1338
- vNetSolution?: VNetSolution;
1339
- /** An option to store secret value in secure place */
1340
- secretStore?: SecretStore;
1341
- /** connection scope in source service. */
1342
- scope?: string;
1343
- /** The network solution. */
1344
- publicNetworkSolution?: PublicNetworkSolution;
1345
- /** The connection information consumed by applications, including secrets, connection strings. */
1346
- configurationInfo?: ConfigurationInfo;
1347
- }
1348
-
1349
- /** Interface representing a Linkers. */
1350
- export declare interface Linkers {
1351
- /**
1352
- * list dryrun jobs
1353
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1354
- * connected.
1355
- * @param options The options parameters.
1356
- */
1357
- listDryrun(resourceUri: string, options?: LinkersListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
1358
- /**
1359
- * List the dapr configuration supported by Service Connector.
1360
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1361
- * connected.
1362
- * @param options The options parameters.
1363
- */
1364
- listDaprConfigurations(resourceUri: string, options?: LinkersListDaprConfigurationsOptionalParams): PagedAsyncIterableIterator<DaprConfigurationResource>;
1365
- /**
1366
- * get a dryrun job
1367
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1368
- * connected.
1369
- * @param dryrunName The name of dryrun.
1370
- * @param options The options parameters.
1371
- */
1372
- getDryrun(resourceUri: string, dryrunName: string, options?: LinkersGetDryrunOptionalParams): Promise<LinkersGetDryrunResponse>;
1373
- /**
1374
- * create a dryrun job to do necessary check before actual creation
1375
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1376
- * connected.
1377
- * @param dryrunName The name of dryrun.
1378
- * @param parameters dryrun resource.
1379
- * @param options The options parameters.
1380
- */
1381
- beginCreateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<LinkersCreateDryrunResponse>, LinkersCreateDryrunResponse>>;
1382
- /**
1383
- * create a dryrun job to do necessary check before actual creation
1384
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1385
- * connected.
1386
- * @param dryrunName The name of dryrun.
1387
- * @param parameters dryrun resource.
1388
- * @param options The options parameters.
1389
- */
1390
- beginCreateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<LinkersCreateDryrunResponse>;
1391
- /**
1392
- * add a dryrun job to do necessary check before actual creation
1393
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1394
- * connected.
1395
- * @param dryrunName The name of dryrun.
1396
- * @param parameters dryrun resource.
1397
- * @param options The options parameters.
1398
- */
1399
- beginUpdateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<LinkersUpdateDryrunResponse>, LinkersUpdateDryrunResponse>>;
1400
- /**
1401
- * add a dryrun job to do necessary check before actual creation
1402
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1403
- * connected.
1404
- * @param dryrunName The name of dryrun.
1405
- * @param parameters dryrun resource.
1406
- * @param options The options parameters.
1407
- */
1408
- beginUpdateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<LinkersUpdateDryrunResponse>;
1409
- /**
1410
- * delete a dryrun job
1411
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1412
- * connected.
1413
- * @param dryrunName The name of dryrun.
1414
- * @param options The options parameters.
1415
- */
1416
- deleteDryrun(resourceUri: string, dryrunName: string, options?: LinkersDeleteDryrunOptionalParams): Promise<void>;
1417
- /**
1418
- * Generate configurations for a Linker.
1419
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
1420
- * connected.
1421
- * @param linkerName The name Linker resource.
1422
- * @param options The options parameters.
1423
- */
1424
- generateConfigurations(resourceUri: string, linkerName: string, options?: LinkersGenerateConfigurationsOptionalParams): Promise<LinkersGenerateConfigurationsResponse>;
1425
- }
1426
-
1427
- /** Optional parameters. */
1428
- export declare interface LinkersCreateDryrunOptionalParams extends coreClient.OperationOptions {
1429
- /** Delay to wait until next poll, in milliseconds. */
1430
- updateIntervalInMs?: number;
1431
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1432
- resumeFrom?: string;
1433
- }
1434
-
1435
- /** Contains response data for the createDryrun operation. */
1436
- export declare type LinkersCreateDryrunResponse = DryrunResource;
1437
-
1438
- /** Optional parameters. */
1439
- export declare interface LinkersDeleteDryrunOptionalParams extends coreClient.OperationOptions {
1440
- }
1441
-
1442
- /** Optional parameters. */
1443
- export declare interface LinkersGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
1444
- /** Connection Info, including format, secret store, etc */
1445
- parameters?: ConfigurationInfo;
1446
- }
1447
-
1448
- /** Contains response data for the generateConfigurations operation. */
1449
- export declare type LinkersGenerateConfigurationsResponse = ConfigurationResult;
1450
-
1451
- /** Optional parameters. */
1452
- export declare interface LinkersGetDryrunOptionalParams extends coreClient.OperationOptions {
1453
- }
1454
-
1455
- /** Contains response data for the getDryrun operation. */
1456
- export declare type LinkersGetDryrunResponse = DryrunResource;
1457
-
1458
- /** Optional parameters. */
1459
- export declare interface LinkersListDaprConfigurationsNextOptionalParams extends coreClient.OperationOptions {
1460
- }
1461
-
1462
- /** Contains response data for the listDaprConfigurationsNext operation. */
1463
- export declare type LinkersListDaprConfigurationsNextResponse = DaprConfigurationList;
1464
-
1465
- /** Optional parameters. */
1466
- export declare interface LinkersListDaprConfigurationsOptionalParams extends coreClient.OperationOptions {
1467
- }
1468
-
1469
- /** Contains response data for the listDaprConfigurations operation. */
1470
- export declare type LinkersListDaprConfigurationsResponse = DaprConfigurationList;
1471
-
1472
- /** Optional parameters. */
1473
- export declare interface LinkersListDryrunNextOptionalParams extends coreClient.OperationOptions {
1474
- }
1475
-
1476
- /** Contains response data for the listDryrunNext operation. */
1477
- export declare type LinkersListDryrunNextResponse = DryrunList;
1478
-
1479
- /** Optional parameters. */
1480
- export declare interface LinkersListDryrunOptionalParams extends coreClient.OperationOptions {
1481
- }
1482
-
1483
- /** Contains response data for the listDryrun operation. */
1484
- export declare type LinkersListDryrunResponse = DryrunList;
1485
-
1486
- /** Optional parameters. */
1487
- export declare interface LinkersUpdateDryrunOptionalParams extends coreClient.OperationOptions {
1488
- /** Delay to wait until next poll, in milliseconds. */
1489
- updateIntervalInMs?: number;
1490
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1491
- resumeFrom?: string;
1492
- }
1493
-
1494
- /** Contains response data for the updateDryrun operation. */
1495
- export declare type LinkersUpdateDryrunResponse = DryrunResource;
1496
-
1497
- /** Optional parameters. */
1498
- export declare interface LinkerUpdateOptionalParams extends coreClient.OperationOptions {
1499
- /** Delay to wait until next poll, in milliseconds. */
1500
- updateIntervalInMs?: number;
1501
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1502
- resumeFrom?: string;
1503
- }
1504
-
1505
- /** Contains response data for the update operation. */
1506
- export declare type LinkerUpdateResponse = LinkerResource;
1507
-
1508
- /** Optional parameters. */
1509
- export declare interface LinkerValidateOptionalParams extends coreClient.OperationOptions {
1510
- /** Delay to wait until next poll, in milliseconds. */
1511
- updateIntervalInMs?: number;
1512
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1513
- resumeFrom?: string;
1514
- }
1515
-
1516
- /** Contains response data for the validate operation. */
1517
- export declare type LinkerValidateResponse = ValidateOperationResult;
1518
-
1519
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
1520
- export declare interface Operation {
1521
- /**
1522
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
1523
- * NOTE: This property will not be serialized. It can only be populated by the server.
1524
- */
1525
- readonly name?: string;
1526
- /**
1527
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
1528
- * NOTE: This property will not be serialized. It can only be populated by the server.
1529
- */
1530
- readonly isDataAction?: boolean;
1531
- /** Localized display information for this particular operation. */
1532
- display?: OperationDisplay;
1533
- /**
1534
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
1535
- * NOTE: This property will not be serialized. It can only be populated by the server.
1536
- */
1537
- readonly origin?: Origin;
1538
- /**
1539
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
1540
- * NOTE: This property will not be serialized. It can only be populated by the server.
1541
- */
1542
- readonly actionType?: ActionType;
1543
- }
1544
-
1545
- /** Localized display information for this particular operation. */
1546
- export declare interface OperationDisplay {
1547
- /**
1548
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
1549
- * NOTE: This property will not be serialized. It can only be populated by the server.
1550
- */
1551
- readonly provider?: string;
1552
- /**
1553
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
1554
- * NOTE: This property will not be serialized. It can only be populated by the server.
1555
- */
1556
- readonly resource?: string;
1557
- /**
1558
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
1559
- * NOTE: This property will not be serialized. It can only be populated by the server.
1560
- */
1561
- readonly operation?: string;
1562
- /**
1563
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
1564
- * NOTE: This property will not be serialized. It can only be populated by the server.
1565
- */
1566
- readonly description?: string;
1567
- }
1568
-
1569
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
1570
- export declare interface OperationListResult {
1571
- /**
1572
- * List of operations supported by the resource provider
1573
- * NOTE: This property will not be serialized. It can only be populated by the server.
1574
- */
1575
- readonly value?: Operation[];
1576
- /**
1577
- * URL to get the next set of operation list results (if there are any).
1578
- * NOTE: This property will not be serialized. It can only be populated by the server.
1579
- */
1580
- readonly nextLink?: string;
1581
- }
1582
-
1583
- /** Interface representing a Operations. */
1584
- export declare interface Operations {
1585
- /**
1586
- * Lists the available ServiceLinker REST API operations.
1587
- * @param options The options parameters.
1588
- */
1589
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1590
- }
1591
-
1592
- /** Optional parameters. */
1593
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1594
- }
1595
-
1596
- /** Contains response data for the listNext operation. */
1597
- export declare type OperationsListNextResponse = OperationListResult;
1598
-
1599
- /** Optional parameters. */
1600
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1601
- }
1602
-
1603
- /** Contains response data for the list operation. */
1604
- export declare type OperationsListResponse = OperationListResult;
1605
-
1606
- /**
1607
- * Defines values for Origin. \
1608
- * {@link KnownOrigin} can be used interchangeably with Origin,
1609
- * this enum contains the known values that the service supports.
1610
- * ### Known values supported by the service
1611
- * **user** \
1612
- * **system** \
1613
- * **user,system**
1614
- */
1615
- export declare type Origin = string;
1616
-
1617
- /** The represent of missing permissions */
1618
- export declare interface PermissionsMissingDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
1619
- /** Polymorphic discriminator, which specifies the different types this object can be */
1620
- type: "permissionsMissing";
1621
- /** The permission scope */
1622
- scope?: string;
1623
- /** The permission list */
1624
- permissions?: string[];
1625
- /** The recommended role to resolve permissions missing */
1626
- recommendedRole?: string;
1627
- }
1628
-
1629
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1630
- export declare interface ProxyResource extends Resource {
1631
- }
1632
-
1633
- /** Indicates public network solution, include firewall rules */
1634
- export declare interface PublicNetworkSolution {
1635
- /** Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting */
1636
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1637
- /** Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration. */
1638
- action?: ActionType;
1639
- /** Describe firewall rules of target service to make sure source application could connect to the target. */
1640
- firewallRules?: FirewallRules;
1641
- }
1642
-
1643
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1644
- export declare interface Resource {
1645
- /**
1646
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1647
- * NOTE: This property will not be serialized. It can only be populated by the server.
1648
- */
1649
- readonly id?: string;
1650
- /**
1651
- * The name of the resource
1652
- * NOTE: This property will not be serialized. It can only be populated by the server.
1653
- */
1654
- readonly name?: string;
1655
- /**
1656
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1657
- * NOTE: This property will not be serialized. It can only be populated by the server.
1658
- */
1659
- readonly type?: string;
1660
- /**
1661
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1662
- * NOTE: This property will not be serialized. It can only be populated by the server.
1663
- */
1664
- readonly systemData?: SystemData;
1665
- }
1666
-
1667
- /** The list of Linker. */
1668
- export declare interface ResourceList {
1669
- /** The Linker used to get the next page of Linker list. */
1670
- nextLink?: string;
1671
- /** The list of Linkers. */
1672
- value?: LinkerResource[];
1673
- }
1674
-
1675
- /** The authentication info when authType is secret */
1676
- export declare interface SecretAuthInfo extends AuthInfoBase {
1677
- /** Polymorphic discriminator, which specifies the different types this object can be */
1678
- authType: "secret";
1679
- /** Username or account name for secret auth. */
1680
- name?: string;
1681
- /** Password or key vault secret for secret auth. */
1682
- secretInfo?: SecretInfoBaseUnion;
1683
- }
1684
-
1685
- /** The secret info */
1686
- export declare interface SecretInfoBase {
1687
- /** Polymorphic discriminator, which specifies the different types this object can be */
1688
- secretType: "rawValue" | "keyVaultSecretReference" | "keyVaultSecretUri";
1689
- }
1690
-
1691
- export declare type SecretInfoBaseUnion = SecretInfoBase | ValueSecretInfo | KeyVaultSecretReferenceSecretInfo | KeyVaultSecretUriSecretInfo;
1692
-
1693
- /**
1694
- * Defines values for SecretSourceType. \
1695
- * {@link KnownSecretSourceType} can be used interchangeably with SecretSourceType,
1696
- * this enum contains the known values that the service supports.
1697
- * ### Known values supported by the service
1698
- * **rawValue** \
1699
- * **keyVaultSecret**
1700
- */
1701
- export declare type SecretSourceType = string;
1702
-
1703
- /** An option to store secret value in secure place */
1704
- export declare interface SecretStore {
1705
- /** The key vault id to store secret */
1706
- keyVaultId?: string;
1707
- /** The key vault secret name to store secret, only valid when storing one secret */
1708
- keyVaultSecretName?: string;
1709
- }
1710
-
1711
- /**
1712
- * Defines values for SecretType. \
1713
- * {@link KnownSecretType} can be used interchangeably with SecretType,
1714
- * this enum contains the known values that the service supports.
1715
- * ### Known values supported by the service
1716
- * **rawValue** \
1717
- * **keyVaultSecretUri** \
1718
- * **keyVaultSecretReference**
1719
- */
1720
- export declare type SecretType = string;
1721
-
1722
- /** The service properties when target service type is SelfHostedServer */
1723
- export declare interface SelfHostedServer extends TargetServiceBase {
1724
- /** Polymorphic discriminator, which specifies the different types this object can be */
1725
- type: "SelfHostedServer";
1726
- /** The endpoint of service. */
1727
- endpoint?: string;
1728
- }
1729
-
1730
- export declare class ServiceLinkerManagementClient extends coreClient.ServiceClient {
1731
- $host: string;
1732
- apiVersion: string;
1733
- /**
1734
- * Initializes a new instance of the ServiceLinkerManagementClient class.
1735
- * @param credentials Subscription credentials which uniquely identify client subscription.
1736
- * @param options The parameter options
1737
- */
1738
- constructor(credentials: coreAuth.TokenCredential, options?: ServiceLinkerManagementClientOptionalParams);
1739
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
1740
- private addCustomApiVersionPolicy;
1741
- connector: Connector;
1742
- linker: Linker;
1743
- linkers: Linkers;
1744
- operations: Operations;
1745
- configurationNames: ConfigurationNames;
1746
- }
1747
-
1748
- /** Optional parameters. */
1749
- export declare interface ServiceLinkerManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1750
- /** server parameter */
1751
- $host?: string;
1752
- /** Api Version */
1753
- apiVersion?: string;
1754
- /** Overrides client endpoint. */
1755
- endpoint?: string;
1756
- }
1757
-
1758
- /** The authentication info when authType is servicePrincipal certificate */
1759
- export declare interface ServicePrincipalCertificateAuthInfo extends AuthInfoBase {
1760
- /** Polymorphic discriminator, which specifies the different types this object can be */
1761
- authType: "servicePrincipalCertificate";
1762
- /** Application clientId for servicePrincipal auth. */
1763
- clientId: string;
1764
- /** Principal Id for servicePrincipal auth. */
1765
- principalId: string;
1766
- /** ServicePrincipal certificate for servicePrincipal auth. */
1767
- certificate: string;
1768
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
1769
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1770
- /** Optional, this value specifies the Azure roles to be assigned. Automatically */
1771
- roles?: string[];
1772
- }
1773
-
1774
- /** The authentication info when authType is servicePrincipal secret */
1775
- export declare interface ServicePrincipalSecretAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
1776
- /** Polymorphic discriminator, which specifies the different types this object can be */
1777
- authType: "servicePrincipalSecret";
1778
- /** ServicePrincipal application clientId for servicePrincipal auth. */
1779
- clientId: string;
1780
- /** Principal Id for servicePrincipal auth. */
1781
- principalId: string;
1782
- /** Secret for servicePrincipal auth. */
1783
- secret: string;
1784
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
1785
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1786
- /** Optional, this value specifies the Azure roles to be assigned. Automatically */
1787
- roles?: string[];
1788
- }
1789
-
1790
- /** A configuration item for source resource */
1791
- export declare interface SourceConfiguration {
1792
- /** The name of setting. */
1793
- name?: string;
1794
- /** The value of setting */
1795
- value?: string;
1796
- /**
1797
- * The type of setting
1798
- * NOTE: This property will not be serialized. It can only be populated by the server.
1799
- */
1800
- readonly configType?: LinkerConfigurationType;
1801
- /** The identity for key vault reference, system or user-assigned managed identity ID */
1802
- keyVaultReferenceIdentity?: string;
1803
- /** Descriptive information for the configuration */
1804
- description?: string;
1805
- }
1806
-
1807
- /** The authentication info when authType is systemAssignedIdentity */
1808
- export declare interface SystemAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
1809
- /** Polymorphic discriminator, which specifies the different types this object can be */
1810
- authType: "systemAssignedIdentity";
1811
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
1812
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1813
- /** Optional, this value specifies the Azure role to be assigned */
1814
- roles?: string[];
1815
- }
1816
-
1817
- /** Metadata pertaining to creation and last modification of the resource. */
1818
- export declare interface SystemData {
1819
- /** The identity that created the resource. */
1820
- createdBy?: string;
1821
- /** The type of identity that created the resource. */
1822
- createdByType?: CreatedByType;
1823
- /** The timestamp of resource creation (UTC). */
1824
- createdAt?: Date;
1825
- /** The identity that last modified the resource. */
1826
- lastModifiedBy?: string;
1827
- /** The type of identity that last modified the resource. */
1828
- lastModifiedByType?: CreatedByType;
1829
- /** The timestamp of resource last modification (UTC) */
1830
- lastModifiedAt?: Date;
1831
- }
1832
-
1833
- /** The target service properties */
1834
- export declare interface TargetServiceBase {
1835
- /** Polymorphic discriminator, which specifies the different types this object can be */
1836
- type: "AzureResource" | "ConfluentBootstrapServer" | "FabricPlatform" | "SelfHostedServer" | "ConfluentSchemaRegistry";
1837
- }
1838
-
1839
- export declare type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | FabricPlatform | SelfHostedServer | ConfluentSchemaRegistry;
1840
-
1841
- /**
1842
- * Defines values for TargetServiceType. \
1843
- * {@link KnownTargetServiceType} can be used interchangeably with TargetServiceType,
1844
- * this enum contains the known values that the service supports.
1845
- * ### Known values supported by the service
1846
- * **AzureResource** \
1847
- * **ConfluentBootstrapServer** \
1848
- * **ConfluentSchemaRegistry** \
1849
- * **SelfHostedServer** \
1850
- * **FabricPlatform**
1851
- */
1852
- export declare type TargetServiceType = string;
1853
-
1854
- /** The authentication info when authType is user account */
1855
- export declare interface UserAccountAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
1856
- /** Polymorphic discriminator, which specifies the different types this object can be */
1857
- authType: "userAccount";
1858
- /** Principal Id for user account. */
1859
- principalId?: string;
1860
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
1861
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1862
- /** Optional, this value specifies the Azure roles to be assigned. Automatically */
1863
- roles?: string[];
1864
- }
1865
-
1866
- /** The authentication info when authType is userAssignedIdentity */
1867
- export declare interface UserAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
1868
- /** Polymorphic discriminator, which specifies the different types this object can be */
1869
- authType: "userAssignedIdentity";
1870
- /** Client Id for userAssignedIdentity. */
1871
- clientId?: string;
1872
- /** Subscription id for userAssignedIdentity. */
1873
- subscriptionId?: string;
1874
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
1875
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1876
- /** Optional, this value specifies the Azure role to be assigned */
1877
- roles?: string[];
1878
- }
1879
-
1880
- /** The validation operation result for a Linker. */
1881
- export declare interface ValidateOperationResult {
1882
- /** Validated Linker id. */
1883
- resourceId?: string;
1884
- /** Validation operation status. */
1885
- status?: string;
1886
- /** The linker name. */
1887
- linkerName?: string;
1888
- /** A boolean value indicating whether the connection is available or not */
1889
- isConnectionAvailable?: boolean;
1890
- /** The start time of the validation report. */
1891
- reportStartTimeUtc?: Date;
1892
- /** The end time of the validation report. */
1893
- reportEndTimeUtc?: Date;
1894
- /** The resource id of the Linker source application. */
1895
- sourceId?: string;
1896
- /** The resource Id of target service. */
1897
- targetId?: string;
1898
- /** The authentication type. */
1899
- authType?: AuthType;
1900
- /** The detail of validation result */
1901
- validationDetail?: ValidationResultItem[];
1902
- }
1903
-
1904
- /** The validation item for a Linker. */
1905
- export declare interface ValidationResultItem {
1906
- /** The validation item name. */
1907
- name?: string;
1908
- /** The display name of validation item */
1909
- description?: string;
1910
- /** The result of validation */
1911
- result?: ValidationResultStatus;
1912
- /** The error message of validation result */
1913
- errorMessage?: string;
1914
- /** The error code of validation result */
1915
- errorCode?: string;
1916
- }
1917
-
1918
- /**
1919
- * Defines values for ValidationResultStatus. \
1920
- * {@link KnownValidationResultStatus} can be used interchangeably with ValidationResultStatus,
1921
- * this enum contains the known values that the service supports.
1922
- * ### Known values supported by the service
1923
- * **success** \
1924
- * **failure** \
1925
- * **warning**
1926
- */
1927
- export declare type ValidationResultStatus = string;
1928
-
1929
- /** The secret info when type is rawValue. It's for scenarios that user input the secret. */
1930
- export declare interface ValueSecretInfo extends SecretInfoBase {
1931
- /** Polymorphic discriminator, which specifies the different types this object can be */
1932
- secretType: "rawValue";
1933
- /** The actual value of the secret. */
1934
- value?: string;
1935
- }
1936
-
1937
- /** The VNet solution for linker */
1938
- export declare interface VNetSolution {
1939
- /** Type of VNet solution. */
1940
- type?: VNetSolutionType;
1941
- /** Indicates whether to clean up previous operation when Linker is updating or deleting */
1942
- deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
1943
- }
1944
-
1945
- /**
1946
- * Defines values for VNetSolutionType. \
1947
- * {@link KnownVNetSolutionType} can be used interchangeably with VNetSolutionType,
1948
- * this enum contains the known values that the service supports.
1949
- * ### Known values supported by the service
1950
- * **serviceEndpoint** \
1951
- * **privateLink**
1952
- */
1953
- export declare type VNetSolutionType = string;
1954
-
1955
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ export type DryrunParametersUnion = DryrunParameters | CreateOrUpdateDryrunParameters;
3
+ export type DryrunPrerequisiteResultUnion = DryrunPrerequisiteResult | BasicErrorDryrunPrerequisiteResult | PermissionsMissingDryrunPrerequisiteResult;
4
+ export type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | FabricPlatform | SelfHostedServer | ConfluentSchemaRegistry;
5
+ export type AuthInfoBaseUnion = AuthInfoBase | AccessKeyInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo | UserAccountAuthInfo | EasyAuthMicrosoftEntraIDAuthInfo;
6
+ export type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties | AzureAppConfigProperties;
7
+ export type SecretInfoBaseUnion = SecretInfoBase | ValueSecretInfo | KeyVaultSecretReferenceSecretInfo | KeyVaultSecretUriSecretInfo;
8
+ /** The list of dryrun. */
9
+ export interface DryrunList {
10
+ /** The link used to get the next page of dryrun list. */
11
+ nextLink?: string;
12
+ /** The list of dryrun. */
13
+ value?: DryrunResource[];
14
+ }
15
+ /** The parameters of the dryrun */
16
+ export interface DryrunParameters {
17
+ /** Polymorphic discriminator, which specifies the different types this object can be */
18
+ actionName: "createOrUpdate";
19
+ }
20
+ /** A result of dryrun */
21
+ export interface DryrunPrerequisiteResult {
22
+ /** Polymorphic discriminator, which specifies the different types this object can be */
23
+ type: "basicError" | "permissionsMissing";
24
+ }
25
+ /** The preview of the operations for creation */
26
+ export interface DryrunOperationPreview {
27
+ /** The operation name */
28
+ name?: string;
29
+ /** The operation type */
30
+ operationType?: DryrunPreviewOperationType;
31
+ /** The description of the operation */
32
+ description?: string;
33
+ /** The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format */
34
+ action?: string;
35
+ /** The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview */
36
+ scope?: string;
37
+ }
38
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
39
+ export interface Resource {
40
+ /**
41
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
42
+ * NOTE: This property will not be serialized. It can only be populated by the server.
43
+ */
44
+ readonly id?: string;
45
+ /**
46
+ * The name of the resource
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly name?: string;
50
+ /**
51
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly type?: string;
55
+ /**
56
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly systemData?: SystemData;
60
+ }
61
+ /** Metadata pertaining to creation and last modification of the resource. */
62
+ export interface SystemData {
63
+ /** The identity that created the resource. */
64
+ createdBy?: string;
65
+ /** The type of identity that created the resource. */
66
+ createdByType?: CreatedByType;
67
+ /** The timestamp of resource creation (UTC). */
68
+ createdAt?: Date;
69
+ /** The identity that last modified the resource. */
70
+ lastModifiedBy?: string;
71
+ /** The type of identity that last modified the resource. */
72
+ lastModifiedByType?: CreatedByType;
73
+ /** The timestamp of resource last modification (UTC) */
74
+ lastModifiedAt?: Date;
75
+ }
76
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
77
+ export interface ErrorResponse {
78
+ /** The error object. */
79
+ error?: ErrorDetail;
80
+ }
81
+ /** The error detail. */
82
+ export interface ErrorDetail {
83
+ /**
84
+ * The error code.
85
+ * NOTE: This property will not be serialized. It can only be populated by the server.
86
+ */
87
+ readonly code?: string;
88
+ /**
89
+ * The error message.
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
+ */
92
+ readonly message?: string;
93
+ /**
94
+ * The error target.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly target?: string;
98
+ /**
99
+ * The error details.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly details?: ErrorDetail[];
103
+ /**
104
+ * The error additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly additionalInfo?: ErrorAdditionalInfo[];
108
+ }
109
+ /** The resource management error additional info. */
110
+ export interface ErrorAdditionalInfo {
111
+ /**
112
+ * The additional info type.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly type?: string;
116
+ /**
117
+ * The additional info.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly info?: Record<string, unknown>;
121
+ }
122
+ /** a dryrun job to be updated. */
123
+ export interface DryrunPatch {
124
+ /** The parameters of the dryrun */
125
+ parameters?: DryrunParametersUnion;
126
+ /**
127
+ * the result of the dryrun
128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
129
+ */
130
+ readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
131
+ /**
132
+ * the preview of the operations for creation
133
+ * NOTE: This property will not be serialized. It can only be populated by the server.
134
+ */
135
+ readonly operationPreviews?: DryrunOperationPreview[];
136
+ /**
137
+ * The provisioning state.
138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
139
+ */
140
+ readonly provisioningState?: string;
141
+ }
142
+ /** The list of Linker. */
143
+ export interface ResourceList {
144
+ /** The Linker used to get the next page of Linker list. */
145
+ nextLink?: string;
146
+ /** The list of Linkers. */
147
+ value?: LinkerResource[];
148
+ }
149
+ /** The properties of the Linker. */
150
+ export interface LinkerProperties {
151
+ /** The target service properties */
152
+ targetService?: TargetServiceBaseUnion;
153
+ /** The authentication type. */
154
+ authInfo?: AuthInfoBaseUnion;
155
+ /** The application client type */
156
+ clientType?: ClientType;
157
+ /**
158
+ * The provisioning state.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly provisioningState?: string;
162
+ /** The VNet solution. */
163
+ vNetSolution?: VNetSolution;
164
+ /** An option to store secret value in secure place */
165
+ secretStore?: SecretStore;
166
+ /** connection scope in source service. */
167
+ scope?: string;
168
+ /** The network solution. */
169
+ publicNetworkSolution?: PublicNetworkSolution;
170
+ /** The connection information consumed by applications, including secrets, connection strings. */
171
+ configurationInfo?: ConfigurationInfo;
172
+ }
173
+ /** The target service properties */
174
+ export interface TargetServiceBase {
175
+ /** Polymorphic discriminator, which specifies the different types this object can be */
176
+ type: "AzureResource" | "ConfluentBootstrapServer" | "FabricPlatform" | "SelfHostedServer" | "ConfluentSchemaRegistry";
177
+ }
178
+ /** The authentication info */
179
+ export interface AuthInfoBase {
180
+ /** Polymorphic discriminator, which specifies the different types this object can be */
181
+ authType: "accessKey" | "secret" | "userAssignedIdentity" | "systemAssignedIdentity" | "servicePrincipalSecret" | "servicePrincipalCertificate" | "userAccount" | "easyAuthMicrosoftEntraID";
182
+ /** Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth. */
183
+ authMode?: AuthMode;
184
+ }
185
+ /** The VNet solution for linker */
186
+ export interface VNetSolution {
187
+ /** Type of VNet solution. */
188
+ type?: VNetSolutionType;
189
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
190
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
191
+ }
192
+ /** An option to store secret value in secure place */
193
+ export interface SecretStore {
194
+ /** The key vault id to store secret */
195
+ keyVaultId?: string;
196
+ /** The key vault secret name to store secret, only valid when storing one secret */
197
+ keyVaultSecretName?: string;
198
+ }
199
+ /** Indicates public network solution, include firewall rules */
200
+ export interface PublicNetworkSolution {
201
+ /** Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting */
202
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
203
+ /** Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration. */
204
+ action?: ActionType;
205
+ /** Describe firewall rules of target service to make sure source application could connect to the target. */
206
+ firewallRules?: FirewallRules;
207
+ }
208
+ /** Target service's firewall rules. to allow connections from source service. */
209
+ export interface FirewallRules {
210
+ /** This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. */
211
+ ipRanges?: string[];
212
+ /** Allow Azure services to access the target service if true. */
213
+ azureServices?: AllowType;
214
+ /** Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. */
215
+ callerClientIP?: AllowType;
216
+ }
217
+ /** The configuration information, used to generate configurations or save to applications */
218
+ export interface ConfigurationInfo {
219
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
220
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
221
+ /** Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source. */
222
+ action?: ActionType;
223
+ /** Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations */
224
+ customizedKeys?: {
225
+ [propertyName: string]: string;
226
+ };
227
+ /** Indicates some additional properties for dapr client type */
228
+ daprProperties?: DaprProperties;
229
+ /** A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations */
230
+ additionalConfigurations?: {
231
+ [propertyName: string]: string;
232
+ };
233
+ /** A dictionary of additional properties to be added in the end of connection string. */
234
+ additionalConnectionStringProperties?: {
235
+ [propertyName: string]: string;
236
+ };
237
+ /** An option to store configuration into different place */
238
+ configurationStore?: ConfigurationStore;
239
+ }
240
+ /** Indicates some additional properties for dapr client type */
241
+ export interface DaprProperties {
242
+ /** The dapr component version */
243
+ version?: string;
244
+ /** The dapr component type */
245
+ componentType?: string;
246
+ /** The name of a secret store dapr to retrieve secret */
247
+ secretStoreComponent?: string;
248
+ /** Additional dapr metadata */
249
+ metadata?: DaprMetadata[];
250
+ /** The dapr component scopes */
251
+ scopes?: string[];
252
+ /**
253
+ * The runtime version supported by the properties
254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
255
+ */
256
+ readonly runtimeVersion?: string;
257
+ /**
258
+ * The direction supported by the dapr binding component
259
+ * NOTE: This property will not be serialized. It can only be populated by the server.
260
+ */
261
+ readonly bindingComponentDirection?: DaprBindingComponentDirection;
262
+ }
263
+ /** The dapr component metadata. */
264
+ export interface DaprMetadata {
265
+ /** Metadata property name. */
266
+ name?: string;
267
+ /** Metadata property value. */
268
+ value?: string;
269
+ /** The secret name where dapr could get value */
270
+ secretRef?: string;
271
+ /** The description of the metadata, returned from configuration api */
272
+ description?: string;
273
+ /** The value indicating whether the metadata is required or not */
274
+ required?: DaprMetadataRequired;
275
+ }
276
+ /** An option to store configuration into different place */
277
+ export interface ConfigurationStore {
278
+ /** The app configuration id to store configuration */
279
+ appConfigurationId?: string;
280
+ }
281
+ /** A Linker to be updated. */
282
+ export interface LinkerPatch {
283
+ /** The target service properties */
284
+ targetService?: TargetServiceBaseUnion;
285
+ /** The authentication type. */
286
+ authInfo?: AuthInfoBaseUnion;
287
+ /** The application client type */
288
+ clientType?: ClientType;
289
+ /**
290
+ * The provisioning state.
291
+ * NOTE: This property will not be serialized. It can only be populated by the server.
292
+ */
293
+ readonly provisioningState?: string;
294
+ /** The VNet solution. */
295
+ vNetSolution?: VNetSolution;
296
+ /** An option to store secret value in secure place */
297
+ secretStore?: SecretStore;
298
+ /** connection scope in source service. */
299
+ scope?: string;
300
+ /** The network solution. */
301
+ publicNetworkSolution?: PublicNetworkSolution;
302
+ /** The connection information consumed by applications, including secrets, connection strings. */
303
+ configurationInfo?: ConfigurationInfo;
304
+ }
305
+ /** The validation operation result for a Linker. */
306
+ export interface ValidateOperationResult {
307
+ /** Validated Linker id. */
308
+ resourceId?: string;
309
+ /** Validation operation status. */
310
+ status?: string;
311
+ /** The linker name. */
312
+ linkerName?: string;
313
+ /** A boolean value indicating whether the connection is available or not */
314
+ isConnectionAvailable?: boolean;
315
+ /** The start time of the validation report. */
316
+ reportStartTimeUtc?: Date;
317
+ /** The end time of the validation report. */
318
+ reportEndTimeUtc?: Date;
319
+ /** The resource id of the Linker source application. */
320
+ sourceId?: string;
321
+ /** The resource Id of target service. */
322
+ targetId?: string;
323
+ /** The authentication type. */
324
+ authType?: AuthType;
325
+ /** The detail of validation result */
326
+ validationDetail?: ValidationResultItem[];
327
+ }
328
+ /** The validation item for a Linker. */
329
+ export interface ValidationResultItem {
330
+ /** The validation item name. */
331
+ name?: string;
332
+ /** The display name of validation item */
333
+ description?: string;
334
+ /** The result of validation */
335
+ result?: ValidationResultStatus;
336
+ /** The error message of validation result */
337
+ errorMessage?: string;
338
+ /** The error code of validation result */
339
+ errorCode?: string;
340
+ }
341
+ /** Configurations for source resource, include appSettings, connectionString and serviceBindings */
342
+ export interface ConfigurationResult {
343
+ /** The configuration properties for source resource. */
344
+ configurations?: SourceConfiguration[];
345
+ }
346
+ /** A configuration item for source resource */
347
+ export interface SourceConfiguration {
348
+ /** The name of setting. */
349
+ name?: string;
350
+ /** The value of setting */
351
+ value?: string;
352
+ /**
353
+ * The type of setting
354
+ * NOTE: This property will not be serialized. It can only be populated by the server.
355
+ */
356
+ readonly configType?: LinkerConfigurationType;
357
+ /** The identity for key vault reference, system or user-assigned managed identity ID */
358
+ keyVaultReferenceIdentity?: string;
359
+ /** Descriptive information for the configuration */
360
+ description?: string;
361
+ }
362
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
363
+ export interface OperationListResult {
364
+ /**
365
+ * List of operations supported by the resource provider
366
+ * NOTE: This property will not be serialized. It can only be populated by the server.
367
+ */
368
+ readonly value?: Operation[];
369
+ /**
370
+ * URL to get the next set of operation list results (if there are any).
371
+ * NOTE: This property will not be serialized. It can only be populated by the server.
372
+ */
373
+ readonly nextLink?: string;
374
+ }
375
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
376
+ export interface Operation {
377
+ /**
378
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
379
+ * NOTE: This property will not be serialized. It can only be populated by the server.
380
+ */
381
+ readonly name?: string;
382
+ /**
383
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
384
+ * NOTE: This property will not be serialized. It can only be populated by the server.
385
+ */
386
+ readonly isDataAction?: boolean;
387
+ /** Localized display information for this particular operation. */
388
+ display?: OperationDisplay;
389
+ /**
390
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
392
+ */
393
+ readonly origin?: Origin;
394
+ /**
395
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
396
+ * NOTE: This property will not be serialized. It can only be populated by the server.
397
+ */
398
+ readonly actionType?: ActionType;
399
+ }
400
+ /** Localized display information for this particular operation. */
401
+ export interface OperationDisplay {
402
+ /**
403
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
404
+ * NOTE: This property will not be serialized. It can only be populated by the server.
405
+ */
406
+ readonly provider?: string;
407
+ /**
408
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
409
+ * NOTE: This property will not be serialized. It can only be populated by the server.
410
+ */
411
+ readonly resource?: string;
412
+ /**
413
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
414
+ * NOTE: This property will not be serialized. It can only be populated by the server.
415
+ */
416
+ readonly operation?: string;
417
+ /**
418
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
419
+ * NOTE: This property will not be serialized. It can only be populated by the server.
420
+ */
421
+ readonly description?: string;
422
+ }
423
+ /** Configuration Name list which will be set based on different target resource, client type, auth type. */
424
+ export interface ConfigurationNameResult {
425
+ /** Expected configuration names for each target service. */
426
+ value?: ConfigurationNameItem[];
427
+ /**
428
+ * Link to next page of resources.
429
+ * NOTE: This property will not be serialized. It can only be populated by the server.
430
+ */
431
+ readonly nextLink?: string;
432
+ }
433
+ export interface ConfigurationNameItem {
434
+ /** The target service provider name and resource name. */
435
+ targetService?: string;
436
+ /** The client type for configuration names. */
437
+ clientType?: ClientType;
438
+ /** The auth type. */
439
+ authType?: AuthType;
440
+ /** Indicates where the secrets in configuration from. Used when secrets are from Keyvault. */
441
+ secretType?: SecretSourceType;
442
+ /** Deprecated, please use #/definitions/DaprConfigurationList instead */
443
+ daprProperties?: DaprProperties;
444
+ /** The configuration names to be set in compute service environment. */
445
+ names?: ConfigurationName[];
446
+ }
447
+ /** The configuration names. */
448
+ export interface ConfigurationName {
449
+ value?: string;
450
+ /** Description for the configuration name. */
451
+ description?: string;
452
+ /** Represent the configuration is required or not */
453
+ required?: boolean;
454
+ }
455
+ /** Dapr configuration list supported by Service Connector */
456
+ export interface DaprConfigurationList {
457
+ /** The list of dapr configurations */
458
+ value?: DaprConfigurationResource[];
459
+ /**
460
+ * Link to next page of resources.
461
+ * NOTE: This property will not be serialized. It can only be populated by the server.
462
+ */
463
+ readonly nextLink?: string;
464
+ }
465
+ /** Represent one resource of the dapr configuration list */
466
+ export interface DaprConfigurationResource {
467
+ /** Supported target resource type, extract from resource id, uppercase */
468
+ targetType?: string;
469
+ /** The authentication type. */
470
+ authType?: AuthType;
471
+ /** Indicates some additional properties for dapr client type */
472
+ daprProperties?: DaprProperties;
473
+ }
474
+ /** The azure resource properties */
475
+ export interface AzureResourcePropertiesBase {
476
+ /** Polymorphic discriminator, which specifies the different types this object can be */
477
+ type: "KeyVault" | "AppConfig";
478
+ }
479
+ /** The secret info */
480
+ export interface SecretInfoBase {
481
+ /** Polymorphic discriminator, which specifies the different types this object can be */
482
+ secretType: "rawValue" | "keyVaultSecretReference" | "keyVaultSecretUri";
483
+ }
484
+ /** The extra auth info required by Database AAD authentication. */
485
+ export interface DatabaseAadAuthInfo {
486
+ /** Username created in the database which is mapped to a user in AAD. */
487
+ userName?: string;
488
+ }
489
+ /** The dryrun parameters for creation or update a linker */
490
+ export interface CreateOrUpdateDryrunParameters extends DryrunParameters, LinkerProperties {
491
+ /** Polymorphic discriminator, which specifies the different types this object can be */
492
+ actionName: "createOrUpdate";
493
+ }
494
+ /** The represent of basic error */
495
+ export interface BasicErrorDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
496
+ /** Polymorphic discriminator, which specifies the different types this object can be */
497
+ type: "basicError";
498
+ /** The error code. */
499
+ code?: string;
500
+ /** The error message. */
501
+ message?: string;
502
+ }
503
+ /** The represent of missing permissions */
504
+ export interface PermissionsMissingDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
505
+ /** Polymorphic discriminator, which specifies the different types this object can be */
506
+ type: "permissionsMissing";
507
+ /** The permission scope */
508
+ scope?: string;
509
+ /** The permission list */
510
+ permissions?: string[];
511
+ /** The recommended role to resolve permissions missing */
512
+ recommendedRole?: string;
513
+ }
514
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
515
+ export interface ProxyResource extends Resource {
516
+ }
517
+ /** The azure resource info when target service type is AzureResource */
518
+ export interface AzureResource extends TargetServiceBase {
519
+ /** Polymorphic discriminator, which specifies the different types this object can be */
520
+ type: "AzureResource";
521
+ /** The Id of azure resource. */
522
+ id?: string;
523
+ /** The azure resource connection related properties. */
524
+ resourceProperties?: AzureResourcePropertiesBaseUnion;
525
+ }
526
+ /** The service properties when target service type is ConfluentBootstrapServer */
527
+ export interface ConfluentBootstrapServer extends TargetServiceBase {
528
+ /** Polymorphic discriminator, which specifies the different types this object can be */
529
+ type: "ConfluentBootstrapServer";
530
+ /** The endpoint of service. */
531
+ endpoint?: string;
532
+ }
533
+ /** The service properties when target service type is FabricPlatform */
534
+ export interface FabricPlatform extends TargetServiceBase {
535
+ /** Polymorphic discriminator, which specifies the different types this object can be */
536
+ type: "FabricPlatform";
537
+ /** The endpoint of service. */
538
+ endpoint?: string;
539
+ }
540
+ /** The service properties when target service type is SelfHostedServer */
541
+ export interface SelfHostedServer extends TargetServiceBase {
542
+ /** Polymorphic discriminator, which specifies the different types this object can be */
543
+ type: "SelfHostedServer";
544
+ /** The endpoint of service. */
545
+ endpoint?: string;
546
+ }
547
+ /** The service properties when target service type is ConfluentSchemaRegistry */
548
+ export interface ConfluentSchemaRegistry extends TargetServiceBase {
549
+ /** Polymorphic discriminator, which specifies the different types this object can be */
550
+ type: "ConfluentSchemaRegistry";
551
+ /** The endpoint of service. */
552
+ endpoint?: string;
553
+ }
554
+ /** The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage */
555
+ export interface AccessKeyInfoBase extends AuthInfoBase {
556
+ /** Polymorphic discriminator, which specifies the different types this object can be */
557
+ authType: "accessKey";
558
+ /** Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus. */
559
+ permissions?: AccessKeyPermissions[];
560
+ }
561
+ /** The authentication info when authType is secret */
562
+ export interface SecretAuthInfo extends AuthInfoBase {
563
+ /** Polymorphic discriminator, which specifies the different types this object can be */
564
+ authType: "secret";
565
+ /** Username or account name for secret auth. */
566
+ name?: string;
567
+ /** Password or key vault secret for secret auth. */
568
+ secretInfo?: SecretInfoBaseUnion;
569
+ }
570
+ /** The authentication info when authType is userAssignedIdentity */
571
+ export interface UserAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
572
+ /** Polymorphic discriminator, which specifies the different types this object can be */
573
+ authType: "userAssignedIdentity";
574
+ /** Client Id for userAssignedIdentity. */
575
+ clientId?: string;
576
+ /** Subscription id for userAssignedIdentity. */
577
+ subscriptionId?: string;
578
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
579
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
580
+ /** Optional, this value specifies the Azure role to be assigned */
581
+ roles?: string[];
582
+ }
583
+ /** The authentication info when authType is systemAssignedIdentity */
584
+ export interface SystemAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
585
+ /** Polymorphic discriminator, which specifies the different types this object can be */
586
+ authType: "systemAssignedIdentity";
587
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
588
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
589
+ /** Optional, this value specifies the Azure role to be assigned */
590
+ roles?: string[];
591
+ }
592
+ /** The authentication info when authType is servicePrincipal secret */
593
+ export interface ServicePrincipalSecretAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
594
+ /** Polymorphic discriminator, which specifies the different types this object can be */
595
+ authType: "servicePrincipalSecret";
596
+ /** ServicePrincipal application clientId for servicePrincipal auth. */
597
+ clientId: string;
598
+ /** Principal Id for servicePrincipal auth. */
599
+ principalId: string;
600
+ /** Secret for servicePrincipal auth. */
601
+ secret: string;
602
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
603
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
604
+ /** Optional, this value specifies the Azure roles to be assigned. Automatically */
605
+ roles?: string[];
606
+ }
607
+ /** The authentication info when authType is servicePrincipal certificate */
608
+ export interface ServicePrincipalCertificateAuthInfo extends AuthInfoBase {
609
+ /** Polymorphic discriminator, which specifies the different types this object can be */
610
+ authType: "servicePrincipalCertificate";
611
+ /** Application clientId for servicePrincipal auth. */
612
+ clientId: string;
613
+ /** Principal Id for servicePrincipal auth. */
614
+ principalId: string;
615
+ /** ServicePrincipal certificate for servicePrincipal auth. */
616
+ certificate: string;
617
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
618
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
619
+ /** Optional, this value specifies the Azure roles to be assigned. Automatically */
620
+ roles?: string[];
621
+ }
622
+ /** The authentication info when authType is user account */
623
+ export interface UserAccountAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
624
+ /** Polymorphic discriminator, which specifies the different types this object can be */
625
+ authType: "userAccount";
626
+ /** Principal Id for user account. */
627
+ principalId?: string;
628
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
629
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
630
+ /** Optional, this value specifies the Azure roles to be assigned. Automatically */
631
+ roles?: string[];
632
+ }
633
+ /** The authentication info when authType is EasyAuth Microsoft Entra ID */
634
+ export interface EasyAuthMicrosoftEntraIDAuthInfo extends AuthInfoBase {
635
+ /** Polymorphic discriminator, which specifies the different types this object can be */
636
+ authType: "easyAuthMicrosoftEntraID";
637
+ /** Application clientId for EasyAuth Microsoft Entra ID. */
638
+ clientId?: string;
639
+ /** Application Secret for EasyAuth Microsoft Entra ID. */
640
+ secret?: string;
641
+ /** Indicates whether to clean up previous operation when Linker is updating or deleting */
642
+ deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
643
+ }
644
+ /** The resource properties when type is Azure Key Vault */
645
+ export interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {
646
+ /** Polymorphic discriminator, which specifies the different types this object can be */
647
+ type: "KeyVault";
648
+ /** True if connect via Kubernetes CSI Driver. */
649
+ connectAsKubernetesCsiDriver?: boolean;
650
+ }
651
+ /** The resource properties when type is Azure App Configuration */
652
+ export interface AzureAppConfigProperties extends AzureResourcePropertiesBase {
653
+ /** Polymorphic discriminator, which specifies the different types this object can be */
654
+ type: "AppConfig";
655
+ /** True if connection enables app configuration kubernetes extension. */
656
+ connectWithKubernetesExtension?: boolean;
657
+ }
658
+ /** The secret info when type is rawValue. It's for scenarios that user input the secret. */
659
+ export interface ValueSecretInfo extends SecretInfoBase {
660
+ /** Polymorphic discriminator, which specifies the different types this object can be */
661
+ secretType: "rawValue";
662
+ /** The actual value of the secret. */
663
+ value?: string;
664
+ }
665
+ /** The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId. */
666
+ export interface KeyVaultSecretReferenceSecretInfo extends SecretInfoBase {
667
+ /** Polymorphic discriminator, which specifies the different types this object can be */
668
+ secretType: "keyVaultSecretReference";
669
+ /** Name of the Key Vault secret. */
670
+ name?: string;
671
+ /** Version of the Key Vault secret. */
672
+ version?: string;
673
+ }
674
+ /** The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App. */
675
+ export interface KeyVaultSecretUriSecretInfo extends SecretInfoBase {
676
+ /** Polymorphic discriminator, which specifies the different types this object can be */
677
+ secretType: "keyVaultSecretUri";
678
+ /** URI to the keyvault secret */
679
+ value?: string;
680
+ }
681
+ /** a dryrun job resource */
682
+ export interface DryrunResource extends ProxyResource {
683
+ /** The parameters of the dryrun */
684
+ parameters?: DryrunParametersUnion;
685
+ /**
686
+ * the result of the dryrun
687
+ * NOTE: This property will not be serialized. It can only be populated by the server.
688
+ */
689
+ readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
690
+ /**
691
+ * the preview of the operations for creation
692
+ * NOTE: This property will not be serialized. It can only be populated by the server.
693
+ */
694
+ readonly operationPreviews?: DryrunOperationPreview[];
695
+ /**
696
+ * The provisioning state.
697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
698
+ */
699
+ readonly provisioningState?: string;
700
+ }
701
+ /** Linker of source and target resource */
702
+ export interface LinkerResource extends ProxyResource {
703
+ /** The target service properties */
704
+ targetService?: TargetServiceBaseUnion;
705
+ /** The authentication type. */
706
+ authInfo?: AuthInfoBaseUnion;
707
+ /** The application client type */
708
+ clientType?: ClientType;
709
+ /**
710
+ * The provisioning state.
711
+ * NOTE: This property will not be serialized. It can only be populated by the server.
712
+ */
713
+ readonly provisioningState?: string;
714
+ /** The VNet solution. */
715
+ vNetSolution?: VNetSolution;
716
+ /** An option to store secret value in secure place */
717
+ secretStore?: SecretStore;
718
+ /** connection scope in source service. */
719
+ scope?: string;
720
+ /** The network solution. */
721
+ publicNetworkSolution?: PublicNetworkSolution;
722
+ /** The connection information consumed by applications, including secrets, connection strings. */
723
+ configurationInfo?: ConfigurationInfo;
724
+ }
725
+ /** Known values of {@link DryrunActionName} that the service accepts. */
726
+ export declare enum KnownDryrunActionName {
727
+ /** CreateOrUpdate */
728
+ CreateOrUpdate = "createOrUpdate"
729
+ }
730
+ /**
731
+ * Defines values for DryrunActionName. \
732
+ * {@link KnownDryrunActionName} can be used interchangeably with DryrunActionName,
733
+ * this enum contains the known values that the service supports.
734
+ * ### Known values supported by the service
735
+ * **createOrUpdate**
736
+ */
737
+ export type DryrunActionName = string;
738
+ /** Known values of {@link DryrunPrerequisiteResultType} that the service accepts. */
739
+ export declare enum KnownDryrunPrerequisiteResultType {
740
+ /** BasicError */
741
+ BasicError = "basicError",
742
+ /** PermissionsMissing */
743
+ PermissionsMissing = "permissionsMissing"
744
+ }
745
+ /**
746
+ * Defines values for DryrunPrerequisiteResultType. \
747
+ * {@link KnownDryrunPrerequisiteResultType} can be used interchangeably with DryrunPrerequisiteResultType,
748
+ * this enum contains the known values that the service supports.
749
+ * ### Known values supported by the service
750
+ * **basicError** \
751
+ * **permissionsMissing**
752
+ */
753
+ export type DryrunPrerequisiteResultType = string;
754
+ /** Known values of {@link DryrunPreviewOperationType} that the service accepts. */
755
+ export declare enum KnownDryrunPreviewOperationType {
756
+ /** ConfigConnection */
757
+ ConfigConnection = "configConnection",
758
+ /** ConfigNetwork */
759
+ ConfigNetwork = "configNetwork",
760
+ /** ConfigAuth */
761
+ ConfigAuth = "configAuth"
762
+ }
763
+ /**
764
+ * Defines values for DryrunPreviewOperationType. \
765
+ * {@link KnownDryrunPreviewOperationType} can be used interchangeably with DryrunPreviewOperationType,
766
+ * this enum contains the known values that the service supports.
767
+ * ### Known values supported by the service
768
+ * **configConnection** \
769
+ * **configNetwork** \
770
+ * **configAuth**
771
+ */
772
+ export type DryrunPreviewOperationType = string;
773
+ /** Known values of {@link CreatedByType} that the service accepts. */
774
+ export declare enum KnownCreatedByType {
775
+ /** User */
776
+ User = "User",
777
+ /** Application */
778
+ Application = "Application",
779
+ /** ManagedIdentity */
780
+ ManagedIdentity = "ManagedIdentity",
781
+ /** Key */
782
+ Key = "Key"
783
+ }
784
+ /**
785
+ * Defines values for CreatedByType. \
786
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
787
+ * this enum contains the known values that the service supports.
788
+ * ### Known values supported by the service
789
+ * **User** \
790
+ * **Application** \
791
+ * **ManagedIdentity** \
792
+ * **Key**
793
+ */
794
+ export type CreatedByType = string;
795
+ /** Known values of {@link TargetServiceType} that the service accepts. */
796
+ export declare enum KnownTargetServiceType {
797
+ /** AzureResource */
798
+ AzureResource = "AzureResource",
799
+ /** ConfluentBootstrapServer */
800
+ ConfluentBootstrapServer = "ConfluentBootstrapServer",
801
+ /** ConfluentSchemaRegistry */
802
+ ConfluentSchemaRegistry = "ConfluentSchemaRegistry",
803
+ /** SelfHostedServer */
804
+ SelfHostedServer = "SelfHostedServer",
805
+ /** FabricPlatform */
806
+ FabricPlatform = "FabricPlatform"
807
+ }
808
+ /**
809
+ * Defines values for TargetServiceType. \
810
+ * {@link KnownTargetServiceType} can be used interchangeably with TargetServiceType,
811
+ * this enum contains the known values that the service supports.
812
+ * ### Known values supported by the service
813
+ * **AzureResource** \
814
+ * **ConfluentBootstrapServer** \
815
+ * **ConfluentSchemaRegistry** \
816
+ * **SelfHostedServer** \
817
+ * **FabricPlatform**
818
+ */
819
+ export type TargetServiceType = string;
820
+ /** Known values of {@link AuthType} that the service accepts. */
821
+ export declare enum KnownAuthType {
822
+ /** SystemAssignedIdentity */
823
+ SystemAssignedIdentity = "systemAssignedIdentity",
824
+ /** UserAssignedIdentity */
825
+ UserAssignedIdentity = "userAssignedIdentity",
826
+ /** ServicePrincipalSecret */
827
+ ServicePrincipalSecret = "servicePrincipalSecret",
828
+ /** ServicePrincipalCertificate */
829
+ ServicePrincipalCertificate = "servicePrincipalCertificate",
830
+ /** Secret */
831
+ Secret = "secret",
832
+ /** AccessKey */
833
+ AccessKey = "accessKey",
834
+ /** UserAccount */
835
+ UserAccount = "userAccount",
836
+ /** EasyAuthMicrosoftEntraID */
837
+ EasyAuthMicrosoftEntraID = "easyAuthMicrosoftEntraID"
838
+ }
839
+ /**
840
+ * Defines values for AuthType. \
841
+ * {@link KnownAuthType} can be used interchangeably with AuthType,
842
+ * this enum contains the known values that the service supports.
843
+ * ### Known values supported by the service
844
+ * **systemAssignedIdentity** \
845
+ * **userAssignedIdentity** \
846
+ * **servicePrincipalSecret** \
847
+ * **servicePrincipalCertificate** \
848
+ * **secret** \
849
+ * **accessKey** \
850
+ * **userAccount** \
851
+ * **easyAuthMicrosoftEntraID**
852
+ */
853
+ export type AuthType = string;
854
+ /** Known values of {@link AuthMode} that the service accepts. */
855
+ export declare enum KnownAuthMode {
856
+ /** Default authentication configuration according to the authentication type. */
857
+ OptInAllAuth = "optInAllAuth",
858
+ /** Skip all authentication configuration such as enabling managed identity and granting RBAC roles */
859
+ OptOutAllAuth = "optOutAllAuth"
860
+ }
861
+ /**
862
+ * Defines values for AuthMode. \
863
+ * {@link KnownAuthMode} can be used interchangeably with AuthMode,
864
+ * this enum contains the known values that the service supports.
865
+ * ### Known values supported by the service
866
+ * **optInAllAuth**: Default authentication configuration according to the authentication type. \
867
+ * **optOutAllAuth**: Skip all authentication configuration such as enabling managed identity and granting RBAC roles
868
+ */
869
+ export type AuthMode = string;
870
+ /** Known values of {@link ClientType} that the service accepts. */
871
+ export declare enum KnownClientType {
872
+ /** None */
873
+ None = "none",
874
+ /** Dotnet */
875
+ Dotnet = "dotnet",
876
+ /** Java */
877
+ Java = "java",
878
+ /** Python */
879
+ Python = "python",
880
+ /** Go */
881
+ Go = "go",
882
+ /** Php */
883
+ Php = "php",
884
+ /** Ruby */
885
+ Ruby = "ruby",
886
+ /** Django */
887
+ Django = "django",
888
+ /** Nodejs */
889
+ Nodejs = "nodejs",
890
+ /** SpringBoot */
891
+ SpringBoot = "springBoot",
892
+ /** KafkaSpringBoot */
893
+ KafkaSpringBoot = "kafka-springBoot",
894
+ /** JmsSpringBoot */
895
+ JmsSpringBoot = "jms-springBoot",
896
+ /** Dapr */
897
+ Dapr = "dapr"
898
+ }
899
+ /**
900
+ * Defines values for ClientType. \
901
+ * {@link KnownClientType} can be used interchangeably with ClientType,
902
+ * this enum contains the known values that the service supports.
903
+ * ### Known values supported by the service
904
+ * **none** \
905
+ * **dotnet** \
906
+ * **java** \
907
+ * **python** \
908
+ * **go** \
909
+ * **php** \
910
+ * **ruby** \
911
+ * **django** \
912
+ * **nodejs** \
913
+ * **springBoot** \
914
+ * **kafka-springBoot** \
915
+ * **jms-springBoot** \
916
+ * **dapr**
917
+ */
918
+ export type ClientType = string;
919
+ /** Known values of {@link VNetSolutionType} that the service accepts. */
920
+ export declare enum KnownVNetSolutionType {
921
+ /** ServiceEndpoint */
922
+ ServiceEndpoint = "serviceEndpoint",
923
+ /** PrivateLink */
924
+ PrivateLink = "privateLink"
925
+ }
926
+ /**
927
+ * Defines values for VNetSolutionType. \
928
+ * {@link KnownVNetSolutionType} can be used interchangeably with VNetSolutionType,
929
+ * this enum contains the known values that the service supports.
930
+ * ### Known values supported by the service
931
+ * **serviceEndpoint** \
932
+ * **privateLink**
933
+ */
934
+ export type VNetSolutionType = string;
935
+ /** Known values of {@link DeleteOrUpdateBehavior} that the service accepts. */
936
+ export declare enum KnownDeleteOrUpdateBehavior {
937
+ /** Default */
938
+ Default = "Default",
939
+ /** ForcedCleanup */
940
+ ForcedCleanup = "ForcedCleanup"
941
+ }
942
+ /**
943
+ * Defines values for DeleteOrUpdateBehavior. \
944
+ * {@link KnownDeleteOrUpdateBehavior} can be used interchangeably with DeleteOrUpdateBehavior,
945
+ * this enum contains the known values that the service supports.
946
+ * ### Known values supported by the service
947
+ * **Default** \
948
+ * **ForcedCleanup**
949
+ */
950
+ export type DeleteOrUpdateBehavior = string;
951
+ /** Known values of {@link ActionType} that the service accepts. */
952
+ export declare enum KnownActionType {
953
+ /** Internal */
954
+ Internal = "Internal",
955
+ /** Enable */
956
+ Enable = "enable",
957
+ /** OptOut */
958
+ OptOut = "optOut"
959
+ }
960
+ /**
961
+ * Defines values for ActionType. \
962
+ * {@link KnownActionType} can be used interchangeably with ActionType,
963
+ * this enum contains the known values that the service supports.
964
+ * ### Known values supported by the service
965
+ * **Internal** \
966
+ * **enable** \
967
+ * **optOut**
968
+ */
969
+ export type ActionType = string;
970
+ /** Known values of {@link AllowType} that the service accepts. */
971
+ export declare enum KnownAllowType {
972
+ /** True */
973
+ True = "true",
974
+ /** False */
975
+ False = "false"
976
+ }
977
+ /**
978
+ * Defines values for AllowType. \
979
+ * {@link KnownAllowType} can be used interchangeably with AllowType,
980
+ * this enum contains the known values that the service supports.
981
+ * ### Known values supported by the service
982
+ * **true** \
983
+ * **false**
984
+ */
985
+ export type AllowType = string;
986
+ /** Known values of {@link DaprMetadataRequired} that the service accepts. */
987
+ export declare enum KnownDaprMetadataRequired {
988
+ /** True */
989
+ True = "true",
990
+ /** False */
991
+ False = "false"
992
+ }
993
+ /**
994
+ * Defines values for DaprMetadataRequired. \
995
+ * {@link KnownDaprMetadataRequired} can be used interchangeably with DaprMetadataRequired,
996
+ * this enum contains the known values that the service supports.
997
+ * ### Known values supported by the service
998
+ * **true** \
999
+ * **false**
1000
+ */
1001
+ export type DaprMetadataRequired = string;
1002
+ /** Known values of {@link DaprBindingComponentDirection} that the service accepts. */
1003
+ export declare enum KnownDaprBindingComponentDirection {
1004
+ /** Input */
1005
+ Input = "input",
1006
+ /** Output */
1007
+ Output = "output"
1008
+ }
1009
+ /**
1010
+ * Defines values for DaprBindingComponentDirection. \
1011
+ * {@link KnownDaprBindingComponentDirection} can be used interchangeably with DaprBindingComponentDirection,
1012
+ * this enum contains the known values that the service supports.
1013
+ * ### Known values supported by the service
1014
+ * **input** \
1015
+ * **output**
1016
+ */
1017
+ export type DaprBindingComponentDirection = string;
1018
+ /** Known values of {@link ValidationResultStatus} that the service accepts. */
1019
+ export declare enum KnownValidationResultStatus {
1020
+ /** Success */
1021
+ Success = "success",
1022
+ /** Failure */
1023
+ Failure = "failure",
1024
+ /** Warning */
1025
+ Warning = "warning"
1026
+ }
1027
+ /**
1028
+ * Defines values for ValidationResultStatus. \
1029
+ * {@link KnownValidationResultStatus} can be used interchangeably with ValidationResultStatus,
1030
+ * this enum contains the known values that the service supports.
1031
+ * ### Known values supported by the service
1032
+ * **success** \
1033
+ * **failure** \
1034
+ * **warning**
1035
+ */
1036
+ export type ValidationResultStatus = string;
1037
+ /** Known values of {@link LinkerConfigurationType} that the service accepts. */
1038
+ export declare enum KnownLinkerConfigurationType {
1039
+ /** Default */
1040
+ Default = "Default",
1041
+ /** KeyVaultSecret */
1042
+ KeyVaultSecret = "KeyVaultSecret"
1043
+ }
1044
+ /**
1045
+ * Defines values for LinkerConfigurationType. \
1046
+ * {@link KnownLinkerConfigurationType} can be used interchangeably with LinkerConfigurationType,
1047
+ * this enum contains the known values that the service supports.
1048
+ * ### Known values supported by the service
1049
+ * **Default** \
1050
+ * **KeyVaultSecret**
1051
+ */
1052
+ export type LinkerConfigurationType = string;
1053
+ /** Known values of {@link Origin} that the service accepts. */
1054
+ export declare enum KnownOrigin {
1055
+ /** User */
1056
+ User = "user",
1057
+ /** System */
1058
+ System = "system",
1059
+ /** UserSystem */
1060
+ UserSystem = "user,system"
1061
+ }
1062
+ /**
1063
+ * Defines values for Origin. \
1064
+ * {@link KnownOrigin} can be used interchangeably with Origin,
1065
+ * this enum contains the known values that the service supports.
1066
+ * ### Known values supported by the service
1067
+ * **user** \
1068
+ * **system** \
1069
+ * **user,system**
1070
+ */
1071
+ export type Origin = string;
1072
+ /** Known values of {@link SecretSourceType} that the service accepts. */
1073
+ export declare enum KnownSecretSourceType {
1074
+ /** RawValue */
1075
+ RawValue = "rawValue",
1076
+ /** KeyVaultSecret */
1077
+ KeyVaultSecret = "keyVaultSecret"
1078
+ }
1079
+ /**
1080
+ * Defines values for SecretSourceType. \
1081
+ * {@link KnownSecretSourceType} can be used interchangeably with SecretSourceType,
1082
+ * this enum contains the known values that the service supports.
1083
+ * ### Known values supported by the service
1084
+ * **rawValue** \
1085
+ * **keyVaultSecret**
1086
+ */
1087
+ export type SecretSourceType = string;
1088
+ /** Known values of {@link AzureResourceType} that the service accepts. */
1089
+ export declare enum KnownAzureResourceType {
1090
+ /** KeyVault */
1091
+ KeyVault = "KeyVault",
1092
+ /** AppConfig */
1093
+ AppConfig = "AppConfig"
1094
+ }
1095
+ /**
1096
+ * Defines values for AzureResourceType. \
1097
+ * {@link KnownAzureResourceType} can be used interchangeably with AzureResourceType,
1098
+ * this enum contains the known values that the service supports.
1099
+ * ### Known values supported by the service
1100
+ * **KeyVault** \
1101
+ * **AppConfig**
1102
+ */
1103
+ export type AzureResourceType = string;
1104
+ /** Known values of {@link SecretType} that the service accepts. */
1105
+ export declare enum KnownSecretType {
1106
+ /** RawValue */
1107
+ RawValue = "rawValue",
1108
+ /** KeyVaultSecretUri */
1109
+ KeyVaultSecretUri = "keyVaultSecretUri",
1110
+ /** KeyVaultSecretReference */
1111
+ KeyVaultSecretReference = "keyVaultSecretReference"
1112
+ }
1113
+ /**
1114
+ * Defines values for SecretType. \
1115
+ * {@link KnownSecretType} can be used interchangeably with SecretType,
1116
+ * this enum contains the known values that the service supports.
1117
+ * ### Known values supported by the service
1118
+ * **rawValue** \
1119
+ * **keyVaultSecretUri** \
1120
+ * **keyVaultSecretReference**
1121
+ */
1122
+ export type SecretType = string;
1123
+ /** Known values of {@link AccessKeyPermissions} that the service accepts. */
1124
+ export declare enum KnownAccessKeyPermissions {
1125
+ /** Read */
1126
+ Read = "Read",
1127
+ /** Write */
1128
+ Write = "Write",
1129
+ /** Listen */
1130
+ Listen = "Listen",
1131
+ /** Send */
1132
+ Send = "Send",
1133
+ /** Manage */
1134
+ Manage = "Manage"
1135
+ }
1136
+ /**
1137
+ * Defines values for AccessKeyPermissions. \
1138
+ * {@link KnownAccessKeyPermissions} can be used interchangeably with AccessKeyPermissions,
1139
+ * this enum contains the known values that the service supports.
1140
+ * ### Known values supported by the service
1141
+ * **Read** \
1142
+ * **Write** \
1143
+ * **Listen** \
1144
+ * **Send** \
1145
+ * **Manage**
1146
+ */
1147
+ export type AccessKeyPermissions = string;
1148
+ /** Optional parameters. */
1149
+ export interface ConnectorListDryrunOptionalParams extends coreClient.OperationOptions {
1150
+ }
1151
+ /** Contains response data for the listDryrun operation. */
1152
+ export type ConnectorListDryrunResponse = DryrunList;
1153
+ /** Optional parameters. */
1154
+ export interface ConnectorGetDryrunOptionalParams extends coreClient.OperationOptions {
1155
+ }
1156
+ /** Contains response data for the getDryrun operation. */
1157
+ export type ConnectorGetDryrunResponse = DryrunResource;
1158
+ /** Optional parameters. */
1159
+ export interface ConnectorCreateDryrunOptionalParams extends coreClient.OperationOptions {
1160
+ /** Delay to wait until next poll, in milliseconds. */
1161
+ updateIntervalInMs?: number;
1162
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1163
+ resumeFrom?: string;
1164
+ }
1165
+ /** Contains response data for the createDryrun operation. */
1166
+ export type ConnectorCreateDryrunResponse = DryrunResource;
1167
+ /** Optional parameters. */
1168
+ export interface ConnectorUpdateDryrunOptionalParams extends coreClient.OperationOptions {
1169
+ /** Delay to wait until next poll, in milliseconds. */
1170
+ updateIntervalInMs?: number;
1171
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1172
+ resumeFrom?: string;
1173
+ }
1174
+ /** Contains response data for the updateDryrun operation. */
1175
+ export type ConnectorUpdateDryrunResponse = DryrunResource;
1176
+ /** Optional parameters. */
1177
+ export interface ConnectorDeleteDryrunOptionalParams extends coreClient.OperationOptions {
1178
+ }
1179
+ /** Optional parameters. */
1180
+ export interface ConnectorListOptionalParams extends coreClient.OperationOptions {
1181
+ }
1182
+ /** Contains response data for the list operation. */
1183
+ export type ConnectorListResponse = ResourceList;
1184
+ /** Optional parameters. */
1185
+ export interface ConnectorGetOptionalParams extends coreClient.OperationOptions {
1186
+ }
1187
+ /** Contains response data for the get operation. */
1188
+ export type ConnectorGetResponse = LinkerResource;
1189
+ /** Optional parameters. */
1190
+ export interface ConnectorCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1191
+ /** Delay to wait until next poll, in milliseconds. */
1192
+ updateIntervalInMs?: number;
1193
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1194
+ resumeFrom?: string;
1195
+ }
1196
+ /** Contains response data for the createOrUpdate operation. */
1197
+ export type ConnectorCreateOrUpdateResponse = LinkerResource;
1198
+ /** Optional parameters. */
1199
+ export interface ConnectorDeleteOptionalParams extends coreClient.OperationOptions {
1200
+ /** Delay to wait until next poll, in milliseconds. */
1201
+ updateIntervalInMs?: number;
1202
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1203
+ resumeFrom?: string;
1204
+ }
1205
+ /** Optional parameters. */
1206
+ export interface ConnectorUpdateOptionalParams extends coreClient.OperationOptions {
1207
+ /** Delay to wait until next poll, in milliseconds. */
1208
+ updateIntervalInMs?: number;
1209
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1210
+ resumeFrom?: string;
1211
+ }
1212
+ /** Contains response data for the update operation. */
1213
+ export type ConnectorUpdateResponse = LinkerResource;
1214
+ /** Optional parameters. */
1215
+ export interface ConnectorValidateOptionalParams extends coreClient.OperationOptions {
1216
+ /** Delay to wait until next poll, in milliseconds. */
1217
+ updateIntervalInMs?: number;
1218
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1219
+ resumeFrom?: string;
1220
+ }
1221
+ /** Contains response data for the validate operation. */
1222
+ export type ConnectorValidateResponse = ValidateOperationResult;
1223
+ /** Optional parameters. */
1224
+ export interface ConnectorGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
1225
+ /** Connection Info, including format, secret store, etc */
1226
+ parameters?: ConfigurationInfo;
1227
+ }
1228
+ /** Contains response data for the generateConfigurations operation. */
1229
+ export type ConnectorGenerateConfigurationsResponse = ConfigurationResult;
1230
+ /** Optional parameters. */
1231
+ export interface ConnectorListDryrunNextOptionalParams extends coreClient.OperationOptions {
1232
+ }
1233
+ /** Contains response data for the listDryrunNext operation. */
1234
+ export type ConnectorListDryrunNextResponse = DryrunList;
1235
+ /** Optional parameters. */
1236
+ export interface ConnectorListNextOptionalParams extends coreClient.OperationOptions {
1237
+ }
1238
+ /** Contains response data for the listNext operation. */
1239
+ export type ConnectorListNextResponse = ResourceList;
1240
+ /** Optional parameters. */
1241
+ export interface LinkerListOptionalParams extends coreClient.OperationOptions {
1242
+ }
1243
+ /** Contains response data for the list operation. */
1244
+ export type LinkerListResponse = ResourceList;
1245
+ /** Optional parameters. */
1246
+ export interface LinkerGetOptionalParams extends coreClient.OperationOptions {
1247
+ }
1248
+ /** Contains response data for the get operation. */
1249
+ export type LinkerGetResponse = LinkerResource;
1250
+ /** Optional parameters. */
1251
+ export interface LinkerCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1252
+ /** Delay to wait until next poll, in milliseconds. */
1253
+ updateIntervalInMs?: number;
1254
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1255
+ resumeFrom?: string;
1256
+ }
1257
+ /** Contains response data for the createOrUpdate operation. */
1258
+ export type LinkerCreateOrUpdateResponse = LinkerResource;
1259
+ /** Optional parameters. */
1260
+ export interface LinkerDeleteOptionalParams extends coreClient.OperationOptions {
1261
+ /** Delay to wait until next poll, in milliseconds. */
1262
+ updateIntervalInMs?: number;
1263
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1264
+ resumeFrom?: string;
1265
+ }
1266
+ /** Optional parameters. */
1267
+ export interface LinkerUpdateOptionalParams extends coreClient.OperationOptions {
1268
+ /** Delay to wait until next poll, in milliseconds. */
1269
+ updateIntervalInMs?: number;
1270
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1271
+ resumeFrom?: string;
1272
+ }
1273
+ /** Contains response data for the update operation. */
1274
+ export type LinkerUpdateResponse = LinkerResource;
1275
+ /** Optional parameters. */
1276
+ export interface LinkerValidateOptionalParams extends coreClient.OperationOptions {
1277
+ /** Delay to wait until next poll, in milliseconds. */
1278
+ updateIntervalInMs?: number;
1279
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1280
+ resumeFrom?: string;
1281
+ }
1282
+ /** Contains response data for the validate operation. */
1283
+ export type LinkerValidateResponse = ValidateOperationResult;
1284
+ /** Optional parameters. */
1285
+ export interface LinkerListConfigurationsOptionalParams extends coreClient.OperationOptions {
1286
+ }
1287
+ /** Contains response data for the listConfigurations operation. */
1288
+ export type LinkerListConfigurationsResponse = ConfigurationResult;
1289
+ /** Optional parameters. */
1290
+ export interface LinkerListNextOptionalParams extends coreClient.OperationOptions {
1291
+ }
1292
+ /** Contains response data for the listNext operation. */
1293
+ export type LinkerListNextResponse = ResourceList;
1294
+ /** Optional parameters. */
1295
+ export interface LinkersListDryrunOptionalParams extends coreClient.OperationOptions {
1296
+ }
1297
+ /** Contains response data for the listDryrun operation. */
1298
+ export type LinkersListDryrunResponse = DryrunList;
1299
+ /** Optional parameters. */
1300
+ export interface LinkersGetDryrunOptionalParams extends coreClient.OperationOptions {
1301
+ }
1302
+ /** Contains response data for the getDryrun operation. */
1303
+ export type LinkersGetDryrunResponse = DryrunResource;
1304
+ /** Optional parameters. */
1305
+ export interface LinkersCreateDryrunOptionalParams extends coreClient.OperationOptions {
1306
+ /** Delay to wait until next poll, in milliseconds. */
1307
+ updateIntervalInMs?: number;
1308
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1309
+ resumeFrom?: string;
1310
+ }
1311
+ /** Contains response data for the createDryrun operation. */
1312
+ export type LinkersCreateDryrunResponse = DryrunResource;
1313
+ /** Optional parameters. */
1314
+ export interface LinkersUpdateDryrunOptionalParams extends coreClient.OperationOptions {
1315
+ /** Delay to wait until next poll, in milliseconds. */
1316
+ updateIntervalInMs?: number;
1317
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1318
+ resumeFrom?: string;
1319
+ }
1320
+ /** Contains response data for the updateDryrun operation. */
1321
+ export type LinkersUpdateDryrunResponse = DryrunResource;
1322
+ /** Optional parameters. */
1323
+ export interface LinkersDeleteDryrunOptionalParams extends coreClient.OperationOptions {
1324
+ }
1325
+ /** Optional parameters. */
1326
+ export interface LinkersGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
1327
+ /** Connection Info, including format, secret store, etc */
1328
+ parameters?: ConfigurationInfo;
1329
+ }
1330
+ /** Contains response data for the generateConfigurations operation. */
1331
+ export type LinkersGenerateConfigurationsResponse = ConfigurationResult;
1332
+ /** Optional parameters. */
1333
+ export interface LinkersListDaprConfigurationsOptionalParams extends coreClient.OperationOptions {
1334
+ }
1335
+ /** Contains response data for the listDaprConfigurations operation. */
1336
+ export type LinkersListDaprConfigurationsResponse = DaprConfigurationList;
1337
+ /** Optional parameters. */
1338
+ export interface LinkersListDryrunNextOptionalParams extends coreClient.OperationOptions {
1339
+ }
1340
+ /** Contains response data for the listDryrunNext operation. */
1341
+ export type LinkersListDryrunNextResponse = DryrunList;
1342
+ /** Optional parameters. */
1343
+ export interface LinkersListDaprConfigurationsNextOptionalParams extends coreClient.OperationOptions {
1344
+ }
1345
+ /** Contains response data for the listDaprConfigurationsNext operation. */
1346
+ export type LinkersListDaprConfigurationsNextResponse = DaprConfigurationList;
1347
+ /** Optional parameters. */
1348
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1349
+ }
1350
+ /** Contains response data for the list operation. */
1351
+ export type OperationsListResponse = OperationListResult;
1352
+ /** Optional parameters. */
1353
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1354
+ }
1355
+ /** Contains response data for the listNext operation. */
1356
+ export type OperationsListNextResponse = OperationListResult;
1357
+ /** Optional parameters. */
1358
+ export interface ConfigurationNamesListOptionalParams extends coreClient.OperationOptions {
1359
+ /** OData filter options. */
1360
+ filter?: string;
1361
+ /** OData skipToken option for pagination. */
1362
+ skipToken?: string;
1363
+ }
1364
+ /** Contains response data for the list operation. */
1365
+ export type ConfigurationNamesListResponse = ConfigurationNameResult;
1366
+ /** Optional parameters. */
1367
+ export interface ConfigurationNamesListNextOptionalParams extends coreClient.OperationOptions {
1368
+ }
1369
+ /** Contains response data for the listNext operation. */
1370
+ export type ConfigurationNamesListNextResponse = ConfigurationNameResult;
1371
+ /** Optional parameters. */
1372
+ export interface ServiceLinkerManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1373
+ /** server parameter */
1374
+ $host?: string;
1375
+ /** Api Version */
1376
+ apiVersion?: string;
1377
+ /** Overrides client endpoint. */
1378
+ endpoint?: string;
1379
+ }
1380
+ //# sourceMappingURL=index.d.ts.map