@azure/arm-workloadssapvirtualinstance 1.0.0-beta.1 → 1.0.0

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 (769) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/LICENSE +3 -3
  3. package/README.md +29 -23
  4. package/dist/browser/api/index.d.ts +2 -0
  5. package/dist/browser/api/index.d.ts.map +1 -0
  6. package/dist/browser/api/index.js +4 -0
  7. package/dist/browser/api/index.js.map +1 -0
  8. package/dist/browser/api/operations/index.d.ts +3 -0
  9. package/dist/browser/api/operations/index.d.ts.map +1 -0
  10. package/dist/browser/api/operations/index.js +4 -0
  11. package/dist/browser/api/operations/index.js.map +1 -0
  12. package/dist/browser/api/operations/operations.d.ts +10 -0
  13. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  14. package/dist/browser/api/operations/operations.js +29 -0
  15. package/dist/browser/api/operations/operations.js.map +1 -0
  16. package/dist/browser/api/operations/options.d.ts +5 -0
  17. package/dist/browser/api/operations/options.d.ts.map +1 -0
  18. package/dist/browser/api/operations/options.js +4 -0
  19. package/dist/browser/api/operations/options.js.map +1 -0
  20. package/dist/browser/api/sapApplicationServerInstances/index.d.ts +3 -0
  21. package/dist/browser/api/sapApplicationServerInstances/index.d.ts.map +1 -0
  22. package/dist/browser/api/sapApplicationServerInstances/index.js +4 -0
  23. package/dist/browser/api/sapApplicationServerInstances/index.js.map +1 -0
  24. package/dist/browser/api/sapApplicationServerInstances/operations.d.ts +40 -0
  25. package/dist/browser/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
  26. package/dist/browser/api/sapApplicationServerInstances/operations.js +244 -0
  27. package/dist/browser/api/sapApplicationServerInstances/operations.js.map +1 -0
  28. package/dist/browser/api/sapApplicationServerInstances/options.d.ts +36 -0
  29. package/dist/browser/api/sapApplicationServerInstances/options.d.ts.map +1 -0
  30. package/dist/browser/api/sapApplicationServerInstances/options.js +4 -0
  31. package/dist/browser/api/sapApplicationServerInstances/options.js.map +1 -0
  32. package/dist/browser/api/sapCentralServerInstances/index.d.ts +3 -0
  33. package/dist/browser/api/sapCentralServerInstances/index.d.ts.map +1 -0
  34. package/dist/browser/api/sapCentralServerInstances/index.js +4 -0
  35. package/dist/browser/api/sapCentralServerInstances/index.js.map +1 -0
  36. package/dist/browser/api/sapCentralServerInstances/operations.d.ts +40 -0
  37. package/dist/browser/api/sapCentralServerInstances/operations.d.ts.map +1 -0
  38. package/dist/browser/api/sapCentralServerInstances/operations.js +232 -0
  39. package/dist/browser/api/sapCentralServerInstances/operations.js.map +1 -0
  40. package/dist/browser/api/sapCentralServerInstances/options.d.ts +36 -0
  41. package/dist/browser/api/sapCentralServerInstances/options.d.ts.map +1 -0
  42. package/dist/browser/api/sapCentralServerInstances/options.js +4 -0
  43. package/dist/browser/api/sapCentralServerInstances/options.js.map +1 -0
  44. package/dist/browser/api/sapDatabaseInstances/index.d.ts +3 -0
  45. package/dist/browser/api/sapDatabaseInstances/index.d.ts.map +1 -0
  46. package/dist/browser/api/sapDatabaseInstances/index.js +4 -0
  47. package/dist/browser/api/sapDatabaseInstances/index.js.map +1 -0
  48. package/dist/browser/api/sapDatabaseInstances/operations.d.ts +40 -0
  49. package/dist/browser/api/sapDatabaseInstances/operations.d.ts.map +1 -0
  50. package/dist/browser/api/sapDatabaseInstances/operations.js +216 -0
  51. package/dist/browser/api/sapDatabaseInstances/operations.js.map +1 -0
  52. package/dist/browser/api/sapDatabaseInstances/options.d.ts +36 -0
  53. package/dist/browser/api/sapDatabaseInstances/options.d.ts.map +1 -0
  54. package/dist/browser/api/sapDatabaseInstances/options.js +4 -0
  55. package/dist/browser/api/sapDatabaseInstances/options.js.map +1 -0
  56. package/dist/browser/api/sapVirtualInstances/index.d.ts +3 -0
  57. package/dist/browser/api/sapVirtualInstances/index.d.ts.map +1 -0
  58. package/dist/browser/api/sapVirtualInstances/index.js +4 -0
  59. package/dist/browser/api/sapVirtualInstances/index.js.map +1 -0
  60. package/dist/browser/api/sapVirtualInstances/operations.d.ts +60 -0
  61. package/dist/browser/api/sapVirtualInstances/operations.d.ts.map +1 -0
  62. package/dist/browser/api/sapVirtualInstances/operations.js +360 -0
  63. package/dist/browser/api/sapVirtualInstances/operations.js.map +1 -0
  64. package/dist/browser/api/sapVirtualInstances/options.d.ts +53 -0
  65. package/dist/browser/api/sapVirtualInstances/options.d.ts.map +1 -0
  66. package/dist/browser/api/sapVirtualInstances/options.js +4 -0
  67. package/dist/browser/api/sapVirtualInstances/options.js.map +1 -0
  68. package/dist/browser/api/workloadsContext.d.ts +19 -0
  69. package/dist/browser/api/workloadsContext.d.ts.map +1 -0
  70. package/dist/browser/api/workloadsContext.js +35 -0
  71. package/dist/browser/api/workloadsContext.js.map +1 -0
  72. package/dist/browser/classic/index.d.ts +6 -0
  73. package/dist/browser/classic/index.d.ts.map +1 -0
  74. package/dist/browser/classic/index.js +4 -0
  75. package/dist/browser/classic/index.js.map +1 -0
  76. package/dist/browser/classic/operations/index.d.ts +11 -0
  77. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  78. package/dist/browser/classic/operations/index.js +12 -0
  79. package/dist/browser/classic/operations/index.js.map +1 -0
  80. package/dist/browser/classic/sapApplicationServerInstances/index.d.ts +29 -0
  81. package/dist/browser/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
  82. package/dist/browser/classic/sapApplicationServerInstances/index.js +18 -0
  83. package/dist/browser/classic/sapApplicationServerInstances/index.js.map +1 -0
  84. package/dist/browser/classic/sapCentralServerInstances/index.d.ts +29 -0
  85. package/dist/browser/classic/sapCentralServerInstances/index.d.ts.map +1 -0
  86. package/dist/browser/classic/sapCentralServerInstances/index.js +18 -0
  87. package/dist/browser/classic/sapCentralServerInstances/index.js.map +1 -0
  88. package/dist/browser/classic/sapDatabaseInstances/index.d.ts +29 -0
  89. package/dist/browser/classic/sapDatabaseInstances/index.d.ts.map +1 -0
  90. package/dist/browser/classic/sapDatabaseInstances/index.js +18 -0
  91. package/dist/browser/classic/sapDatabaseInstances/index.js.map +1 -0
  92. package/dist/browser/classic/sapVirtualInstances/index.d.ts +39 -0
  93. package/dist/browser/classic/sapVirtualInstances/index.d.ts.map +1 -0
  94. package/dist/browser/classic/sapVirtualInstances/index.js +23 -0
  95. package/dist/browser/classic/sapVirtualInstances/index.js.map +1 -0
  96. package/dist/browser/index.d.ts +13 -0
  97. package/dist/browser/index.d.ts.map +1 -0
  98. package/dist/browser/index.js +6 -0
  99. package/dist/browser/index.js.map +1 -0
  100. package/dist/browser/logger.d.ts +2 -0
  101. package/dist/browser/logger.d.ts.map +1 -0
  102. package/dist/browser/logger.js +5 -0
  103. package/dist/browser/logger.js.map +1 -0
  104. package/dist/browser/models/index.d.ts +2 -0
  105. package/dist/browser/models/index.d.ts.map +1 -0
  106. package/dist/browser/models/index.js +4 -0
  107. package/dist/browser/models/index.js.map +1 -0
  108. package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +1444 -1885
  109. package/dist/browser/models/models.d.ts.map +1 -0
  110. package/dist/browser/models/models.js +1963 -0
  111. package/dist/browser/models/models.js.map +1 -0
  112. package/dist/browser/package.json +3 -0
  113. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  114. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  115. package/dist/browser/restorePollerHelpers.js +148 -0
  116. package/dist/browser/restorePollerHelpers.js.map +1 -0
  117. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  118. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  119. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  120. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  121. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  122. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  123. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  124. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  125. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  126. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  127. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  128. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  129. package/dist/browser/workloadsClient.d.ts +27 -0
  130. package/dist/browser/workloadsClient.d.ts.map +1 -0
  131. package/dist/browser/workloadsClient.js +26 -0
  132. package/dist/browser/workloadsClient.js.map +1 -0
  133. package/dist/commonjs/api/index.d.ts +2 -0
  134. package/dist/commonjs/api/index.d.ts.map +1 -0
  135. package/dist/commonjs/api/index.js +8 -0
  136. package/dist/commonjs/api/index.js.map +1 -0
  137. package/dist/commonjs/api/operations/index.d.ts +3 -0
  138. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  139. package/dist/commonjs/api/operations/index.js +8 -0
  140. package/dist/commonjs/api/operations/index.js.map +1 -0
  141. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  142. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  143. package/dist/commonjs/api/operations/operations.js +34 -0
  144. package/dist/commonjs/api/operations/operations.js.map +1 -0
  145. package/dist/commonjs/api/operations/options.d.ts +5 -0
  146. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  147. package/dist/commonjs/api/operations/options.js +5 -0
  148. package/dist/commonjs/api/operations/options.js.map +1 -0
  149. package/dist/commonjs/api/sapApplicationServerInstances/index.d.ts +3 -0
  150. package/dist/commonjs/api/sapApplicationServerInstances/index.d.ts.map +1 -0
  151. package/dist/commonjs/api/sapApplicationServerInstances/index.js +14 -0
  152. package/dist/commonjs/api/sapApplicationServerInstances/index.js.map +1 -0
  153. package/dist/commonjs/api/sapApplicationServerInstances/operations.d.ts +40 -0
  154. package/dist/commonjs/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
  155. package/dist/commonjs/api/sapApplicationServerInstances/operations.js +267 -0
  156. package/dist/commonjs/api/sapApplicationServerInstances/operations.js.map +1 -0
  157. package/dist/commonjs/api/sapApplicationServerInstances/options.d.ts +36 -0
  158. package/dist/commonjs/api/sapApplicationServerInstances/options.d.ts.map +1 -0
  159. package/dist/commonjs/api/sapApplicationServerInstances/options.js +5 -0
  160. package/dist/commonjs/api/sapApplicationServerInstances/options.js.map +1 -0
  161. package/dist/commonjs/api/sapCentralServerInstances/index.d.ts +3 -0
  162. package/dist/commonjs/api/sapCentralServerInstances/index.d.ts.map +1 -0
  163. package/dist/commonjs/api/sapCentralServerInstances/index.js +14 -0
  164. package/dist/commonjs/api/sapCentralServerInstances/index.js.map +1 -0
  165. package/dist/commonjs/api/sapCentralServerInstances/operations.d.ts +40 -0
  166. package/dist/commonjs/api/sapCentralServerInstances/operations.d.ts.map +1 -0
  167. package/dist/commonjs/api/sapCentralServerInstances/operations.js +255 -0
  168. package/dist/commonjs/api/sapCentralServerInstances/operations.js.map +1 -0
  169. package/dist/commonjs/api/sapCentralServerInstances/options.d.ts +36 -0
  170. package/dist/commonjs/api/sapCentralServerInstances/options.d.ts.map +1 -0
  171. package/dist/commonjs/api/sapCentralServerInstances/options.js +5 -0
  172. package/dist/commonjs/api/sapCentralServerInstances/options.js.map +1 -0
  173. package/dist/commonjs/api/sapDatabaseInstances/index.d.ts +3 -0
  174. package/dist/commonjs/api/sapDatabaseInstances/index.d.ts.map +1 -0
  175. package/dist/commonjs/api/sapDatabaseInstances/index.js +14 -0
  176. package/dist/commonjs/api/sapDatabaseInstances/index.js.map +1 -0
  177. package/dist/commonjs/api/sapDatabaseInstances/operations.d.ts +40 -0
  178. package/dist/commonjs/api/sapDatabaseInstances/operations.d.ts.map +1 -0
  179. package/dist/commonjs/api/sapDatabaseInstances/operations.js +239 -0
  180. package/dist/commonjs/api/sapDatabaseInstances/operations.js.map +1 -0
  181. package/dist/commonjs/api/sapDatabaseInstances/options.d.ts +36 -0
  182. package/dist/commonjs/api/sapDatabaseInstances/options.d.ts.map +1 -0
  183. package/dist/commonjs/api/sapDatabaseInstances/options.js +5 -0
  184. package/dist/commonjs/api/sapDatabaseInstances/options.js.map +1 -0
  185. package/dist/commonjs/api/sapVirtualInstances/index.d.ts +3 -0
  186. package/dist/commonjs/api/sapVirtualInstances/index.d.ts.map +1 -0
  187. package/dist/commonjs/api/sapVirtualInstances/index.js +19 -0
  188. package/dist/commonjs/api/sapVirtualInstances/index.js.map +1 -0
  189. package/dist/commonjs/api/sapVirtualInstances/operations.d.ts +60 -0
  190. package/dist/commonjs/api/sapVirtualInstances/operations.d.ts.map +1 -0
  191. package/dist/commonjs/api/sapVirtualInstances/operations.js +398 -0
  192. package/dist/commonjs/api/sapVirtualInstances/operations.js.map +1 -0
  193. package/dist/commonjs/api/sapVirtualInstances/options.d.ts +53 -0
  194. package/dist/commonjs/api/sapVirtualInstances/options.d.ts.map +1 -0
  195. package/dist/commonjs/api/sapVirtualInstances/options.js +5 -0
  196. package/dist/commonjs/api/sapVirtualInstances/options.js.map +1 -0
  197. package/dist/commonjs/api/workloadsContext.d.ts +19 -0
  198. package/dist/commonjs/api/workloadsContext.d.ts.map +1 -0
  199. package/dist/commonjs/api/workloadsContext.js +38 -0
  200. package/dist/commonjs/api/workloadsContext.js.map +1 -0
  201. package/dist/commonjs/classic/index.d.ts +6 -0
  202. package/dist/commonjs/classic/index.d.ts.map +1 -0
  203. package/dist/commonjs/classic/index.js +5 -0
  204. package/dist/commonjs/classic/index.js.map +1 -0
  205. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  206. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  207. package/dist/commonjs/classic/operations/index.js +15 -0
  208. package/dist/commonjs/classic/operations/index.js.map +1 -0
  209. package/dist/commonjs/classic/sapApplicationServerInstances/index.d.ts +29 -0
  210. package/dist/commonjs/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
  211. package/dist/commonjs/classic/sapApplicationServerInstances/index.js +21 -0
  212. package/dist/commonjs/classic/sapApplicationServerInstances/index.js.map +1 -0
  213. package/dist/commonjs/classic/sapCentralServerInstances/index.d.ts +29 -0
  214. package/dist/commonjs/classic/sapCentralServerInstances/index.d.ts.map +1 -0
  215. package/dist/commonjs/classic/sapCentralServerInstances/index.js +21 -0
  216. package/dist/commonjs/classic/sapCentralServerInstances/index.js.map +1 -0
  217. package/dist/commonjs/classic/sapDatabaseInstances/index.d.ts +29 -0
  218. package/dist/commonjs/classic/sapDatabaseInstances/index.d.ts.map +1 -0
  219. package/dist/commonjs/classic/sapDatabaseInstances/index.js +21 -0
  220. package/dist/commonjs/classic/sapDatabaseInstances/index.js.map +1 -0
  221. package/dist/commonjs/classic/sapVirtualInstances/index.d.ts +39 -0
  222. package/dist/commonjs/classic/sapVirtualInstances/index.d.ts.map +1 -0
  223. package/dist/commonjs/classic/sapVirtualInstances/index.js +26 -0
  224. package/dist/commonjs/classic/sapVirtualInstances/index.js.map +1 -0
  225. package/dist/commonjs/index.d.ts +13 -0
  226. package/dist/commonjs/index.d.ts.map +1 -0
  227. package/dist/commonjs/index.js +36 -0
  228. package/dist/commonjs/index.js.map +1 -0
  229. package/dist/commonjs/logger.d.ts +2 -0
  230. package/dist/commonjs/logger.d.ts.map +1 -0
  231. package/dist/commonjs/logger.js +8 -0
  232. package/dist/commonjs/logger.js.map +1 -0
  233. package/dist/commonjs/models/index.d.ts +2 -0
  234. package/dist/commonjs/models/index.d.ts.map +1 -0
  235. package/dist/commonjs/models/index.js +32 -0
  236. package/dist/commonjs/models/index.js.map +1 -0
  237. package/dist/commonjs/models/models.d.ts +1717 -0
  238. package/dist/commonjs/models/models.d.ts.map +1 -0
  239. package/dist/commonjs/models/models.js +2179 -0
  240. package/dist/commonjs/models/models.js.map +1 -0
  241. package/dist/commonjs/package.json +3 -0
  242. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  243. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  244. package/dist/commonjs/restorePollerHelpers.js +151 -0
  245. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  246. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  247. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  248. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  249. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  250. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  251. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  252. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  253. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  254. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  255. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  256. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  257. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  258. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  259. package/dist/commonjs/workloadsClient.d.ts +27 -0
  260. package/dist/commonjs/workloadsClient.d.ts.map +1 -0
  261. package/dist/commonjs/workloadsClient.js +30 -0
  262. package/dist/commonjs/workloadsClient.js.map +1 -0
  263. package/dist/esm/api/index.d.ts +2 -0
  264. package/dist/esm/api/index.d.ts.map +1 -0
  265. package/dist/esm/api/index.js +4 -0
  266. package/dist/esm/api/index.js.map +1 -0
  267. package/dist/esm/api/operations/index.d.ts +3 -0
  268. package/dist/esm/api/operations/index.d.ts.map +1 -0
  269. package/dist/esm/api/operations/index.js +4 -0
  270. package/dist/esm/api/operations/index.js.map +1 -0
  271. package/dist/esm/api/operations/operations.d.ts +10 -0
  272. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  273. package/dist/esm/api/operations/operations.js +29 -0
  274. package/dist/esm/api/operations/operations.js.map +1 -0
  275. package/dist/esm/api/operations/options.d.ts +5 -0
  276. package/dist/esm/api/operations/options.d.ts.map +1 -0
  277. package/dist/esm/api/operations/options.js +4 -0
  278. package/dist/esm/api/operations/options.js.map +1 -0
  279. package/dist/esm/api/sapApplicationServerInstances/index.d.ts +3 -0
  280. package/dist/esm/api/sapApplicationServerInstances/index.d.ts.map +1 -0
  281. package/dist/esm/api/sapApplicationServerInstances/index.js +4 -0
  282. package/dist/esm/api/sapApplicationServerInstances/index.js.map +1 -0
  283. package/dist/esm/api/sapApplicationServerInstances/operations.d.ts +40 -0
  284. package/dist/esm/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
  285. package/dist/esm/api/sapApplicationServerInstances/operations.js +244 -0
  286. package/dist/esm/api/sapApplicationServerInstances/operations.js.map +1 -0
  287. package/dist/esm/api/sapApplicationServerInstances/options.d.ts +36 -0
  288. package/dist/esm/api/sapApplicationServerInstances/options.d.ts.map +1 -0
  289. package/dist/esm/api/sapApplicationServerInstances/options.js +4 -0
  290. package/dist/esm/api/sapApplicationServerInstances/options.js.map +1 -0
  291. package/dist/esm/api/sapCentralServerInstances/index.d.ts +3 -0
  292. package/dist/esm/api/sapCentralServerInstances/index.d.ts.map +1 -0
  293. package/dist/esm/api/sapCentralServerInstances/index.js +4 -0
  294. package/dist/esm/api/sapCentralServerInstances/index.js.map +1 -0
  295. package/dist/esm/api/sapCentralServerInstances/operations.d.ts +40 -0
  296. package/dist/esm/api/sapCentralServerInstances/operations.d.ts.map +1 -0
  297. package/dist/esm/api/sapCentralServerInstances/operations.js +232 -0
  298. package/dist/esm/api/sapCentralServerInstances/operations.js.map +1 -0
  299. package/dist/esm/api/sapCentralServerInstances/options.d.ts +36 -0
  300. package/dist/esm/api/sapCentralServerInstances/options.d.ts.map +1 -0
  301. package/dist/esm/api/sapCentralServerInstances/options.js +4 -0
  302. package/dist/esm/api/sapCentralServerInstances/options.js.map +1 -0
  303. package/dist/esm/api/sapDatabaseInstances/index.d.ts +3 -0
  304. package/dist/esm/api/sapDatabaseInstances/index.d.ts.map +1 -0
  305. package/dist/esm/api/sapDatabaseInstances/index.js +4 -0
  306. package/dist/esm/api/sapDatabaseInstances/index.js.map +1 -0
  307. package/dist/esm/api/sapDatabaseInstances/operations.d.ts +40 -0
  308. package/dist/esm/api/sapDatabaseInstances/operations.d.ts.map +1 -0
  309. package/dist/esm/api/sapDatabaseInstances/operations.js +216 -0
  310. package/dist/esm/api/sapDatabaseInstances/operations.js.map +1 -0
  311. package/dist/esm/api/sapDatabaseInstances/options.d.ts +36 -0
  312. package/dist/esm/api/sapDatabaseInstances/options.d.ts.map +1 -0
  313. package/dist/esm/api/sapDatabaseInstances/options.js +4 -0
  314. package/dist/esm/api/sapDatabaseInstances/options.js.map +1 -0
  315. package/dist/esm/api/sapVirtualInstances/index.d.ts +3 -0
  316. package/dist/esm/api/sapVirtualInstances/index.d.ts.map +1 -0
  317. package/dist/esm/api/sapVirtualInstances/index.js +4 -0
  318. package/dist/esm/api/sapVirtualInstances/index.js.map +1 -0
  319. package/dist/esm/api/sapVirtualInstances/operations.d.ts +60 -0
  320. package/dist/esm/api/sapVirtualInstances/operations.d.ts.map +1 -0
  321. package/dist/esm/api/sapVirtualInstances/operations.js +360 -0
  322. package/dist/esm/api/sapVirtualInstances/operations.js.map +1 -0
  323. package/dist/esm/api/sapVirtualInstances/options.d.ts +53 -0
  324. package/dist/esm/api/sapVirtualInstances/options.d.ts.map +1 -0
  325. package/dist/esm/api/sapVirtualInstances/options.js +4 -0
  326. package/dist/esm/api/sapVirtualInstances/options.js.map +1 -0
  327. package/dist/esm/api/workloadsContext.d.ts +19 -0
  328. package/dist/esm/api/workloadsContext.d.ts.map +1 -0
  329. package/dist/esm/api/workloadsContext.js +35 -0
  330. package/dist/esm/api/workloadsContext.js.map +1 -0
  331. package/dist/esm/classic/index.d.ts +6 -0
  332. package/dist/esm/classic/index.d.ts.map +1 -0
  333. package/dist/esm/classic/index.js +4 -0
  334. package/dist/esm/classic/index.js.map +1 -0
  335. package/dist/esm/classic/operations/index.d.ts +11 -0
  336. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  337. package/dist/esm/classic/operations/index.js +12 -0
  338. package/dist/esm/classic/operations/index.js.map +1 -0
  339. package/dist/esm/classic/sapApplicationServerInstances/index.d.ts +29 -0
  340. package/dist/esm/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
  341. package/dist/esm/classic/sapApplicationServerInstances/index.js +18 -0
  342. package/dist/esm/classic/sapApplicationServerInstances/index.js.map +1 -0
  343. package/dist/esm/classic/sapCentralServerInstances/index.d.ts +29 -0
  344. package/dist/esm/classic/sapCentralServerInstances/index.d.ts.map +1 -0
  345. package/dist/esm/classic/sapCentralServerInstances/index.js +18 -0
  346. package/dist/esm/classic/sapCentralServerInstances/index.js.map +1 -0
  347. package/dist/esm/classic/sapDatabaseInstances/index.d.ts +29 -0
  348. package/dist/esm/classic/sapDatabaseInstances/index.d.ts.map +1 -0
  349. package/dist/esm/classic/sapDatabaseInstances/index.js +18 -0
  350. package/dist/esm/classic/sapDatabaseInstances/index.js.map +1 -0
  351. package/dist/esm/classic/sapVirtualInstances/index.d.ts +39 -0
  352. package/dist/esm/classic/sapVirtualInstances/index.d.ts.map +1 -0
  353. package/dist/esm/classic/sapVirtualInstances/index.js +23 -0
  354. package/dist/esm/classic/sapVirtualInstances/index.js.map +1 -0
  355. package/dist/esm/index.d.ts +13 -0
  356. package/dist/esm/index.d.ts.map +1 -0
  357. package/dist/esm/index.js +6 -0
  358. package/dist/esm/index.js.map +1 -0
  359. package/dist/esm/logger.d.ts +2 -0
  360. package/dist/esm/logger.d.ts.map +1 -0
  361. package/dist/esm/logger.js +5 -0
  362. package/dist/esm/logger.js.map +1 -0
  363. package/dist/esm/models/index.d.ts +2 -0
  364. package/dist/esm/models/index.d.ts.map +1 -0
  365. package/dist/esm/models/index.js +4 -0
  366. package/dist/esm/models/index.js.map +1 -0
  367. package/dist/esm/models/models.d.ts +1717 -0
  368. package/dist/esm/models/models.d.ts.map +1 -0
  369. package/dist/esm/models/models.js +1963 -0
  370. package/dist/esm/models/models.js.map +1 -0
  371. package/dist/esm/package.json +3 -0
  372. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  373. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  374. package/dist/esm/restorePollerHelpers.js +148 -0
  375. package/dist/esm/restorePollerHelpers.js.map +1 -0
  376. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  377. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  378. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  379. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  380. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  381. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  382. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  383. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  384. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  385. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  386. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  387. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  388. package/dist/esm/workloadsClient.d.ts +27 -0
  389. package/dist/esm/workloadsClient.d.ts.map +1 -0
  390. package/dist/esm/workloadsClient.js +26 -0
  391. package/dist/esm/workloadsClient.js.map +1 -0
  392. package/dist/react-native/api/index.d.ts +2 -0
  393. package/dist/react-native/api/index.d.ts.map +1 -0
  394. package/dist/react-native/api/index.js +4 -0
  395. package/dist/react-native/api/index.js.map +1 -0
  396. package/dist/react-native/api/operations/index.d.ts +3 -0
  397. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  398. package/dist/react-native/api/operations/index.js +4 -0
  399. package/dist/react-native/api/operations/index.js.map +1 -0
  400. package/dist/react-native/api/operations/operations.d.ts +10 -0
  401. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  402. package/dist/react-native/api/operations/operations.js +29 -0
  403. package/dist/react-native/api/operations/operations.js.map +1 -0
  404. package/dist/react-native/api/operations/options.d.ts +5 -0
  405. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  406. package/dist/react-native/api/operations/options.js +4 -0
  407. package/dist/react-native/api/operations/options.js.map +1 -0
  408. package/dist/react-native/api/sapApplicationServerInstances/index.d.ts +3 -0
  409. package/dist/react-native/api/sapApplicationServerInstances/index.d.ts.map +1 -0
  410. package/dist/react-native/api/sapApplicationServerInstances/index.js +4 -0
  411. package/dist/react-native/api/sapApplicationServerInstances/index.js.map +1 -0
  412. package/dist/react-native/api/sapApplicationServerInstances/operations.d.ts +40 -0
  413. package/dist/react-native/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
  414. package/dist/react-native/api/sapApplicationServerInstances/operations.js +244 -0
  415. package/dist/react-native/api/sapApplicationServerInstances/operations.js.map +1 -0
  416. package/dist/react-native/api/sapApplicationServerInstances/options.d.ts +36 -0
  417. package/dist/react-native/api/sapApplicationServerInstances/options.d.ts.map +1 -0
  418. package/dist/react-native/api/sapApplicationServerInstances/options.js +4 -0
  419. package/dist/react-native/api/sapApplicationServerInstances/options.js.map +1 -0
  420. package/dist/react-native/api/sapCentralServerInstances/index.d.ts +3 -0
  421. package/dist/react-native/api/sapCentralServerInstances/index.d.ts.map +1 -0
  422. package/dist/react-native/api/sapCentralServerInstances/index.js +4 -0
  423. package/dist/react-native/api/sapCentralServerInstances/index.js.map +1 -0
  424. package/dist/react-native/api/sapCentralServerInstances/operations.d.ts +40 -0
  425. package/dist/react-native/api/sapCentralServerInstances/operations.d.ts.map +1 -0
  426. package/dist/react-native/api/sapCentralServerInstances/operations.js +232 -0
  427. package/dist/react-native/api/sapCentralServerInstances/operations.js.map +1 -0
  428. package/dist/react-native/api/sapCentralServerInstances/options.d.ts +36 -0
  429. package/dist/react-native/api/sapCentralServerInstances/options.d.ts.map +1 -0
  430. package/dist/react-native/api/sapCentralServerInstances/options.js +4 -0
  431. package/dist/react-native/api/sapCentralServerInstances/options.js.map +1 -0
  432. package/dist/react-native/api/sapDatabaseInstances/index.d.ts +3 -0
  433. package/dist/react-native/api/sapDatabaseInstances/index.d.ts.map +1 -0
  434. package/dist/react-native/api/sapDatabaseInstances/index.js +4 -0
  435. package/dist/react-native/api/sapDatabaseInstances/index.js.map +1 -0
  436. package/dist/react-native/api/sapDatabaseInstances/operations.d.ts +40 -0
  437. package/dist/react-native/api/sapDatabaseInstances/operations.d.ts.map +1 -0
  438. package/dist/react-native/api/sapDatabaseInstances/operations.js +216 -0
  439. package/dist/react-native/api/sapDatabaseInstances/operations.js.map +1 -0
  440. package/dist/react-native/api/sapDatabaseInstances/options.d.ts +36 -0
  441. package/dist/react-native/api/sapDatabaseInstances/options.d.ts.map +1 -0
  442. package/dist/react-native/api/sapDatabaseInstances/options.js +4 -0
  443. package/dist/react-native/api/sapDatabaseInstances/options.js.map +1 -0
  444. package/dist/react-native/api/sapVirtualInstances/index.d.ts +3 -0
  445. package/dist/react-native/api/sapVirtualInstances/index.d.ts.map +1 -0
  446. package/dist/react-native/api/sapVirtualInstances/index.js +4 -0
  447. package/dist/react-native/api/sapVirtualInstances/index.js.map +1 -0
  448. package/dist/react-native/api/sapVirtualInstances/operations.d.ts +60 -0
  449. package/dist/react-native/api/sapVirtualInstances/operations.d.ts.map +1 -0
  450. package/dist/react-native/api/sapVirtualInstances/operations.js +360 -0
  451. package/dist/react-native/api/sapVirtualInstances/operations.js.map +1 -0
  452. package/dist/react-native/api/sapVirtualInstances/options.d.ts +53 -0
  453. package/dist/react-native/api/sapVirtualInstances/options.d.ts.map +1 -0
  454. package/dist/react-native/api/sapVirtualInstances/options.js +4 -0
  455. package/dist/react-native/api/sapVirtualInstances/options.js.map +1 -0
  456. package/dist/react-native/api/workloadsContext.d.ts +19 -0
  457. package/dist/react-native/api/workloadsContext.d.ts.map +1 -0
  458. package/dist/react-native/api/workloadsContext.js +35 -0
  459. package/dist/react-native/api/workloadsContext.js.map +1 -0
  460. package/dist/react-native/classic/index.d.ts +6 -0
  461. package/dist/react-native/classic/index.d.ts.map +1 -0
  462. package/dist/react-native/classic/index.js +4 -0
  463. package/dist/react-native/classic/index.js.map +1 -0
  464. package/dist/react-native/classic/operations/index.d.ts +11 -0
  465. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  466. package/dist/react-native/classic/operations/index.js +12 -0
  467. package/dist/react-native/classic/operations/index.js.map +1 -0
  468. package/dist/react-native/classic/sapApplicationServerInstances/index.d.ts +29 -0
  469. package/dist/react-native/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
  470. package/dist/react-native/classic/sapApplicationServerInstances/index.js +18 -0
  471. package/dist/react-native/classic/sapApplicationServerInstances/index.js.map +1 -0
  472. package/dist/react-native/classic/sapCentralServerInstances/index.d.ts +29 -0
  473. package/dist/react-native/classic/sapCentralServerInstances/index.d.ts.map +1 -0
  474. package/dist/react-native/classic/sapCentralServerInstances/index.js +18 -0
  475. package/dist/react-native/classic/sapCentralServerInstances/index.js.map +1 -0
  476. package/dist/react-native/classic/sapDatabaseInstances/index.d.ts +29 -0
  477. package/dist/react-native/classic/sapDatabaseInstances/index.d.ts.map +1 -0
  478. package/dist/react-native/classic/sapDatabaseInstances/index.js +18 -0
  479. package/dist/react-native/classic/sapDatabaseInstances/index.js.map +1 -0
  480. package/dist/react-native/classic/sapVirtualInstances/index.d.ts +39 -0
  481. package/dist/react-native/classic/sapVirtualInstances/index.d.ts.map +1 -0
  482. package/dist/react-native/classic/sapVirtualInstances/index.js +23 -0
  483. package/dist/react-native/classic/sapVirtualInstances/index.js.map +1 -0
  484. package/dist/react-native/index.d.ts +13 -0
  485. package/dist/react-native/index.d.ts.map +1 -0
  486. package/dist/react-native/index.js +6 -0
  487. package/dist/react-native/index.js.map +1 -0
  488. package/dist/react-native/logger.d.ts +2 -0
  489. package/dist/react-native/logger.d.ts.map +1 -0
  490. package/dist/react-native/logger.js +5 -0
  491. package/dist/react-native/logger.js.map +1 -0
  492. package/dist/react-native/models/index.d.ts +2 -0
  493. package/dist/react-native/models/index.d.ts.map +1 -0
  494. package/dist/react-native/models/index.js +4 -0
  495. package/dist/react-native/models/index.js.map +1 -0
  496. package/dist/react-native/models/models.d.ts +1717 -0
  497. package/dist/react-native/models/models.d.ts.map +1 -0
  498. package/dist/react-native/models/models.js +1963 -0
  499. package/dist/react-native/models/models.js.map +1 -0
  500. package/dist/react-native/package.json +3 -0
  501. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  502. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  503. package/dist/react-native/restorePollerHelpers.js +148 -0
  504. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  505. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  506. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  507. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  508. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  509. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  510. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  511. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  512. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  513. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  514. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  515. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  516. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  517. package/dist/react-native/workloadsClient.d.ts +27 -0
  518. package/dist/react-native/workloadsClient.d.ts.map +1 -0
  519. package/dist/react-native/workloadsClient.js +26 -0
  520. package/dist/react-native/workloadsClient.js.map +1 -0
  521. package/package.json +246 -87
  522. package/review/arm-workloadssapvirtualinstance-api-operations.api.md +19 -0
  523. package/review/arm-workloadssapvirtualinstance-api-sapApplicationServerInstances.api.md +70 -0
  524. package/review/arm-workloadssapvirtualinstance-api-sapCentralServerInstances.api.md +70 -0
  525. package/review/arm-workloadssapvirtualinstance-api-sapDatabaseInstances.api.md +70 -0
  526. package/review/arm-workloadssapvirtualinstance-api-sapVirtualInstances.api.md +106 -0
  527. package/review/arm-workloadssapvirtualinstance-api.api.md +27 -0
  528. package/review/arm-workloadssapvirtualinstance-models.api.md +1009 -0
  529. package/review/arm-workloadssapvirtualinstance.api.md +180 -462
  530. package/dist/index.js +0 -6973
  531. package/dist/index.js.map +0 -1
  532. package/dist/index.min.js +0 -1
  533. package/dist/index.min.js.map +0 -1
  534. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  537. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  538. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +0 -72
  541. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js.map +0 -1
  542. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +0 -40
  545. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js.map +0 -1
  546. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +0 -40
  549. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js.map +0 -1
  550. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +0 -55
  553. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +0 -1
  554. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js +0 -64
  557. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js.map +0 -1
  558. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js +0 -68
  561. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js.map +0 -1
  562. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +0 -44
  565. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js.map +0 -1
  566. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +0 -56
  569. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js.map +0 -1
  570. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +0 -72
  573. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js.map +0 -1
  574. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +0 -40
  577. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js.map +0 -1
  578. package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +0 -40
  581. package/dist-esm/samples-dev/sapCentralInstancesGetSample.js.map +0 -1
  582. package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/sapCentralInstancesListSample.js +0 -55
  585. package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +0 -1
  586. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js +0 -62
  589. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js.map +0 -1
  590. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js +0 -64
  593. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js.map +0 -1
  594. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +0 -42
  597. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js.map +0 -1
  598. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +0 -72
  601. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js.map +0 -1
  602. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +0 -40
  605. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js.map +0 -1
  606. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts +0 -2
  607. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +0 -40
  609. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js.map +0 -1
  610. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts +0 -2
  611. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +0 -55
  613. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +0 -1
  614. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js +0 -62
  617. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js.map +0 -1
  618. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts +0 -2
  619. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js +0 -64
  621. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js.map +0 -1
  622. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +0 -42
  625. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js.map +0 -1
  626. package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts +0 -2
  627. package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +0 -56
  629. package/dist-esm/samples-dev/sapDiskConfigurationsSample.js.map +0 -1
  630. package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +0 -92
  633. package/dist-esm/samples-dev/sapSizingRecommendationsSample.js.map +0 -1
  634. package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts +0 -2
  635. package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/sapSupportedSkuSample.js +0 -92
  637. package/dist-esm/samples-dev/sapSupportedSkuSample.js.map +0 -1
  638. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +0 -2993
  641. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +0 -1
  642. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts +0 -2
  643. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +0 -39
  645. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js.map +0 -1
  646. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts +0 -2
  647. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +0 -58
  649. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js.map +0 -1
  650. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts +0 -2
  651. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +0 -54
  653. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +0 -1
  654. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts +0 -2
  655. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +0 -53
  657. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +0 -1
  658. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts +0 -2
  659. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +0 -60
  661. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js.map +0 -1
  662. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +0 -62
  665. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js.map +0 -1
  666. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts +0 -2
  667. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +0 -69
  669. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js.map +0 -1
  670. package/dist-esm/src/index.d.ts +0 -6
  671. package/dist-esm/src/index.d.ts.map +0 -1
  672. package/dist-esm/src/index.js +0 -13
  673. package/dist-esm/src/index.js.map +0 -1
  674. package/dist-esm/src/lroImpl.d.ts +0 -11
  675. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  676. package/dist-esm/src/lroImpl.js +0 -21
  677. package/dist-esm/src/lroImpl.js.map +0 -1
  678. package/dist-esm/src/models/index.d.ts.map +0 -1
  679. package/dist-esm/src/models/index.js +0 -274
  680. package/dist-esm/src/models/index.js.map +0 -1
  681. package/dist-esm/src/models/mappers.d.ts +0 -146
  682. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  683. package/dist-esm/src/models/mappers.js +0 -3364
  684. package/dist-esm/src/models/mappers.js.map +0 -1
  685. package/dist-esm/src/models/parameters.d.ts +0 -28
  686. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  687. package/dist-esm/src/models/parameters.js +0 -212
  688. package/dist-esm/src/models/parameters.js.map +0 -1
  689. package/dist-esm/src/operations/index.d.ts +0 -6
  690. package/dist-esm/src/operations/index.d.ts.map +0 -1
  691. package/dist-esm/src/operations/index.js +0 -13
  692. package/dist-esm/src/operations/index.js.map +0 -1
  693. package/dist-esm/src/operations/operations.d.ts +0 -32
  694. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  695. package/dist-esm/src/operations/operations.js +0 -133
  696. package/dist-esm/src/operations/operations.js.map +0 -1
  697. package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +0 -127
  698. package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +0 -1
  699. package/dist-esm/src/operations/sAPApplicationServerInstances.js +0 -617
  700. package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +0 -1
  701. package/dist-esm/src/operations/sAPCentralInstances.d.ts +0 -140
  702. package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +0 -1
  703. package/dist-esm/src/operations/sAPCentralInstances.js +0 -630
  704. package/dist-esm/src/operations/sAPCentralInstances.js.map +0 -1
  705. package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +0 -133
  706. package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +0 -1
  707. package/dist-esm/src/operations/sAPDatabaseInstances.js +0 -623
  708. package/dist-esm/src/operations/sAPDatabaseInstances.js.map +0 -1
  709. package/dist-esm/src/operations/sAPVirtualInstances.d.ts +0 -133
  710. package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +0 -1
  711. package/dist-esm/src/operations/sAPVirtualInstances.js +0 -725
  712. package/dist-esm/src/operations/sAPVirtualInstances.js.map +0 -1
  713. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  714. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  715. package/dist-esm/src/operationsInterfaces/index.js +0 -13
  716. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  717. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  718. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  719. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  720. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  721. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +0 -101
  722. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js +0 -9
  724. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +0 -114
  726. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js +0 -9
  728. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js.map +0 -1
  729. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +0 -108
  730. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js +0 -9
  732. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +0 -97
  734. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +0 -1
  735. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js +0 -9
  736. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js.map +0 -1
  737. package/dist-esm/src/pagingHelper.d.ts +0 -13
  738. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  739. package/dist-esm/src/pagingHelper.js +0 -32
  740. package/dist-esm/src/pagingHelper.js.map +0 -1
  741. package/dist-esm/src/workloadsClient.d.ts +0 -49
  742. package/dist-esm/src/workloadsClient.d.ts.map +0 -1
  743. package/dist-esm/src/workloadsClient.js +0 -229
  744. package/dist-esm/src/workloadsClient.js.map +0 -1
  745. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts +0 -4
  746. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts.map +0 -1
  747. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js +0 -73
  748. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js.map +0 -1
  749. package/src/index.ts +0 -13
  750. package/src/lroImpl.ts +0 -42
  751. package/src/models/index.ts +0 -2476
  752. package/src/models/mappers.ts +0 -3615
  753. package/src/models/parameters.ts +0 -258
  754. package/src/operations/index.ts +0 -13
  755. package/src/operations/operations.ts +0 -149
  756. package/src/operations/sAPApplicationServerInstances.ts +0 -852
  757. package/src/operations/sAPCentralInstances.ts +0 -863
  758. package/src/operations/sAPDatabaseInstances.ts +0 -856
  759. package/src/operations/sAPVirtualInstances.ts +0 -964
  760. package/src/operationsInterfaces/index.ts +0 -13
  761. package/src/operationsInterfaces/operations.ts +0 -22
  762. package/src/operationsInterfaces/sAPApplicationServerInstances.ts +0 -199
  763. package/src/operationsInterfaces/sAPCentralInstances.ts +0 -212
  764. package/src/operationsInterfaces/sAPDatabaseInstances.ts +0 -206
  765. package/src/operationsInterfaces/sAPVirtualInstances.ts +0 -196
  766. package/src/pagingHelper.ts +0 -39
  767. package/src/workloadsClient.ts +0 -327
  768. package/tsconfig.json +0 -33
  769. package/types/arm-workloadssapvirtualinstance.d.ts +0 -2888
