@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,113 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Springbootsites } from "../operationsInterfaces/index.js";
3
+ import { SpringAppDiscoveryManagementClient } from "../springAppDiscoveryManagementClient.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { SpringbootsitesModel, SpringbootsitesListByResourceGroupOptionalParams, SpringbootsitesListBySubscriptionOptionalParams, SpringbootsitesGetOptionalParams, SpringbootsitesGetResponse, SpringbootsitesCreateOrUpdateOptionalParams, SpringbootsitesCreateOrUpdateResponse, SpringbootsitesDeleteOptionalParams, SpringbootsitesDeleteResponse, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams, SpringbootsitesUpdateResponse, SpringbootsitesTriggerRefreshSiteOptionalParams, SpringbootsitesTriggerRefreshSiteResponse } from "../models/index.js";
6
+ /** Class containing Springbootsites operations. */
7
+ export declare class SpringbootsitesImpl implements Springbootsites {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Springbootsites class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: SpringAppDiscoveryManagementClient);
14
+ /**
15
+ * List springbootsites resource by resourceGroup.
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param options The options parameters.
18
+ */
19
+ listByResourceGroup(resourceGroupName: string, options?: SpringbootsitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel>;
20
+ private listByResourceGroupPagingPage;
21
+ private listByResourceGroupPagingAll;
22
+ /**
23
+ * List springbootsites resource by subscription
24
+ * @param options The options parameters.
25
+ */
26
+ listBySubscription(options?: SpringbootsitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel>;
27
+ private listBySubscriptionPagingPage;
28
+ private listBySubscriptionPagingAll;
29
+ /**
30
+ * Get a springbootsites resource.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param springbootsitesName The springbootsites name.
33
+ * @param options The options parameters.
34
+ */
35
+ get(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesGetOptionalParams): Promise<SpringbootsitesGetResponse>;
36
+ /**
37
+ * Create a springbootsites resource.
38
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
+ * @param springbootsitesName The springbootsites name.
40
+ * @param springbootsites Create a springbootsites payload.
41
+ * @param options The options parameters.
42
+ */
43
+ createOrUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesModel, options?: SpringbootsitesCreateOrUpdateOptionalParams): Promise<SpringbootsitesCreateOrUpdateResponse>;
44
+ /**
45
+ * Delete a springbootsites resource.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param springbootsitesName The springbootsites name.
48
+ * @param options The options parameters.
49
+ */
50
+ beginDelete(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesDeleteResponse>, SpringbootsitesDeleteResponse>>;
51
+ /**
52
+ * Delete a springbootsites resource.
53
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
54
+ * @param springbootsitesName The springbootsites name.
55
+ * @param options The options parameters.
56
+ */
57
+ beginDeleteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SpringbootsitesDeleteResponse>;
58
+ /**
59
+ * Update a springbootsites resource.
60
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
61
+ * @param springbootsitesName The springbootsites name.
62
+ * @param springbootsites Update a springbootsites payload.
63
+ * @param options The options parameters.
64
+ */
65
+ beginUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesUpdateResponse>, SpringbootsitesUpdateResponse>>;
66
+ /**
67
+ * Update a springbootsites resource.
68
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
69
+ * @param springbootsitesName The springbootsites name.
70
+ * @param springbootsites Update a springbootsites payload.
71
+ * @param options The options parameters.
72
+ */
73
+ beginUpdateAndWait(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SpringbootsitesUpdateResponse>;
74
+ /**
75
+ * Trigger refresh springbootsites action
76
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
77
+ * @param springbootsitesName The springbootsites name.
78
+ * @param options The options parameters.
79
+ */
80
+ beginTriggerRefreshSite(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesTriggerRefreshSiteResponse>, SpringbootsitesTriggerRefreshSiteResponse>>;
81
+ /**
82
+ * Trigger refresh springbootsites action
83
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
+ * @param springbootsitesName The springbootsites name.
85
+ * @param options The options parameters.
86
+ */
87
+ beginTriggerRefreshSiteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SpringbootsitesTriggerRefreshSiteResponse>;
88
+ /**
89
+ * List springbootsites resource by resourceGroup.
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param options The options parameters.
92
+ */
93
+ private _listByResourceGroup;
94
+ /**
95
+ * List springbootsites resource by subscription
96
+ * @param options The options parameters.
97
+ */
98
+ private _listBySubscription;
99
+ /**
100
+ * ListByResourceGroupNext
101
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
103
+ * @param options The options parameters.
104
+ */
105
+ private _listByResourceGroupNext;
106
+ /**
107
+ * ListBySubscriptionNext
108
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
109
+ * @param options The options parameters.
110
+ */
111
+ private _listBySubscriptionNext;
112
+ }
113
+ //# sourceMappingURL=springbootsites.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"springbootsites.d.ts","sourceRoot":"","sources":["../../../src/operations/springbootsites.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,oBAAoB,EAEpB,gDAAgD,EAGhD,+CAA+C,EAE/C,gCAAgC,EAChC,0BAA0B,EAC1B,2CAA2C,EAC3C,qCAAqC,EACrC,mCAAmC,EACnC,6BAA6B,EAC7B,oBAAoB,EACpB,mCAAmC,EACnC,6BAA6B,EAC7B,+CAA+C,EAC/C,yCAAyC,EAG1C,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;IAE5D;;;OAGG;gBACS,MAAM,EAAE,kCAAkC;IAItD;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,oBAAoB,CAAC;YAsBpC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,oBAAoB,CAAC;YAkBpC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6BAA6B,CAAC,EAC7C,6BAA6B,CAC9B,CACF;IAwDD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IASzC;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6BAA6B,CAAC,EAC7C,6BAA6B,CAC9B,CACF;IA6DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAUzC;;;;;OAKG;IACG,uBAAuB,CAC3B,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yCAAyC,CAAC,EACzD,yCAAyC,CAC1C,CACF;IAwDD;;;;;OAKG;IACG,8BAA8B,CAClC,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;IASrD;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}
@@ -0,0 +1,565 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.SpringbootsitesImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ const core_lro_1 = require("@azure/core-lro");
17
+ const lroImpl_js_1 = require("../lroImpl.js");
18
+ /// <reference lib="esnext.asynciterable" />
19
+ /** Class containing Springbootsites operations. */
20
+ class SpringbootsitesImpl {
21
+ client;
22
+ /**
23
+ * Initialize a new instance of the class Springbootsites class.
24
+ * @param client Reference to the service client
25
+ */
26
+ constructor(client) {
27
+ this.client = client;
28
+ }
29
+ /**
30
+ * List springbootsites resource by resourceGroup.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param options The options parameters.
33
+ */
34
+ listByResourceGroup(resourceGroupName, options) {
35
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
36
+ return {
37
+ next() {
38
+ return iter.next();
39
+ },
40
+ [Symbol.asyncIterator]() {
41
+ return this;
42
+ },
43
+ byPage: (settings) => {
44
+ if (settings?.maxPageSize) {
45
+ throw new Error("maxPageSize is not supported by this operation.");
46
+ }
47
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
48
+ },
49
+ };
50
+ }
51
+ async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
52
+ let result;
53
+ let continuationToken = settings?.continuationToken;
54
+ if (!continuationToken) {
55
+ result = await this._listByResourceGroup(resourceGroupName, options);
56
+ let page = result.value || [];
57
+ continuationToken = result.nextLink;
58
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
59
+ yield page;
60
+ }
61
+ while (continuationToken) {
62
+ result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
63
+ continuationToken = result.nextLink;
64
+ let page = result.value || [];
65
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
66
+ yield page;
67
+ }
68
+ }
69
+ async *listByResourceGroupPagingAll(resourceGroupName, options) {
70
+ for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
71
+ yield* page;
72
+ }
73
+ }
74
+ /**
75
+ * List springbootsites resource by subscription
76
+ * @param options The options parameters.
77
+ */
78
+ listBySubscription(options) {
79
+ const iter = this.listBySubscriptionPagingAll(options);
80
+ return {
81
+ next() {
82
+ return iter.next();
83
+ },
84
+ [Symbol.asyncIterator]() {
85
+ return this;
86
+ },
87
+ byPage: (settings) => {
88
+ if (settings?.maxPageSize) {
89
+ throw new Error("maxPageSize is not supported by this operation.");
90
+ }
91
+ return this.listBySubscriptionPagingPage(options, settings);
92
+ },
93
+ };
94
+ }
95
+ async *listBySubscriptionPagingPage(options, settings) {
96
+ let result;
97
+ let continuationToken = settings?.continuationToken;
98
+ if (!continuationToken) {
99
+ result = await this._listBySubscription(options);
100
+ let page = result.value || [];
101
+ continuationToken = result.nextLink;
102
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
103
+ yield page;
104
+ }
105
+ while (continuationToken) {
106
+ result = await this._listBySubscriptionNext(continuationToken, options);
107
+ continuationToken = result.nextLink;
108
+ let page = result.value || [];
109
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
110
+ yield page;
111
+ }
112
+ }
113
+ async *listBySubscriptionPagingAll(options) {
114
+ for await (const page of this.listBySubscriptionPagingPage(options)) {
115
+ yield* page;
116
+ }
117
+ }
118
+ /**
119
+ * Get a springbootsites resource.
120
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
121
+ * @param springbootsitesName The springbootsites name.
122
+ * @param options The options parameters.
123
+ */
124
+ get(resourceGroupName, springbootsitesName, options) {
125
+ return this.client.sendOperationRequest({ resourceGroupName, springbootsitesName, options }, getOperationSpec);
126
+ }
127
+ /**
128
+ * Create a springbootsites resource.
129
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
130
+ * @param springbootsitesName The springbootsites name.
131
+ * @param springbootsites Create a springbootsites payload.
132
+ * @param options The options parameters.
133
+ */
134
+ createOrUpdate(resourceGroupName, springbootsitesName, springbootsites, options) {
135
+ return this.client.sendOperationRequest({ resourceGroupName, springbootsitesName, springbootsites, options }, createOrUpdateOperationSpec);
136
+ }
137
+ /**
138
+ * Delete a springbootsites resource.
139
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
140
+ * @param springbootsitesName The springbootsites name.
141
+ * @param options The options parameters.
142
+ */
143
+ async beginDelete(resourceGroupName, springbootsitesName, options) {
144
+ const directSendOperation = async (args, spec) => {
145
+ return this.client.sendOperationRequest(args, spec);
146
+ };
147
+ const sendOperationFn = async (args, spec) => {
148
+ let currentRawResponse = undefined;
149
+ const providedCallback = args.options?.onResponse;
150
+ const callback = (rawResponse, flatResponse) => {
151
+ currentRawResponse = rawResponse;
152
+ providedCallback?.(rawResponse, flatResponse);
153
+ };
154
+ const updatedArgs = {
155
+ ...args,
156
+ options: {
157
+ ...args.options,
158
+ onResponse: callback,
159
+ },
160
+ };
161
+ const flatResponse = await directSendOperation(updatedArgs, spec);
162
+ return {
163
+ flatResponse,
164
+ rawResponse: {
165
+ statusCode: currentRawResponse.status,
166
+ body: currentRawResponse.parsedBody,
167
+ headers: currentRawResponse.headers.toJSON(),
168
+ },
169
+ };
170
+ };
171
+ const lro = (0, lroImpl_js_1.createLroSpec)({
172
+ sendOperationFn,
173
+ args: { resourceGroupName, springbootsitesName, options },
174
+ spec: deleteOperationSpec,
175
+ });
176
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
177
+ restoreFrom: options?.resumeFrom,
178
+ intervalInMs: options?.updateIntervalInMs,
179
+ resourceLocationConfig: "location",
180
+ });
181
+ await poller.poll();
182
+ return poller;
183
+ }
184
+ /**
185
+ * Delete a springbootsites resource.
186
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
187
+ * @param springbootsitesName The springbootsites name.
188
+ * @param options The options parameters.
189
+ */
190
+ async beginDeleteAndWait(resourceGroupName, springbootsitesName, options) {
191
+ const poller = await this.beginDelete(resourceGroupName, springbootsitesName, options);
192
+ return poller.pollUntilDone();
193
+ }
194
+ /**
195
+ * Update a springbootsites resource.
196
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
197
+ * @param springbootsitesName The springbootsites name.
198
+ * @param springbootsites Update a springbootsites payload.
199
+ * @param options The options parameters.
200
+ */
201
+ async beginUpdate(resourceGroupName, springbootsitesName, springbootsites, options) {
202
+ const directSendOperation = async (args, spec) => {
203
+ return this.client.sendOperationRequest(args, spec);
204
+ };
205
+ const sendOperationFn = async (args, spec) => {
206
+ let currentRawResponse = undefined;
207
+ const providedCallback = args.options?.onResponse;
208
+ const callback = (rawResponse, flatResponse) => {
209
+ currentRawResponse = rawResponse;
210
+ providedCallback?.(rawResponse, flatResponse);
211
+ };
212
+ const updatedArgs = {
213
+ ...args,
214
+ options: {
215
+ ...args.options,
216
+ onResponse: callback,
217
+ },
218
+ };
219
+ const flatResponse = await directSendOperation(updatedArgs, spec);
220
+ return {
221
+ flatResponse,
222
+ rawResponse: {
223
+ statusCode: currentRawResponse.status,
224
+ body: currentRawResponse.parsedBody,
225
+ headers: currentRawResponse.headers.toJSON(),
226
+ },
227
+ };
228
+ };
229
+ const lro = (0, lroImpl_js_1.createLroSpec)({
230
+ sendOperationFn,
231
+ args: {
232
+ resourceGroupName,
233
+ springbootsitesName,
234
+ springbootsites,
235
+ options,
236
+ },
237
+ spec: updateOperationSpec,
238
+ });
239
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
240
+ restoreFrom: options?.resumeFrom,
241
+ intervalInMs: options?.updateIntervalInMs,
242
+ resourceLocationConfig: "location",
243
+ });
244
+ await poller.poll();
245
+ return poller;
246
+ }
247
+ /**
248
+ * Update a springbootsites resource.
249
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
250
+ * @param springbootsitesName The springbootsites name.
251
+ * @param springbootsites Update a springbootsites payload.
252
+ * @param options The options parameters.
253
+ */
254
+ async beginUpdateAndWait(resourceGroupName, springbootsitesName, springbootsites, options) {
255
+ const poller = await this.beginUpdate(resourceGroupName, springbootsitesName, springbootsites, options);
256
+ return poller.pollUntilDone();
257
+ }
258
+ /**
259
+ * Trigger refresh springbootsites action
260
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
261
+ * @param springbootsitesName The springbootsites name.
262
+ * @param options The options parameters.
263
+ */
264
+ async beginTriggerRefreshSite(resourceGroupName, springbootsitesName, options) {
265
+ const directSendOperation = async (args, spec) => {
266
+ return this.client.sendOperationRequest(args, spec);
267
+ };
268
+ const sendOperationFn = async (args, spec) => {
269
+ let currentRawResponse = undefined;
270
+ const providedCallback = args.options?.onResponse;
271
+ const callback = (rawResponse, flatResponse) => {
272
+ currentRawResponse = rawResponse;
273
+ providedCallback?.(rawResponse, flatResponse);
274
+ };
275
+ const updatedArgs = {
276
+ ...args,
277
+ options: {
278
+ ...args.options,
279
+ onResponse: callback,
280
+ },
281
+ };
282
+ const flatResponse = await directSendOperation(updatedArgs, spec);
283
+ return {
284
+ flatResponse,
285
+ rawResponse: {
286
+ statusCode: currentRawResponse.status,
287
+ body: currentRawResponse.parsedBody,
288
+ headers: currentRawResponse.headers.toJSON(),
289
+ },
290
+ };
291
+ };
292
+ const lro = (0, lroImpl_js_1.createLroSpec)({
293
+ sendOperationFn,
294
+ args: { resourceGroupName, springbootsitesName, options },
295
+ spec: triggerRefreshSiteOperationSpec,
296
+ });
297
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
298
+ restoreFrom: options?.resumeFrom,
299
+ intervalInMs: options?.updateIntervalInMs,
300
+ resourceLocationConfig: "location",
301
+ });
302
+ await poller.poll();
303
+ return poller;
304
+ }
305
+ /**
306
+ * Trigger refresh springbootsites action
307
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
308
+ * @param springbootsitesName The springbootsites name.
309
+ * @param options The options parameters.
310
+ */
311
+ async beginTriggerRefreshSiteAndWait(resourceGroupName, springbootsitesName, options) {
312
+ const poller = await this.beginTriggerRefreshSite(resourceGroupName, springbootsitesName, options);
313
+ return poller.pollUntilDone();
314
+ }
315
+ /**
316
+ * List springbootsites resource by resourceGroup.
317
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
318
+ * @param options The options parameters.
319
+ */
320
+ _listByResourceGroup(resourceGroupName, options) {
321
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
322
+ }
323
+ /**
324
+ * List springbootsites resource by subscription
325
+ * @param options The options parameters.
326
+ */
327
+ _listBySubscription(options) {
328
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
329
+ }
330
+ /**
331
+ * ListByResourceGroupNext
332
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
333
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
334
+ * @param options The options parameters.
335
+ */
336
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
337
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
338
+ }
339
+ /**
340
+ * ListBySubscriptionNext
341
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
342
+ * @param options The options parameters.
343
+ */
344
+ _listBySubscriptionNext(nextLink, options) {
345
+ return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
346
+ }
347
+ }
348
+ exports.SpringbootsitesImpl = SpringbootsitesImpl;
349
+ // Operation Specifications
350
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
351
+ const getOperationSpec = {
352
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
353
+ httpMethod: "GET",
354
+ responses: {
355
+ 200: {
356
+ bodyMapper: Mappers.SpringbootsitesModel,
357
+ },
358
+ default: {
359
+ bodyMapper: Mappers.ErrorResponse,
360
+ },
361
+ },
362
+ queryParameters: [Parameters.apiVersion],
363
+ urlParameters: [
364
+ Parameters.$host,
365
+ Parameters.subscriptionId,
366
+ Parameters.resourceGroupName,
367
+ Parameters.springbootsitesName,
368
+ ],
369
+ headerParameters: [Parameters.accept],
370
+ serializer,
371
+ };
372
+ const createOrUpdateOperationSpec = {
373
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
374
+ httpMethod: "PUT",
375
+ responses: {
376
+ 200: {
377
+ bodyMapper: Mappers.SpringbootsitesModel,
378
+ },
379
+ 201: {
380
+ bodyMapper: Mappers.SpringbootsitesModel,
381
+ },
382
+ default: {
383
+ bodyMapper: Mappers.ErrorResponse,
384
+ },
385
+ },
386
+ requestBody: Parameters.springbootsites,
387
+ queryParameters: [Parameters.apiVersion],
388
+ urlParameters: [
389
+ Parameters.$host,
390
+ Parameters.subscriptionId,
391
+ Parameters.resourceGroupName,
392
+ Parameters.springbootsitesName,
393
+ ],
394
+ headerParameters: [Parameters.accept, Parameters.contentType],
395
+ mediaType: "json",
396
+ serializer,
397
+ };
398
+ const deleteOperationSpec = {
399
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
400
+ httpMethod: "DELETE",
401
+ responses: {
402
+ 200: {
403
+ headersMapper: Mappers.SpringbootsitesDeleteHeaders,
404
+ },
405
+ 201: {
406
+ headersMapper: Mappers.SpringbootsitesDeleteHeaders,
407
+ },
408
+ 202: {
409
+ headersMapper: Mappers.SpringbootsitesDeleteHeaders,
410
+ },
411
+ 204: {
412
+ headersMapper: Mappers.SpringbootsitesDeleteHeaders,
413
+ },
414
+ default: {
415
+ bodyMapper: Mappers.ErrorResponse,
416
+ },
417
+ },
418
+ queryParameters: [Parameters.apiVersion],
419
+ urlParameters: [
420
+ Parameters.$host,
421
+ Parameters.subscriptionId,
422
+ Parameters.resourceGroupName,
423
+ Parameters.springbootsitesName,
424
+ ],
425
+ headerParameters: [Parameters.accept],
426
+ serializer,
427
+ };
428
+ const updateOperationSpec = {
429
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
430
+ httpMethod: "PATCH",
431
+ responses: {
432
+ 200: {
433
+ bodyMapper: Mappers.SpringbootsitesModel,
434
+ },
435
+ 201: {
436
+ bodyMapper: Mappers.SpringbootsitesModel,
437
+ },
438
+ 202: {
439
+ bodyMapper: Mappers.SpringbootsitesModel,
440
+ },
441
+ 204: {
442
+ bodyMapper: Mappers.SpringbootsitesModel,
443
+ },
444
+ default: {
445
+ bodyMapper: Mappers.ErrorResponse,
446
+ },
447
+ },
448
+ requestBody: Parameters.springbootsites1,
449
+ queryParameters: [Parameters.apiVersion],
450
+ urlParameters: [
451
+ Parameters.$host,
452
+ Parameters.subscriptionId,
453
+ Parameters.resourceGroupName,
454
+ Parameters.springbootsitesName,
455
+ ],
456
+ headerParameters: [Parameters.accept, Parameters.contentType],
457
+ mediaType: "json",
458
+ serializer,
459
+ };
460
+ const triggerRefreshSiteOperationSpec = {
461
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}/refreshSite",
462
+ httpMethod: "POST",
463
+ responses: {
464
+ 200: {
465
+ headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
466
+ },
467
+ 201: {
468
+ headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
469
+ },
470
+ 202: {
471
+ headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
472
+ },
473
+ 204: {
474
+ headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
475
+ },
476
+ default: {
477
+ bodyMapper: Mappers.ErrorResponse,
478
+ },
479
+ },
480
+ queryParameters: [Parameters.apiVersion],
481
+ urlParameters: [
482
+ Parameters.$host,
483
+ Parameters.subscriptionId,
484
+ Parameters.resourceGroupName,
485
+ Parameters.springbootsitesName,
486
+ ],
487
+ headerParameters: [Parameters.accept],
488
+ serializer,
489
+ };
490
+ const listByResourceGroupOperationSpec = {
491
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites",
492
+ httpMethod: "GET",
493
+ responses: {
494
+ 200: {
495
+ bodyMapper: Mappers.SpringbootsitesListResult,
496
+ },
497
+ default: {
498
+ bodyMapper: Mappers.ErrorResponse,
499
+ },
500
+ },
501
+ queryParameters: [Parameters.apiVersion],
502
+ urlParameters: [
503
+ Parameters.$host,
504
+ Parameters.subscriptionId,
505
+ Parameters.resourceGroupName,
506
+ ],
507
+ headerParameters: [Parameters.accept],
508
+ serializer,
509
+ };
510
+ const listBySubscriptionOperationSpec = {
511
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites",
512
+ httpMethod: "GET",
513
+ responses: {
514
+ 200: {
515
+ bodyMapper: Mappers.SpringbootsitesListResult,
516
+ },
517
+ default: {
518
+ bodyMapper: Mappers.ErrorResponse,
519
+ },
520
+ },
521
+ queryParameters: [Parameters.apiVersion],
522
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
523
+ headerParameters: [Parameters.accept],
524
+ serializer,
525
+ };
526
+ const listByResourceGroupNextOperationSpec = {
527
+ path: "{nextLink}",
528
+ httpMethod: "GET",
529
+ responses: {
530
+ 200: {
531
+ bodyMapper: Mappers.SpringbootsitesListResult,
532
+ },
533
+ default: {
534
+ bodyMapper: Mappers.ErrorResponse,
535
+ },
536
+ },
537
+ urlParameters: [
538
+ Parameters.$host,
539
+ Parameters.subscriptionId,
540
+ Parameters.resourceGroupName,
541
+ Parameters.nextLink,
542
+ ],
543
+ headerParameters: [Parameters.accept],
544
+ serializer,
545
+ };
546
+ const listBySubscriptionNextOperationSpec = {
547
+ path: "{nextLink}",
548
+ httpMethod: "GET",
549
+ responses: {
550
+ 200: {
551
+ bodyMapper: Mappers.SpringbootsitesListResult,
552
+ },
553
+ default: {
554
+ bodyMapper: Mappers.ErrorResponse,
555
+ },
556
+ },
557
+ urlParameters: [
558
+ Parameters.$host,
559
+ Parameters.subscriptionId,
560
+ Parameters.nextLink,
561
+ ],
562
+ headerParameters: [Parameters.accept],
563
+ serializer,
564
+ };
565
+ //# sourceMappingURL=springbootsites.js.map