@azure/arm-springappdiscovery 1.0.0-beta.1 → 1.0.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 (506) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  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 +64 -27
  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/errorSummaries.d.ts +3 -3
  17. package/dist/browser/operations/errorSummaries.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/errorSummaries.js +26 -43
  19. package/dist/browser/operations/errorSummaries.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +7 -0
  21. package/dist/browser/operations/index.d.ts.map +1 -0
  22. package/dist/browser/operations/index.js +14 -0
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/springbootapps.d.ts +3 -3
  29. package/dist/browser/operations/springbootapps.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/springbootapps.js +96 -129
  31. package/dist/browser/operations/springbootapps.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/springbootservers.d.ts +3 -3
  33. package/dist/browser/operations/springbootservers.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/springbootservers.js +138 -170
  35. package/dist/browser/operations/springbootservers.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/springbootsites.d.ts +3 -3
  37. package/dist/browser/operations/springbootsites.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/springbootsites.js +179 -210
  39. package/dist/browser/operations/springbootsites.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
  41. package/dist/browser/operations/summaries.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/summaries.js +26 -43
  43. package/dist/browser/operations/summaries.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/errorSummaries.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/errorSummaries.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/index.d.ts +7 -0
  48. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/index.js +14 -0
  50. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  53. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootapps.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/springbootapps.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/springbootapps.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootservers.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/springbootservers.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/springbootservers.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootsites.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/springbootsites.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/springbootsites.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
  66. package/dist/browser/package.json +3 -0
  67. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  68. package/dist/browser/pagingHelper.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/springAppDiscoveryManagementClient.d.ts +2 -2
  70. package/dist/browser/springAppDiscoveryManagementClient.d.ts.map +1 -0
  71. package/{dist-esm/src → dist/browser}/springAppDiscoveryManagementClient.js +35 -24
  72. package/dist/browser/springAppDiscoveryManagementClient.js.map +1 -0
  73. package/dist/commonjs/index.d.ts +5 -0
  74. package/dist/commonjs/index.d.ts.map +1 -0
  75. package/dist/commonjs/index.js +19 -0
  76. package/dist/commonjs/index.js.map +1 -0
  77. package/dist/commonjs/lroImpl.d.ts +11 -0
  78. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  79. package/dist/commonjs/lroImpl.js +21 -0
  80. package/dist/commonjs/lroImpl.js.map +1 -0
  81. package/dist/commonjs/models/index.d.ts +737 -0
  82. package/dist/commonjs/models/index.d.ts.map +1 -0
  83. package/dist/commonjs/models/index.js +57 -0
  84. package/dist/commonjs/models/index.js.map +1 -0
  85. package/dist/commonjs/models/mappers.d.ts +44 -0
  86. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  87. package/dist/commonjs/models/mappers.js +1344 -0
  88. package/dist/commonjs/models/mappers.js.map +1 -0
  89. package/dist/commonjs/models/parameters.d.ts +20 -0
  90. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  91. package/dist/commonjs/models/parameters.js +204 -0
  92. package/dist/commonjs/models/parameters.js.map +1 -0
  93. package/dist/commonjs/operations/errorSummaries.d.ts +46 -0
  94. package/dist/commonjs/operations/errorSummaries.d.ts.map +1 -0
  95. package/dist/commonjs/operations/errorSummaries.js +170 -0
  96. package/dist/commonjs/operations/errorSummaries.js.map +1 -0
  97. package/dist/commonjs/operations/index.d.ts +7 -0
  98. package/dist/commonjs/operations/index.d.ts.map +1 -0
  99. package/dist/commonjs/operations/index.js +17 -0
  100. package/dist/commonjs/operations/index.js.map +1 -0
  101. package/dist/commonjs/operations/operations.d.ts +32 -0
  102. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  103. package/dist/commonjs/operations/operations.js +121 -0
  104. package/dist/commonjs/operations/operations.js.map +1 -0
  105. package/dist/commonjs/operations/springbootapps.d.ts +86 -0
  106. package/dist/commonjs/operations/springbootapps.d.ts.map +1 -0
  107. package/dist/commonjs/operations/springbootapps.js +374 -0
  108. package/dist/commonjs/operations/springbootapps.js.map +1 -0
  109. package/dist/commonjs/operations/springbootservers.d.ts +111 -0
  110. package/dist/commonjs/operations/springbootservers.d.ts.map +1 -0
  111. package/dist/commonjs/operations/springbootservers.js +508 -0
  112. package/dist/commonjs/operations/springbootservers.js.map +1 -0
  113. package/dist/commonjs/operations/springbootsites.d.ts +113 -0
  114. package/dist/commonjs/operations/springbootsites.d.ts.map +1 -0
  115. package/dist/commonjs/operations/springbootsites.js +565 -0
  116. package/dist/commonjs/operations/springbootsites.js.map +1 -0
  117. package/dist/commonjs/operations/summaries.d.ts +46 -0
  118. package/dist/commonjs/operations/summaries.d.ts.map +1 -0
  119. package/dist/commonjs/operations/summaries.js +170 -0
  120. package/dist/commonjs/operations/summaries.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/errorSummaries.d.ts +21 -0
  122. package/dist/commonjs/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/errorSummaries.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/errorSummaries.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  126. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  128. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  130. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  132. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  133. package/dist/commonjs/operationsInterfaces/springbootapps.d.ts +46 -0
  134. package/dist/commonjs/operationsInterfaces/springbootapps.d.ts.map +1 -0
  135. package/dist/commonjs/operationsInterfaces/springbootapps.js +10 -0
  136. package/dist/commonjs/operationsInterfaces/springbootapps.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/springbootservers.d.ts +71 -0
  138. package/dist/commonjs/operationsInterfaces/springbootservers.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/springbootservers.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/springbootservers.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/springbootsites.d.ts +77 -0
  142. package/dist/commonjs/operationsInterfaces/springbootsites.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/springbootsites.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/springbootsites.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/summaries.d.ts +21 -0
  146. package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
  148. package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
  149. package/dist/commonjs/package.json +3 -0
  150. package/dist/commonjs/pagingHelper.d.ts +13 -0
  151. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  152. package/dist/commonjs/pagingHelper.js +34 -0
  153. package/dist/commonjs/pagingHelper.js.map +1 -0
  154. package/dist/commonjs/springAppDiscoveryManagementClient.d.ts +25 -0
  155. package/dist/commonjs/springAppDiscoveryManagementClient.d.ts.map +1 -0
  156. package/dist/commonjs/springAppDiscoveryManagementClient.js +121 -0
  157. package/dist/commonjs/springAppDiscoveryManagementClient.js.map +1 -0
  158. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  159. package/dist/esm/index.d.ts +5 -0
  160. package/dist/esm/index.d.ts.map +1 -0
  161. package/{src/index.ts → dist/esm/index.js} +5 -5
  162. package/dist/esm/index.js.map +1 -0
  163. package/dist/esm/lroImpl.d.ts +11 -0
  164. package/dist/esm/lroImpl.d.ts.map +1 -0
  165. package/dist/esm/lroImpl.js +18 -0
  166. package/dist/esm/lroImpl.js.map +1 -0
  167. package/dist/esm/models/index.d.ts +737 -0
  168. package/dist/esm/models/index.d.ts.map +1 -0
  169. package/dist/esm/models/index.js +54 -0
  170. package/dist/esm/models/index.js.map +1 -0
  171. package/dist/esm/models/mappers.d.ts +44 -0
  172. package/dist/esm/models/mappers.d.ts.map +1 -0
  173. package/dist/esm/models/mappers.js +1341 -0
  174. package/dist/esm/models/mappers.js.map +1 -0
  175. package/dist/esm/models/parameters.d.ts +20 -0
  176. package/dist/esm/models/parameters.d.ts.map +1 -0
  177. package/dist/esm/models/parameters.js +201 -0
  178. package/dist/esm/models/parameters.js.map +1 -0
  179. package/dist/esm/operations/errorSummaries.d.ts +46 -0
  180. package/dist/esm/operations/errorSummaries.d.ts.map +1 -0
  181. package/dist/esm/operations/errorSummaries.js +165 -0
  182. package/dist/esm/operations/errorSummaries.js.map +1 -0
  183. package/dist/esm/operations/index.d.ts +7 -0
  184. package/dist/esm/operations/index.d.ts.map +1 -0
  185. package/dist/esm/operations/index.js +14 -0
  186. package/dist/esm/operations/index.js.map +1 -0
  187. package/dist/esm/operations/operations.d.ts +32 -0
  188. package/dist/esm/operations/operations.d.ts.map +1 -0
  189. package/dist/esm/operations/operations.js +116 -0
  190. package/dist/esm/operations/operations.js.map +1 -0
  191. package/dist/esm/operations/springbootapps.d.ts +86 -0
  192. package/dist/esm/operations/springbootapps.d.ts.map +1 -0
  193. package/dist/esm/operations/springbootapps.js +369 -0
  194. package/dist/esm/operations/springbootapps.js.map +1 -0
  195. package/dist/esm/operations/springbootservers.d.ts +111 -0
  196. package/dist/esm/operations/springbootservers.d.ts.map +1 -0
  197. package/dist/esm/operations/springbootservers.js +503 -0
  198. package/dist/esm/operations/springbootservers.js.map +1 -0
  199. package/dist/esm/operations/springbootsites.d.ts +113 -0
  200. package/dist/esm/operations/springbootsites.d.ts.map +1 -0
  201. package/dist/esm/operations/springbootsites.js +560 -0
  202. package/dist/esm/operations/springbootsites.js.map +1 -0
  203. package/dist/esm/operations/summaries.d.ts +46 -0
  204. package/dist/esm/operations/summaries.d.ts.map +1 -0
  205. package/dist/esm/operations/summaries.js +165 -0
  206. package/dist/esm/operations/summaries.js.map +1 -0
  207. package/dist/esm/operationsInterfaces/errorSummaries.d.ts +21 -0
  208. package/dist/esm/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  209. package/dist/esm/operationsInterfaces/errorSummaries.js +9 -0
  210. package/dist/esm/operationsInterfaces/errorSummaries.js.map +1 -0
  211. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  212. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  213. package/dist/esm/operationsInterfaces/index.js +14 -0
  214. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  215. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  216. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  217. package/dist/esm/operationsInterfaces/operations.js +9 -0
  218. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  219. package/dist/esm/operationsInterfaces/springbootapps.d.ts +46 -0
  220. package/dist/esm/operationsInterfaces/springbootapps.d.ts.map +1 -0
  221. package/dist/esm/operationsInterfaces/springbootapps.js +9 -0
  222. package/dist/esm/operationsInterfaces/springbootapps.js.map +1 -0
  223. package/dist/esm/operationsInterfaces/springbootservers.d.ts +71 -0
  224. package/dist/esm/operationsInterfaces/springbootservers.d.ts.map +1 -0
  225. package/dist/esm/operationsInterfaces/springbootservers.js +9 -0
  226. package/dist/esm/operationsInterfaces/springbootservers.js.map +1 -0
  227. package/dist/esm/operationsInterfaces/springbootsites.d.ts +77 -0
  228. package/dist/esm/operationsInterfaces/springbootsites.d.ts.map +1 -0
  229. package/dist/esm/operationsInterfaces/springbootsites.js +9 -0
  230. package/dist/esm/operationsInterfaces/springbootsites.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/summaries.d.ts +21 -0
  232. package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/summaries.js +9 -0
  234. package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
  235. package/dist/esm/package.json +3 -0
  236. package/dist/esm/pagingHelper.d.ts +13 -0
  237. package/dist/esm/pagingHelper.d.ts.map +1 -0
  238. package/dist/esm/pagingHelper.js +30 -0
  239. package/dist/esm/pagingHelper.js.map +1 -0
  240. package/dist/esm/springAppDiscoveryManagementClient.d.ts +25 -0
  241. package/dist/esm/springAppDiscoveryManagementClient.d.ts.map +1 -0
  242. package/dist/esm/springAppDiscoveryManagementClient.js +116 -0
  243. package/dist/esm/springAppDiscoveryManagementClient.js.map +1 -0
  244. package/dist/react-native/index.d.ts +5 -0
  245. package/dist/react-native/index.d.ts.map +1 -0
  246. package/dist/react-native/index.js +13 -0
  247. package/dist/react-native/index.js.map +1 -0
  248. package/dist/react-native/lroImpl.d.ts +11 -0
  249. package/dist/react-native/lroImpl.d.ts.map +1 -0
  250. package/dist/react-native/lroImpl.js +18 -0
  251. package/dist/react-native/lroImpl.js.map +1 -0
  252. package/dist/react-native/models/index.d.ts +737 -0
  253. package/dist/react-native/models/index.d.ts.map +1 -0
  254. package/dist/react-native/models/index.js +54 -0
  255. package/dist/react-native/models/index.js.map +1 -0
  256. package/dist/react-native/models/mappers.d.ts +44 -0
  257. package/dist/react-native/models/mappers.d.ts.map +1 -0
  258. package/dist/react-native/models/mappers.js +1341 -0
  259. package/dist/react-native/models/mappers.js.map +1 -0
  260. package/dist/react-native/models/parameters.d.ts +20 -0
  261. package/dist/react-native/models/parameters.d.ts.map +1 -0
  262. package/dist/react-native/models/parameters.js +201 -0
  263. package/dist/react-native/models/parameters.js.map +1 -0
  264. package/dist/react-native/operations/errorSummaries.d.ts +46 -0
  265. package/dist/react-native/operations/errorSummaries.d.ts.map +1 -0
  266. package/dist/react-native/operations/errorSummaries.js +165 -0
  267. package/dist/react-native/operations/errorSummaries.js.map +1 -0
  268. package/dist/react-native/operations/index.d.ts +7 -0
  269. package/dist/react-native/operations/index.d.ts.map +1 -0
  270. package/dist/react-native/operations/index.js +14 -0
  271. package/dist/react-native/operations/index.js.map +1 -0
  272. package/dist/react-native/operations/operations.d.ts +32 -0
  273. package/dist/react-native/operations/operations.d.ts.map +1 -0
  274. package/dist/react-native/operations/operations.js +116 -0
  275. package/dist/react-native/operations/operations.js.map +1 -0
  276. package/dist/react-native/operations/springbootapps.d.ts +86 -0
  277. package/dist/react-native/operations/springbootapps.d.ts.map +1 -0
  278. package/dist/react-native/operations/springbootapps.js +369 -0
  279. package/dist/react-native/operations/springbootapps.js.map +1 -0
  280. package/dist/react-native/operations/springbootservers.d.ts +111 -0
  281. package/dist/react-native/operations/springbootservers.d.ts.map +1 -0
  282. package/dist/react-native/operations/springbootservers.js +503 -0
  283. package/dist/react-native/operations/springbootservers.js.map +1 -0
  284. package/dist/react-native/operations/springbootsites.d.ts +113 -0
  285. package/dist/react-native/operations/springbootsites.d.ts.map +1 -0
  286. package/dist/react-native/operations/springbootsites.js +560 -0
  287. package/dist/react-native/operations/springbootsites.js.map +1 -0
  288. package/dist/react-native/operations/summaries.d.ts +46 -0
  289. package/dist/react-native/operations/summaries.d.ts.map +1 -0
  290. package/dist/react-native/operations/summaries.js +165 -0
  291. package/dist/react-native/operations/summaries.js.map +1 -0
  292. package/dist/react-native/operationsInterfaces/errorSummaries.d.ts +21 -0
  293. package/dist/react-native/operationsInterfaces/errorSummaries.d.ts.map +1 -0
  294. package/dist/react-native/operationsInterfaces/errorSummaries.js +9 -0
  295. package/dist/react-native/operationsInterfaces/errorSummaries.js.map +1 -0
  296. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  297. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  298. package/dist/react-native/operationsInterfaces/index.js +14 -0
  299. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  300. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  301. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  302. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  303. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  304. package/dist/react-native/operationsInterfaces/springbootapps.d.ts +46 -0
  305. package/dist/react-native/operationsInterfaces/springbootapps.d.ts.map +1 -0
  306. package/dist/react-native/operationsInterfaces/springbootapps.js +9 -0
  307. package/dist/react-native/operationsInterfaces/springbootapps.js.map +1 -0
  308. package/dist/react-native/operationsInterfaces/springbootservers.d.ts +71 -0
  309. package/dist/react-native/operationsInterfaces/springbootservers.d.ts.map +1 -0
  310. package/dist/react-native/operationsInterfaces/springbootservers.js +9 -0
  311. package/dist/react-native/operationsInterfaces/springbootservers.js.map +1 -0
  312. package/dist/react-native/operationsInterfaces/springbootsites.d.ts +77 -0
  313. package/dist/react-native/operationsInterfaces/springbootsites.d.ts.map +1 -0
  314. package/dist/react-native/operationsInterfaces/springbootsites.js +9 -0
  315. package/dist/react-native/operationsInterfaces/springbootsites.js.map +1 -0
  316. package/dist/react-native/operationsInterfaces/summaries.d.ts +21 -0
  317. package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
  318. package/dist/react-native/operationsInterfaces/summaries.js +9 -0
  319. package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
  320. package/dist/react-native/package.json +3 -0
  321. package/dist/react-native/pagingHelper.d.ts +13 -0
  322. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  323. package/dist/react-native/pagingHelper.js +30 -0
  324. package/dist/react-native/pagingHelper.js.map +1 -0
  325. package/dist/react-native/springAppDiscoveryManagementClient.d.ts +25 -0
  326. package/dist/react-native/springAppDiscoveryManagementClient.d.ts.map +1 -0
  327. package/dist/react-native/springAppDiscoveryManagementClient.js +116 -0
  328. package/dist/react-native/springAppDiscoveryManagementClient.js.map +1 -0
  329. package/package.json +83 -67
  330. package/dist/index.js +0 -3778
  331. package/dist/index.js.map +0 -1
  332. package/dist/index.min.js +0 -1
  333. package/dist/index.min.js.map +0 -1
  334. package/dist-esm/samples-dev/errorSummariesGetSample.d.ts +0 -2
  335. package/dist-esm/samples-dev/errorSummariesGetSample.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/errorSummariesGetSample.js +0 -58
  337. package/dist-esm/samples-dev/errorSummariesGetSample.js.map +0 -1
  338. package/dist-esm/samples-dev/errorSummariesListBySiteSample.d.ts +0 -2
  339. package/dist-esm/samples-dev/errorSummariesListBySiteSample.d.ts.map +0 -1
  340. package/dist-esm/samples-dev/errorSummariesListBySiteSample.js +0 -88
  341. package/dist-esm/samples-dev/errorSummariesListBySiteSample.js.map +0 -1
  342. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  343. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  344. package/dist-esm/samples-dev/operationsListSample.js +0 -86
  345. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  346. package/dist-esm/samples-dev/springbootappsGetSample.d.ts +0 -2
  347. package/dist-esm/samples-dev/springbootappsGetSample.d.ts.map +0 -1
  348. package/dist-esm/samples-dev/springbootappsGetSample.js +0 -58
  349. package/dist-esm/samples-dev/springbootappsGetSample.js.map +0 -1
  350. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.d.ts +0 -2
  351. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.d.ts.map +0 -1
  352. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.js +0 -88
  353. package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.js.map +0 -1
  354. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.d.ts +0 -2
  355. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.d.ts.map +0 -1
  356. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.js +0 -86
  357. package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.js.map +0 -1
  358. package/dist-esm/samples-dev/springbootappsUpdateSample.d.ts +0 -2
  359. package/dist-esm/samples-dev/springbootappsUpdateSample.d.ts.map +0 -1
  360. package/dist-esm/samples-dev/springbootappsUpdateSample.js +0 -60
  361. package/dist-esm/samples-dev/springbootappsUpdateSample.js.map +0 -1
  362. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.d.ts +0 -2
  363. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.d.ts.map +0 -1
  364. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.js +0 -70
  365. package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.js.map +0 -1
  366. package/dist-esm/samples-dev/springbootserversDeleteSample.d.ts +0 -2
  367. package/dist-esm/samples-dev/springbootserversDeleteSample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/springbootserversDeleteSample.js +0 -58
  369. package/dist-esm/samples-dev/springbootserversDeleteSample.js.map +0 -1
  370. package/dist-esm/samples-dev/springbootserversGetSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/springbootserversGetSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/springbootserversGetSample.js +0 -58
  373. package/dist-esm/samples-dev/springbootserversGetSample.js.map +0 -1
  374. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.js +0 -88
  377. package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.js.map +0 -1
  378. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.js +0 -86
  381. package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.js.map +0 -1
  382. package/dist-esm/samples-dev/springbootserversUpdateSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/springbootserversUpdateSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/springbootserversUpdateSample.js +0 -60
  385. package/dist-esm/samples-dev/springbootserversUpdateSample.js.map +0 -1
  386. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.js +0 -70
  389. package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.js.map +0 -1
  390. package/dist-esm/samples-dev/springbootsitesDeleteSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/springbootsitesDeleteSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/springbootsitesDeleteSample.js +0 -58
  393. package/dist-esm/samples-dev/springbootsitesDeleteSample.js.map +0 -1
  394. package/dist-esm/samples-dev/springbootsitesGetSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/springbootsitesGetSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/springbootsitesGetSample.js +0 -58
  397. package/dist-esm/samples-dev/springbootsitesGetSample.js.map +0 -1
  398. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.js +0 -88
  401. package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.js.map +0 -1
  402. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.js +0 -86
  405. package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.js.map +0 -1
  406. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.js +0 -56
  409. package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.js.map +0 -1
  410. package/dist-esm/samples-dev/springbootsitesUpdateSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/springbootsitesUpdateSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/springbootsitesUpdateSample.js +0 -65
  413. package/dist-esm/samples-dev/springbootsitesUpdateSample.js.map +0 -1
  414. package/dist-esm/samples-dev/summariesGetSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/summariesGetSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/summariesGetSample.js +0 -58
  417. package/dist-esm/samples-dev/summariesGetSample.js.map +0 -1
  418. package/dist-esm/samples-dev/summariesListBySiteSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/summariesListBySiteSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/summariesListBySiteSample.js +0 -88
  421. package/dist-esm/samples-dev/summariesListBySiteSample.js.map +0 -1
  422. package/dist-esm/src/index.d.ts +0 -6
  423. package/dist-esm/src/index.d.ts.map +0 -1
  424. package/dist-esm/src/index.js.map +0 -1
  425. package/dist-esm/src/lroImpl.js +0 -21
  426. package/dist-esm/src/lroImpl.js.map +0 -1
  427. package/dist-esm/src/models/index.js.map +0 -1
  428. package/dist-esm/src/models/mappers.js.map +0 -1
  429. package/dist-esm/src/models/parameters.js.map +0 -1
  430. package/dist-esm/src/operations/errorSummaries.d.ts.map +0 -1
  431. package/dist-esm/src/operations/errorSummaries.js.map +0 -1
  432. package/dist-esm/src/operations/index.d.ts +0 -7
  433. package/dist-esm/src/operations/index.d.ts.map +0 -1
  434. package/dist-esm/src/operations/index.js +0 -14
  435. package/dist-esm/src/operations/index.js.map +0 -1
  436. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  437. package/dist-esm/src/operations/operations.js.map +0 -1
  438. package/dist-esm/src/operations/springbootapps.d.ts.map +0 -1
  439. package/dist-esm/src/operations/springbootapps.js.map +0 -1
  440. package/dist-esm/src/operations/springbootservers.d.ts.map +0 -1
  441. package/dist-esm/src/operations/springbootservers.js.map +0 -1
  442. package/dist-esm/src/operations/springbootsites.d.ts.map +0 -1
  443. package/dist-esm/src/operations/springbootsites.js.map +0 -1
  444. package/dist-esm/src/operations/summaries.d.ts.map +0 -1
  445. package/dist-esm/src/operations/summaries.js.map +0 -1
  446. package/dist-esm/src/operationsInterfaces/errorSummaries.d.ts.map +0 -1
  447. package/dist-esm/src/operationsInterfaces/errorSummaries.js.map +0 -1
  448. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  449. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  450. package/dist-esm/src/operationsInterfaces/index.js +0 -14
  451. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  452. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  453. package/dist-esm/src/operationsInterfaces/springbootapps.d.ts.map +0 -1
  454. package/dist-esm/src/operationsInterfaces/springbootapps.js.map +0 -1
  455. package/dist-esm/src/operationsInterfaces/springbootservers.d.ts.map +0 -1
  456. package/dist-esm/src/operationsInterfaces/springbootservers.js.map +0 -1
  457. package/dist-esm/src/operationsInterfaces/springbootsites.d.ts.map +0 -1
  458. package/dist-esm/src/operationsInterfaces/springbootsites.js.map +0 -1
  459. package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
  460. package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
  461. package/dist-esm/src/pagingHelper.js.map +0 -1
  462. package/dist-esm/src/springAppDiscoveryManagementClient.d.ts.map +0 -1
  463. package/dist-esm/src/springAppDiscoveryManagementClient.js.map +0 -1
  464. package/dist-esm/test/springappdiscovery_operations_test.spec.d.ts +0 -4
  465. package/dist-esm/test/springappdiscovery_operations_test.spec.d.ts.map +0 -1
  466. package/dist-esm/test/springappdiscovery_operations_test.spec.js +0 -73
  467. package/dist-esm/test/springappdiscovery_operations_test.spec.js.map +0 -1
  468. package/src/lroImpl.ts +0 -42
  469. package/src/models/index.ts +0 -857
  470. package/src/models/mappers.ts +0 -1389
  471. package/src/models/parameters.ts +0 -230
  472. package/src/operations/errorSummaries.ts +0 -236
  473. package/src/operations/index.ts +0 -14
  474. package/src/operations/operations.ts +0 -149
  475. package/src/operations/springbootapps.ts +0 -533
  476. package/src/operations/springbootservers.ts +0 -717
  477. package/src/operations/springbootsites.ts +0 -773
  478. package/src/operations/summaries.ts +0 -236
  479. package/src/operationsInterfaces/errorSummaries.ts +0 -44
  480. package/src/operationsInterfaces/index.ts +0 -14
  481. package/src/operationsInterfaces/operations.ts +0 -22
  482. package/src/operationsInterfaces/springbootapps.ts +0 -93
  483. package/src/operationsInterfaces/springbootservers.ts +0 -143
  484. package/src/operationsInterfaces/springbootsites.ts +0 -156
  485. package/src/operationsInterfaces/summaries.ts +0 -44
  486. package/src/pagingHelper.ts +0 -39
  487. package/src/springAppDiscoveryManagementClient.ts +0 -165
  488. package/tsconfig.json +0 -33
  489. package/types/arm-springappdiscovery.d.ts +0 -1117
  490. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  491. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  492. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  493. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  494. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  495. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  496. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  497. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  498. /package/{dist-esm/src → dist/browser}/operationsInterfaces/errorSummaries.js +0 -0
  499. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  500. /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootapps.js +0 -0
  501. /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootservers.js +0 -0
  502. /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootsites.js +0 -0
  503. /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
  504. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  505. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  506. /package/review/{arm-springappdiscovery.api.md → arm-springappdiscovery-node.api.md} +0 -0