@@ -1,216 +1,113 @@
1
- import * as coreClient from "@azure/core-client";
2
- export type SAPSizingRecommendationResultUnion = SAPSizingRecommendationResult | SingleServerRecommendationResult | ThreeTierRecommendationResult;
3
- export type SAPConfigurationUnion = SAPConfiguration | DiscoveryConfiguration | DeploymentConfiguration | DeploymentWithOSConfiguration;
4
- export type OSConfigurationUnion = OSConfiguration | WindowsConfiguration | LinuxConfiguration;
5
- export type SingleServerCustomResourceNamesUnion = SingleServerCustomResourceNames | SingleServerFullResourceNames;
6
- export type InfrastructureConfigurationUnion = InfrastructureConfiguration | SingleServerConfiguration | ThreeTierConfiguration;
7
- export type FileShareConfigurationUnion = FileShareConfiguration | SkipFileShareConfiguration | CreateAndMountFileShareConfiguration | MountFileShareConfiguration;
8
- export type ThreeTierCustomResourceNamesUnion = ThreeTierCustomResourceNames | ThreeTierFullResourceNames;
9
- export type SoftwareConfigurationUnion = SoftwareConfiguration | ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration | ExternalInstallationSoftwareConfiguration;
10
- /** The SAP Sizing Recommendation request. */
11
- export interface SAPSizingRecommendationRequest {
12
- /** The geo-location where the resource is to be created. */
13
- appLocation: string;
14
- /** Defines the environment type - Production/Non Production. */
15
- environment: SAPEnvironmentType;
16
- /** Defines the SAP Product type. */
17
- sapProduct: SAPProductType;
18
- /** The deployment type. Eg: SingleServer/ThreeTier */
19
- deploymentType: SAPDeploymentType;
20
- /** The SAP Application Performance Standard measurement. */
21
- saps: number;
22
- /** The database memory configuration. */
23
- dbMemory: number;
24
- /** The database type. */
25
- databaseType: SAPDatabaseType;
26
- /** The DB scale method. */
27
- dbScaleMethod?: SAPDatabaseScaleMethod;
28
- /** The high availability type. */
29
- highAvailabilityType?: SAPHighAvailabilityType;
1
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
2
+ export interface _OperationListResult {
3
+ /** The Operation items on this page */
4
+ value: Operation[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
30
7
  }
31
- /** The SAP sizing recommendation result. */
32
- export interface SAPSizingRecommendationResult {
33
- /** Polymorphic discriminator, which specifies the different types this object can be */
34
- deploymentType: "SingleServer" | "ThreeTier";
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
11
+ export interface Operation {
12
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
13
+ readonly name?: string;
14
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
15
+ readonly isDataAction?: boolean;
16
+ /** Localized display information for this particular operation. */
17
+ display?: OperationDisplay;
18
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
19
+ readonly origin?: Origin;
20
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
21
+ readonly actionType?: ActionType;
35
22
  }
36
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
23
+ export declare function operationDeserializer(item: any): Operation;
24
+ /** Localized display information for and operation. */
25
+ export interface OperationDisplay {
26
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
27
+ readonly provider?: string;
28
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
29
+ readonly resource?: string;
30
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
31
+ readonly operation?: string;
32
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
33
+ readonly description?: string;
34
+ }
35
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
36
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
37
+ export declare enum KnownOrigin {
38
+ /** Indicates the operation is initiated by a user. */
39
+ User = "user",
40
+ /** Indicates the operation is initiated by a system. */
41
+ System = "system",
42
+ /** Indicates the operation is initiated by a user or system. */
43
+ UserSystem = "user,system"
44
+ }
45
+ /**
46
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
47
+ * {@link KnownOrigin} can be used interchangeably with Origin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **user**: Indicates the operation is initiated by a user. \
51
+ * **system**: Indicates the operation is initiated by a system. \
52
+ * **user,system**: Indicates the operation is initiated by a user or system.
53
+ */
54
+ export type Origin = string;
55
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
56
+ export declare enum KnownActionType {
57
+ /** Actions are for internal-only APIs. */
58
+ Internal = "Internal"
59
+ }
60
+ /**
61
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
62
+ * {@link KnownActionType} can be used interchangeably with ActionType,
63
+ * this enum contains the known values that the service supports.
64
+ * ### Known values supported by the service
65
+ * **Internal**: Actions are for internal-only APIs.
66
+ */
67
+ export type ActionType = string;
68
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
37
69
  export interface ErrorResponse {
38
70
  /** The error object. */
39
71
  error?: ErrorDetail;
40
72
  }
73
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
41
74
  /** The error detail. */
42
75
  export interface ErrorDetail {
43
- /**
44
- * The error code.
45
- * NOTE: This property will not be serialized. It can only be populated by the server.
46
- */
76
+ /** The error code. */
47
77
  readonly code?: string;
48
- /**
49
- * The error message.
50
- * NOTE: This property will not be serialized. It can only be populated by the server.
51
- */
78
+ /** The error message. */
52
79
  readonly message?: string;
53
- /**
54
- * The error target.
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
80
+ /** The error target. */
57
81
  readonly target?: string;
58
- /**
59
- * The error details.
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
82
+ /** The error details. */
62
83
  readonly details?: ErrorDetail[];
63
- /**
64
- * The error additional info.
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
84
+ /** The error additional info. */
67
85
  readonly additionalInfo?: ErrorAdditionalInfo[];
68
86
  }
87
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
88
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
89
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
69
90
  /** The resource management error additional info. */
70
91
  export interface ErrorAdditionalInfo {
71
- /**
72
- * The additional info type.
73
- * NOTE: This property will not be serialized. It can only be populated by the server.
74
- */
92
+ /** The additional info type. */
75
93
  readonly type?: string;
76
- /**
77
- * The additional info.
78
- * NOTE: This property will not be serialized. It can only be populated by the server.
79
- */
80
- readonly info?: Record<string, unknown>;
81
- }
82
- /** The SAP request to get list of supported SKUs. */
83
- export interface SAPSupportedSkusRequest {
84
- /** The geo-location where the resource is to be created. */
85
- appLocation: string;
86
- /** Defines the environment type - Production/Non Production. */
87
- environment: SAPEnvironmentType;
88
- /** Defines the SAP Product type. */
89
- sapProduct: SAPProductType;
90
- /** The deployment type. Eg: SingleServer/ThreeTier */
91
- deploymentType: SAPDeploymentType;
92
- /** The database type. Eg: HANA, DB2, etc */
93
- databaseType: SAPDatabaseType;
94
- /** The high availability type. */
95
- highAvailabilityType?: SAPHighAvailabilityType;
96
- }
97
- /** The list of supported SKUs for different resources which are part of SAP deployment. */
98
- export interface SAPSupportedResourceSkusResult {
99
- /** Gets the list of SAP supported SKUs. */
100
- supportedSkus?: SAPSupportedSku[];
101
- }
102
- /** The SAP supported SKU. */
103
- export interface SAPSupportedSku {
104
- /** The VM Sku. */
105
- vmSku?: string;
106
- /** True if the Sku is certified for App server in the SAP system. */
107
- isAppServerCertified?: boolean;
108
- /** True if the Sku is certified for Database server in the SAP system. */
109
- isDatabaseCertified?: boolean;
110
- }
111
- /** The SAP request to get list of disk configurations. */
112
- export interface SAPDiskConfigurationsRequest {
113
- /** The geo-location where the SAP resources will be created. */
114
- appLocation: string;
115
- /** Defines the environment type - Production/Non Production. */
116
- environment: SAPEnvironmentType;
117
- /** Defines the SAP Product type. */
118
- sapProduct: SAPProductType;
119
- /** The database type. Eg: HANA, DB2, etc */
120
- databaseType: SAPDatabaseType;
121
- /** The deployment type. Eg: SingleServer/ThreeTier */
122
- deploymentType: SAPDeploymentType;
123
- /** The VM SKU for database instance. */
124
- dbVmSku: string;
125
- }
126
- /** The list of disk configuration for vmSku which are part of SAP deployment. */
127
- export interface SAPDiskConfigurationsResult {
128
- /** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
129
- volumeConfigurations?: {
130
- [propertyName: string]: SAPDiskConfiguration;
131
- };
132
- }
133
- /** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
134
- export interface SAPDiskConfiguration {
135
- /** The recommended disk details for a given VM Sku. */
136
- recommendedConfiguration?: DiskVolumeConfiguration;
137
- /** The list of supported disks for a given VM Sku. */
138
- supportedConfigurations?: DiskDetails[];
139
- }
140
- /** The disk configuration required for the selected volume. */
141
- export interface DiskVolumeConfiguration {
142
- /** The total number of disks required for the concerned volume. */
143
- count?: number;
144
- /** The disk size in GB. */
145
- sizeGB?: number;
146
- /** The disk SKU details. */
147
- sku?: DiskSku;
148
- }
149
- /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
150
- export interface DiskSku {
151
- /** Defines the disk sku name. */
152
- name?: DiskSkuName;
153
- }
154
- /** The supported disk size details for a disk type. */
155
- export interface DiskDetails {
156
- /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
157
- sku?: DiskSku;
158
- /** The disk size in GB. */
159
- sizeGB?: number;
160
- /** The minimum supported disk count. */
161
- minimumSupportedDiskCount?: number;
162
- /** The maximum supported disk count. */
163
- maximumSupportedDiskCount?: number;
164
- /** The disk Iops. */
165
- iopsReadWrite?: number;
166
- /** The disk provisioned throughput in MBps. */
167
- mbpsReadWrite?: number;
168
- /** The disk tier, e.g. P10, E10. */
169
- diskTier?: string;
170
- }
171
- /** The SAP request to get list of availability zones. */
172
- export interface SAPAvailabilityZoneDetailsRequest {
173
- /** The geo-location where the SAP resources will be created. */
174
- appLocation: string;
175
- /** Defines the SAP Product type. */
176
- sapProduct: SAPProductType;
177
- /** The database type. Eg: HANA, DB2, etc */
178
- databaseType: SAPDatabaseType;
179
- }
180
- /** The list of supported availability zone pairs which are part of SAP HA deployment. */
181
- export interface SAPAvailabilityZoneDetailsResult {
182
- /** Gets the list of availability zone pairs. */
183
- availabilityZonePairs?: SAPAvailabilityZonePair[];
184
- }
185
- /** The SAP Availability Zone Pair. */
186
- export interface SAPAvailabilityZonePair {
187
- /** The zone A. */
188
- zoneA?: number;
189
- /** The zone B. */
190
- zoneB?: number;
94
+ /** The additional info. */
95
+ readonly info?: Record<string, any>;
191
96
  }
192
- /** Managed service identity (user assigned identities) */
193
- export interface UserAssignedServiceIdentity {
194
- /** Type of manage identity */
195
- type: ManagedServiceIdentityType;
196
- /** User assigned identities dictionary */
197
- userAssignedIdentities?: {
198
- [propertyName: string]: UserAssignedIdentity | null;
199
- };
97
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
98
+ /** model interface _ErrorAdditionalInfoInfo */
99
+ export interface _ErrorAdditionalInfoInfo {
200
100
  }
201
- /** User assigned identity properties */
202
- export interface UserAssignedIdentity {
203
- /**
204
- * The principal ID of the assigned identity.
205
- * NOTE: This property will not be serialized. It can only be populated by the server.
206
- */
207
- readonly principalId?: string;
208
- /**
209
- * The client ID of the assigned identity.
210
- * NOTE: This property will not be serialized. It can only be populated by the server.
211
- */
212
- readonly clientId?: string;
101
+ export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
102
+ /** Define the Virtual Instance for SAP solutions resource. */
103
+ export interface SAPVirtualInstance extends TrackedResource {
104
+ /** The resource-specific properties for this resource. */
105
+ properties?: SAPVirtualInstanceProperties;
106
+ /** The managed service identities assigned to this resource. */
107
+ identity?: SAPVirtualInstanceIdentity;
213
108
  }
109
+ export declare function sapVirtualInstanceSerializer(item: SAPVirtualInstance): any;
110
+ export declare function sapVirtualInstanceDeserializer(item: any): SAPVirtualInstance;
214
111
  /** Defines the Virtual Instance for SAP solutions resource properties. */
215
112
  export interface SAPVirtualInstanceProperties {
216
113
  /** Defines the environment type - Production/Non Production. */
@@ -223,619 +120,210 @@ export interface SAPVirtualInstanceProperties {
223
120
  configuration: SAPConfigurationUnion;
224
121
  /** Managed resource group configuration */
225
122
  managedResourceGroupConfiguration?: ManagedRGConfiguration;
226
- /**
227
- * Defines the SAP Instance status.
228
- * NOTE: This property will not be serialized. It can only be populated by the server.
229
- */
123
+ /** Defines the SAP Instance status. */
230
124
  readonly status?: SAPVirtualInstanceStatus;
231
- /**
232
- * Defines the health of SAP Instances.
233
- * NOTE: This property will not be serialized. It can only be populated by the server.
234
- */
125
+ /** Defines the health of SAP Instances. */
235
126
  readonly health?: SAPHealthState;
236
- /**
237
- * Defines the Virtual Instance for SAP state.
238
- * NOTE: This property will not be serialized. It can only be populated by the server.
239
- */
127
+ /** Defines the Virtual Instance for SAP state. */
240
128
  readonly state?: SAPVirtualInstanceState;
241
- /**
242
- * Defines the provisioning states.
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
129
+ /** Defines the provisioning states. */
245
130
  readonly provisioningState?: SapVirtualInstanceProvisioningState;
246
- /**
247
- * Indicates any errors on the Virtual Instance for SAP solutions resource.
248
- * NOTE: This property will not be serialized. It can only be populated by the server.
249
- */
131
+ /** Indicates any errors on the Virtual Instance for SAP solutions resource. */
250
132
  readonly errors?: SAPVirtualInstanceError;
251
133
  }
134
+ export declare function sapVirtualInstancePropertiesSerializer(item: SAPVirtualInstanceProperties): any;
135
+ export declare function sapVirtualInstancePropertiesDeserializer(item: any): SAPVirtualInstanceProperties;
136
+ /** Defines the environment type - Production/Non Production. */
137
+ export declare enum KnownSAPEnvironmentType {
138
+ /** Non Production SAP system. */
139
+ NonProd = "NonProd",
140
+ /** Production SAP system. */
141
+ Prod = "Prod"
142
+ }
143
+ /**
144
+ * Defines the environment type - Production/Non Production. \
145
+ * {@link KnownSAPEnvironmentType} can be used interchangeably with SAPEnvironmentType,
146
+ * this enum contains the known values that the service supports.
147
+ * ### Known values supported by the service
148
+ * **NonProd**: Non Production SAP system. \
149
+ * **Prod**: Production SAP system.
150
+ */
151
+ export type SAPEnvironmentType = string;
152
+ /** Defines the SAP Product type. */
153
+ export declare enum KnownSAPProductType {
154
+ /** SAP Product ECC. */
155
+ ECC = "ECC",
156
+ /** SAP Product S4HANA. */
157
+ S4Hana = "S4HANA",
158
+ /** SAP Products other than the ones listed. */
159
+ Other = "Other"
160
+ }
161
+ /**
162
+ * Defines the SAP Product type. \
163
+ * {@link KnownSAPProductType} can be used interchangeably with SAPProductType,
164
+ * this enum contains the known values that the service supports.
165
+ * ### Known values supported by the service
166
+ * **ECC**: SAP Product ECC. \
167
+ * **S4HANA**: SAP Product S4HANA. \
168
+ * **Other**: SAP Products other than the ones listed.
169
+ */
170
+ export type SAPProductType = string;
171
+ /** Defines the network access type for managed resources. */
172
+ export declare enum KnownManagedResourcesNetworkAccessType {
173
+ /** Managed resources will be deployed with public network access enabled. */
174
+ Public = "Public",
175
+ /** Managed resources will be deployed with public network access disabled. */
176
+ Private = "Private"
177
+ }
178
+ /**
179
+ * Defines the network access type for managed resources. \
180
+ * {@link KnownManagedResourcesNetworkAccessType} can be used interchangeably with ManagedResourcesNetworkAccessType,
181
+ * this enum contains the known values that the service supports.
182
+ * ### Known values supported by the service
183
+ * **Public**: Managed resources will be deployed with public network access enabled. \
184
+ * **Private**: Managed resources will be deployed with public network access disabled.
185
+ */
186
+ export type ManagedResourcesNetworkAccessType = string;
252
187
  /** The SAP Configuration. */
253
188
  export interface SAPConfiguration {
254
- /** Polymorphic discriminator, which specifies the different types this object can be */
255
- configurationType: "Discovery" | "Deployment" | "DeploymentWithOSConfig";
256
- }
257
- /** Managed resource group configuration */
258
- export interface ManagedRGConfiguration {
259
- /** Managed resource group name */
260
- name?: string;
189
+ /** The configuration type. Eg: Deployment/Discovery */
190
+ /** The discriminator possible values: Discovery, Deployment, DeploymentWithOSConfig */
191
+ configurationType: SAPConfigurationType;
192
+ }
193
+ export declare function sapConfigurationSerializer(item: SAPConfiguration): any;
194
+ export declare function sapConfigurationDeserializer(item: any): SAPConfiguration;
195
+ /** Alias for SAPConfigurationUnion */
196
+ export type SAPConfigurationUnion = DiscoveryConfiguration | DeploymentConfiguration | DeploymentWithOSConfiguration | SAPConfiguration;
197
+ export declare function sapConfigurationUnionSerializer(item: SAPConfigurationUnion): any;
198
+ export declare function sapConfigurationUnionDeserializer(item: any): SAPConfigurationUnion;
199
+ /** The configuration Type. */
200
+ export declare enum KnownSAPConfigurationType {
201
+ /** SAP system will be deployed by service. No OS configurations will be done. */
202
+ Deployment = "Deployment",
203
+ /** Existing SAP system will be registered. */
204
+ Discovery = "Discovery",
205
+ /** SAP system will be deployed by service. OS configurations will be done. */
206
+ DeploymentWithOSConfig = "DeploymentWithOSConfig"
261
207
  }
262
- /** An error response from the Virtual Instance for SAP Workload service. */
263
- export interface SAPVirtualInstanceError {
264
- /** The Virtual Instance for SAP error body. */
265
- properties?: ErrorDefinition;
208
+ /**
209
+ * The configuration Type. \
210
+ * {@link KnownSAPConfigurationType} can be used interchangeably with SAPConfigurationType,
211
+ * this enum contains the known values that the service supports.
212
+ * ### Known values supported by the service
213
+ * **Deployment**: SAP system will be deployed by service. No OS configurations will be done. \
214
+ * **Discovery**: Existing SAP system will be registered. \
215
+ * **DeploymentWithOSConfig**: SAP system will be deployed by service. OS configurations will be done.
216
+ */
217
+ export type SAPConfigurationType = string;
218
+ /** Discovery Details. */
219
+ export interface DiscoveryConfiguration extends SAPConfiguration {
220
+ /** The virtual machine ID of the Central Server. */
221
+ centralServerVmId?: string;
222
+ /** The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name. */
223
+ managedRgStorageAccountName?: string;
224
+ /** The geo-location where the SAP system exists. */
225
+ readonly appLocation?: string;
226
+ /** The configuration Type. */
227
+ configurationType: "Discovery";
266
228
  }
267
- /** Error definition. */
268
- export interface ErrorDefinition {
269
- /**
270
- * Service specific error code which serves as the substatus for the HTTP error code.
271
- * NOTE: This property will not be serialized. It can only be populated by the server.
272
- */
273
- readonly code?: string;
274
- /**
275
- * Description of the error.
276
- * NOTE: This property will not be serialized. It can only be populated by the server.
277
- */
278
- readonly message?: string;
279
- /**
280
- * Internal error details.
281
- * NOTE: This property will not be serialized. It can only be populated by the server.
282
- */
283
- readonly details?: ErrorDefinition[];
229
+ export declare function discoveryConfigurationSerializer(item: DiscoveryConfiguration): any;
230
+ export declare function discoveryConfigurationDeserializer(item: any): DiscoveryConfiguration;
231
+ /** Deployment Configuration. */
232
+ export interface DeploymentConfiguration extends SAPConfiguration {
233
+ /** The geo-location where the SAP system is to be created. */
234
+ appLocation?: string;
235
+ /** The infrastructure configuration. */
236
+ infrastructureConfiguration?: InfrastructureConfigurationUnion;
237
+ /** The software configuration. */
238
+ softwareConfiguration?: SoftwareConfigurationUnion;
239
+ /** The deployment configuration Type. */
240
+ configurationType: "Deployment";
284
241
  }
285
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
286
- export interface Resource {
287
- /**
288
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
289
- * NOTE: This property will not be serialized. It can only be populated by the server.
290
- */
291
- readonly id?: string;
292
- /**
293
- * The name of the resource
294
- * NOTE: This property will not be serialized. It can only be populated by the server.
295
- */
296
- readonly name?: string;
297
- /**
298
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
299
- * NOTE: This property will not be serialized. It can only be populated by the server.
300
- */
301
- readonly type?: string;
302
- /**
303
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
304
- * NOTE: This property will not be serialized. It can only be populated by the server.
305
- */
306
- readonly systemData?: SystemData;
242
+ export declare function deploymentConfigurationSerializer(item: DeploymentConfiguration): any;
243
+ export declare function deploymentConfigurationDeserializer(item: any): DeploymentConfiguration;
244
+ /** Deploy SAP Infrastructure Details. */
245
+ export interface InfrastructureConfiguration {
246
+ /** The application resource group where SAP system resources will be deployed. */
247
+ appResourceGroup: string;
248
+ /** The SAP deployment type. Eg: SingleServer/ThreeTier. */
249
+ /** The discriminator possible values: SingleServer, ThreeTier */
250
+ deploymentType: SAPDeploymentType;
307
251
  }
308
- /** Metadata pertaining to creation and last modification of the resource. */
309
- export interface SystemData {
310
- /** The identity that created the resource. */
311
- createdBy?: string;
312
- /** The type of identity that created the resource. */
313
- createdByType?: CreatedByType;
314
- /** The timestamp of resource creation (UTC). */
315
- createdAt?: Date;
316
- /** The identity that last modified the resource. */
317
- lastModifiedBy?: string;
318
- /** The type of identity that last modified the resource. */
319
- lastModifiedByType?: CreatedByType;
320
- /** The timestamp of resource last modification (UTC) */
321
- lastModifiedAt?: Date;
322
- }
323
- /** Defines the request body for updating Virtual Instance for SAP. */
324
- export interface UpdateSAPVirtualInstanceRequest {
325
- /** Gets or sets the Resource tags. */
326
- tags?: {
327
- [propertyName: string]: string;
328
- };
329
- /** Managed service identity (user assigned identities) */
330
- identity?: UserAssignedServiceIdentity;
331
- /** Defines the properties to be updated for Virtual Instance for SAP. */
332
- properties?: UpdateSAPVirtualInstanceProperties;
333
- }
334
- /** Defines the properties to be updated for Virtual Instance for SAP. */
335
- export interface UpdateSAPVirtualInstanceProperties {
336
- /** Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 */
337
- managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
338
- }
339
- /** Defines the collection of Virtual Instance for SAP solutions resources. */
340
- export interface SAPVirtualInstanceList {
341
- /** Gets the list of Virtual Instances for SAP solutions resources. */
342
- value?: SAPVirtualInstance[];
343
- /** Gets the value of next link. */
344
- nextLink?: string;
345
- }
346
- /** Defines the SAP Central Services Instance properties. */
347
- export interface SAPCentralServerProperties {
348
- /**
349
- * The central services instance number.
350
- * NOTE: This property will not be serialized. It can only be populated by the server.
351
- */
352
- readonly instanceNo?: string;
353
- /**
354
- * The central services instance subnet.
355
- * NOTE: This property will not be serialized. It can only be populated by the server.
356
- */
357
- readonly subnet?: string;
358
- /** Defines the SAP message server properties. */
359
- messageServerProperties?: MessageServerProperties;
360
- /** Defines the SAP Enqueue Server properties. */
361
- enqueueServerProperties?: EnqueueServerProperties;
362
- /** Defines the SAP Gateway Server properties. */
363
- gatewayServerProperties?: GatewayServerProperties;
364
- /** Defines the SAP Enqueue Replication Server (ERS) properties. */
365
- enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
366
- /**
367
- * The central services instance Kernel Version.
368
- * NOTE: This property will not be serialized. It can only be populated by the server.
369
- */
370
- readonly kernelVersion?: string;
371
- /**
372
- * The central services instance Kernel Patch level.
373
- * NOTE: This property will not be serialized. It can only be populated by the server.
374
- */
375
- readonly kernelPatch?: string;
376
- /**
377
- * The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines
378
- * NOTE: This property will not be serialized. It can only be populated by the server.
379
- */
380
- readonly loadBalancerDetails?: LoadBalancerDetails;
381
- /**
382
- * The list of virtual machines corresponding to the Central Services instance.
383
- * NOTE: This property will not be serialized. It can only be populated by the server.
384
- */
385
- readonly vmDetails?: CentralServerVmDetails[];
386
- /**
387
- * Defines the SAP Instance status.
388
- * NOTE: This property will not be serialized. It can only be populated by the server.
389
- */
390
- readonly status?: SAPVirtualInstanceStatus;
391
- /**
392
- * Defines the health of SAP Instances.
393
- * NOTE: This property will not be serialized. It can only be populated by the server.
394
- */
395
- readonly health?: SAPHealthState;
396
- /**
397
- * Defines the provisioning states.
398
- * NOTE: This property will not be serialized. It can only be populated by the server.
399
- */
400
- readonly provisioningState?: SapVirtualInstanceProvisioningState;
401
- /**
402
- * Defines the errors related to SAP Central Services Instance resource.
403
- * NOTE: This property will not be serialized. It can only be populated by the server.
404
- */
405
- readonly errors?: SAPVirtualInstanceError;
406
- }
407
- /** Defines the SAP message server properties. */
408
- export interface MessageServerProperties {
409
- /**
410
- * message server port.
411
- * NOTE: This property will not be serialized. It can only be populated by the server.
412
- */
413
- readonly msPort?: number;
414
- /**
415
- * message server internal MS port.
416
- * NOTE: This property will not be serialized. It can only be populated by the server.
417
- */
418
- readonly internalMsPort?: number;
419
- /**
420
- * message server HTTP Port.
421
- * NOTE: This property will not be serialized. It can only be populated by the server.
422
- */
423
- readonly httpPort?: number;
424
- /**
425
- * message server HTTPS Port.
426
- * NOTE: This property will not be serialized. It can only be populated by the server.
427
- */
428
- readonly httpsPort?: number;
429
- /**
430
- * message server SAP Hostname.
431
- * NOTE: This property will not be serialized. It can only be populated by the server.
432
- */
433
- readonly hostname?: string;
434
- /**
435
- * message server IP Address.
436
- * NOTE: This property will not be serialized. It can only be populated by the server.
437
- */
438
- readonly ipAddress?: string;
439
- /**
440
- * Defines the health of SAP Instances.
441
- * NOTE: This property will not be serialized. It can only be populated by the server.
442
- */
443
- readonly health?: SAPHealthState;
444
- }
445
- /** Defines the SAP Enqueue Server properties. */
446
- export interface EnqueueServerProperties {
447
- /**
448
- * Enqueue Server SAP Hostname.
449
- * NOTE: This property will not be serialized. It can only be populated by the server.
450
- */
451
- readonly hostname?: string;
452
- /**
453
- * Enqueue Server SAP IP Address.
454
- * NOTE: This property will not be serialized. It can only be populated by the server.
455
- */
456
- readonly ipAddress?: string;
457
- /**
458
- * Enqueue Server Port.
459
- * NOTE: This property will not be serialized. It can only be populated by the server.
460
- */
461
- readonly port?: number;
462
- /**
463
- * Defines the health of SAP Instances.
464
- * NOTE: This property will not be serialized. It can only be populated by the server.
465
- */
466
- readonly health?: SAPHealthState;
467
- }
468
- /** Defines the SAP Gateway Server properties. */
469
- export interface GatewayServerProperties {
470
- /**
471
- * Gateway Port.
472
- * NOTE: This property will not be serialized. It can only be populated by the server.
473
- */
474
- readonly port?: number;
475
- /**
476
- * Defines the health of SAP Instances.
477
- * NOTE: This property will not be serialized. It can only be populated by the server.
478
- */
479
- readonly health?: SAPHealthState;
480
- }
481
- /** Defines the SAP Enqueue Replication Server (ERS) properties. */
482
- export interface EnqueueReplicationServerProperties {
483
- /**
484
- * Defines the type of Enqueue Replication Server.
485
- * NOTE: This property will not be serialized. It can only be populated by the server.
486
- */
487
- readonly ersVersion?: EnqueueReplicationServerType;
488
- /**
489
- * ERS Instance Number.
490
- * NOTE: This property will not be serialized. It can only be populated by the server.
491
- */
492
- readonly instanceNo?: string;
493
- /**
494
- * ERS SAP Hostname.
495
- * NOTE: This property will not be serialized. It can only be populated by the server.
496
- */
497
- readonly hostname?: string;
498
- /**
499
- * ERS SAP Kernel Version.
500
- * NOTE: This property will not be serialized. It can only be populated by the server.
501
- */
502
- readonly kernelVersion?: string;
503
- /**
504
- * ERS SAP Kernel Patch level.
505
- * NOTE: This property will not be serialized. It can only be populated by the server.
506
- */
507
- readonly kernelPatch?: string;
508
- /**
509
- * ERS SAP IP Address.
510
- * NOTE: This property will not be serialized. It can only be populated by the server.
511
- */
512
- readonly ipAddress?: string;
513
- /**
514
- * Defines the health of SAP Instances.
515
- * NOTE: This property will not be serialized. It can only be populated by the server.
516
- */
517
- readonly health?: SAPHealthState;
518
- }
519
- /** The Load Balancer details such as Load Balancer ID. */
520
- export interface LoadBalancerDetails {
521
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
522
- readonly id?: string;
523
- }
524
- /** The SAP Central Services Instance VM details. */
525
- export interface CentralServerVmDetails {
526
- /**
527
- * Defines the type of central server VM.
528
- * NOTE: This property will not be serialized. It can only be populated by the server.
529
- */
530
- readonly type?: CentralServerVirtualMachineType;
531
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
532
- readonly virtualMachineId?: string;
533
- /**
534
- * Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
535
- * NOTE: This property will not be serialized. It can only be populated by the server.
536
- */
537
- readonly storageDetails?: StorageInformation[];
538
- }
539
- /** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
540
- export interface StorageInformation {
541
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
542
- readonly id?: string;
543
- }
544
- /** Defines the request body for updating SAP Central Instance. */
545
- export interface UpdateSAPCentralInstanceRequest {
546
- /** Gets or sets the Resource tags. */
547
- tags?: {
548
- [propertyName: string]: string;
549
- };
550
- }
551
- /** Defines the collection of SAP Central Services Instance resources. */
552
- export interface SAPCentralInstanceList {
553
- /** Gets the list of SAP central services instance resources. */
554
- value?: SAPCentralServerInstance[];
555
- /** Gets the value of next link. */
556
- nextLink?: string;
557
- }
558
- /** Defines the Database properties. */
559
- export interface SAPDatabaseProperties {
560
- /**
561
- * Database subnet.
562
- * NOTE: This property will not be serialized. It can only be populated by the server.
563
- */
564
- readonly subnet?: string;
565
- /**
566
- * Database SID name.
567
- * NOTE: This property will not be serialized. It can only be populated by the server.
568
- */
569
- readonly databaseSid?: string;
570
- /**
571
- * Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
572
- * NOTE: This property will not be serialized. It can only be populated by the server.
573
- */
574
- readonly databaseType?: string;
575
- /**
576
- * Database IP Address.
577
- * NOTE: This property will not be serialized. It can only be populated by the server.
578
- */
579
- readonly ipAddress?: string;
580
- /**
581
- * The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines
582
- * NOTE: This property will not be serialized. It can only be populated by the server.
583
- */
584
- readonly loadBalancerDetails?: LoadBalancerDetails;
585
- /**
586
- * The list of virtual machines corresponding to the Database resource.
587
- * NOTE: This property will not be serialized. It can only be populated by the server.
588
- */
589
- readonly vmDetails?: DatabaseVmDetails[];
590
- /**
591
- * Defines the SAP Instance status.
592
- * NOTE: This property will not be serialized. It can only be populated by the server.
593
- */
594
- readonly status?: SAPVirtualInstanceStatus;
595
- /**
596
- * Defines the provisioning states.
597
- * NOTE: This property will not be serialized. It can only be populated by the server.
598
- */
599
- readonly provisioningState?: SapVirtualInstanceProvisioningState;
600
- /**
601
- * Defines the errors related to Database resource.
602
- * NOTE: This property will not be serialized. It can only be populated by the server.
603
- */
604
- readonly errors?: SAPVirtualInstanceError;
605
- }
606
- /** Database VM details. */
607
- export interface DatabaseVmDetails {
608
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
609
- readonly virtualMachineId?: string;
610
- /**
611
- * Defines the SAP Instance status.
612
- * NOTE: This property will not be serialized. It can only be populated by the server.
613
- */
614
- readonly status?: SAPVirtualInstanceStatus;
615
- /**
616
- * Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
617
- * NOTE: This property will not be serialized. It can only be populated by the server.
618
- */
619
- readonly storageDetails?: StorageInformation[];
620
- }
621
- /** Defines the request body for updating SAP Database Instance. */
622
- export interface UpdateSAPDatabaseInstanceRequest {
623
- /** Gets or sets the Resource tags. */
624
- tags?: {
625
- [propertyName: string]: string;
626
- };
627
- }
628
- /** Defines the collection of SAP Database Instances. */
629
- export interface SAPDatabaseInstanceList {
630
- /** Gets the list of SAP Database instances. */
631
- value?: SAPDatabaseInstance[];
632
- /** Gets the value of next link. */
633
- nextLink?: string;
634
- }
635
- /** Defines the SAP Application Server instance properties. */
636
- export interface SAPApplicationServerProperties {
637
- /**
638
- * Application server Instance Number.
639
- * NOTE: This property will not be serialized. It can only be populated by the server.
640
- */
641
- readonly instanceNo?: string;
642
- /**
643
- * Application server Subnet.
644
- * NOTE: This property will not be serialized. It can only be populated by the server.
645
- */
646
- readonly subnet?: string;
647
- /**
648
- * Application server instance SAP hostname.
649
- * NOTE: This property will not be serialized. It can only be populated by the server.
650
- */
651
- readonly hostname?: string;
652
- /**
653
- * Application server instance SAP Kernel Version.
654
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
- */
656
- readonly kernelVersion?: string;
657
- /**
658
- * Application server instance SAP Kernel Patch level.
659
- * NOTE: This property will not be serialized. It can only be populated by the server.
660
- */
661
- readonly kernelPatch?: string;
662
- /**
663
- * Application server instance SAP IP Address.
664
- * NOTE: This property will not be serialized. It can only be populated by the server.
665
- */
666
- readonly ipAddress?: string;
667
- /**
668
- * Application server instance gateway Port.
669
- * NOTE: This property will not be serialized. It can only be populated by the server.
670
- */
671
- readonly gatewayPort?: number;
672
- /**
673
- * Application server instance ICM HTTP Port.
674
- * NOTE: This property will not be serialized. It can only be populated by the server.
675
- */
676
- readonly icmHttpPort?: number;
677
- /**
678
- * Application server instance ICM HTTPS Port.
679
- * NOTE: This property will not be serialized. It can only be populated by the server.
680
- */
681
- readonly icmHttpsPort?: number;
682
- /**
683
- * Application server instance dispatcher status.
684
- * NOTE: This property will not be serialized. It can only be populated by the server.
685
- */
686
- readonly dispatcherStatus?: string;
687
- /**
688
- * The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines
689
- * NOTE: This property will not be serialized. It can only be populated by the server.
690
- */
691
- readonly loadBalancerDetails?: LoadBalancerDetails;
692
- /**
693
- * The list of virtual machines.
694
- * NOTE: This property will not be serialized. It can only be populated by the server.
695
- */
696
- readonly vmDetails?: ApplicationServerVmDetails[];
697
- /**
698
- * Defines the SAP Instance status.
699
- * NOTE: This property will not be serialized. It can only be populated by the server.
700
- */
701
- readonly status?: SAPVirtualInstanceStatus;
702
- /**
703
- * Defines the health of SAP Instances.
704
- * NOTE: This property will not be serialized. It can only be populated by the server.
705
- */
706
- readonly health?: SAPHealthState;
707
- /**
708
- * Defines the provisioning states.
709
- * NOTE: This property will not be serialized. It can only be populated by the server.
710
- */
711
- readonly provisioningState?: SapVirtualInstanceProvisioningState;
712
- /**
713
- * Defines the Application Instance errors.
714
- * NOTE: This property will not be serialized. It can only be populated by the server.
715
- */
716
- readonly errors?: SAPVirtualInstanceError;
717
- }
718
- /** The Application Server VM Details. */
719
- export interface ApplicationServerVmDetails {
720
- /**
721
- * Defines the type of application server VM.
722
- * NOTE: This property will not be serialized. It can only be populated by the server.
723
- */
724
- readonly type?: ApplicationServerVirtualMachineType;
725
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
726
- readonly virtualMachineId?: string;
727
- /**
728
- * Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
729
- * NOTE: This property will not be serialized. It can only be populated by the server.
730
- */
731
- readonly storageDetails?: StorageInformation[];
732
- }
733
- /** Defines the request body for updating SAP Application Instance. */
734
- export interface UpdateSAPApplicationInstanceRequest {
735
- /** Gets or sets the Resource tags. */
736
- tags?: {
737
- [propertyName: string]: string;
738
- };
739
- }
740
- /** Defines the collection of SAP Application Server Instance resources. */
741
- export interface SAPApplicationServerInstanceList {
742
- /** Gets the list of SAP Application Server instance resources. */
743
- value?: SAPApplicationServerInstance[];
744
- /** Gets the value of next link. */
745
- nextLink?: string;
746
- }
747
- /** Start SAP instance(s) request body. */
748
- export interface StartRequest {
749
- /** The boolean value indicates whether to start the virtual machines before starting the SAP instances. */
750
- startVm?: boolean;
751
- }
752
- /** The current status of an async operation. */
753
- export interface OperationStatusResult {
754
- /** Fully qualified ID for the async operation. */
755
- id?: string;
756
- /** Name of the async operation. */
757
- name?: string;
758
- /** Operation status. */
759
- status: string;
760
- /** Percent of the operation that is complete. */
761
- percentComplete?: number;
762
- /** The start time of the operation. */
763
- startTime?: Date;
764
- /** The end time of the operation. */
765
- endTime?: Date;
766
- /** The operations list. */
767
- operations?: OperationStatusResult[];
768
- /** If present, details of the operation error. */
769
- error?: ErrorDetail;
252
+ export declare function infrastructureConfigurationSerializer(item: InfrastructureConfiguration): any;
253
+ export declare function infrastructureConfigurationDeserializer(item: any): InfrastructureConfiguration;
254
+ /** Alias for InfrastructureConfigurationUnion */
255
+ export type InfrastructureConfigurationUnion = SingleServerConfiguration | ThreeTierConfiguration | InfrastructureConfiguration;
256
+ export declare function infrastructureConfigurationUnionSerializer(item: InfrastructureConfigurationUnion): any;
257
+ export declare function infrastructureConfigurationUnionDeserializer(item: any): InfrastructureConfigurationUnion;
258
+ /** The type of SAP deployment, single server or Three tier. */
259
+ export declare enum KnownSAPDeploymentType {
260
+ /** SAP Single server deployment type. */
261
+ SingleServer = "SingleServer",
262
+ /** SAP Distributed deployment type. */
263
+ ThreeTier = "ThreeTier"
770
264
  }
771
- /** Stop SAP instance(s) request body. */
772
- export interface StopRequest {
773
- /** This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop. */
774
- softStopTimeoutSeconds?: number;
775
- /** The boolean value indicates whether to Stop and deallocate the virtual machines along with the SAP instances. */
776
- deallocateVm?: boolean;
265
+ /**
266
+ * The type of SAP deployment, single server or Three tier. \
267
+ * {@link KnownSAPDeploymentType} can be used interchangeably with SAPDeploymentType,
268
+ * this enum contains the known values that the service supports.
269
+ * ### Known values supported by the service
270
+ * **SingleServer**: SAP Single server deployment type. \
271
+ * **ThreeTier**: SAP Distributed deployment type.
272
+ */
273
+ export type SAPDeploymentType = string;
274
+ /** Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&amp;clcid=0x409) */
275
+ export interface SingleServerConfiguration extends InfrastructureConfiguration {
276
+ /** Network configuration for the server */
277
+ networkConfiguration?: NetworkConfiguration;
278
+ /** The database type. */
279
+ databaseType?: SAPDatabaseType;
280
+ /** The subnet id. */
281
+ subnetId: string;
282
+ /** Gets or sets the virtual machine configuration. */
283
+ virtualMachineConfiguration: VirtualMachineConfiguration;
284
+ /** Gets or sets the disk configuration. */
285
+ dbDiskConfiguration?: DiskConfiguration;
286
+ /** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
287
+ customResourceNames?: SingleServerCustomResourceNamesUnion;
288
+ /** The type of SAP deployment, single server in this case. */
289
+ deploymentType: "SingleServer";
777
290
  }
778
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
779
- export interface OperationListResult {
780
- /**
781
- * List of operations supported by the resource provider
782
- * NOTE: This property will not be serialized. It can only be populated by the server.
783
- */
784
- readonly value?: Operation[];
785
- /**
786
- * URL to get the next set of operation list results (if there are any).
787
- * NOTE: This property will not be serialized. It can only be populated by the server.
788
- */
789
- readonly nextLink?: string;
291
+ export declare function singleServerConfigurationSerializer(item: SingleServerConfiguration): any;
292
+ export declare function singleServerConfigurationDeserializer(item: any): SingleServerConfiguration;
293
+ /** Defines the network configuration type for SAP system infrastructure that is being deployed */
294
+ export interface NetworkConfiguration {
295
+ /** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
296
+ isSecondaryIpEnabled?: boolean;
790
297
  }
791
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
792
- export interface Operation {
793
- /**
794
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
795
- * NOTE: This property will not be serialized. It can only be populated by the server.
796
- */
797
- readonly name?: string;
798
- /**
799
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
800
- * NOTE: This property will not be serialized. It can only be populated by the server.
801
- */
802
- readonly isDataAction?: boolean;
803
- /** Localized display information for this particular operation. */
804
- display?: OperationDisplay;
805
- /**
806
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
807
- * NOTE: This property will not be serialized. It can only be populated by the server.
808
- */
809
- readonly origin?: Origin;
810
- /**
811
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
812
- * NOTE: This property will not be serialized. It can only be populated by the server.
813
- */
814
- readonly actionType?: ActionType;
298
+ export declare function networkConfigurationSerializer(item: NetworkConfiguration): any;
299
+ export declare function networkConfigurationDeserializer(item: any): NetworkConfiguration;
300
+ /** Defines the supported SAP Database types. */
301
+ export declare enum KnownSAPDatabaseType {
302
+ /** HANA Database type of SAP system. */
303
+ Hana = "HANA",
304
+ /** DB2 database type of the SAP system. */
305
+ DB2 = "DB2"
815
306
  }
816
- /** Localized display information for this particular operation. */
817
- export interface OperationDisplay {
818
- /**
819
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
820
- * NOTE: This property will not be serialized. It can only be populated by the server.
821
- */
822
- readonly provider?: string;
823
- /**
824
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
825
- * NOTE: This property will not be serialized. It can only be populated by the server.
826
- */
827
- readonly resource?: string;
828
- /**
829
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
830
- * NOTE: This property will not be serialized. It can only be populated by the server.
831
- */
832
- readonly operation?: string;
833
- /**
834
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
835
- * NOTE: This property will not be serialized. It can only be populated by the server.
836
- */
837
- readonly description?: string;
307
+ /**
308
+ * Defines the supported SAP Database types. \
309
+ * {@link KnownSAPDatabaseType} can be used interchangeably with SAPDatabaseType,
310
+ * this enum contains the known values that the service supports.
311
+ * ### Known values supported by the service
312
+ * **HANA**: HANA Database type of SAP system. \
313
+ * **DB2**: DB2 database type of the SAP system.
314
+ */
315
+ export type SAPDatabaseType = string;
316
+ /** Defines the virtual machine configuration. */
317
+ export interface VirtualMachineConfiguration {
318
+ /** The virtual machine size. */
319
+ vmSize: string;
320
+ /** The image reference. */
321
+ imageReference: ImageReference;
322
+ /** The OS profile. */
323
+ osProfile: OSProfile;
838
324
  }
325
+ export declare function virtualMachineConfigurationSerializer(item: VirtualMachineConfiguration): any;
326
+ export declare function virtualMachineConfigurationDeserializer(item: any): VirtualMachineConfiguration;
839
327
  /** Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. */
840
328
  export interface ImageReference {
841
329
  /** The image publisher. */
@@ -849,70 +337,229 @@ export interface ImageReference {
849
337
  /** Specifies the ARM resource ID of the Azure Compute Gallery image version used for creating ACSS VMs. You will need to provide this input when you choose to deploy virtual machines in ACSS with OS image from the Azure Compute gallery. */
850
338
  id?: string;
851
339
  }
852
- /** Defines the OS configuration. */
853
- export interface OSConfiguration {
854
- /** Polymorphic discriminator, which specifies the different types this object can be */
855
- osType: "Windows" | "Linux";
856
- }
857
- /** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
858
- export interface SshPublicKey {
859
- /** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
860
- keyData?: string;
861
- }
862
- /** SSH configuration for Linux based VMs running on Azure */
863
- export interface SshConfiguration {
864
- /** The list of SSH public keys used to authenticate with linux based VMs. */
865
- publicKeys?: SshPublicKey[];
866
- }
867
- /** The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
868
- export interface SshKeyPair {
869
- /** SSH public key */
870
- publicKey?: string;
871
- /** SSH private key. */
872
- privateKey?: string;
873
- }
340
+ export declare function imageReferenceSerializer(item: ImageReference): any;
341
+ export declare function imageReferenceDeserializer(item: any): ImageReference;
874
342
  /** Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. */
875
343
  export interface OSProfile {
876
344
  /** Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters. */
877
345
  adminUsername?: string;
878
- /** Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) */
346
+ /** Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) */
879
347
  adminPassword?: string;
880
348
  /** Specifies Windows operating system settings on the virtual machine. */
881
349
  osConfiguration?: OSConfigurationUnion;
882
350
  }
351
+ export declare function osProfileSerializer(item: OSProfile): any;
352
+ export declare function osProfileDeserializer(item: any): OSProfile;
353
+ /** Defines the OS configuration. */
354
+ export interface OSConfiguration {
355
+ /** The OS Type */
356
+ /** The discriminator possible values: Windows, Linux */
357
+ osType: OSType;
358
+ }
359
+ export declare function osConfigurationSerializer(item: OSConfiguration): any;
360
+ export declare function osConfigurationDeserializer(item: any): OSConfiguration;
361
+ /** Alias for OSConfigurationUnion */
362
+ export type OSConfigurationUnion = WindowsConfiguration | LinuxConfiguration | OSConfiguration;
363
+ export declare function osConfigurationUnionSerializer(item: OSConfigurationUnion): any;
364
+ export declare function osConfigurationUnionDeserializer(item: any): OSConfigurationUnion;
365
+ /** The OS Type */
366
+ export declare enum KnownOSType {
367
+ /** Linux OS Type. */
368
+ Linux = "Linux",
369
+ /** Windows OS Type. */
370
+ Windows = "Windows"
371
+ }
372
+ /**
373
+ * The OS Type \
374
+ * {@link KnownOSType} can be used interchangeably with OSType,
375
+ * this enum contains the known values that the service supports.
376
+ * ### Known values supported by the service
377
+ * **Linux**: Linux OS Type. \
378
+ * **Windows**: Windows OS Type.
379
+ */
380
+ export type OSType = string;
381
+ /** Specifies Windows operating system settings on the virtual machine. */
382
+ export interface WindowsConfiguration extends OSConfiguration {
383
+ /** The OS Type */
384
+ osType: "Windows";
385
+ }
386
+ export declare function windowsConfigurationSerializer(item: WindowsConfiguration): any;
387
+ export declare function windowsConfigurationDeserializer(item: any): WindowsConfiguration;
388
+ /** Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros). */
389
+ export interface LinuxConfiguration extends OSConfiguration {
390
+ /** Specifies whether password authentication should be disabled. */
391
+ disablePasswordAuthentication?: boolean;
392
+ /** Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead) */
393
+ ssh?: SshConfiguration;
394
+ /** The SSH Key-pair used to authenticate with the VM's. */
395
+ sshKeyPair?: SshKeyPair;
396
+ /** The OS Type */
397
+ osType: "Linux";
398
+ }
399
+ export declare function linuxConfigurationSerializer(item: LinuxConfiguration): any;
400
+ export declare function linuxConfigurationDeserializer(item: any): LinuxConfiguration;
401
+ /** SSH configuration for Linux based VMs running on Azure */
402
+ export interface SshConfiguration {
403
+ /** The list of SSH public keys used to authenticate with linux based VMs. */
404
+ publicKeys?: SshPublicKey[];
405
+ }
406
+ export declare function sshConfigurationSerializer(item: SshConfiguration): any;
407
+ export declare function sshConfigurationDeserializer(item: any): SshConfiguration;
408
+ export declare function sshPublicKeyArraySerializer(result: Array<SshPublicKey>): any[];
409
+ export declare function sshPublicKeyArrayDeserializer(result: Array<SshPublicKey>): any[];
410
+ /** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
411
+ export interface SshPublicKey {
412
+ /** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
413
+ keyData?: string;
414
+ }
415
+ export declare function sshPublicKeySerializer(item: SshPublicKey): any;
416
+ export declare function sshPublicKeyDeserializer(item: any): SshPublicKey;
417
+ /** The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
418
+ export interface SshKeyPair {
419
+ /** SSH public key */
420
+ publicKey?: string;
421
+ /** SSH private key. */
422
+ privateKey?: string;
423
+ }
424
+ export declare function sshKeyPairSerializer(item: SshKeyPair): any;
425
+ export declare function sshKeyPairDeserializer(item: any): SshKeyPair;
883
426
  /** The Disk Configuration Details. */
884
427
  export interface DiskConfiguration {
885
428
  /** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
886
- diskVolumeConfigurations?: {
887
- [propertyName: string]: DiskVolumeConfiguration;
888
- };
429
+ diskVolumeConfigurations?: Record<string, DiskVolumeConfiguration>;
889
430
  }
890
- /** Defines the virtual machine configuration. */
891
- export interface VirtualMachineConfiguration {
892
- /** The virtual machine size. */
893
- vmSize: string;
894
- /** The image reference. */
895
- imageReference: ImageReference;
896
- /** The OS profile. */
897
- osProfile: OSProfile;
431
+ export declare function diskConfigurationSerializer(item: DiskConfiguration): any;
432
+ export declare function diskConfigurationDeserializer(item: any): DiskConfiguration;
433
+ export declare function diskVolumeConfigurationRecordSerializer(item: Record<string, DiskVolumeConfiguration>): Record<string, any>;
434
+ export declare function diskVolumeConfigurationRecordDeserializer(item: Record<string, any>): Record<string, DiskVolumeConfiguration>;
435
+ /** The disk configuration required for the selected volume. */
436
+ export interface DiskVolumeConfiguration {
437
+ /** The total number of disks required for the concerned volume. */
438
+ count?: number;
439
+ /** The disk size in GB. */
440
+ sizeGB?: number;
441
+ /** The disk SKU details. */
442
+ sku?: DiskSku;
898
443
  }
899
- /** Defines the network configuration type for SAP system infrastructure that is being deployed */
900
- export interface NetworkConfiguration {
901
- /** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
902
- isSecondaryIpEnabled?: boolean;
444
+ export declare function diskVolumeConfigurationSerializer(item: DiskVolumeConfiguration): any;
445
+ export declare function diskVolumeConfigurationDeserializer(item: any): DiskVolumeConfiguration;
446
+ /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
447
+ export interface DiskSku {
448
+ /** Defines the disk sku name. */
449
+ name?: DiskSkuName;
903
450
  }
451
+ export declare function diskSkuSerializer(item: DiskSku): any;
452
+ export declare function diskSkuDeserializer(item: any): DiskSku;
453
+ /** Defines the disk sku name. */
454
+ export declare enum KnownDiskSkuName {
455
+ /** Standard LRS Disk SKU. */
456
+ StandardLRS = "Standard_LRS",
457
+ /** Premium_LRS Disk SKU. */
458
+ PremiumLRS = "Premium_LRS",
459
+ /** StandardSSD_LRS Disk SKU. */
460
+ StandardSSDLRS = "StandardSSD_LRS",
461
+ /** UltraSSD_LRS Disk SKU. */
462
+ UltraSSDLRS = "UltraSSD_LRS",
463
+ /** Premium_ZRS Disk SKU. */
464
+ PremiumZRS = "Premium_ZRS",
465
+ /** StandardSSD_ZRS Disk SKU. */
466
+ StandardSSDZRS = "StandardSSD_ZRS",
467
+ /** PremiumV2_LRS Disk SKU. */
468
+ PremiumV2LRS = "PremiumV2_LRS"
469
+ }
470
+ /**
471
+ * Defines the disk sku name. \
472
+ * {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
473
+ * this enum contains the known values that the service supports.
474
+ * ### Known values supported by the service
475
+ * **Standard_LRS**: Standard LRS Disk SKU. \
476
+ * **Premium_LRS**: Premium_LRS Disk SKU. \
477
+ * **StandardSSD_LRS**: StandardSSD_LRS Disk SKU. \
478
+ * **UltraSSD_LRS**: UltraSSD_LRS Disk SKU. \
479
+ * **Premium_ZRS**: Premium_ZRS Disk SKU. \
480
+ * **StandardSSD_ZRS**: StandardSSD_ZRS Disk SKU. \
481
+ * **PremiumV2_LRS**: PremiumV2_LRS Disk SKU.
482
+ */
483
+ export type DiskSkuName = string;
904
484
  /** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */
905
485
  export interface SingleServerCustomResourceNames {
906
- /** Polymorphic discriminator, which specifies the different types this object can be */
486
+ /** The naming pattern type. */
487
+ /** The discriminator possible values: FullResourceName */
488
+ namingPatternType: NamingPatternType;
489
+ }
490
+ export declare function singleServerCustomResourceNamesSerializer(item: SingleServerCustomResourceNames): any;
491
+ export declare function singleServerCustomResourceNamesDeserializer(item: any): SingleServerCustomResourceNames;
492
+ /** Alias for SingleServerCustomResourceNamesUnion */
493
+ export type SingleServerCustomResourceNamesUnion = SingleServerFullResourceNames | SingleServerCustomResourceNames;
494
+ export declare function singleServerCustomResourceNamesUnionSerializer(item: SingleServerCustomResourceNamesUnion): any;
495
+ export declare function singleServerCustomResourceNamesUnionDeserializer(item: any): SingleServerCustomResourceNamesUnion;
496
+ /** The pattern type to be used for resource naming. */
497
+ export declare enum KnownNamingPatternType {
498
+ /** Full resource names that will be created by service. */
499
+ FullResourceName = "FullResourceName"
500
+ }
501
+ /**
502
+ * The pattern type to be used for resource naming. \
503
+ * {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
504
+ * this enum contains the known values that the service supports.
505
+ * ### Known values supported by the service
506
+ * **FullResourceName**: Full resource names that will be created by service.
507
+ */
508
+ export type NamingPatternType = string;
509
+ /** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
510
+ export interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {
511
+ /** The resource names object for virtual machine and related resources. */
512
+ virtualMachine?: VirtualMachineResourceNames;
513
+ /** The pattern type to be used for resource naming. */
907
514
  namingPatternType: "FullResourceName";
908
515
  }
909
- /** Deploy SAP Infrastructure Details. */
910
- export interface InfrastructureConfiguration {
911
- /** Polymorphic discriminator, which specifies the different types this object can be */
912
- deploymentType: "SingleServer" | "ThreeTier";
913
- /** The application resource group where SAP system resources will be deployed. */
914
- appResourceGroup: string;
516
+ export declare function singleServerFullResourceNamesSerializer(item: SingleServerFullResourceNames): any;
517
+ export declare function singleServerFullResourceNamesDeserializer(item: any): SingleServerFullResourceNames;
518
+ /** The resource names object for virtual machine and related resources. */
519
+ export interface VirtualMachineResourceNames {
520
+ /** The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer. */
521
+ vmName?: string;
522
+ /** The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name. */
523
+ hostName?: string;
524
+ /** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
525
+ networkInterfaces?: NetworkInterfaceResourceNames[];
526
+ /** The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine. */
527
+ osDiskName?: string;
528
+ /** The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported */
529
+ dataDiskNames?: Record<string, string[]>;
530
+ }
531
+ export declare function virtualMachineResourceNamesSerializer(item: VirtualMachineResourceNames): any;
532
+ export declare function virtualMachineResourceNamesDeserializer(item: any): VirtualMachineResourceNames;
533
+ export declare function networkInterfaceResourceNamesArraySerializer(result: Array<NetworkInterfaceResourceNames>): any[];
534
+ export declare function networkInterfaceResourceNamesArrayDeserializer(result: Array<NetworkInterfaceResourceNames>): any[];
535
+ /** The resource names object for network interface and related resources. */
536
+ export interface NetworkInterfaceResourceNames {
537
+ /** The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer. */
538
+ networkInterfaceName?: string;
539
+ }
540
+ export declare function networkInterfaceResourceNamesSerializer(item: NetworkInterfaceResourceNames): any;
541
+ export declare function networkInterfaceResourceNamesDeserializer(item: any): NetworkInterfaceResourceNames;
542
+ /** Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&amp;clcid=0x409) */
543
+ export interface ThreeTierConfiguration extends InfrastructureConfiguration {
544
+ /** Network configuration common to all servers */
545
+ networkConfiguration?: NetworkConfiguration;
546
+ /** The central server configuration. */
547
+ centralServer: CentralServerConfiguration;
548
+ /** The application server configuration. */
549
+ applicationServer: ApplicationServerConfiguration;
550
+ /** The database configuration. */
551
+ databaseServer: DatabaseConfiguration;
552
+ /** The high availability configuration. */
553
+ highAvailabilityConfig?: HighAvailabilityConfiguration;
554
+ /** The storage configuration. */
555
+ storageConfiguration?: StorageConfiguration;
556
+ /** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
557
+ customResourceNames?: ThreeTierCustomResourceNamesUnion;
558
+ /** The type of SAP deployment, ThreeTier in this case. */
559
+ deploymentType: "ThreeTier";
915
560
  }
561
+ export declare function threeTierConfigurationSerializer(item: ThreeTierConfiguration): any;
562
+ export declare function threeTierConfigurationDeserializer(item: any): ThreeTierConfiguration;
916
563
  /** Gets or sets the central server configuration. */
917
564
  export interface CentralServerConfiguration {
918
565
  /** The subnet id. */
@@ -922,6 +569,19 @@ export interface CentralServerConfiguration {
922
569
  /** The number of central server VMs. */
923
570
  instanceCount: number;
924
571
  }
572
+ export declare function centralServerConfigurationSerializer(item: CentralServerConfiguration): any;
573
+ export declare function centralServerConfigurationDeserializer(item: any): CentralServerConfiguration;
574
+ /** Gets or sets the application server configuration. */
575
+ export interface ApplicationServerConfiguration {
576
+ /** The subnet id. */
577
+ subnetId: string;
578
+ /** Gets or sets the virtual machine configuration. */
579
+ virtualMachineConfiguration: VirtualMachineConfiguration;
580
+ /** The number of app server instances. */
581
+ instanceCount: number;
582
+ }
583
+ export declare function applicationServerConfigurationSerializer(item: ApplicationServerConfiguration): any;
584
+ export declare function applicationServerConfigurationDeserializer(item: any): ApplicationServerConfiguration;
925
585
  /** Gets or sets the database configuration. */
926
586
  export interface DatabaseConfiguration {
927
587
  /** The database type. */
@@ -935,55 +595,125 @@ export interface DatabaseConfiguration {
935
595
  /** Gets or sets the disk configuration. */
936
596
  diskConfiguration?: DiskConfiguration;
937
597
  }
938
- /** Gets or sets the application server configuration. */
939
- export interface ApplicationServerConfiguration {
940
- /** The subnet id. */
941
- subnetId: string;
942
- /** Gets or sets the virtual machine configuration. */
943
- virtualMachineConfiguration: VirtualMachineConfiguration;
944
- /** The number of app server instances. */
945
- instanceCount: number;
946
- }
598
+ export declare function databaseConfigurationSerializer(item: DatabaseConfiguration): any;
599
+ export declare function databaseConfigurationDeserializer(item: any): DatabaseConfiguration;
947
600
  /** Gets or sets the high availability configuration. */
948
601
  export interface HighAvailabilityConfiguration {
949
602
  /** The high availability type. */
950
603
  highAvailabilityType: SAPHighAvailabilityType;
951
604
  }
952
- /** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
953
- export interface FileShareConfiguration {
954
- /** Polymorphic discriminator, which specifies the different types this object can be */
955
- configurationType: "Skip" | "CreateAndMount" | "Mount";
605
+ export declare function highAvailabilityConfigurationSerializer(item: HighAvailabilityConfiguration): any;
606
+ export declare function highAvailabilityConfigurationDeserializer(item: any): HighAvailabilityConfiguration;
607
+ /** The high availability type (AvailabilitySet or AvailabilityZone). */
608
+ export declare enum KnownSAPHighAvailabilityType {
609
+ /** HA deployment with availability sets. */
610
+ AvailabilitySet = "AvailabilitySet",
611
+ /** HA deployment with availability zones. */
612
+ AvailabilityZone = "AvailabilityZone"
956
613
  }
614
+ /**
615
+ * The high availability type (AvailabilitySet or AvailabilityZone). \
616
+ * {@link KnownSAPHighAvailabilityType} can be used interchangeably with SAPHighAvailabilityType,
617
+ * this enum contains the known values that the service supports.
618
+ * ### Known values supported by the service
619
+ * **AvailabilitySet**: HA deployment with availability sets. \
620
+ * **AvailabilityZone**: HA deployment with availability zones.
621
+ */
622
+ export type SAPHighAvailabilityType = string;
957
623
  /** Gets or sets the storage configuration. */
958
624
  export interface StorageConfiguration {
959
625
  /** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */
960
626
  transportFileShareConfiguration?: FileShareConfigurationUnion;
961
627
  }
628
+ export declare function storageConfigurationSerializer(item: StorageConfiguration): any;
629
+ export declare function storageConfigurationDeserializer(item: any): StorageConfiguration;
630
+ /** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
631
+ export interface FileShareConfiguration {
632
+ /** The type of file share config, eg: Mount/CreateAndMount/Skip. */
633
+ /** The discriminator possible values: Skip, CreateAndMount, Mount */
634
+ configurationType: FileShareConfigurationType;
635
+ }
636
+ export declare function fileShareConfigurationSerializer(item: FileShareConfiguration): any;
637
+ export declare function fileShareConfigurationDeserializer(item: any): FileShareConfiguration;
638
+ /** Alias for FileShareConfigurationUnion */
639
+ export type FileShareConfigurationUnion = SkipFileShareConfiguration | CreateAndMountFileShareConfiguration | MountFileShareConfiguration | FileShareConfiguration;
640
+ export declare function fileShareConfigurationUnionSerializer(item: FileShareConfigurationUnion): any;
641
+ export declare function fileShareConfigurationUnionDeserializer(item: any): FileShareConfigurationUnion;
642
+ /** The type of file share config. */
643
+ export declare enum KnownFileShareConfigurationType {
644
+ /** Skip creating the file share. */
645
+ Skip = "Skip",
646
+ /** Fileshare will be created and mounted by service. */
647
+ CreateAndMount = "CreateAndMount",
648
+ /** Existing fileshare provided will be mounted by service. */
649
+ Mount = "Mount"
650
+ }
651
+ /**
652
+ * The type of file share config. \
653
+ * {@link KnownFileShareConfigurationType} can be used interchangeably with FileShareConfigurationType,
654
+ * this enum contains the known values that the service supports.
655
+ * ### Known values supported by the service
656
+ * **Skip**: Skip creating the file share. \
657
+ * **CreateAndMount**: Fileshare will be created and mounted by service. \
658
+ * **Mount**: Existing fileshare provided will be mounted by service.
659
+ */
660
+ export type FileShareConfigurationType = string;
661
+ /** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
662
+ export interface SkipFileShareConfiguration extends FileShareConfiguration {
663
+ /** The type of file share config, skip in this case i.e. fileshare is not created or required. */
664
+ configurationType: "Skip";
665
+ }
666
+ export declare function skipFileShareConfigurationSerializer(item: SkipFileShareConfiguration): any;
667
+ export declare function skipFileShareConfigurationDeserializer(item: any): SkipFileShareConfiguration;
668
+ /** Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn't need to be pre-created. */
669
+ export interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
670
+ /** The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input. */
671
+ resourceGroup?: string;
672
+ /** The name of file share storage account name . A custom name is used in case of missing input. */
673
+ storageAccountName?: string;
674
+ /** The type of file share config. */
675
+ configurationType: "CreateAndMount";
676
+ }
677
+ export declare function createAndMountFileShareConfigurationSerializer(item: CreateAndMountFileShareConfiguration): any;
678
+ export declare function createAndMountFileShareConfigurationDeserializer(item: any): CreateAndMountFileShareConfiguration;
679
+ /** Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow. */
680
+ export interface MountFileShareConfiguration extends FileShareConfiguration {
681
+ /** The fileshare resource ID */
682
+ id: string;
683
+ /** The private endpoint resource ID */
684
+ privateEndpointId: string;
685
+ /** The type of file share config, mount in this case. */
686
+ configurationType: "Mount";
687
+ }
688
+ export declare function mountFileShareConfigurationSerializer(item: MountFileShareConfiguration): any;
689
+ export declare function mountFileShareConfigurationDeserializer(item: any): MountFileShareConfiguration;
962
690
  /** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */
963
691
  export interface ThreeTierCustomResourceNames {
964
- /** Polymorphic discriminator, which specifies the different types this object can be */
692
+ /** The pattern type to be used for resource naming. */
693
+ /** The discriminator possible values: FullResourceName */
694
+ namingPatternType: NamingPatternType;
695
+ }
696
+ export declare function threeTierCustomResourceNamesSerializer(item: ThreeTierCustomResourceNames): any;
697
+ export declare function threeTierCustomResourceNamesDeserializer(item: any): ThreeTierCustomResourceNames;
698
+ /** Alias for ThreeTierCustomResourceNamesUnion */
699
+ export type ThreeTierCustomResourceNamesUnion = ThreeTierFullResourceNames | ThreeTierCustomResourceNames;
700
+ export declare function threeTierCustomResourceNamesUnionSerializer(item: ThreeTierCustomResourceNamesUnion): any;
701
+ export declare function threeTierCustomResourceNamesUnionDeserializer(item: any): ThreeTierCustomResourceNamesUnion;
702
+ /** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
703
+ export interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {
704
+ /** The full resource names object for central server layer resources. */
705
+ centralServer?: CentralServerFullResourceNames;
706
+ /** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
707
+ applicationServer?: ApplicationServerFullResourceNames;
708
+ /** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
709
+ databaseServer?: DatabaseServerFullResourceNames;
710
+ /** The resource names object for shared storage. */
711
+ sharedStorage?: SharedStorageResourceNames;
712
+ /** The pattern type to be used for resource naming, FullResourceName in this case. */
965
713
  namingPatternType: "FullResourceName";
966
714
  }
967
- /** The resource names object for virtual machine and related resources. */
968
- export interface VirtualMachineResourceNames {
969
- /** The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer. */
970
- vmName?: string;
971
- /** The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name. */
972
- hostName?: string;
973
- /** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
974
- networkInterfaces?: NetworkInterfaceResourceNames[];
975
- /** The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine. */
976
- osDiskName?: string;
977
- /** The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported */
978
- dataDiskNames?: {
979
- [propertyName: string]: string[];
980
- };
981
- }
982
- /** The resource names object for network interface and related resources. */
983
- export interface NetworkInterfaceResourceNames {
984
- /** The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer. */
985
- networkInterfaceName?: string;
986
- }
715
+ export declare function threeTierFullResourceNamesSerializer(item: ThreeTierFullResourceNames): any;
716
+ export declare function threeTierFullResourceNamesDeserializer(item: any): ThreeTierFullResourceNames;
987
717
  /** The full resource names object for central server layer resources. */
988
718
  export interface CentralServerFullResourceNames {
989
719
  /** The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS. */
@@ -993,6 +723,10 @@ export interface CentralServerFullResourceNames {
993
723
  /** The resource names object for load balancer and related resources. */
994
724
  loadBalancer?: LoadBalancerResourceNames;
995
725
  }
726
+ export declare function centralServerFullResourceNamesSerializer(item: CentralServerFullResourceNames): any;
727
+ export declare function centralServerFullResourceNamesDeserializer(item: any): CentralServerFullResourceNames;
728
+ export declare function virtualMachineResourceNamesArraySerializer(result: Array<VirtualMachineResourceNames>): any[];
729
+ export declare function virtualMachineResourceNamesArrayDeserializer(result: Array<VirtualMachineResourceNames>): any[];
996
730
  /** The resource names object for load balancer and related resources. */
997
731
  export interface LoadBalancerResourceNames {
998
732
  /** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */
@@ -1004,6 +738,8 @@ export interface LoadBalancerResourceNames {
1004
738
  /** The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
1005
739
  healthProbeNames?: string[];
1006
740
  }
741
+ export declare function loadBalancerResourceNamesSerializer(item: LoadBalancerResourceNames): any;
742
+ export declare function loadBalancerResourceNamesDeserializer(item: any): LoadBalancerResourceNames;
1007
743
  /** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
1008
744
  export interface ApplicationServerFullResourceNames {
1009
745
  /** The list of virtual machine naming details. */
@@ -1011,6 +747,8 @@ export interface ApplicationServerFullResourceNames {
1011
747
  /** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */
1012
748
  availabilitySetName?: string;
1013
749
  }
750
+ export declare function applicationServerFullResourceNamesSerializer(item: ApplicationServerFullResourceNames): any;
751
+ export declare function applicationServerFullResourceNamesDeserializer(item: any): ApplicationServerFullResourceNames;
1014
752
  /** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
1015
753
  export interface DatabaseServerFullResourceNames {
1016
754
  /** The list of virtual machine naming details. */
@@ -1020,6 +758,8 @@ export interface DatabaseServerFullResourceNames {
1020
758
  /** The resource names object for load balancer and related resources. */
1021
759
  loadBalancer?: LoadBalancerResourceNames;
1022
760
  }
761
+ export declare function databaseServerFullResourceNamesSerializer(item: DatabaseServerFullResourceNames): any;
762
+ export declare function databaseServerFullResourceNamesDeserializer(item: any): DatabaseServerFullResourceNames;
1023
763
  /** The resource names object for shared storage. */
1024
764
  export interface SharedStorageResourceNames {
1025
765
  /** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */
@@ -1027,11 +767,58 @@ export interface SharedStorageResourceNames {
1027
767
  /** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */
1028
768
  sharedStorageAccountPrivateEndPointName?: string;
1029
769
  }
770
+ export declare function sharedStorageResourceNamesSerializer(item: SharedStorageResourceNames): any;
771
+ export declare function sharedStorageResourceNamesDeserializer(item: any): SharedStorageResourceNames;
1030
772
  /** The SAP Software configuration Input. */
1031
773
  export interface SoftwareConfiguration {
1032
- /** Polymorphic discriminator, which specifies the different types this object can be */
1033
- softwareInstallationType: "ServiceInitiated" | "SAPInstallWithoutOSConfig" | "External";
774
+ /** The SAP software installation type. */
775
+ /** The discriminator possible values: ServiceInitiated, SAPInstallWithoutOSConfig, External */
776
+ softwareInstallationType: SAPSoftwareInstallationType;
777
+ }
778
+ export declare function softwareConfigurationSerializer(item: SoftwareConfiguration): any;
779
+ export declare function softwareConfigurationDeserializer(item: any): SoftwareConfiguration;
780
+ /** Alias for SoftwareConfigurationUnion */
781
+ export type SoftwareConfigurationUnion = ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration | ExternalInstallationSoftwareConfiguration | SoftwareConfiguration;
782
+ export declare function softwareConfigurationUnionSerializer(item: SoftwareConfigurationUnion): any;
783
+ export declare function softwareConfigurationUnionDeserializer(item: any): SoftwareConfigurationUnion;
784
+ /** The SAP software installation Type. */
785
+ export declare enum KnownSAPSoftwareInstallationType {
786
+ /** SAP Install managed by service. */
787
+ ServiceInitiated = "ServiceInitiated",
788
+ /** SAP Install without OS Config. */
789
+ SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
790
+ /** External software installation type. */
791
+ External = "External"
792
+ }
793
+ /**
794
+ * The SAP software installation Type. \
795
+ * {@link KnownSAPSoftwareInstallationType} can be used interchangeably with SAPSoftwareInstallationType,
796
+ * this enum contains the known values that the service supports.
797
+ * ### Known values supported by the service
798
+ * **ServiceInitiated**: SAP Install managed by service. \
799
+ * **SAPInstallWithoutOSConfig**: SAP Install without OS Config. \
800
+ * **External**: External software installation type.
801
+ */
802
+ export type SAPSoftwareInstallationType = string;
803
+ /** The SAP Software configuration Input when the software is to be installed by service. */
804
+ export interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {
805
+ /** The URL to the SAP Build of Materials(BOM) file. */
806
+ bomUrl: string;
807
+ /** The software version to install. */
808
+ softwareVersion: string;
809
+ /** The SAP bits storage account id. */
810
+ sapBitsStorageAccountId: string;
811
+ /** The FQDN to set for the SAP system during install. */
812
+ sapFqdn: string;
813
+ /** The SSH private key. */
814
+ sshPrivateKey: string;
815
+ /** Gets or sets the HA software configuration. */
816
+ highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
817
+ /** The SAP software installation Type, service initiated in this case. */
818
+ softwareInstallationType: "ServiceInitiated";
1034
819
  }
820
+ export declare function serviceInitiatedSoftwareConfigurationSerializer(item: ServiceInitiatedSoftwareConfiguration): any;
821
+ export declare function serviceInitiatedSoftwareConfigurationDeserializer(item: any): ServiceInitiatedSoftwareConfiguration;
1035
822
  /** Gets or sets the HA software configuration. */
1036
823
  export interface HighAvailabilitySoftwareConfiguration {
1037
824
  /** The fencing client id. */
@@ -1039,207 +826,10 @@ export interface HighAvailabilitySoftwareConfiguration {
1039
826
  /** The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs. */
1040
827
  fencingClientPassword: string;
1041
828
  }
1042
- /** Defines the OS and SAP Configurations for Deployment */
1043
- export interface OsSapConfiguration {
1044
- /** The url and storage account ID where deployer VM packages are uploaded */
1045
- deployerVmPackages?: DeployerVmPackages;
1046
- /** The FQDN to set for the SAP system */
1047
- sapFqdn?: string;
1048
- }
1049
- /** Defines the url and storage account ID where deployer VM packages are uploaded */
1050
- export interface DeployerVmPackages {
1051
- /** The URL to the deployer VM packages file. */
1052
- url?: string;
1053
- /** The deployer VM packages storage account id */
1054
- storageAccountId?: string;
1055
- }
1056
- /** The recommended configuration for a single server SAP system. */
1057
- export interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {
1058
- /** Polymorphic discriminator, which specifies the different types this object can be */
1059
- deploymentType: "SingleServer";
1060
- /** The recommended VM SKU for single server. */
1061
- vmSku?: string;
1062
- }
1063
- /** The recommended configuration for a three tier SAP system. */
1064
- export interface ThreeTierRecommendationResult extends SAPSizingRecommendationResult {
1065
- /** Polymorphic discriminator, which specifies the different types this object can be */
1066
- deploymentType: "ThreeTier";
1067
- /** The database VM SKU. */
1068
- dbVmSku?: string;
1069
- /** The database server instance count. */
1070
- databaseInstanceCount?: number;
1071
- /** The central server VM SKU. */
1072
- centralServerVmSku?: string;
1073
- /** The central server instance count. */
1074
- centralServerInstanceCount?: number;
1075
- /** The application server VM SKU. */
1076
- applicationServerVmSku?: string;
1077
- /** The application server instance count. */
1078
- applicationServerInstanceCount?: number;
1079
- }
1080
- /** Discovery Details. */
1081
- export interface DiscoveryConfiguration extends SAPConfiguration {
1082
- /** Polymorphic discriminator, which specifies the different types this object can be */
1083
- configurationType: "Discovery";
1084
- /** The virtual machine ID of the Central Server. */
1085
- centralServerVmId?: string;
1086
- /** The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name. */
1087
- managedRgStorageAccountName?: string;
1088
- /**
1089
- * The geo-location where the SAP system exists.
1090
- * NOTE: This property will not be serialized. It can only be populated by the server.
1091
- */
1092
- readonly appLocation?: string;
1093
- }
1094
- /** Deployment Configuration. */
1095
- export interface DeploymentConfiguration extends SAPConfiguration {
1096
- /** Polymorphic discriminator, which specifies the different types this object can be */
1097
- configurationType: "Deployment";
1098
- /** The geo-location where the SAP system is to be created. */
1099
- appLocation?: string;
1100
- /** The infrastructure configuration. */
1101
- infrastructureConfiguration?: InfrastructureConfigurationUnion;
1102
- /** The software configuration. */
1103
- softwareConfiguration?: SoftwareConfigurationUnion;
1104
- }
1105
- /** Deployment along with OS Configuration. */
1106
- export interface DeploymentWithOSConfiguration extends SAPConfiguration {
1107
- /** Polymorphic discriminator, which specifies the different types this object can be */
1108
- configurationType: "DeploymentWithOSConfig";
1109
- /** The geo-location where the SAP system is to be created. */
1110
- appLocation?: string;
1111
- /** The infrastructure configuration. */
1112
- infrastructureConfiguration?: InfrastructureConfigurationUnion;
1113
- /** The software configuration. */
1114
- softwareConfiguration?: SoftwareConfigurationUnion;
1115
- /** The OS and SAP configuration. */
1116
- osSapConfiguration?: OsSapConfiguration;
1117
- }
1118
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1119
- export interface TrackedResource extends Resource {
1120
- /** Resource tags. */
1121
- tags?: {
1122
- [propertyName: string]: string;
1123
- };
1124
- /** The geo-location where the resource lives */
1125
- location: string;
1126
- }
1127
- /** Specifies Windows operating system settings on the virtual machine. */
1128
- export interface WindowsConfiguration extends OSConfiguration {
1129
- /** Polymorphic discriminator, which specifies the different types this object can be */
1130
- osType: "Windows";
1131
- }
1132
- /** Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). */
1133
- export interface LinuxConfiguration extends OSConfiguration {
1134
- /** Polymorphic discriminator, which specifies the different types this object can be */
1135
- osType: "Linux";
1136
- /** Specifies whether password authentication should be disabled. */
1137
- disablePasswordAuthentication?: boolean;
1138
- /** Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead) */
1139
- ssh?: SshConfiguration;
1140
- /** The SSH Key-pair used to authenticate with the VM's. */
1141
- sshKeyPair?: SshKeyPair;
1142
- }
1143
- /** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
1144
- export interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {
1145
- /** Polymorphic discriminator, which specifies the different types this object can be */
1146
- namingPatternType: "FullResourceName";
1147
- /** The resource names object for virtual machine and related resources. */
1148
- virtualMachine?: VirtualMachineResourceNames;
1149
- }
1150
- /** Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
1151
- export interface SingleServerConfiguration extends InfrastructureConfiguration {
1152
- /** Polymorphic discriminator, which specifies the different types this object can be */
1153
- deploymentType: "SingleServer";
1154
- /** Network configuration for the server */
1155
- networkConfiguration?: NetworkConfiguration;
1156
- /** The database type. */
1157
- databaseType?: SAPDatabaseType;
1158
- /** The subnet id. */
1159
- subnetId: string;
1160
- /** Gets or sets the virtual machine configuration. */
1161
- virtualMachineConfiguration: VirtualMachineConfiguration;
1162
- /** Gets or sets the disk configuration. */
1163
- dbDiskConfiguration?: DiskConfiguration;
1164
- /** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
1165
- customResourceNames?: SingleServerCustomResourceNamesUnion;
1166
- }
1167
- /** Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
1168
- export interface ThreeTierConfiguration extends InfrastructureConfiguration {
1169
- /** Polymorphic discriminator, which specifies the different types this object can be */
1170
- deploymentType: "ThreeTier";
1171
- /** Network configuration common to all servers */
1172
- networkConfiguration?: NetworkConfiguration;
1173
- /** The central server configuration. */
1174
- centralServer: CentralServerConfiguration;
1175
- /** The application server configuration. */
1176
- applicationServer: ApplicationServerConfiguration;
1177
- /** The database configuration. */
1178
- databaseServer: DatabaseConfiguration;
1179
- /** The high availability configuration. */
1180
- highAvailabilityConfig?: HighAvailabilityConfiguration;
1181
- /** The storage configuration. */
1182
- storageConfiguration?: StorageConfiguration;
1183
- /** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
1184
- customResourceNames?: ThreeTierCustomResourceNamesUnion;
1185
- }
1186
- /** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
1187
- export interface SkipFileShareConfiguration extends FileShareConfiguration {
1188
- /** Polymorphic discriminator, which specifies the different types this object can be */
1189
- configurationType: "Skip";
1190
- }
1191
- /** Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn't need to be pre-created. */
1192
- export interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
1193
- /** Polymorphic discriminator, which specifies the different types this object can be */
1194
- configurationType: "CreateAndMount";
1195
- /** The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input. */
1196
- resourceGroup?: string;
1197
- /** The name of file share storage account name . A custom name is used in case of missing input. */
1198
- storageAccountName?: string;
1199
- }
1200
- /** Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow. */
1201
- export interface MountFileShareConfiguration extends FileShareConfiguration {
1202
- /** Polymorphic discriminator, which specifies the different types this object can be */
1203
- configurationType: "Mount";
1204
- /** The fileshare resource ID */
1205
- id: string;
1206
- /** The private endpoint resource ID */
1207
- privateEndpointId: string;
1208
- }
1209
- /** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
1210
- export interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {
1211
- /** Polymorphic discriminator, which specifies the different types this object can be */
1212
- namingPatternType: "FullResourceName";
1213
- /** The full resource names object for central server layer resources. */
1214
- centralServer?: CentralServerFullResourceNames;
1215
- /** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
1216
- applicationServer?: ApplicationServerFullResourceNames;
1217
- /** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
1218
- databaseServer?: DatabaseServerFullResourceNames;
1219
- /** The resource names object for shared storage. */
1220
- sharedStorage?: SharedStorageResourceNames;
1221
- }
1222
- /** The SAP Software configuration Input when the software is to be installed by service. */
1223
- export interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {
1224
- /** Polymorphic discriminator, which specifies the different types this object can be */
1225
- softwareInstallationType: "ServiceInitiated";
1226
- /** The URL to the SAP Build of Materials(BOM) file. */
1227
- bomUrl: string;
1228
- /** The software version to install. */
1229
- softwareVersion: string;
1230
- /** The SAP bits storage account id. */
1231
- sapBitsStorageAccountId: string;
1232
- /** The FQDN to set for the SAP system during install. */
1233
- sapFqdn: string;
1234
- /** The SSH private key. */
1235
- sshPrivateKey: string;
1236
- /** Gets or sets the HA software configuration. */
1237
- highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
1238
- }
829
+ export declare function highAvailabilitySoftwareConfigurationSerializer(item: HighAvailabilitySoftwareConfiguration): any;
830
+ export declare function highAvailabilitySoftwareConfigurationDeserializer(item: any): HighAvailabilitySoftwareConfiguration;
1239
831
  /** The SAP Software configuration Input when the software is to be installed by service without OS Configurations */
1240
832
  export interface SAPInstallWithoutOSConfigSoftwareConfiguration extends SoftwareConfiguration {
1241
- /** Polymorphic discriminator, which specifies the different types this object can be */
1242
- softwareInstallationType: "SAPInstallWithoutOSConfig";
1243
833
  /** The URL to the SAP Build of Materials(BOM) file. */
1244
834
  bomUrl: string;
1245
835
  /** The SAP bits storage account id. */
@@ -1248,911 +838,880 @@ export interface SAPInstallWithoutOSConfigSoftwareConfiguration extends Software
1248
838
  softwareVersion: string;
1249
839
  /** Gets or sets the HA software configuration. */
1250
840
  highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
841
+ /** The SAP software installation Type. */
842
+ softwareInstallationType: "SAPInstallWithoutOSConfig";
1251
843
  }
844
+ export declare function sapInstallWithoutOSConfigSoftwareConfigurationSerializer(item: SAPInstallWithoutOSConfigSoftwareConfiguration): any;
845
+ export declare function sapInstallWithoutOSConfigSoftwareConfigurationDeserializer(item: any): SAPInstallWithoutOSConfigSoftwareConfiguration;
1252
846
  /** The SAP Software configuration Input when the software is installed externally outside the service. */
1253
847
  export interface ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration {
1254
- /** Polymorphic discriminator, which specifies the different types this object can be */
1255
- softwareInstallationType: "External";
1256
848
  /** The resource ID of the virtual machine containing the central server instance. */
1257
849
  centralServerVmId?: string;
850
+ /** The SAP software installation Type. */
851
+ softwareInstallationType: "External";
1258
852
  }
1259
- /** Define the Virtual Instance for SAP solutions resource. */
1260
- export interface SAPVirtualInstance extends TrackedResource {
1261
- /** Managed service identity (user assigned identities) */
1262
- identity?: UserAssignedServiceIdentity;
1263
- /** Defines the Virtual Instance for SAP solutions resource properties. */
1264
- properties: SAPVirtualInstanceProperties;
853
+ export declare function externalInstallationSoftwareConfigurationSerializer(item: ExternalInstallationSoftwareConfiguration): any;
854
+ export declare function externalInstallationSoftwareConfigurationDeserializer(item: any): ExternalInstallationSoftwareConfiguration;
855
+ /** Deployment along with OS Configuration. */
856
+ export interface DeploymentWithOSConfiguration extends SAPConfiguration {
857
+ /** The geo-location where the SAP system is to be created. */
858
+ appLocation?: string;
859
+ /** The infrastructure configuration. */
860
+ infrastructureConfiguration?: InfrastructureConfigurationUnion;
861
+ /** The software configuration. */
862
+ softwareConfiguration?: SoftwareConfigurationUnion;
863
+ /** The OS and SAP configuration. */
864
+ osSapConfiguration?: OsSapConfiguration;
865
+ /** The configuration Type. */
866
+ configurationType: "DeploymentWithOSConfig";
1265
867
  }
1266
- /** Define the SAP Central Services Instance resource. */
1267
- export interface SAPCentralServerInstance extends TrackedResource {
1268
- /** Defines the SAP Central Services Instance properties. */
1269
- properties?: SAPCentralServerProperties;
868
+ export declare function deploymentWithOSConfigurationSerializer(item: DeploymentWithOSConfiguration): any;
869
+ export declare function deploymentWithOSConfigurationDeserializer(item: any): DeploymentWithOSConfiguration;
870
+ /** Defines the OS and SAP Configurations for Deployment */
871
+ export interface OsSapConfiguration {
872
+ /** The url and storage account ID where deployer VM packages are uploaded */
873
+ deployerVmPackages?: DeployerVmPackages;
874
+ /** The FQDN to set for the SAP system */
875
+ sapFqdn?: string;
1270
876
  }
1271
- /** Define the Database resource. */
1272
- export interface SAPDatabaseInstance extends TrackedResource {
1273
- /** Defines the Database properties. */
1274
- properties?: SAPDatabaseProperties;
877
+ export declare function osSapConfigurationSerializer(item: OsSapConfiguration): any;
878
+ export declare function osSapConfigurationDeserializer(item: any): OsSapConfiguration;
879
+ /** Defines the url and storage account ID where deployer VM packages are uploaded */
880
+ export interface DeployerVmPackages {
881
+ /** The URL to the deployer VM packages file. */
882
+ url?: string;
883
+ /** The deployer VM packages storage account id */
884
+ storageAccountId?: string;
1275
885
  }
1276
- /** Define the SAP Application Server Instance resource. */
1277
- export interface SAPApplicationServerInstance extends TrackedResource {
1278
- /** Defines the SAP Application Server instance properties. */
1279
- properties?: SAPApplicationServerProperties;
886
+ export declare function deployerVmPackagesSerializer(item: DeployerVmPackages): any;
887
+ export declare function deployerVmPackagesDeserializer(item: any): DeployerVmPackages;
888
+ /** Managed resource group configuration */
889
+ export interface ManagedRGConfiguration {
890
+ /** Managed resource group name */
891
+ name?: string;
1280
892
  }
1281
- /** Defines headers for SAPVirtualInstances_update operation. */
1282
- export interface SAPVirtualInstancesUpdateHeaders {
1283
- /** URL to poll for status updates. */
1284
- location?: string;
1285
- }
1286
- /** Defines headers for SAPVirtualInstances_delete operation. */
1287
- export interface SAPVirtualInstancesDeleteHeaders {
1288
- /** URL to poll for status updates. */
1289
- location?: string;
1290
- }
1291
- /** Defines headers for SAPVirtualInstances_start operation. */
1292
- export interface SAPVirtualInstancesStartHeaders {
1293
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1294
- location?: string;
1295
- }
1296
- /** Defines headers for SAPVirtualInstances_stop operation. */
1297
- export interface SAPVirtualInstancesStopHeaders {
1298
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1299
- location?: string;
1300
- }
1301
- /** Defines headers for SAPCentralInstances_delete operation. */
1302
- export interface SAPCentralInstancesDeleteHeaders {
1303
- /** The URI to fetch the updated SAP Central Services Instance resource. */
1304
- location?: string;
1305
- }
1306
- /** Defines headers for SAPCentralInstances_startInstance operation. */
1307
- export interface SAPCentralInstancesStartInstanceHeaders {
1308
- /** The URI to fetch the updated central instance for SAP resource. */
1309
- location?: string;
1310
- }
1311
- /** Defines headers for SAPCentralInstances_stopInstance operation. */
1312
- export interface SAPCentralInstancesStopInstanceHeaders {
1313
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1314
- location?: string;
1315
- }
1316
- /** Defines headers for SAPDatabaseInstances_delete operation. */
1317
- export interface SAPDatabaseInstancesDeleteHeaders {
1318
- /** The URI to fetch the updated SAP Database Instance resource. */
1319
- location?: string;
1320
- }
1321
- /** Defines headers for SAPDatabaseInstances_startInstance operation. */
1322
- export interface SAPDatabaseInstancesStartInstanceHeaders {
1323
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1324
- location?: string;
1325
- }
1326
- /** Defines headers for SAPDatabaseInstances_stopInstance operation. */
1327
- export interface SAPDatabaseInstancesStopInstanceHeaders {
1328
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1329
- location?: string;
1330
- }
1331
- /** Defines headers for SAPApplicationServerInstances_delete operation. */
1332
- export interface SAPApplicationServerInstancesDeleteHeaders {
1333
- /** The URI to fetch the updated SAP Application Server Instance resource. */
1334
- location?: string;
1335
- }
1336
- /** Defines headers for SAPApplicationServerInstances_startInstance operation. */
1337
- export interface SAPApplicationServerInstancesStartInstanceHeaders {
1338
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1339
- location?: string;
1340
- }
1341
- /** Defines headers for SAPApplicationServerInstances_stopInstance operation. */
1342
- export interface SAPApplicationServerInstancesStopInstanceHeaders {
1343
- /** The URI to fetch the updated Virtual Instance for SAP resource. */
1344
- location?: string;
1345
- }
1346
- /** Known values of {@link SAPEnvironmentType} that the service accepts. */
1347
- export declare enum KnownSAPEnvironmentType {
1348
- /** NonProd */
1349
- NonProd = "NonProd",
1350
- /** Prod */
1351
- Prod = "Prod"
893
+ export declare function managedRGConfigurationSerializer(item: ManagedRGConfiguration): any;
894
+ export declare function managedRGConfigurationDeserializer(item: any): ManagedRGConfiguration;
895
+ /** Defines the SAP Instance status. */
896
+ export declare enum KnownSAPVirtualInstanceStatus {
897
+ /** SAP system is getting started. */
898
+ Starting = "Starting",
899
+ /** SAP system is running. */
900
+ Running = "Running",
901
+ /** SAP system is being stopped. */
902
+ Stopping = "Stopping",
903
+ /** SAP system is offline. */
904
+ Offline = "Offline",
905
+ /** SAP system is partially running. */
906
+ PartiallyRunning = "PartiallyRunning",
907
+ /** SAP system status is unavailable. */
908
+ Unavailable = "Unavailable",
909
+ /** Soft shutdown of SAP system is initiated. */
910
+ SoftShutdown = "SoftShutdown"
1352
911
  }
1353
912
  /**
1354
- * Defines values for SAPEnvironmentType. \
1355
- * {@link KnownSAPEnvironmentType} can be used interchangeably with SAPEnvironmentType,
913
+ * Defines the SAP Instance status. \
914
+ * {@link KnownSAPVirtualInstanceStatus} can be used interchangeably with SAPVirtualInstanceStatus,
1356
915
  * this enum contains the known values that the service supports.
1357
916
  * ### Known values supported by the service
1358
- * **NonProd** \
1359
- * **Prod**
917
+ * **Starting**: SAP system is getting started. \
918
+ * **Running**: SAP system is running. \
919
+ * **Stopping**: SAP system is being stopped. \
920
+ * **Offline**: SAP system is offline. \
921
+ * **PartiallyRunning**: SAP system is partially running. \
922
+ * **Unavailable**: SAP system status is unavailable. \
923
+ * **SoftShutdown**: Soft shutdown of SAP system is initiated.
1360
924
  */
1361
- export type SAPEnvironmentType = string;
1362
- /** Known values of {@link SAPProductType} that the service accepts. */
1363
- export declare enum KnownSAPProductType {
1364
- /** ECC */
1365
- ECC = "ECC",
1366
- /** S4Hana */
1367
- S4Hana = "S4HANA",
1368
- /** Other */
1369
- Other = "Other"
925
+ export type SAPVirtualInstanceStatus = string;
926
+ /** Defines the health of SAP Instances. */
927
+ export declare enum KnownSAPHealthState {
928
+ /** SAP System health is unknown. */
929
+ Unknown = "Unknown",
930
+ /** SAP System health is healthy. */
931
+ Healthy = "Healthy",
932
+ /** SAP System is unhealthy. */
933
+ Unhealthy = "Unhealthy",
934
+ /** SAP System health is degraded. */
935
+ Degraded = "Degraded"
1370
936
  }
1371
937
  /**
1372
- * Defines values for SAPProductType. \
1373
- * {@link KnownSAPProductType} can be used interchangeably with SAPProductType,
938
+ * Defines the health of SAP Instances. \
939
+ * {@link KnownSAPHealthState} can be used interchangeably with SAPHealthState,
1374
940
  * this enum contains the known values that the service supports.
1375
941
  * ### Known values supported by the service
1376
- * **ECC** \
1377
- * **S4HANA** \
1378
- * **Other**
942
+ * **Unknown**: SAP System health is unknown. \
943
+ * **Healthy**: SAP System health is healthy. \
944
+ * **Unhealthy**: SAP System is unhealthy. \
945
+ * **Degraded**: SAP System health is degraded.
1379
946
  */
1380
- export type SAPProductType = string;
1381
- /** Known values of {@link SAPDeploymentType} that the service accepts. */
1382
- export declare enum KnownSAPDeploymentType {
1383
- /** SingleServer */
1384
- SingleServer = "SingleServer",
1385
- /** ThreeTier */
1386
- ThreeTier = "ThreeTier"
947
+ export type SAPHealthState = string;
948
+ /** Defines the Virtual Instance for SAP state. */
949
+ export declare enum KnownSAPVirtualInstanceState {
950
+ /** Infrastructure is not yet deployed. */
951
+ InfrastructureDeploymentPending = "InfrastructureDeploymentPending",
952
+ /** Infrastructure deployment is in progress. */
953
+ InfrastructureDeploymentInProgress = "InfrastructureDeploymentInProgress",
954
+ /** Infrastructure deployment has failed. */
955
+ InfrastructureDeploymentFailed = "InfrastructureDeploymentFailed",
956
+ /** Infrastructure deployment is successful. Software installation is pending. */
957
+ SoftwareInstallationPending = "SoftwareInstallationPending",
958
+ /** Software installation is in progress. */
959
+ SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
960
+ /** Software installation failed. */
961
+ SoftwareInstallationFailed = "SoftwareInstallationFailed",
962
+ /** Software detection is in progress. */
963
+ SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
964
+ /** Software detection failed. */
965
+ SoftwareDetectionFailed = "SoftwareDetectionFailed",
966
+ /** Registration has not started. */
967
+ DiscoveryPending = "DiscoveryPending",
968
+ /** Registration is in progress. */
969
+ DiscoveryInProgress = "DiscoveryInProgress",
970
+ /** Registration has failed. */
971
+ DiscoveryFailed = "DiscoveryFailed",
972
+ /** Registration is complete. */
973
+ RegistrationComplete = "RegistrationComplete",
974
+ /** ACSS installation cannot proceed. */
975
+ AcssInstallationBlocked = "ACSSInstallationBlocked"
1387
976
  }
1388
977
  /**
1389
- * Defines values for SAPDeploymentType. \
1390
- * {@link KnownSAPDeploymentType} can be used interchangeably with SAPDeploymentType,
978
+ * Defines the Virtual Instance for SAP state. \
979
+ * {@link KnownSAPVirtualInstanceState} can be used interchangeably with SAPVirtualInstanceState,
1391
980
  * this enum contains the known values that the service supports.
1392
981
  * ### Known values supported by the service
1393
- * **SingleServer** \
1394
- * **ThreeTier**
982
+ * **InfrastructureDeploymentPending**: Infrastructure is not yet deployed. \
983
+ * **InfrastructureDeploymentInProgress**: Infrastructure deployment is in progress. \
984
+ * **InfrastructureDeploymentFailed**: Infrastructure deployment has failed. \
985
+ * **SoftwareInstallationPending**: Infrastructure deployment is successful. Software installation is pending. \
986
+ * **SoftwareInstallationInProgress**: Software installation is in progress. \
987
+ * **SoftwareInstallationFailed**: Software installation failed. \
988
+ * **SoftwareDetectionInProgress**: Software detection is in progress. \
989
+ * **SoftwareDetectionFailed**: Software detection failed. \
990
+ * **DiscoveryPending**: Registration has not started. \
991
+ * **DiscoveryInProgress**: Registration is in progress. \
992
+ * **DiscoveryFailed**: Registration has failed. \
993
+ * **RegistrationComplete**: Registration is complete. \
994
+ * **ACSSInstallationBlocked**: ACSS installation cannot proceed.
1395
995
  */
1396
- export type SAPDeploymentType = string;
1397
- /** Known values of {@link SAPDatabaseType} that the service accepts. */
1398
- export declare enum KnownSAPDatabaseType {
1399
- /** Hana */
1400
- Hana = "HANA",
1401
- /** DB2 */
1402
- DB2 = "DB2"
1403
- }
1404
- /**
1405
- * Defines values for SAPDatabaseType. \
1406
- * {@link KnownSAPDatabaseType} can be used interchangeably with SAPDatabaseType,
1407
- * this enum contains the known values that the service supports.
1408
- * ### Known values supported by the service
1409
- * **HANA** \
1410
- * **DB2**
1411
- */
1412
- export type SAPDatabaseType = string;
1413
- /** Known values of {@link SAPDatabaseScaleMethod} that the service accepts. */
1414
- export declare enum KnownSAPDatabaseScaleMethod {
1415
- /** ScaleUp */
1416
- ScaleUp = "ScaleUp"
996
+ export type SAPVirtualInstanceState = string;
997
+ /** Defines the provisioning states. */
998
+ export declare enum KnownSapVirtualInstanceProvisioningState {
999
+ /** ACSS succeeded provisioning state. */
1000
+ Succeeded = "Succeeded",
1001
+ /** ACSS updating provisioning state. */
1002
+ Updating = "Updating",
1003
+ /** ACSS Creating provisioning state. */
1004
+ Creating = "Creating",
1005
+ /** ACSS Failed provisioning state. */
1006
+ Failed = "Failed",
1007
+ /** ACSS Deleting provisioning state. */
1008
+ Deleting = "Deleting",
1009
+ /** ACSS Canceled provisioning state. */
1010
+ Canceled = "Canceled"
1417
1011
  }
1418
1012
  /**
1419
- * Defines values for SAPDatabaseScaleMethod. \
1420
- * {@link KnownSAPDatabaseScaleMethod} can be used interchangeably with SAPDatabaseScaleMethod,
1013
+ * Defines the provisioning states. \
1014
+ * {@link KnownSapVirtualInstanceProvisioningState} can be used interchangeably with SapVirtualInstanceProvisioningState,
1421
1015
  * this enum contains the known values that the service supports.
1422
1016
  * ### Known values supported by the service
1423
- * **ScaleUp**
1017
+ * **Succeeded**: ACSS succeeded provisioning state. \
1018
+ * **Updating**: ACSS updating provisioning state. \
1019
+ * **Creating**: ACSS Creating provisioning state. \
1020
+ * **Failed**: ACSS Failed provisioning state. \
1021
+ * **Deleting**: ACSS Deleting provisioning state. \
1022
+ * **Canceled**: ACSS Canceled provisioning state.
1424
1023
  */
1425
- export type SAPDatabaseScaleMethod = string;
1426
- /** Known values of {@link SAPHighAvailabilityType} that the service accepts. */
1427
- export declare enum KnownSAPHighAvailabilityType {
1428
- /** AvailabilitySet */
1429
- AvailabilitySet = "AvailabilitySet",
1430
- /** AvailabilityZone */
1431
- AvailabilityZone = "AvailabilityZone"
1024
+ export type SapVirtualInstanceProvisioningState = string;
1025
+ /** An error response from the Virtual Instance for SAP Workload service. */
1026
+ export interface SAPVirtualInstanceError {
1027
+ /** The Virtual Instance for SAP error body. */
1028
+ properties?: ErrorDefinition;
1432
1029
  }
1433
- /**
1434
- * Defines values for SAPHighAvailabilityType. \
1435
- * {@link KnownSAPHighAvailabilityType} can be used interchangeably with SAPHighAvailabilityType,
1436
- * this enum contains the known values that the service supports.
1437
- * ### Known values supported by the service
1438
- * **AvailabilitySet** \
1439
- * **AvailabilityZone**
1440
- */
1441
- export type SAPHighAvailabilityType = string;
1442
- /** Known values of {@link DiskSkuName} that the service accepts. */
1443
- export declare enum KnownDiskSkuName {
1444
- /** StandardLRS */
1445
- StandardLRS = "Standard_LRS",
1446
- /** PremiumLRS */
1447
- PremiumLRS = "Premium_LRS",
1448
- /** StandardSSDLRS */
1449
- StandardSSDLRS = "StandardSSD_LRS",
1450
- /** UltraSSDLRS */
1451
- UltraSSDLRS = "UltraSSD_LRS",
1452
- /** PremiumZRS */
1453
- PremiumZRS = "Premium_ZRS",
1454
- /** StandardSSDZRS */
1455
- StandardSSDZRS = "StandardSSD_ZRS",
1456
- /** PremiumV2LRS */
1457
- PremiumV2LRS = "PremiumV2_LRS"
1030
+ export declare function sapVirtualInstanceErrorDeserializer(item: any): SAPVirtualInstanceError;
1031
+ /** Error definition. */
1032
+ export interface ErrorDefinition {
1033
+ /** Service specific error code which serves as the substatus for the HTTP error code. */
1034
+ readonly code?: string;
1035
+ /** Description of the error. */
1036
+ readonly message?: string;
1037
+ /** Internal error details. */
1038
+ readonly details?: ErrorDefinition[];
1458
1039
  }
1459
- /**
1460
- * Defines values for DiskSkuName. \
1461
- * {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
1462
- * this enum contains the known values that the service supports.
1463
- * ### Known values supported by the service
1464
- * **Standard_LRS** \
1465
- * **Premium_LRS** \
1466
- * **StandardSSD_LRS** \
1467
- * **UltraSSD_LRS** \
1468
- * **Premium_ZRS** \
1469
- * **StandardSSD_ZRS** \
1470
- * **PremiumV2_LRS**
1471
- */
1472
- export type DiskSkuName = string;
1473
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1474
- export declare enum KnownManagedServiceIdentityType {
1475
- /** None */
1040
+ export declare function errorDefinitionDeserializer(item: any): ErrorDefinition;
1041
+ export declare function errorDefinitionArrayDeserializer(result: Array<ErrorDefinition>): any[];
1042
+ /** Managed service identity (user assigned identities) */
1043
+ export interface SAPVirtualInstanceIdentity {
1044
+ /** The type of managed identity assigned to this resource. */
1045
+ type: SAPVirtualInstanceIdentityType;
1046
+ /** The identities assigned to this resource by the user. */
1047
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
1048
+ }
1049
+ export declare function sapVirtualInstanceIdentitySerializer(item: SAPVirtualInstanceIdentity): any;
1050
+ export declare function sapVirtualInstanceIdentityDeserializer(item: any): SAPVirtualInstanceIdentity;
1051
+ /** Type of managed service identity (where only None and UserAssigned types are allowed). */
1052
+ export declare enum KnownSAPVirtualInstanceIdentityType {
1053
+ /** No managed identity. */
1476
1054
  None = "None",
1477
- /** UserAssigned */
1055
+ /** User assigned managed identity. */
1478
1056
  UserAssigned = "UserAssigned"
1479
1057
  }
1480
1058
  /**
1481
- * Defines values for ManagedServiceIdentityType. \
1482
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1059
+ * Type of managed service identity (where only None and UserAssigned types are allowed). \
1060
+ * {@link KnownSAPVirtualInstanceIdentityType} can be used interchangeably with SAPVirtualInstanceIdentityType,
1483
1061
  * this enum contains the known values that the service supports.
1484
1062
  * ### Known values supported by the service
1485
- * **None** \
1486
- * **UserAssigned**
1063
+ * **None**: No managed identity. \
1064
+ * **UserAssigned**: User assigned managed identity.
1487
1065
  */
1488
- export type ManagedServiceIdentityType = string;
1489
- /** Known values of {@link ManagedResourcesNetworkAccessType} that the service accepts. */
1490
- export declare enum KnownManagedResourcesNetworkAccessType {
1491
- /** Public */
1492
- Public = "Public",
1493
- /** Private */
1494
- Private = "Private"
1066
+ export type SAPVirtualInstanceIdentityType = string;
1067
+ /** User assigned identity properties */
1068
+ export interface UserAssignedIdentity {
1069
+ /** The client ID of the assigned identity. */
1070
+ readonly clientId?: string;
1071
+ /** The principal ID of the assigned identity. */
1072
+ readonly principalId?: string;
1073
+ }
1074
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
1075
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
1076
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1077
+ export interface TrackedResource extends Resource {
1078
+ /** Resource tags. */
1079
+ tags?: Record<string, string>;
1080
+ /** The geo-location where the resource lives */
1081
+ location: string;
1082
+ }
1083
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
1084
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1085
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
1086
+ export interface Resource {
1087
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
1088
+ readonly id?: string;
1089
+ /** The name of the resource */
1090
+ readonly name?: string;
1091
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
1092
+ readonly type?: string;
1093
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
1094
+ readonly systemData?: SystemData;
1095
+ }
1096
+ export declare function resourceSerializer(item: Resource): any;
1097
+ export declare function resourceDeserializer(item: any): Resource;
1098
+ /** Metadata pertaining to creation and last modification of the resource. */
1099
+ export interface SystemData {
1100
+ /** The identity that created the resource. */
1101
+ createdBy?: string;
1102
+ /** The type of identity that created the resource. */
1103
+ createdByType?: CreatedByType;
1104
+ /** The timestamp of resource creation (UTC). */
1105
+ createdAt?: Date;
1106
+ /** The identity that last modified the resource. */
1107
+ lastModifiedBy?: string;
1108
+ /** The type of identity that last modified the resource. */
1109
+ lastModifiedByType?: CreatedByType;
1110
+ /** The timestamp of resource last modification (UTC) */
1111
+ lastModifiedAt?: Date;
1112
+ }
1113
+ export declare function systemDataDeserializer(item: any): SystemData;
1114
+ /** The kind of entity that created the resource. */
1115
+ export declare enum KnownCreatedByType {
1116
+ /** The entity was created by a user. */
1117
+ User = "User",
1118
+ /** The entity was created by an application. */
1119
+ Application = "Application",
1120
+ /** The entity was created by a managed identity. */
1121
+ ManagedIdentity = "ManagedIdentity",
1122
+ /** The entity was created by a key. */
1123
+ Key = "Key"
1495
1124
  }
1496
1125
  /**
1497
- * Defines values for ManagedResourcesNetworkAccessType. \
1498
- * {@link KnownManagedResourcesNetworkAccessType} can be used interchangeably with ManagedResourcesNetworkAccessType,
1126
+ * The kind of entity that created the resource. \
1127
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
1499
1128
  * this enum contains the known values that the service supports.
1500
1129
  * ### Known values supported by the service
1501
- * **Public** \
1502
- * **Private**
1130
+ * **User**: The entity was created by a user. \
1131
+ * **Application**: The entity was created by an application. \
1132
+ * **ManagedIdentity**: The entity was created by a managed identity. \
1133
+ * **Key**: The entity was created by a key.
1503
1134
  */
1504
- export type ManagedResourcesNetworkAccessType = string;
1505
- /** Known values of {@link SAPConfigurationType} that the service accepts. */
1506
- export declare enum KnownSAPConfigurationType {
1507
- /** Deployment */
1508
- Deployment = "Deployment",
1509
- /** Discovery */
1510
- Discovery = "Discovery",
1511
- /** DeploymentWithOSConfig */
1512
- DeploymentWithOSConfig = "DeploymentWithOSConfig"
1135
+ export type CreatedByType = string;
1136
+ /** Defines the request body for updating Virtual Instance for SAP. */
1137
+ export interface UpdateSAPVirtualInstanceRequest {
1138
+ /** Gets or sets the Resource tags. */
1139
+ tags?: Record<string, string>;
1140
+ /** Managed service identity (user assigned identities) */
1141
+ identity?: SAPVirtualInstanceIdentity;
1142
+ /** The update properties. */
1143
+ properties?: UpdateSAPVirtualInstanceProperties;
1144
+ }
1145
+ export declare function updateSAPVirtualInstanceRequestSerializer(item: UpdateSAPVirtualInstanceRequest): any;
1146
+ /** Defines the update request body properties for updating Virtual Instance for SAP. */
1147
+ export interface UpdateSAPVirtualInstanceProperties {
1148
+ /** Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 */
1149
+ managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
1150
+ }
1151
+ export declare function updateSAPVirtualInstancePropertiesSerializer(item: UpdateSAPVirtualInstanceProperties): any;
1152
+ /** The response of a SAPVirtualInstance list operation. */
1153
+ export interface _SAPVirtualInstanceListResult {
1154
+ /** The SAPVirtualInstance items on this page */
1155
+ value: SAPVirtualInstance[];
1156
+ /** The link to the next page of items */
1157
+ nextLink?: string;
1158
+ }
1159
+ export declare function _sapVirtualInstanceListResultDeserializer(item: any): _SAPVirtualInstanceListResult;
1160
+ export declare function sapVirtualInstanceArraySerializer(result: Array<SAPVirtualInstance>): any[];
1161
+ export declare function sapVirtualInstanceArrayDeserializer(result: Array<SAPVirtualInstance>): any[];
1162
+ /** Start SAP instance(s) request body. */
1163
+ export interface StartRequest {
1164
+ /** The boolean value indicates whether to start the virtual machines before starting the SAP instances. */
1165
+ startVm?: boolean;
1166
+ }
1167
+ export declare function startRequestSerializer(item: StartRequest): any;
1168
+ /** The current status of an async operation. */
1169
+ export interface OperationStatusResult {
1170
+ /** Fully qualified ID for the async operation. */
1171
+ id?: string;
1172
+ /** Name of the async operation. */
1173
+ name?: string;
1174
+ /** Operation status. */
1175
+ status: string;
1176
+ /** Percent of the operation that is complete. */
1177
+ percentComplete?: number;
1178
+ /** The start time of the operation. */
1179
+ startTime?: Date;
1180
+ /** The end time of the operation. */
1181
+ endTime?: Date;
1182
+ /** The operations list. */
1183
+ operations?: OperationStatusResult[];
1184
+ /** If present, details of the operation error. */
1185
+ error?: ErrorDetail;
1186
+ /** Fully qualified ID of the resource against which the original async operation was started. */
1187
+ readonly resourceId?: string;
1188
+ }
1189
+ export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
1190
+ export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
1191
+ /** Stop SAP instance(s) request body. */
1192
+ export interface StopRequest {
1193
+ /** This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop. */
1194
+ softStopTimeoutSeconds?: number;
1195
+ /** The boolean value indicates whether to Stop and deallocate the virtual machines along with the SAP instances. */
1196
+ deallocateVm?: boolean;
1197
+ }
1198
+ export declare function stopRequestSerializer(item: StopRequest): any;
1199
+ /** The SAP Sizing Recommendation request. */
1200
+ export interface SAPSizingRecommendationRequest {
1201
+ /** The geo-location where the resource is to be created. */
1202
+ appLocation: string;
1203
+ /** Defines the environment type - Production/Non Production. */
1204
+ environment: SAPEnvironmentType;
1205
+ /** Defines the SAP Product type. */
1206
+ sapProduct: SAPProductType;
1207
+ /** The deployment type. Eg: SingleServer/ThreeTier */
1208
+ deploymentType: SAPDeploymentType;
1209
+ /** The SAP Application Performance Standard measurement. */
1210
+ saps: number;
1211
+ /** The database memory configuration. */
1212
+ dbMemory: number;
1213
+ /** The database type. */
1214
+ databaseType: SAPDatabaseType;
1215
+ /** The DB scale method. */
1216
+ dbScaleMethod?: SAPDatabaseScaleMethod;
1217
+ /** The high availability type. */
1218
+ highAvailabilityType?: SAPHighAvailabilityType;
1219
+ }
1220
+ export declare function sapSizingRecommendationRequestSerializer(item: SAPSizingRecommendationRequest): any;
1221
+ /** The database scale method. */
1222
+ export declare enum KnownSAPDatabaseScaleMethod {
1223
+ /** ScaleUp Hana Database deployment type */
1224
+ ScaleUp = "ScaleUp"
1513
1225
  }
1514
1226
  /**
1515
- * Defines values for SAPConfigurationType. \
1516
- * {@link KnownSAPConfigurationType} can be used interchangeably with SAPConfigurationType,
1227
+ * The database scale method. \
1228
+ * {@link KnownSAPDatabaseScaleMethod} can be used interchangeably with SAPDatabaseScaleMethod,
1517
1229
  * this enum contains the known values that the service supports.
1518
1230
  * ### Known values supported by the service
1519
- * **Deployment** \
1520
- * **Discovery** \
1521
- * **DeploymentWithOSConfig**
1231
+ * **ScaleUp**: ScaleUp Hana Database deployment type
1522
1232
  */
1523
- export type SAPConfigurationType = string;
1524
- /** Known values of {@link SAPVirtualInstanceStatus} that the service accepts. */
1525
- export declare enum KnownSAPVirtualInstanceStatus {
1526
- /** Starting */
1527
- Starting = "Starting",
1528
- /** Running */
1529
- Running = "Running",
1530
- /** Stopping */
1531
- Stopping = "Stopping",
1532
- /** Offline */
1533
- Offline = "Offline",
1534
- /** PartiallyRunning */
1535
- PartiallyRunning = "PartiallyRunning",
1536
- /** Unavailable */
1537
- Unavailable = "Unavailable",
1538
- /** SoftShutdown */
1539
- SoftShutdown = "SoftShutdown"
1233
+ export type SAPDatabaseScaleMethod = string;
1234
+ /** The SAP sizing recommendation result. */
1235
+ export interface SAPSizingRecommendationResult {
1236
+ /** The deployment type. Eg: SingleServer/ThreeTier */
1237
+ /** The discriminator possible values: SingleServer, ThreeTier */
1238
+ deploymentType: SAPDeploymentType;
1239
+ }
1240
+ export declare function sapSizingRecommendationResultDeserializer(item: any): SAPSizingRecommendationResult;
1241
+ /** Alias for SAPSizingRecommendationResultUnion */
1242
+ export type SAPSizingRecommendationResultUnion = SingleServerRecommendationResult | ThreeTierRecommendationResult | SAPSizingRecommendationResult;
1243
+ export declare function sapSizingRecommendationResultUnionDeserializer(item: any): SAPSizingRecommendationResultUnion;
1244
+ /** The recommended configuration for a single server SAP system. */
1245
+ export interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {
1246
+ /** The recommended VM SKU for single server. */
1247
+ vmSku?: string;
1248
+ /** The single server SAP deployment type. */
1249
+ deploymentType: "SingleServer";
1250
+ }
1251
+ export declare function singleServerRecommendationResultDeserializer(item: any): SingleServerRecommendationResult;
1252
+ /** The recommended configuration for a three tier SAP system. */
1253
+ export interface ThreeTierRecommendationResult extends SAPSizingRecommendationResult {
1254
+ /** The database VM SKU. */
1255
+ dbVmSku?: string;
1256
+ /** The database server instance count. */
1257
+ databaseInstanceCount?: number;
1258
+ /** The central server VM SKU. */
1259
+ centralServerVmSku?: string;
1260
+ /** The central server instance count. */
1261
+ centralServerInstanceCount?: number;
1262
+ /** The application server VM SKU. */
1263
+ applicationServerVmSku?: string;
1264
+ /** The application server instance count. */
1265
+ applicationServerInstanceCount?: number;
1266
+ /** The three tier SAP deployment type. */
1267
+ deploymentType: "ThreeTier";
1268
+ }
1269
+ export declare function threeTierRecommendationResultDeserializer(item: any): ThreeTierRecommendationResult;
1270
+ /** The SAP request to get list of supported SKUs. */
1271
+ export interface SAPSupportedSkusRequest {
1272
+ /** The geo-location where the resource is to be created. */
1273
+ appLocation: string;
1274
+ /** Defines the environment type - Production/Non Production. */
1275
+ environment: SAPEnvironmentType;
1276
+ /** Defines the SAP Product type. */
1277
+ sapProduct: SAPProductType;
1278
+ /** The deployment type. Eg: SingleServer/ThreeTier */
1279
+ deploymentType: SAPDeploymentType;
1280
+ /** The database type. Eg: HANA, DB2, etc */
1281
+ databaseType: SAPDatabaseType;
1282
+ /** The high availability type. */
1283
+ highAvailabilityType?: SAPHighAvailabilityType;
1284
+ }
1285
+ export declare function sapSupportedSkusRequestSerializer(item: SAPSupportedSkusRequest): any;
1286
+ /** The list of supported SKUs for different resources which are part of SAP deployment. */
1287
+ export interface SAPSupportedResourceSkusResult {
1288
+ /** Gets the list of SAP supported SKUs. */
1289
+ supportedSkus?: SAPSupportedSku[];
1290
+ }
1291
+ export declare function sapSupportedResourceSkusResultDeserializer(item: any): SAPSupportedResourceSkusResult;
1292
+ export declare function sapSupportedSkuArrayDeserializer(result: Array<SAPSupportedSku>): any[];
1293
+ /** The SAP supported SKU. */
1294
+ export interface SAPSupportedSku {
1295
+ /** The VM Sku. */
1296
+ vmSku?: string;
1297
+ /** True if the Sku is certified for App server in the SAP system. */
1298
+ isAppServerCertified?: boolean;
1299
+ /** True if the Sku is certified for Database server in the SAP system. */
1300
+ isDatabaseCertified?: boolean;
1301
+ }
1302
+ export declare function sapSupportedSkuDeserializer(item: any): SAPSupportedSku;
1303
+ /** The SAP request to get list of disk configurations. */
1304
+ export interface SAPDiskConfigurationsRequest {
1305
+ /** The geo-location where the SAP resources will be created. */
1306
+ appLocation: string;
1307
+ /** Defines the environment type - Production/Non Production. */
1308
+ environment: SAPEnvironmentType;
1309
+ /** Defines the SAP Product type. */
1310
+ sapProduct: SAPProductType;
1311
+ /** The database type. Eg: HANA, DB2, etc */
1312
+ databaseType: SAPDatabaseType;
1313
+ /** The deployment type. Eg: SingleServer/ThreeTier */
1314
+ deploymentType: SAPDeploymentType;
1315
+ /** The VM SKU for database instance. */
1316
+ dbVmSku: string;
1317
+ }
1318
+ export declare function sapDiskConfigurationsRequestSerializer(item: SAPDiskConfigurationsRequest): any;
1319
+ /** The list of disk configuration for vmSku which are part of SAP deployment. */
1320
+ export interface SAPDiskConfigurationsResult {
1321
+ /** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
1322
+ volumeConfigurations?: Record<string, SAPDiskConfiguration>;
1323
+ }
1324
+ export declare function sapDiskConfigurationsResultDeserializer(item: any): SAPDiskConfigurationsResult;
1325
+ export declare function sapDiskConfigurationRecordDeserializer(item: Record<string, any>): Record<string, SAPDiskConfiguration>;
1326
+ /** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
1327
+ export interface SAPDiskConfiguration {
1328
+ /** The recommended disk details for a given VM Sku. */
1329
+ recommendedConfiguration?: DiskVolumeConfiguration;
1330
+ /** The list of supported disks for a given VM Sku. */
1331
+ supportedConfigurations?: DiskDetails[];
1332
+ }
1333
+ export declare function sapDiskConfigurationDeserializer(item: any): SAPDiskConfiguration;
1334
+ export declare function diskDetailsArrayDeserializer(result: Array<DiskDetails>): any[];
1335
+ /** The supported disk size details for a disk type. */
1336
+ export interface DiskDetails {
1337
+ /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
1338
+ sku?: DiskSku;
1339
+ /** The disk size in GB. */
1340
+ sizeGB?: number;
1341
+ /** The minimum supported disk count. */
1342
+ minimumSupportedDiskCount?: number;
1343
+ /** The maximum supported disk count. */
1344
+ maximumSupportedDiskCount?: number;
1345
+ /** The disk Iops. */
1346
+ iopsReadWrite?: number;
1347
+ /** The disk provisioned throughput in MBps. */
1348
+ mbpsReadWrite?: number;
1349
+ /** The disk tier, e.g. P10, E10. */
1350
+ diskTier?: string;
1351
+ }
1352
+ export declare function diskDetailsDeserializer(item: any): DiskDetails;
1353
+ /** The SAP request to get list of availability zones. */
1354
+ export interface SAPAvailabilityZoneDetailsRequest {
1355
+ /** The geo-location where the SAP resources will be created. */
1356
+ appLocation: string;
1357
+ /** Defines the SAP Product type. */
1358
+ sapProduct: SAPProductType;
1359
+ /** The database type. Eg: HANA, DB2, etc */
1360
+ databaseType: SAPDatabaseType;
1361
+ }
1362
+ export declare function sapAvailabilityZoneDetailsRequestSerializer(item: SAPAvailabilityZoneDetailsRequest): any;
1363
+ /** The list of supported availability zone pairs which are part of SAP HA deployment. */
1364
+ export interface SAPAvailabilityZoneDetailsResult {
1365
+ /** Gets the list of availability zone pairs. */
1366
+ availabilityZonePairs?: SAPAvailabilityZonePair[];
1540
1367
  }
1541
- /**
1542
- * Defines values for SAPVirtualInstanceStatus. \
1543
- * {@link KnownSAPVirtualInstanceStatus} can be used interchangeably with SAPVirtualInstanceStatus,
1544
- * this enum contains the known values that the service supports.
1545
- * ### Known values supported by the service
1546
- * **Starting** \
1547
- * **Running** \
1548
- * **Stopping** \
1549
- * **Offline** \
1550
- * **PartiallyRunning** \
1551
- * **Unavailable** \
1552
- * **SoftShutdown**
1553
- */
1554
- export type SAPVirtualInstanceStatus = string;
1555
- /** Known values of {@link SAPHealthState} that the service accepts. */
1556
- export declare enum KnownSAPHealthState {
1557
- /** Unknown */
1558
- Unknown = "Unknown",
1559
- /** Healthy */
1560
- Healthy = "Healthy",
1561
- /** Unhealthy */
1562
- Unhealthy = "Unhealthy",
1563
- /** Degraded */
1564
- Degraded = "Degraded"
1368
+ export declare function sapAvailabilityZoneDetailsResultDeserializer(item: any): SAPAvailabilityZoneDetailsResult;
1369
+ export declare function sapAvailabilityZonePairArrayDeserializer(result: Array<SAPAvailabilityZonePair>): any[];
1370
+ /** The SAP Availability Zone Pair. */
1371
+ export interface SAPAvailabilityZonePair {
1372
+ /** The zone A. */
1373
+ zoneA?: number;
1374
+ /** The zone B. */
1375
+ zoneB?: number;
1565
1376
  }
1566
- /**
1567
- * Defines values for SAPHealthState. \
1568
- * {@link KnownSAPHealthState} can be used interchangeably with SAPHealthState,
1569
- * this enum contains the known values that the service supports.
1570
- * ### Known values supported by the service
1571
- * **Unknown** \
1572
- * **Healthy** \
1573
- * **Unhealthy** \
1574
- * **Degraded**
1575
- */
1576
- export type SAPHealthState = string;
1577
- /** Known values of {@link SAPVirtualInstanceState} that the service accepts. */
1578
- export declare enum KnownSAPVirtualInstanceState {
1579
- /** InfrastructureDeploymentPending */
1580
- InfrastructureDeploymentPending = "InfrastructureDeploymentPending",
1581
- /** InfrastructureDeploymentInProgress */
1582
- InfrastructureDeploymentInProgress = "InfrastructureDeploymentInProgress",
1583
- /** InfrastructureDeploymentFailed */
1584
- InfrastructureDeploymentFailed = "InfrastructureDeploymentFailed",
1585
- /** SoftwareInstallationPending */
1586
- SoftwareInstallationPending = "SoftwareInstallationPending",
1587
- /** SoftwareInstallationInProgress */
1588
- SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
1589
- /** SoftwareInstallationFailed */
1590
- SoftwareInstallationFailed = "SoftwareInstallationFailed",
1591
- /** SoftwareDetectionInProgress */
1592
- SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
1593
- /** SoftwareDetectionFailed */
1594
- SoftwareDetectionFailed = "SoftwareDetectionFailed",
1595
- /** DiscoveryPending */
1596
- DiscoveryPending = "DiscoveryPending",
1597
- /** DiscoveryInProgress */
1598
- DiscoveryInProgress = "DiscoveryInProgress",
1599
- /** DiscoveryFailed */
1600
- DiscoveryFailed = "DiscoveryFailed",
1601
- /** RegistrationComplete */
1602
- RegistrationComplete = "RegistrationComplete",
1603
- /** AcssInstallationBlocked */
1604
- AcssInstallationBlocked = "ACSSInstallationBlocked"
1377
+ export declare function sapAvailabilityZonePairDeserializer(item: any): SAPAvailabilityZonePair;
1378
+ /** Define the SAP Central Services Instance resource. */
1379
+ export interface SAPCentralServerInstance extends TrackedResource {
1380
+ /** The resource-specific properties for this resource. */
1381
+ properties?: SAPCentralServerProperties;
1605
1382
  }
1606
- /**
1607
- * Defines values for SAPVirtualInstanceState. \
1608
- * {@link KnownSAPVirtualInstanceState} can be used interchangeably with SAPVirtualInstanceState,
1609
- * this enum contains the known values that the service supports.
1610
- * ### Known values supported by the service
1611
- * **InfrastructureDeploymentPending** \
1612
- * **InfrastructureDeploymentInProgress** \
1613
- * **InfrastructureDeploymentFailed** \
1614
- * **SoftwareInstallationPending** \
1615
- * **SoftwareInstallationInProgress** \
1616
- * **SoftwareInstallationFailed** \
1617
- * **SoftwareDetectionInProgress** \
1618
- * **SoftwareDetectionFailed** \
1619
- * **DiscoveryPending** \
1620
- * **DiscoveryInProgress** \
1621
- * **DiscoveryFailed** \
1622
- * **RegistrationComplete** \
1623
- * **ACSSInstallationBlocked**
1624
- */
1625
- export type SAPVirtualInstanceState = string;
1626
- /** Known values of {@link SapVirtualInstanceProvisioningState} that the service accepts. */
1627
- export declare enum KnownSapVirtualInstanceProvisioningState {
1628
- /** Succeeded */
1629
- Succeeded = "Succeeded",
1630
- /** Updating */
1631
- Updating = "Updating",
1632
- /** Creating */
1633
- Creating = "Creating",
1634
- /** Failed */
1635
- Failed = "Failed",
1636
- /** Deleting */
1637
- Deleting = "Deleting",
1638
- /** Canceled */
1639
- Canceled = "Canceled"
1383
+ export declare function sapCentralServerInstanceSerializer(item: SAPCentralServerInstance): any;
1384
+ export declare function sapCentralServerInstanceDeserializer(item: any): SAPCentralServerInstance;
1385
+ /** Defines the SAP Central Services Instance properties. */
1386
+ export interface SAPCentralServerProperties {
1387
+ /** The central services instance number. */
1388
+ readonly instanceNo?: string;
1389
+ /** The central services instance subnet. */
1390
+ readonly subnet?: string;
1391
+ /** Defines the SAP message server properties. */
1392
+ messageServerProperties?: MessageServerProperties;
1393
+ /** Defines the SAP Enqueue Server properties. */
1394
+ enqueueServerProperties?: EnqueueServerProperties;
1395
+ /** Defines the SAP Gateway Server properties. */
1396
+ gatewayServerProperties?: GatewayServerProperties;
1397
+ /** Defines the SAP Enqueue Replication Server (ERS) properties. */
1398
+ enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
1399
+ /** The central services instance Kernel Version. */
1400
+ readonly kernelVersion?: string;
1401
+ /** The central services instance Kernel Patch level. */
1402
+ readonly kernelPatch?: string;
1403
+ /** The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines */
1404
+ readonly loadBalancerDetails?: LoadBalancerDetails;
1405
+ /** The list of virtual machines corresponding to the Central Services instance. */
1406
+ readonly vmDetails?: CentralServerVmDetails[];
1407
+ /** Defines the SAP Instance status. */
1408
+ readonly status?: SAPVirtualInstanceStatus;
1409
+ /** Defines the health of SAP Instances. */
1410
+ readonly health?: SAPHealthState;
1411
+ /** Defines the provisioning states. */
1412
+ readonly provisioningState?: SapVirtualInstanceProvisioningState;
1413
+ /** Defines the errors related to SAP Central Services Instance resource. */
1414
+ readonly errors?: SAPVirtualInstanceError;
1640
1415
  }
1641
- /**
1642
- * Defines values for SapVirtualInstanceProvisioningState. \
1643
- * {@link KnownSapVirtualInstanceProvisioningState} can be used interchangeably with SapVirtualInstanceProvisioningState,
1644
- * this enum contains the known values that the service supports.
1645
- * ### Known values supported by the service
1646
- * **Succeeded** \
1647
- * **Updating** \
1648
- * **Creating** \
1649
- * **Failed** \
1650
- * **Deleting** \
1651
- * **Canceled**
1652
- */
1653
- export type SapVirtualInstanceProvisioningState = string;
1654
- /** Known values of {@link CreatedByType} that the service accepts. */
1655
- export declare enum KnownCreatedByType {
1656
- /** User */
1657
- User = "User",
1658
- /** Application */
1659
- Application = "Application",
1660
- /** ManagedIdentity */
1661
- ManagedIdentity = "ManagedIdentity",
1662
- /** Key */
1663
- Key = "Key"
1416
+ export declare function sapCentralServerPropertiesSerializer(item: SAPCentralServerProperties): any;
1417
+ export declare function sapCentralServerPropertiesDeserializer(item: any): SAPCentralServerProperties;
1418
+ /** Defines the SAP message server properties. */
1419
+ export interface MessageServerProperties {
1420
+ /** message server port. */
1421
+ readonly msPort?: number;
1422
+ /** message server internal MS port. */
1423
+ readonly internalMsPort?: number;
1424
+ /** message server HTTP Port. */
1425
+ readonly httpPort?: number;
1426
+ /** message server HTTPS Port. */
1427
+ readonly httpsPort?: number;
1428
+ /** message server SAP Hostname. */
1429
+ readonly hostname?: string;
1430
+ /** message server IP Address. */
1431
+ readonly ipAddress?: string;
1432
+ /** Defines the health of SAP Instances. */
1433
+ readonly health?: SAPHealthState;
1664
1434
  }
1665
- /**
1666
- * Defines values for CreatedByType. \
1667
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1668
- * this enum contains the known values that the service supports.
1669
- * ### Known values supported by the service
1670
- * **User** \
1671
- * **Application** \
1672
- * **ManagedIdentity** \
1673
- * **Key**
1674
- */
1675
- export type CreatedByType = string;
1676
- /** Known values of {@link EnqueueReplicationServerType} that the service accepts. */
1435
+ export declare function messageServerPropertiesSerializer(item: MessageServerProperties): any;
1436
+ export declare function messageServerPropertiesDeserializer(item: any): MessageServerProperties;
1437
+ /** Defines the SAP Enqueue Server properties. */
1438
+ export interface EnqueueServerProperties {
1439
+ /** Enqueue Server SAP Hostname. */
1440
+ readonly hostname?: string;
1441
+ /** Enqueue Server SAP IP Address. */
1442
+ readonly ipAddress?: string;
1443
+ /** Enqueue Server Port. */
1444
+ readonly port?: number;
1445
+ /** Defines the health of SAP Instances. */
1446
+ readonly health?: SAPHealthState;
1447
+ }
1448
+ export declare function enqueueServerPropertiesSerializer(item: EnqueueServerProperties): any;
1449
+ export declare function enqueueServerPropertiesDeserializer(item: any): EnqueueServerProperties;
1450
+ /** Defines the SAP Gateway Server properties. */
1451
+ export interface GatewayServerProperties {
1452
+ /** Gateway Port. */
1453
+ readonly port?: number;
1454
+ /** Defines the health of SAP Instances. */
1455
+ readonly health?: SAPHealthState;
1456
+ }
1457
+ export declare function gatewayServerPropertiesSerializer(item: GatewayServerProperties): any;
1458
+ export declare function gatewayServerPropertiesDeserializer(item: any): GatewayServerProperties;
1459
+ /** Defines the SAP Enqueue Replication Server (ERS) properties. */
1460
+ export interface EnqueueReplicationServerProperties {
1461
+ /** Defines the type of Enqueue Replication Server. */
1462
+ readonly ersVersion?: EnqueueReplicationServerType;
1463
+ /** ERS Instance Number. */
1464
+ readonly instanceNo?: string;
1465
+ /** ERS SAP Hostname. */
1466
+ readonly hostname?: string;
1467
+ /** ERS SAP Kernel Version. */
1468
+ readonly kernelVersion?: string;
1469
+ /** ERS SAP Kernel Patch level. */
1470
+ readonly kernelPatch?: string;
1471
+ /** ERS SAP IP Address. */
1472
+ readonly ipAddress?: string;
1473
+ /** Defines the health of SAP Instances. */
1474
+ readonly health?: SAPHealthState;
1475
+ }
1476
+ export declare function enqueueReplicationServerPropertiesSerializer(item: EnqueueReplicationServerProperties): any;
1477
+ export declare function enqueueReplicationServerPropertiesDeserializer(item: any): EnqueueReplicationServerProperties;
1478
+ /** Defines the type of Enqueue Replication Server. */
1677
1479
  export declare enum KnownEnqueueReplicationServerType {
1678
- /** EnqueueReplicator1 */
1480
+ /** Enqueue Replication server type 1. */
1679
1481
  EnqueueReplicator1 = "EnqueueReplicator1",
1680
- /** EnqueueReplicator2 */
1482
+ /** Enqueue Replication server type 2. */
1681
1483
  EnqueueReplicator2 = "EnqueueReplicator2"
1682
1484
  }
1683
1485
  /**
1684
- * Defines values for EnqueueReplicationServerType. \
1486
+ * Defines the type of Enqueue Replication Server. \
1685
1487
  * {@link KnownEnqueueReplicationServerType} can be used interchangeably with EnqueueReplicationServerType,
1686
1488
  * this enum contains the known values that the service supports.
1687
1489
  * ### Known values supported by the service
1688
- * **EnqueueReplicator1** \
1689
- * **EnqueueReplicator2**
1490
+ * **EnqueueReplicator1**: Enqueue Replication server type 1. \
1491
+ * **EnqueueReplicator2**: Enqueue Replication server type 2.
1690
1492
  */
1691
1493
  export type EnqueueReplicationServerType = string;
1692
- /** Known values of {@link CentralServerVirtualMachineType} that the service accepts. */
1494
+ /** The Load Balancer details such as Load Balancer ID. */
1495
+ export interface LoadBalancerDetails {
1496
+ /** Fully qualified resource ID for the load balancer. */
1497
+ readonly id?: string;
1498
+ }
1499
+ export declare function loadBalancerDetailsDeserializer(item: any): LoadBalancerDetails;
1500
+ export declare function centralServerVmDetailsArrayDeserializer(result: Array<CentralServerVmDetails>): any[];
1501
+ /** The SAP Central Services Instance VM details. */
1502
+ export interface CentralServerVmDetails {
1503
+ /** Defines the type of central server VM. */
1504
+ readonly type?: CentralServerVirtualMachineType;
1505
+ /** The virtual machine id. */
1506
+ readonly virtualMachineId?: string;
1507
+ /** Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage. */
1508
+ readonly storageDetails?: StorageInformation[];
1509
+ }
1510
+ export declare function centralServerVmDetailsDeserializer(item: any): CentralServerVmDetails;
1511
+ /** Defines the type of central server VM. */
1693
1512
  export declare enum KnownCentralServerVirtualMachineType {
1694
- /** Primary */
1513
+ /** Primary central server vm. */
1695
1514
  Primary = "Primary",
1696
- /** Secondary */
1515
+ /** Secondary central server vm. */
1697
1516
  Secondary = "Secondary",
1698
- /** Unknown */
1517
+ /** Central server vm type unknown. */
1699
1518
  Unknown = "Unknown",
1700
- /** Ascs */
1519
+ /** ASCS Central server vm type. */
1701
1520
  Ascs = "ASCS",
1702
- /** ERSInactive */
1521
+ /** ERSInactive Central server vm type. */
1703
1522
  ERSInactive = "ERSInactive",
1704
- /** ERS */
1523
+ /** ERS Central server vm type. */
1705
1524
  ERS = "ERS",
1706
- /** Standby */
1525
+ /** Standby Central server vm type. */
1707
1526
  Standby = "Standby"
1708
1527
  }
1709
1528
  /**
1710
- * Defines values for CentralServerVirtualMachineType. \
1529
+ * Defines the type of central server VM. \
1711
1530
  * {@link KnownCentralServerVirtualMachineType} can be used interchangeably with CentralServerVirtualMachineType,
1712
1531
  * this enum contains the known values that the service supports.
1713
1532
  * ### Known values supported by the service
1714
- * **Primary** \
1715
- * **Secondary** \
1716
- * **Unknown** \
1717
- * **ASCS** \
1718
- * **ERSInactive** \
1719
- * **ERS** \
1720
- * **Standby**
1533
+ * **Primary**: Primary central server vm. \
1534
+ * **Secondary**: Secondary central server vm. \
1535
+ * **Unknown**: Central server vm type unknown. \
1536
+ * **ASCS**: ASCS Central server vm type. \
1537
+ * **ERSInactive**: ERSInactive Central server vm type. \
1538
+ * **ERS**: ERS Central server vm type. \
1539
+ * **Standby**: Standby Central server vm type.
1721
1540
  */
1722
1541
  export type CentralServerVirtualMachineType = string;
1723
- /** Known values of {@link ApplicationServerVirtualMachineType} that the service accepts. */
1542
+ export declare function storageInformationArrayDeserializer(result: Array<StorageInformation>): any[];
1543
+ /** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
1544
+ export interface StorageInformation {
1545
+ /** Fully qualified resource ID for the storage account. */
1546
+ readonly id?: string;
1547
+ }
1548
+ export declare function storageInformationDeserializer(item: any): StorageInformation;
1549
+ /** Defines the request body for updating SAP Central Instance. */
1550
+ export interface UpdateSAPCentralInstanceRequest {
1551
+ /** Gets or sets the Resource tags. */
1552
+ tags?: Record<string, string>;
1553
+ }
1554
+ export declare function updateSAPCentralInstanceRequestSerializer(item: UpdateSAPCentralInstanceRequest): any;
1555
+ /** The response of a SAPCentralServerInstance list operation. */
1556
+ export interface _SAPCentralServerInstanceListResult {
1557
+ /** The SAPCentralServerInstance items on this page */
1558
+ value: SAPCentralServerInstance[];
1559
+ /** The link to the next page of items */
1560
+ nextLink?: string;
1561
+ }
1562
+ export declare function _sapCentralServerInstanceListResultDeserializer(item: any): _SAPCentralServerInstanceListResult;
1563
+ export declare function sapCentralServerInstanceArraySerializer(result: Array<SAPCentralServerInstance>): any[];
1564
+ export declare function sapCentralServerInstanceArrayDeserializer(result: Array<SAPCentralServerInstance>): any[];
1565
+ /** Define the Database resource. */
1566
+ export interface SAPDatabaseInstance extends TrackedResource {
1567
+ /** The resource-specific properties for this resource. */
1568
+ properties?: SAPDatabaseProperties;
1569
+ }
1570
+ export declare function sapDatabaseInstanceSerializer(item: SAPDatabaseInstance): any;
1571
+ export declare function sapDatabaseInstanceDeserializer(item: any): SAPDatabaseInstance;
1572
+ /** Defines the Database properties. */
1573
+ export interface SAPDatabaseProperties {
1574
+ /** Database subnet. */
1575
+ readonly subnet?: string;
1576
+ /** Database SID name. */
1577
+ readonly databaseSid?: string;
1578
+ /** Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server. */
1579
+ readonly databaseType?: string;
1580
+ /** Database IP Address. */
1581
+ readonly ipAddress?: string;
1582
+ /** The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines */
1583
+ readonly loadBalancerDetails?: LoadBalancerDetails;
1584
+ /** The list of virtual machines corresponding to the Database resource. */
1585
+ readonly vmDetails?: DatabaseVmDetails[];
1586
+ /** Defines the SAP Instance status. */
1587
+ readonly status?: SAPVirtualInstanceStatus;
1588
+ /** Defines the provisioning states. */
1589
+ readonly provisioningState?: SapVirtualInstanceProvisioningState;
1590
+ /** Defines the errors related to Database resource. */
1591
+ readonly errors?: SAPVirtualInstanceError;
1592
+ }
1593
+ export declare function sapDatabasePropertiesSerializer(item: SAPDatabaseProperties): any;
1594
+ export declare function sapDatabasePropertiesDeserializer(item: any): SAPDatabaseProperties;
1595
+ export declare function databaseVmDetailsArrayDeserializer(result: Array<DatabaseVmDetails>): any[];
1596
+ /** Database VM details. */
1597
+ export interface DatabaseVmDetails {
1598
+ /** The virtual machine id. */
1599
+ readonly virtualMachineId?: string;
1600
+ /** Defines the SAP Instance status. */
1601
+ readonly status?: SAPVirtualInstanceStatus;
1602
+ /** Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage. */
1603
+ readonly storageDetails?: StorageInformation[];
1604
+ }
1605
+ export declare function databaseVmDetailsDeserializer(item: any): DatabaseVmDetails;
1606
+ /** Defines the request body for updating SAP Database Instance. */
1607
+ export interface UpdateSAPDatabaseInstanceRequest {
1608
+ /** Gets or sets the Resource tags. */
1609
+ tags?: Record<string, string>;
1610
+ }
1611
+ export declare function updateSAPDatabaseInstanceRequestSerializer(item: UpdateSAPDatabaseInstanceRequest): any;
1612
+ /** The response of a SAPDatabaseInstance list operation. */
1613
+ export interface _SAPDatabaseInstanceListResult {
1614
+ /** The SAPDatabaseInstance items on this page */
1615
+ value: SAPDatabaseInstance[];
1616
+ /** The link to the next page of items */
1617
+ nextLink?: string;
1618
+ }
1619
+ export declare function _sapDatabaseInstanceListResultDeserializer(item: any): _SAPDatabaseInstanceListResult;
1620
+ export declare function sapDatabaseInstanceArraySerializer(result: Array<SAPDatabaseInstance>): any[];
1621
+ export declare function sapDatabaseInstanceArrayDeserializer(result: Array<SAPDatabaseInstance>): any[];
1622
+ /** Define the SAP Application Server Instance resource. */
1623
+ export interface SAPApplicationServerInstance extends TrackedResource {
1624
+ /** The resource-specific properties for this resource. */
1625
+ properties?: SAPApplicationServerProperties;
1626
+ }
1627
+ export declare function sapApplicationServerInstanceSerializer(item: SAPApplicationServerInstance): any;
1628
+ export declare function sapApplicationServerInstanceDeserializer(item: any): SAPApplicationServerInstance;
1629
+ /** Defines the SAP Application Server instance properties. */
1630
+ export interface SAPApplicationServerProperties {
1631
+ /** Application server Instance Number. */
1632
+ readonly instanceNo?: string;
1633
+ /** Application server Subnet. */
1634
+ readonly subnet?: string;
1635
+ /** Application server instance SAP hostname. */
1636
+ readonly hostname?: string;
1637
+ /** Application server instance SAP Kernel Version. */
1638
+ readonly kernelVersion?: string;
1639
+ /** Application server instance SAP Kernel Patch level. */
1640
+ readonly kernelPatch?: string;
1641
+ /** Application server instance SAP IP Address. */
1642
+ readonly ipAddress?: string;
1643
+ /** Application server instance gateway Port. */
1644
+ readonly gatewayPort?: number;
1645
+ /** Application server instance ICM HTTP Port. */
1646
+ readonly icmHttpPort?: number;
1647
+ /** Application server instance ICM HTTPS Port. */
1648
+ readonly icmHttpsPort?: number;
1649
+ /** Application server instance dispatcher status. */
1650
+ readonly dispatcherStatus?: string;
1651
+ /** The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines */
1652
+ readonly loadBalancerDetails?: LoadBalancerDetails;
1653
+ /** The list of virtual machines. */
1654
+ readonly vmDetails?: ApplicationServerVmDetails[];
1655
+ /** Defines the SAP Instance status. */
1656
+ readonly status?: SAPVirtualInstanceStatus;
1657
+ /** Defines the health of SAP Instances. */
1658
+ readonly health?: SAPHealthState;
1659
+ /** Defines the provisioning states. */
1660
+ readonly provisioningState?: SapVirtualInstanceProvisioningState;
1661
+ /** Defines the Application Instance errors. */
1662
+ readonly errors?: SAPVirtualInstanceError;
1663
+ }
1664
+ export declare function sapApplicationServerPropertiesSerializer(item: SAPApplicationServerProperties): any;
1665
+ export declare function sapApplicationServerPropertiesDeserializer(item: any): SAPApplicationServerProperties;
1666
+ export declare function applicationServerVmDetailsArrayDeserializer(result: Array<ApplicationServerVmDetails>): any[];
1667
+ /** The Application Server VM Details. */
1668
+ export interface ApplicationServerVmDetails {
1669
+ /** Defines the type of application server VM. */
1670
+ readonly type?: ApplicationServerVirtualMachineType;
1671
+ /** The virtual machine id. */
1672
+ readonly virtualMachineId?: string;
1673
+ /** Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage. */
1674
+ readonly storageDetails?: StorageInformation[];
1675
+ }
1676
+ export declare function applicationServerVmDetailsDeserializer(item: any): ApplicationServerVmDetails;
1677
+ /** Defines the type of application server VM. */
1724
1678
  export declare enum KnownApplicationServerVirtualMachineType {
1725
- /** Active */
1679
+ /** Active Application server vm type. */
1726
1680
  Active = "Active",
1727
- /** Standby */
1681
+ /** Standby Application server vm type. */
1728
1682
  Standby = "Standby",
1729
- /** Unknown */
1683
+ /** Unknown Application server vm type. */
1730
1684
  Unknown = "Unknown"
1731
1685
  }
1732
1686
  /**
1733
- * Defines values for ApplicationServerVirtualMachineType. \
1687
+ * Defines the type of application server VM. \
1734
1688
  * {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,
1735
1689
  * this enum contains the known values that the service supports.
1736
1690
  * ### Known values supported by the service
1737
- * **Active** \
1738
- * **Standby** \
1739
- * **Unknown**
1691
+ * **Active**: Active Application server vm type. \
1692
+ * **Standby**: Standby Application server vm type. \
1693
+ * **Unknown**: Unknown Application server vm type.
1740
1694
  */
1741
1695
  export type ApplicationServerVirtualMachineType = string;
1742
- /** Known values of {@link Origin} that the service accepts. */
1743
- export declare enum KnownOrigin {
1744
- /** User */
1745
- User = "user",
1746
- /** System */
1747
- System = "system",
1748
- /** UserSystem */
1749
- UserSystem = "user,system"
1750
- }
1751
- /**
1752
- * Defines values for Origin. \
1753
- * {@link KnownOrigin} can be used interchangeably with Origin,
1754
- * this enum contains the known values that the service supports.
1755
- * ### Known values supported by the service
1756
- * **user** \
1757
- * **system** \
1758
- * **user,system**
1759
- */
1760
- export type Origin = string;
1761
- /** Known values of {@link ActionType} that the service accepts. */
1762
- export declare enum KnownActionType {
1763
- /** Internal */
1764
- Internal = "Internal"
1765
- }
1766
- /**
1767
- * Defines values for ActionType. \
1768
- * {@link KnownActionType} can be used interchangeably with ActionType,
1769
- * this enum contains the known values that the service supports.
1770
- * ### Known values supported by the service
1771
- * **Internal**
1772
- */
1773
- export type ActionType = string;
1774
- /** Known values of {@link OSType} that the service accepts. */
1775
- export declare enum KnownOSType {
1776
- /** Linux */
1777
- Linux = "Linux",
1778
- /** Windows */
1779
- Windows = "Windows"
1780
- }
1781
- /**
1782
- * Defines values for OSType. \
1783
- * {@link KnownOSType} can be used interchangeably with OSType,
1784
- * this enum contains the known values that the service supports.
1785
- * ### Known values supported by the service
1786
- * **Linux** \
1787
- * **Windows**
1788
- */
1789
- export type OSType = string;
1790
- /** Known values of {@link NamingPatternType} that the service accepts. */
1791
- export declare enum KnownNamingPatternType {
1792
- /** FullResourceName */
1793
- FullResourceName = "FullResourceName"
1794
- }
1795
- /**
1796
- * Defines values for NamingPatternType. \
1797
- * {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
1798
- * this enum contains the known values that the service supports.
1799
- * ### Known values supported by the service
1800
- * **FullResourceName**
1801
- */
1802
- export type NamingPatternType = string;
1803
- /** Known values of {@link ConfigurationType} that the service accepts. */
1804
- export declare enum KnownConfigurationType {
1805
- /** Skip */
1806
- Skip = "Skip",
1807
- /** CreateAndMount */
1808
- CreateAndMount = "CreateAndMount",
1809
- /** Mount */
1810
- Mount = "Mount"
1696
+ /** Defines the request body for updating SAP Application Instance. */
1697
+ export interface UpdateSAPApplicationInstanceRequest {
1698
+ /** Gets or sets the Resource tags. */
1699
+ tags?: Record<string, string>;
1700
+ }
1701
+ export declare function updateSAPApplicationInstanceRequestSerializer(item: UpdateSAPApplicationInstanceRequest): any;
1702
+ /** The response of a SAPApplicationServerInstance list operation. */
1703
+ export interface _SAPApplicationServerInstanceListResult {
1704
+ /** The SAPApplicationServerInstance items on this page */
1705
+ value: SAPApplicationServerInstance[];
1706
+ /** The link to the next page of items */
1707
+ nextLink?: string;
1811
1708
  }
1812
- /**
1813
- * Defines values for ConfigurationType. \
1814
- * {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
1815
- * this enum contains the known values that the service supports.
1816
- * ### Known values supported by the service
1817
- * **Skip** \
1818
- * **CreateAndMount** \
1819
- * **Mount**
1820
- */
1821
- export type ConfigurationType = string;
1822
- /** Known values of {@link SAPSoftwareInstallationType} that the service accepts. */
1823
- export declare enum KnownSAPSoftwareInstallationType {
1824
- /** ServiceInitiated */
1825
- ServiceInitiated = "ServiceInitiated",
1826
- /** SAPInstallWithoutOSConfig */
1827
- SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
1828
- /** External */
1829
- External = "External"
1709
+ export declare function _sapApplicationServerInstanceListResultDeserializer(item: any): _SAPApplicationServerInstanceListResult;
1710
+ export declare function sapApplicationServerInstanceArraySerializer(result: Array<SAPApplicationServerInstance>): any[];
1711
+ export declare function sapApplicationServerInstanceArrayDeserializer(result: Array<SAPApplicationServerInstance>): any[];
1712
+ /** The available API versions. */
1713
+ export declare enum KnownVersions {
1714
+ /** The 2024-09-01 API version. */
1715
+ V20240901 = "2024-09-01"
1830
1716
  }
1831
- /**
1832
- * Defines values for SAPSoftwareInstallationType. \
1833
- * {@link KnownSAPSoftwareInstallationType} can be used interchangeably with SAPSoftwareInstallationType,
1834
- * this enum contains the known values that the service supports.
1835
- * ### Known values supported by the service
1836
- * **ServiceInitiated** \
1837
- * **SAPInstallWithoutOSConfig** \
1838
- * **External**
1839
- */
1840
- export type SAPSoftwareInstallationType = string;
1841
- /** Optional parameters. */
1842
- export interface SAPSizingRecommendationsOptionalParams extends coreClient.OperationOptions {
1843
- /** SAP Sizing Recommendation Request body */
1844
- sAPSizingRecommendation?: SAPSizingRecommendationRequest;
1845
- }
1846
- /** Contains response data for the sAPSizingRecommendations operation. */
1847
- export type SAPSizingRecommendationsResponse = SAPSizingRecommendationResultUnion;
1848
- /** Optional parameters. */
1849
- export interface SAPSupportedSkuOptionalParams extends coreClient.OperationOptions {
1850
- /** SAP Supported SKU Request body */
1851
- sAPSupportedSku?: SAPSupportedSkusRequest;
1852
- }
1853
- /** Contains response data for the sAPSupportedSku operation. */
1854
- export type SAPSupportedSkuResponse = SAPSupportedResourceSkusResult;
1855
- /** Optional parameters. */
1856
- export interface SAPDiskConfigurationsOptionalParams extends coreClient.OperationOptions {
1857
- /** SAP Disk Configurations Request body */
1858
- sAPDiskConfigurations?: SAPDiskConfigurationsRequest;
1859
- }
1860
- /** Contains response data for the sAPDiskConfigurations operation. */
1861
- export type SAPDiskConfigurationsResponse = SAPDiskConfigurationsResult;
1862
- /** Optional parameters. */
1863
- export interface SAPAvailabilityZoneDetailsOptionalParams extends coreClient.OperationOptions {
1864
- /** SAP Availability Zone Details Request body */
1865
- sAPAvailabilityZoneDetails?: SAPAvailabilityZoneDetailsRequest;
1866
- }
1867
- /** Contains response data for the sAPAvailabilityZoneDetails operation. */
1868
- export type SAPAvailabilityZoneDetailsResponse = SAPAvailabilityZoneDetailsResult;
1869
- /** Optional parameters. */
1870
- export interface SAPVirtualInstancesCreateOptionalParams extends coreClient.OperationOptions {
1871
- /** Virtual Instance for SAP solutions resource request body. */
1872
- body?: SAPVirtualInstance;
1873
- /** Delay to wait until next poll, in milliseconds. */
1874
- updateIntervalInMs?: number;
1875
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1876
- resumeFrom?: string;
1877
- }
1878
- /** Contains response data for the create operation. */
1879
- export type SAPVirtualInstancesCreateResponse = SAPVirtualInstance;
1880
- /** Optional parameters. */
1881
- export interface SAPVirtualInstancesGetOptionalParams extends coreClient.OperationOptions {
1882
- }
1883
- /** Contains response data for the get operation. */
1884
- export type SAPVirtualInstancesGetResponse = SAPVirtualInstance;
1885
- /** Optional parameters. */
1886
- export interface SAPVirtualInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1887
- /** Request body to update a Virtual Instance for SAP solutions resource. */
1888
- body?: UpdateSAPVirtualInstanceRequest;
1889
- /** Delay to wait until next poll, in milliseconds. */
1890
- updateIntervalInMs?: number;
1891
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1892
- resumeFrom?: string;
1893
- }
1894
- /** Contains response data for the update operation. */
1895
- export type SAPVirtualInstancesUpdateResponse = SAPVirtualInstance;
1896
- /** Optional parameters. */
1897
- export interface SAPVirtualInstancesDeleteOptionalParams extends coreClient.OperationOptions {
1898
- /** Delay to wait until next poll, in milliseconds. */
1899
- updateIntervalInMs?: number;
1900
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1901
- resumeFrom?: string;
1902
- }
1903
- /** Contains response data for the delete operation. */
1904
- export type SAPVirtualInstancesDeleteResponse = SAPVirtualInstancesDeleteHeaders;
1905
- /** Optional parameters. */
1906
- export interface SAPVirtualInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1907
- }
1908
- /** Contains response data for the listByResourceGroup operation. */
1909
- export type SAPVirtualInstancesListByResourceGroupResponse = SAPVirtualInstanceList;
1910
- /** Optional parameters. */
1911
- export interface SAPVirtualInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1912
- }
1913
- /** Contains response data for the listBySubscription operation. */
1914
- export type SAPVirtualInstancesListBySubscriptionResponse = SAPVirtualInstanceList;
1915
- /** Optional parameters. */
1916
- export interface SAPVirtualInstancesStartOptionalParams extends coreClient.OperationOptions {
1917
- /** The Virtual Instance for SAP solutions resource start request body. */
1918
- body?: StartRequest;
1919
- /** Delay to wait until next poll, in milliseconds. */
1920
- updateIntervalInMs?: number;
1921
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1922
- resumeFrom?: string;
1923
- }
1924
- /** Contains response data for the start operation. */
1925
- export type SAPVirtualInstancesStartResponse = OperationStatusResult;
1926
- /** Optional parameters. */
1927
- export interface SAPVirtualInstancesStopOptionalParams extends coreClient.OperationOptions {
1928
- /** The Virtual Instance for SAP solutions resource stop request body. */
1929
- body?: StopRequest;
1930
- /** Delay to wait until next poll, in milliseconds. */
1931
- updateIntervalInMs?: number;
1932
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1933
- resumeFrom?: string;
1934
- }
1935
- /** Contains response data for the stop operation. */
1936
- export type SAPVirtualInstancesStopResponse = OperationStatusResult;
1937
- /** Optional parameters. */
1938
- export interface SAPVirtualInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1939
- }
1940
- /** Contains response data for the listByResourceGroupNext operation. */
1941
- export type SAPVirtualInstancesListByResourceGroupNextResponse = SAPVirtualInstanceList;
1942
- /** Optional parameters. */
1943
- export interface SAPVirtualInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1944
- }
1945
- /** Contains response data for the listBySubscriptionNext operation. */
1946
- export type SAPVirtualInstancesListBySubscriptionNextResponse = SAPVirtualInstanceList;
1947
- /** Optional parameters. */
1948
- export interface SAPCentralInstancesGetOptionalParams extends coreClient.OperationOptions {
1949
- }
1950
- /** Contains response data for the get operation. */
1951
- export type SAPCentralInstancesGetResponse = SAPCentralServerInstance;
1952
- /** Optional parameters. */
1953
- export interface SAPCentralInstancesCreateOptionalParams extends coreClient.OperationOptions {
1954
- /** The SAP Central Services Instance request body. */
1955
- body?: SAPCentralServerInstance;
1956
- /** Delay to wait until next poll, in milliseconds. */
1957
- updateIntervalInMs?: number;
1958
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1959
- resumeFrom?: string;
1960
- }
1961
- /** Contains response data for the create operation. */
1962
- export type SAPCentralInstancesCreateResponse = SAPCentralServerInstance;
1963
- /** Optional parameters. */
1964
- export interface SAPCentralInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1965
- /** The SAP Central Services Instance resource request body. */
1966
- body?: UpdateSAPCentralInstanceRequest;
1967
- }
1968
- /** Contains response data for the update operation. */
1969
- export type SAPCentralInstancesUpdateResponse = SAPCentralServerInstance;
1970
- /** Optional parameters. */
1971
- export interface SAPCentralInstancesDeleteOptionalParams extends coreClient.OperationOptions {
1972
- /** Delay to wait until next poll, in milliseconds. */
1973
- updateIntervalInMs?: number;
1974
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1975
- resumeFrom?: string;
1976
- }
1977
- /** Contains response data for the delete operation. */
1978
- export type SAPCentralInstancesDeleteResponse = SAPCentralInstancesDeleteHeaders;
1979
- /** Optional parameters. */
1980
- export interface SAPCentralInstancesListOptionalParams extends coreClient.OperationOptions {
1981
- }
1982
- /** Contains response data for the list operation. */
1983
- export type SAPCentralInstancesListResponse = SAPCentralInstanceList;
1984
- /** Optional parameters. */
1985
- export interface SAPCentralInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
1986
- /** SAP Central Services instance start request body. */
1987
- body?: StartRequest;
1988
- /** Delay to wait until next poll, in milliseconds. */
1989
- updateIntervalInMs?: number;
1990
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1991
- resumeFrom?: string;
1992
- }
1993
- /** Contains response data for the startInstance operation. */
1994
- export type SAPCentralInstancesStartInstanceResponse = OperationStatusResult;
1995
- /** Optional parameters. */
1996
- export interface SAPCentralInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
1997
- /** SAP Central Services instance stop request body. */
1998
- body?: StopRequest;
1999
- /** Delay to wait until next poll, in milliseconds. */
2000
- updateIntervalInMs?: number;
2001
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2002
- resumeFrom?: string;
2003
- }
2004
- /** Contains response data for the stopInstance operation. */
2005
- export type SAPCentralInstancesStopInstanceResponse = OperationStatusResult;
2006
- /** Optional parameters. */
2007
- export interface SAPCentralInstancesListNextOptionalParams extends coreClient.OperationOptions {
2008
- }
2009
- /** Contains response data for the listNext operation. */
2010
- export type SAPCentralInstancesListNextResponse = SAPCentralInstanceList;
2011
- /** Optional parameters. */
2012
- export interface SAPDatabaseInstancesGetOptionalParams extends coreClient.OperationOptions {
2013
- }
2014
- /** Contains response data for the get operation. */
2015
- export type SAPDatabaseInstancesGetResponse = SAPDatabaseInstance;
2016
- /** Optional parameters. */
2017
- export interface SAPDatabaseInstancesCreateOptionalParams extends coreClient.OperationOptions {
2018
- /** Request body of Database resource of a SAP system. */
2019
- body?: SAPDatabaseInstance;
2020
- /** Delay to wait until next poll, in milliseconds. */
2021
- updateIntervalInMs?: number;
2022
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2023
- resumeFrom?: string;
2024
- }
2025
- /** Contains response data for the create operation. */
2026
- export type SAPDatabaseInstancesCreateResponse = SAPDatabaseInstance;
2027
- /** Optional parameters. */
2028
- export interface SAPDatabaseInstancesUpdateOptionalParams extends coreClient.OperationOptions {
2029
- /** Database resource update request body. */
2030
- body?: UpdateSAPDatabaseInstanceRequest;
2031
- }
2032
- /** Contains response data for the update operation. */
2033
- export type SAPDatabaseInstancesUpdateResponse = SAPDatabaseInstance;
2034
- /** Optional parameters. */
2035
- export interface SAPDatabaseInstancesDeleteOptionalParams extends coreClient.OperationOptions {
2036
- /** Delay to wait until next poll, in milliseconds. */
2037
- updateIntervalInMs?: number;
2038
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2039
- resumeFrom?: string;
2040
- }
2041
- /** Contains response data for the delete operation. */
2042
- export type SAPDatabaseInstancesDeleteResponse = SAPDatabaseInstancesDeleteHeaders;
2043
- /** Optional parameters. */
2044
- export interface SAPDatabaseInstancesListOptionalParams extends coreClient.OperationOptions {
2045
- }
2046
- /** Contains response data for the list operation. */
2047
- export type SAPDatabaseInstancesListResponse = SAPDatabaseInstanceList;
2048
- /** Optional parameters. */
2049
- export interface SAPDatabaseInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
2050
- /** SAP Database server instance start request body. */
2051
- body?: StartRequest;
2052
- /** Delay to wait until next poll, in milliseconds. */
2053
- updateIntervalInMs?: number;
2054
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2055
- resumeFrom?: string;
2056
- }
2057
- /** Contains response data for the startInstance operation. */
2058
- export type SAPDatabaseInstancesStartInstanceResponse = OperationStatusResult;
2059
- /** Optional parameters. */
2060
- export interface SAPDatabaseInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
2061
- /** Stop request for the database instance of the SAP system. */
2062
- body?: StopRequest;
2063
- /** Delay to wait until next poll, in milliseconds. */
2064
- updateIntervalInMs?: number;
2065
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2066
- resumeFrom?: string;
2067
- }
2068
- /** Contains response data for the stopInstance operation. */
2069
- export type SAPDatabaseInstancesStopInstanceResponse = OperationStatusResult;
2070
- /** Optional parameters. */
2071
- export interface SAPDatabaseInstancesListNextOptionalParams extends coreClient.OperationOptions {
2072
- }
2073
- /** Contains response data for the listNext operation. */
2074
- export type SAPDatabaseInstancesListNextResponse = SAPDatabaseInstanceList;
2075
- /** Optional parameters. */
2076
- export interface SAPApplicationServerInstancesGetOptionalParams extends coreClient.OperationOptions {
2077
- }
2078
- /** Contains response data for the get operation. */
2079
- export type SAPApplicationServerInstancesGetResponse = SAPApplicationServerInstance;
2080
- /** Optional parameters. */
2081
- export interface SAPApplicationServerInstancesCreateOptionalParams extends coreClient.OperationOptions {
2082
- /** The SAP Application Server Instance resource request body. */
2083
- body?: SAPApplicationServerInstance;
2084
- /** Delay to wait until next poll, in milliseconds. */
2085
- updateIntervalInMs?: number;
2086
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2087
- resumeFrom?: string;
2088
- }
2089
- /** Contains response data for the create operation. */
2090
- export type SAPApplicationServerInstancesCreateResponse = SAPApplicationServerInstance;
2091
- /** Optional parameters. */
2092
- export interface SAPApplicationServerInstancesUpdateOptionalParams extends coreClient.OperationOptions {
2093
- /** The SAP Application Server Instance resource request body. */
2094
- body?: UpdateSAPApplicationInstanceRequest;
2095
- }
2096
- /** Contains response data for the update operation. */
2097
- export type SAPApplicationServerInstancesUpdateResponse = SAPApplicationServerInstance;
2098
- /** Optional parameters. */
2099
- export interface SAPApplicationServerInstancesDeleteOptionalParams extends coreClient.OperationOptions {
2100
- /** Delay to wait until next poll, in milliseconds. */
2101
- updateIntervalInMs?: number;
2102
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2103
- resumeFrom?: string;
2104
- }
2105
- /** Contains response data for the delete operation. */
2106
- export type SAPApplicationServerInstancesDeleteResponse = SAPApplicationServerInstancesDeleteHeaders;
2107
- /** Optional parameters. */
2108
- export interface SAPApplicationServerInstancesListOptionalParams extends coreClient.OperationOptions {
2109
- }
2110
- /** Contains response data for the list operation. */
2111
- export type SAPApplicationServerInstancesListResponse = SAPApplicationServerInstanceList;
2112
- /** Optional parameters. */
2113
- export interface SAPApplicationServerInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
2114
- /** SAP Application server instance start request body. */
2115
- body?: StartRequest;
2116
- /** Delay to wait until next poll, in milliseconds. */
2117
- updateIntervalInMs?: number;
2118
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2119
- resumeFrom?: string;
2120
- }
2121
- /** Contains response data for the startInstance operation. */
2122
- export type SAPApplicationServerInstancesStartInstanceResponse = OperationStatusResult;
2123
- /** Optional parameters. */
2124
- export interface SAPApplicationServerInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
2125
- /** SAP Application server instance stop request body. */
2126
- body?: StopRequest;
2127
- /** Delay to wait until next poll, in milliseconds. */
2128
- updateIntervalInMs?: number;
2129
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2130
- resumeFrom?: string;
2131
- }
2132
- /** Contains response data for the stopInstance operation. */
2133
- export type SAPApplicationServerInstancesStopInstanceResponse = OperationStatusResult;
2134
- /** Optional parameters. */
2135
- export interface SAPApplicationServerInstancesListNextOptionalParams extends coreClient.OperationOptions {
2136
- }
2137
- /** Contains response data for the listNext operation. */
2138
- export type SAPApplicationServerInstancesListNextResponse = SAPApplicationServerInstanceList;
2139
- /** Optional parameters. */
2140
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2141
- }
2142
- /** Contains response data for the list operation. */
2143
- export type OperationsListResponse = OperationListResult;
2144
- /** Optional parameters. */
2145
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2146
- }
2147
- /** Contains response data for the listNext operation. */
2148
- export type OperationsListNextResponse = OperationListResult;
2149
- /** Optional parameters. */
2150
- export interface WorkloadsClientOptionalParams extends coreClient.ServiceClientOptions {
2151
- /** server parameter */
2152
- $host?: string;
2153
- /** Api Version */
2154
- apiVersion?: string;
2155
- /** Overrides client endpoint. */
2156
- endpoint?: string;
2157
- }
2158
- //# sourceMappingURL=index.d.ts.map
1717
+ //# sourceMappingURL=models.d.ts.map