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