@@ -0,0 +1,737 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The springbootsites resource definition. */
3
+ export interface SpringbootsitesProperties {
4
+ /** The master site ID from Azure Migrate. */
5
+ masterSiteId?: string;
6
+ /** The migrate project ID from Azure Migrate. */
7
+ migrateProjectId?: string;
8
+ /** The resource provisioning state. */
9
+ provisioningState?: ProvisioningState;
10
+ }
11
+ /** The extended location definition. */
12
+ export interface SpringbootsitesModelExtendedLocation {
13
+ /** The extended location type. */
14
+ type?: string;
15
+ /** The extended location name. */
16
+ name?: string;
17
+ }
18
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
19
+ export interface Resource {
20
+ /**
21
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
22
+ * NOTE: This property will not be serialized. It can only be populated by the server.
23
+ */
24
+ readonly id?: string;
25
+ /**
26
+ * The name of the resource
27
+ * NOTE: This property will not be serialized. It can only be populated by the server.
28
+ */
29
+ readonly name?: string;
30
+ /**
31
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
32
+ * NOTE: This property will not be serialized. It can only be populated by the server.
33
+ */
34
+ readonly type?: string;
35
+ /**
36
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
37
+ * NOTE: This property will not be serialized. It can only be populated by the server.
38
+ */
39
+ readonly systemData?: SystemData;
40
+ }
41
+ /** Metadata pertaining to creation and last modification of the resource. */
42
+ export interface SystemData {
43
+ /** The identity that created the resource. */
44
+ createdBy?: string;
45
+ /** The type of identity that created the resource. */
46
+ createdByType?: CreatedByType;
47
+ /** The timestamp of resource creation (UTC). */
48
+ createdAt?: Date;
49
+ /** The identity that last modified the resource. */
50
+ lastModifiedBy?: string;
51
+ /** The type of identity that last modified the resource. */
52
+ lastModifiedByType?: CreatedByType;
53
+ /** The timestamp of resource last modification (UTC) */
54
+ lastModifiedAt?: Date;
55
+ }
56
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
57
+ export interface ErrorResponse {
58
+ /** The error object. */
59
+ error?: ErrorDetail;
60
+ }
61
+ /** The error detail. */
62
+ export interface ErrorDetail {
63
+ /**
64
+ * The error code.
65
+ * NOTE: This property will not be serialized. It can only be populated by the server.
66
+ */
67
+ readonly code?: string;
68
+ /**
69
+ * The error message.
70
+ * NOTE: This property will not be serialized. It can only be populated by the server.
71
+ */
72
+ readonly message?: string;
73
+ /**
74
+ * The error target.
75
+ * NOTE: This property will not be serialized. It can only be populated by the server.
76
+ */
77
+ readonly target?: string;
78
+ /**
79
+ * The error details.
80
+ * NOTE: This property will not be serialized. It can only be populated by the server.
81
+ */
82
+ readonly details?: ErrorDetail[];
83
+ /**
84
+ * The error additional info.
85
+ * NOTE: This property will not be serialized. It can only be populated by the server.
86
+ */
87
+ readonly additionalInfo?: ErrorAdditionalInfo[];
88
+ }
89
+ /** The resource management error additional info. */
90
+ export interface ErrorAdditionalInfo {
91
+ /**
92
+ * The additional info type.
93
+ * NOTE: This property will not be serialized. It can only be populated by the server.
94
+ */
95
+ readonly type?: string;
96
+ /**
97
+ * The additional info.
98
+ * NOTE: This property will not be serialized. It can only be populated by the server.
99
+ */
100
+ readonly info?: Record<string, unknown>;
101
+ }
102
+ /** The springbootsites list resource definition. */
103
+ export interface SpringbootsitesListResult {
104
+ /** The springbootsites list. */
105
+ value?: SpringbootsitesModel[];
106
+ /** The link used to get the next page of springbootsites resources list. */
107
+ nextLink?: string;
108
+ }
109
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
110
+ export interface OperationListResult {
111
+ /**
112
+ * List of operations supported by the resource provider
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly value?: Operation[];
116
+ /**
117
+ * URL to get the next set of operation list results (if there are any).
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly nextLink?: string;
121
+ }
122
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
123
+ export interface Operation {
124
+ /**
125
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly name?: string;
129
+ /**
130
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly isDataAction?: boolean;
134
+ /** Localized display information for this particular operation. */
135
+ display?: OperationDisplay;
136
+ /**
137
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
139
+ */
140
+ readonly origin?: Origin;
141
+ /**
142
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly actionType?: ActionType;
146
+ }
147
+ /** Localized display information for this particular operation. */
148
+ export interface OperationDisplay {
149
+ /**
150
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
152
+ */
153
+ readonly provider?: string;
154
+ /**
155
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
156
+ * NOTE: This property will not be serialized. It can only be populated by the server.
157
+ */
158
+ readonly resource?: string;
159
+ /**
160
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
161
+ * NOTE: This property will not be serialized. It can only be populated by the server.
162
+ */
163
+ readonly operation?: string;
164
+ /**
165
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
166
+ * NOTE: This property will not be serialized. It can only be populated by the server.
167
+ */
168
+ readonly description?: string;
169
+ }
170
+ /** The springbootservers resource definition. */
171
+ export interface SpringbootserversProperties {
172
+ /** Target server port for remote login */
173
+ port?: number;
174
+ /** Server is the target server name or ip address to discover of SpringBootServer. */
175
+ server: string;
176
+ /** The alternative FQDN or IP addresses to discover for this server */
177
+ fqdnAndIpAddressList?: string[];
178
+ /** The machine Id from ARM */
179
+ machineArmId?: string;
180
+ /** The total number of apps been discovered */
181
+ totalApps?: number;
182
+ /** The total number of spring boot apps been discovered */
183
+ springBootApps?: number;
184
+ /** The list of errors. */
185
+ errors?: ErrorModel[];
186
+ /** The resource provisioning state. */
187
+ provisioningState?: ProvisioningState;
188
+ }
189
+ /** Defines the error. */
190
+ export interface ErrorModel {
191
+ /** The error ID. */
192
+ id?: number;
193
+ /** The error code. */
194
+ code?: string;
195
+ /** The summarized error message. */
196
+ summaryMessage?: string;
197
+ /** The account ID used to login. */
198
+ runAsAccountId?: string;
199
+ /** The detailed error message. */
200
+ message?: string;
201
+ /** The error possible causes. */
202
+ possibleCauses?: string;
203
+ /** The error recommended action */
204
+ recommendedAction?: string;
205
+ /** The error severity */
206
+ severity?: string;
207
+ /** Time when this error was last updated. */
208
+ updatedTimeStamp?: Date;
209
+ }
210
+ /** The springbootservers list resource definition. */
211
+ export interface SpringbootserversListResult {
212
+ /** The springbootsites list. */
213
+ value?: SpringbootserversModel[];
214
+ /** The link used to get the next page of springbootservers resources list. */
215
+ nextLink?: string;
216
+ }
217
+ /** The springbootapps resource definition. */
218
+ export interface SpringbootappsProperties {
219
+ /** The name of SpringBootApp. */
220
+ appName?: string;
221
+ /** The artifact name of SpringBootApp. */
222
+ artifactName?: string;
223
+ /** The application port. */
224
+ appPort?: number;
225
+ /** The application type, whether it is a SpringBoot app. */
226
+ appType?: string;
227
+ /** The application configuration file list. */
228
+ applicationConfigurations?: SpringbootappsPropertiesApplicationConfigurationsItem[];
229
+ /** The application binding port list. */
230
+ bindingPorts?: number[];
231
+ /** The jdk version in build. */
232
+ buildJdkVersion?: string;
233
+ /** The certificate file list. */
234
+ certificates?: string[];
235
+ /** The checksum of jar file. */
236
+ checksum?: string;
237
+ /** The dependency list. */
238
+ dependencies?: string[];
239
+ /** The environment variable list. */
240
+ environments?: string[];
241
+ /** The total instance count the app deployed. */
242
+ instanceCount?: number;
243
+ /** The jar file location on the server. */
244
+ jarFileLocation?: string;
245
+ /** The jvm heap memory allocated. */
246
+ jvmMemoryInMB?: number;
247
+ /** The jvm options. */
248
+ jvmOptions?: string[];
249
+ /** The other types of date collected. */
250
+ miscs?: SpringbootappsPropertiesMiscsItem[];
251
+ /** The breakdown info for app instances on all the servers */
252
+ instances?: SpringbootappsPropertiesInstancesItem[];
253
+ /** The jdk version installed on server */
254
+ runtimeJdkVersion?: string;
255
+ /** The server list the app installed */
256
+ servers?: string[];
257
+ /** The machine ARM id list the app belongs to. */
258
+ machineArmIds?: string[];
259
+ /** The site name. */
260
+ siteName?: string;
261
+ /** The spring boot version. */
262
+ springBootVersion?: string;
263
+ /** The static content location list. */
264
+ staticContentLocations?: string[];
265
+ /** The connection string list. */
266
+ connectionStrings?: string[];
267
+ /** Time when this springbootapps jar file was last modified. */
268
+ lastModifiedTime?: Date;
269
+ /** Time when this springbootapps instance was last refreshed. */
270
+ lastUpdatedTime?: Date;
271
+ /** The resource provisioning state. */
272
+ provisioningState?: ProvisioningState;
273
+ /** The list of errors. */
274
+ errors?: ErrorModel[];
275
+ }
276
+ export interface SpringbootappsPropertiesApplicationConfigurationsItem {
277
+ /** The application config file name. */
278
+ key: string;
279
+ /** The application config file content, only contains config keys. */
280
+ value?: string;
281
+ }
282
+ export interface SpringbootappsPropertiesMiscsItem {
283
+ /** The miscs. key. */
284
+ key: string;
285
+ /** The miscs. value. */
286
+ value?: string;
287
+ }
288
+ export interface SpringbootappsPropertiesInstancesItem {
289
+ /** The machine ARM resource Id of this app instance */
290
+ machineArmId: string;
291
+ /** The instance count of this app instance */
292
+ instanceCount?: number;
293
+ /** The jvm heap memory allocated of this app instance */
294
+ jvmMemoryInMB?: number;
295
+ }
296
+ /** The springbootapps list resource definition. */
297
+ export interface SpringbootappsListResult {
298
+ /** The springbootsites list. */
299
+ value?: SpringbootappsModel[];
300
+ /** The link used to get the next page of springbootapps resources list. */
301
+ nextLink?: string;
302
+ }
303
+ /** Summaries properties */
304
+ export interface SummariesProperties {
305
+ /** The of number discovered spring boot servers. */
306
+ discoveredServers?: number;
307
+ /** The of number discovered spring boot apps. */
308
+ discoveredApps?: number;
309
+ /** The list of errors. */
310
+ errors?: ErrorModel[];
311
+ /** The resource provisioning state. */
312
+ provisioningState?: ProvisioningState;
313
+ }
314
+ /** List of Sites. */
315
+ export interface SummaryList {
316
+ /** List of Sites. */
317
+ value?: Summary[];
318
+ /** Url to follow for getting next page of resources. */
319
+ nextLink?: string;
320
+ }
321
+ /** Error summary properties */
322
+ export interface ErrorSummariesProperties {
323
+ /** The list of ErrorSummary. */
324
+ discoveryScopeErrorSummaries?: ErrorSummaryModel[];
325
+ /** The list of errors. */
326
+ errors?: ErrorModel[];
327
+ /** The resource provisioning state. */
328
+ provisioningState?: ProvisioningState;
329
+ }
330
+ /** ErrorSummary model. */
331
+ export interface ErrorSummaryModel {
332
+ /** The type of Object. */
333
+ affectedResourceType?: string;
334
+ /** The count. */
335
+ affectedObjectsCount?: number;
336
+ }
337
+ /** The list of ErrorSummary. */
338
+ export interface ErrorSummaryList {
339
+ /** The list of ErrorSummary. */
340
+ value?: ErrorSummary[];
341
+ /** Url to follow for getting next page of resources. */
342
+ nextLink?: string;
343
+ }
344
+ /** Object containing tags updates for patch operations. */
345
+ export interface SummariesResourcePatch {
346
+ /** Resource tags. */
347
+ tags?: {
348
+ [propertyName: string]: string;
349
+ };
350
+ /** The Summaries resource definition. */
351
+ properties?: SummariesProperties;
352
+ }
353
+ /** Object containing tags updates for patch operations. */
354
+ export interface ErrorSummariesResourcePatch {
355
+ /** Resource tags. */
356
+ tags?: {
357
+ [propertyName: string]: string;
358
+ };
359
+ /** The ErrorSummaries resource definition. */
360
+ properties?: ErrorSummariesProperties;
361
+ }
362
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
363
+ export interface TrackedResource extends Resource {
364
+ /** Resource tags. */
365
+ tags?: {
366
+ [propertyName: string]: string;
367
+ };
368
+ /** The geo-location where the resource lives */
369
+ location: string;
370
+ }
371
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
372
+ export interface ProxyResource extends Resource {
373
+ }
374
+ /** The springbootsites envelope resource definition. */
375
+ export interface SpringbootsitesModel extends TrackedResource {
376
+ /** The springbootsites resource definition. */
377
+ properties?: SpringbootsitesProperties;
378
+ /** The extended location definition. */
379
+ extendedLocation?: SpringbootsitesModelExtendedLocation;
380
+ }
381
+ /** The springbootsites resource patch definition. */
382
+ export interface SpringbootsitesPatch extends TrackedResource {
383
+ /** The springbootsites resource definition. */
384
+ properties?: SpringbootsitesProperties;
385
+ }
386
+ /** The springbootservers envelope resource definition. */
387
+ export interface SpringbootserversModel extends ProxyResource {
388
+ /** Resource tags */
389
+ tags?: {
390
+ [propertyName: string]: string;
391
+ };
392
+ /** The springbootservers resource definition. */
393
+ properties?: SpringbootserversProperties;
394
+ }
395
+ /** The springbootservers resource patch definition. */
396
+ export interface SpringbootserversPatch extends ProxyResource {
397
+ /** Resource tags */
398
+ tags?: {
399
+ [propertyName: string]: string;
400
+ };
401
+ /** The springbootsites resource definition. */
402
+ properties?: SpringbootserversProperties;
403
+ }
404
+ /** The springbootapps envelope resource definition. */
405
+ export interface SpringbootappsModel extends ProxyResource {
406
+ /** The springbootapps resource definition. */
407
+ properties?: SpringbootappsProperties;
408
+ /** Resource tags */
409
+ tags?: {
410
+ [propertyName: string]: string;
411
+ };
412
+ }
413
+ /** The springbootapps resource patch definition. */
414
+ export interface SpringbootappsPatch extends ProxyResource {
415
+ /** The springbootapps resource definition. */
416
+ properties?: SpringbootappsProperties;
417
+ /** Resource tags */
418
+ tags?: {
419
+ [propertyName: string]: string;
420
+ };
421
+ }
422
+ /** The summary resource definition. */
423
+ export interface Summary extends ProxyResource {
424
+ /** Resource properties. */
425
+ properties?: SummariesProperties;
426
+ /** Resource tags */
427
+ tags?: {
428
+ [propertyName: string]: string;
429
+ };
430
+ }
431
+ /** The error summary resource definition. */
432
+ export interface ErrorSummary extends ProxyResource {
433
+ /** Resource properties. */
434
+ properties?: ErrorSummariesProperties;
435
+ /** Resource tags */
436
+ tags?: {
437
+ [propertyName: string]: string;
438
+ };
439
+ }
440
+ /** Defines headers for Springbootsites_delete operation. */
441
+ export interface SpringbootsitesDeleteHeaders {
442
+ location?: string;
443
+ }
444
+ /** Defines headers for Springbootsites_update operation. */
445
+ export interface SpringbootsitesUpdateHeaders {
446
+ location?: string;
447
+ }
448
+ /** Defines headers for Springbootsites_triggerRefreshSite operation. */
449
+ export interface SpringbootsitesTriggerRefreshSiteHeaders {
450
+ location?: string;
451
+ }
452
+ /** Defines headers for Springbootservers_delete operation. */
453
+ export interface SpringbootserversDeleteHeaders {
454
+ location?: string;
455
+ }
456
+ /** Defines headers for Springbootservers_update operation. */
457
+ export interface SpringbootserversUpdateHeaders {
458
+ location?: string;
459
+ }
460
+ /** Defines headers for Springbootapps_update operation. */
461
+ export interface SpringbootappsUpdateHeaders {
462
+ location?: string;
463
+ }
464
+ /** Known values of {@link ProvisioningState} that the service accepts. */
465
+ export declare enum KnownProvisioningState {
466
+ /** Unknown */
467
+ Unknown = "Unknown",
468
+ /** Succeeded */
469
+ Succeeded = "Succeeded",
470
+ /** Failed */
471
+ Failed = "Failed",
472
+ /** Canceled */
473
+ Canceled = "Canceled",
474
+ /** Accepted */
475
+ Accepted = "Accepted",
476
+ /** Provisioning */
477
+ Provisioning = "Provisioning",
478
+ /** Deleting */
479
+ Deleting = "Deleting"
480
+ }
481
+ /**
482
+ * Defines values for ProvisioningState. \
483
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
484
+ * this enum contains the known values that the service supports.
485
+ * ### Known values supported by the service
486
+ * **Unknown** \
487
+ * **Succeeded** \
488
+ * **Failed** \
489
+ * **Canceled** \
490
+ * **Accepted** \
491
+ * **Provisioning** \
492
+ * **Deleting**
493
+ */
494
+ export type ProvisioningState = string;
495
+ /** Known values of {@link CreatedByType} that the service accepts. */
496
+ export declare enum KnownCreatedByType {
497
+ /** User */
498
+ User = "User",
499
+ /** Application */
500
+ Application = "Application",
501
+ /** ManagedIdentity */
502
+ ManagedIdentity = "ManagedIdentity",
503
+ /** Key */
504
+ Key = "Key"
505
+ }
506
+ /**
507
+ * Defines values for CreatedByType. \
508
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
509
+ * this enum contains the known values that the service supports.
510
+ * ### Known values supported by the service
511
+ * **User** \
512
+ * **Application** \
513
+ * **ManagedIdentity** \
514
+ * **Key**
515
+ */
516
+ export type CreatedByType = string;
517
+ /** Known values of {@link Origin} that the service accepts. */
518
+ export declare enum KnownOrigin {
519
+ /** User */
520
+ User = "user",
521
+ /** System */
522
+ System = "system",
523
+ /** UserSystem */
524
+ UserSystem = "user,system"
525
+ }
526
+ /**
527
+ * Defines values for Origin. \
528
+ * {@link KnownOrigin} can be used interchangeably with Origin,
529
+ * this enum contains the known values that the service supports.
530
+ * ### Known values supported by the service
531
+ * **user** \
532
+ * **system** \
533
+ * **user,system**
534
+ */
535
+ export type Origin = string;
536
+ /** Known values of {@link ActionType} that the service accepts. */
537
+ export declare enum KnownActionType {
538
+ /** Internal */
539
+ Internal = "Internal"
540
+ }
541
+ /**
542
+ * Defines values for ActionType. \
543
+ * {@link KnownActionType} can be used interchangeably with ActionType,
544
+ * this enum contains the known values that the service supports.
545
+ * ### Known values supported by the service
546
+ * **Internal**
547
+ */
548
+ export type ActionType = string;
549
+ /** Optional parameters. */
550
+ export interface SpringbootsitesGetOptionalParams extends coreClient.OperationOptions {
551
+ }
552
+ /** Contains response data for the get operation. */
553
+ export type SpringbootsitesGetResponse = SpringbootsitesModel;
554
+ /** Optional parameters. */
555
+ export interface SpringbootsitesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
556
+ }
557
+ /** Contains response data for the createOrUpdate operation. */
558
+ export type SpringbootsitesCreateOrUpdateResponse = SpringbootsitesModel;
559
+ /** Optional parameters. */
560
+ export interface SpringbootsitesDeleteOptionalParams extends coreClient.OperationOptions {
561
+ /** Delay to wait until next poll, in milliseconds. */
562
+ updateIntervalInMs?: number;
563
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
564
+ resumeFrom?: string;
565
+ }
566
+ /** Contains response data for the delete operation. */
567
+ export type SpringbootsitesDeleteResponse = SpringbootsitesDeleteHeaders;
568
+ /** Optional parameters. */
569
+ export interface SpringbootsitesUpdateOptionalParams extends coreClient.OperationOptions {
570
+ /** Delay to wait until next poll, in milliseconds. */
571
+ updateIntervalInMs?: number;
572
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
573
+ resumeFrom?: string;
574
+ }
575
+ /** Contains response data for the update operation. */
576
+ export type SpringbootsitesUpdateResponse = SpringbootsitesModel;
577
+ /** Optional parameters. */
578
+ export interface SpringbootsitesTriggerRefreshSiteOptionalParams extends coreClient.OperationOptions {
579
+ /** Delay to wait until next poll, in milliseconds. */
580
+ updateIntervalInMs?: number;
581
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
582
+ resumeFrom?: string;
583
+ }
584
+ /** Contains response data for the triggerRefreshSite operation. */
585
+ export type SpringbootsitesTriggerRefreshSiteResponse = SpringbootsitesTriggerRefreshSiteHeaders;
586
+ /** Optional parameters. */
587
+ export interface SpringbootsitesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
588
+ }
589
+ /** Contains response data for the listByResourceGroup operation. */
590
+ export type SpringbootsitesListByResourceGroupResponse = SpringbootsitesListResult;
591
+ /** Optional parameters. */
592
+ export interface SpringbootsitesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
593
+ }
594
+ /** Contains response data for the listBySubscription operation. */
595
+ export type SpringbootsitesListBySubscriptionResponse = SpringbootsitesListResult;
596
+ /** Optional parameters. */
597
+ export interface SpringbootsitesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
598
+ }
599
+ /** Contains response data for the listByResourceGroupNext operation. */
600
+ export type SpringbootsitesListByResourceGroupNextResponse = SpringbootsitesListResult;
601
+ /** Optional parameters. */
602
+ export interface SpringbootsitesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
603
+ }
604
+ /** Contains response data for the listBySubscriptionNext operation. */
605
+ export type SpringbootsitesListBySubscriptionNextResponse = SpringbootsitesListResult;
606
+ /** Optional parameters. */
607
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
608
+ }
609
+ /** Contains response data for the list operation. */
610
+ export type OperationsListResponse = OperationListResult;
611
+ /** Optional parameters. */
612
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
613
+ }
614
+ /** Contains response data for the listNext operation. */
615
+ export type OperationsListNextResponse = OperationListResult;
616
+ /** Optional parameters. */
617
+ export interface SpringbootserversGetOptionalParams extends coreClient.OperationOptions {
618
+ }
619
+ /** Contains response data for the get operation. */
620
+ export type SpringbootserversGetResponse = SpringbootserversModel;
621
+ /** Optional parameters. */
622
+ export interface SpringbootserversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
623
+ }
624
+ /** Contains response data for the createOrUpdate operation. */
625
+ export type SpringbootserversCreateOrUpdateResponse = SpringbootserversModel;
626
+ /** Optional parameters. */
627
+ export interface SpringbootserversDeleteOptionalParams extends coreClient.OperationOptions {
628
+ /** Delay to wait until next poll, in milliseconds. */
629
+ updateIntervalInMs?: number;
630
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
631
+ resumeFrom?: string;
632
+ }
633
+ /** Contains response data for the delete operation. */
634
+ export type SpringbootserversDeleteResponse = SpringbootserversDeleteHeaders;
635
+ /** Optional parameters. */
636
+ export interface SpringbootserversUpdateOptionalParams extends coreClient.OperationOptions {
637
+ /** Delay to wait until next poll, in milliseconds. */
638
+ updateIntervalInMs?: number;
639
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
640
+ resumeFrom?: string;
641
+ }
642
+ /** Contains response data for the update operation. */
643
+ export type SpringbootserversUpdateResponse = SpringbootserversModel;
644
+ /** Optional parameters. */
645
+ export interface SpringbootserversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
646
+ }
647
+ /** Contains response data for the listByResourceGroup operation. */
648
+ export type SpringbootserversListByResourceGroupResponse = SpringbootserversListResult;
649
+ /** Optional parameters. */
650
+ export interface SpringbootserversListBySubscriptionOptionalParams extends coreClient.OperationOptions {
651
+ }
652
+ /** Contains response data for the listBySubscription operation. */
653
+ export type SpringbootserversListBySubscriptionResponse = SpringbootserversListResult;
654
+ /** Optional parameters. */
655
+ export interface SpringbootserversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
656
+ }
657
+ /** Contains response data for the listByResourceGroupNext operation. */
658
+ export type SpringbootserversListByResourceGroupNextResponse = SpringbootserversListResult;
659
+ /** Optional parameters. */
660
+ export interface SpringbootserversListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
661
+ }
662
+ /** Contains response data for the listBySubscriptionNext operation. */
663
+ export type SpringbootserversListBySubscriptionNextResponse = SpringbootserversListResult;
664
+ /** Optional parameters. */
665
+ export interface SpringbootappsGetOptionalParams extends coreClient.OperationOptions {
666
+ }
667
+ /** Contains response data for the get operation. */
668
+ export type SpringbootappsGetResponse = SpringbootappsModel;
669
+ /** Optional parameters. */
670
+ export interface SpringbootappsUpdateOptionalParams extends coreClient.OperationOptions {
671
+ /** Delay to wait until next poll, in milliseconds. */
672
+ updateIntervalInMs?: number;
673
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
674
+ resumeFrom?: string;
675
+ }
676
+ /** Contains response data for the update operation. */
677
+ export type SpringbootappsUpdateResponse = SpringbootappsModel;
678
+ /** Optional parameters. */
679
+ export interface SpringbootappsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
680
+ }
681
+ /** Contains response data for the listByResourceGroup operation. */
682
+ export type SpringbootappsListByResourceGroupResponse = SpringbootappsListResult;
683
+ /** Optional parameters. */
684
+ export interface SpringbootappsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
685
+ }
686
+ /** Contains response data for the listBySubscription operation. */
687
+ export type SpringbootappsListBySubscriptionResponse = SpringbootappsListResult;
688
+ /** Optional parameters. */
689
+ export interface SpringbootappsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
690
+ }
691
+ /** Contains response data for the listByResourceGroupNext operation. */
692
+ export type SpringbootappsListByResourceGroupNextResponse = SpringbootappsListResult;
693
+ /** Optional parameters. */
694
+ export interface SpringbootappsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
695
+ }
696
+ /** Contains response data for the listBySubscriptionNext operation. */
697
+ export type SpringbootappsListBySubscriptionNextResponse = SpringbootappsListResult;
698
+ /** Optional parameters. */
699
+ export interface SummariesGetOptionalParams extends coreClient.OperationOptions {
700
+ }
701
+ /** Contains response data for the get operation. */
702
+ export type SummariesGetResponse = Summary;
703
+ /** Optional parameters. */
704
+ export interface SummariesListBySiteOptionalParams extends coreClient.OperationOptions {
705
+ }
706
+ /** Contains response data for the listBySite operation. */
707
+ export type SummariesListBySiteResponse = SummaryList;
708
+ /** Optional parameters. */
709
+ export interface SummariesListBySiteNextOptionalParams extends coreClient.OperationOptions {
710
+ }
711
+ /** Contains response data for the listBySiteNext operation. */
712
+ export type SummariesListBySiteNextResponse = SummaryList;
713
+ /** Optional parameters. */
714
+ export interface ErrorSummariesGetOptionalParams extends coreClient.OperationOptions {
715
+ }
716
+ /** Contains response data for the get operation. */
717
+ export type ErrorSummariesGetResponse = ErrorSummary;
718
+ /** Optional parameters. */
719
+ export interface ErrorSummariesListBySiteOptionalParams extends coreClient.OperationOptions {
720
+ }
721
+ /** Contains response data for the listBySite operation. */
722
+ export type ErrorSummariesListBySiteResponse = ErrorSummaryList;
723
+ /** Optional parameters. */
724
+ export interface ErrorSummariesListBySiteNextOptionalParams extends coreClient.OperationOptions {
725
+ }
726
+ /** Contains response data for the listBySiteNext operation. */
727
+ export type ErrorSummariesListBySiteNextResponse = ErrorSummaryList;
728
+ /** Optional parameters. */
729
+ export interface SpringAppDiscoveryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
730
+ /** server parameter */
731
+ $host?: string;
732
+ /** Api Version */
733
+ apiVersion?: string;
734
+ /** Overrides client endpoint. */
735
+ endpoint?: string;
736
+ }
737
+ //# sourceMappingURL=index.d.ts.map