@azure/arm-datamigration 3.0.0-alpha.20250115.1 → 3.0.0-alpha.20250117.1

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 (1063) hide show
  1. package/dist/browser/dataMigrationManagementClient.d.ts +30 -0
  2. package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
  3. package/dist/browser/dataMigrationManagementClient.js +107 -0
  4. package/dist/browser/dataMigrationManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/dist/browser/models/parameters.js +272 -0
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +83 -0
  16. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  17. package/dist/browser/operations/databaseMigrationsSqlMi.js +302 -0
  18. package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
  19. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +83 -0
  20. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  21. package/dist/browser/operations/databaseMigrationsSqlVm.js +302 -0
  22. package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -0
  23. package/dist/browser/operations/files.d.ts +101 -0
  24. package/dist/browser/operations/files.d.ts.map +1 -0
  25. package/dist/browser/operations/files.js +372 -0
  26. package/dist/browser/operations/files.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +12 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +19 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/dist/browser/operations/operations.d.ts +32 -0
  32. package/dist/browser/operations/operations.d.ts.map +1 -0
  33. package/dist/browser/operations/operations.js +130 -0
  34. package/dist/browser/operations/operations.js.map +1 -0
  35. package/dist/browser/operations/projects.d.ts +78 -0
  36. package/dist/browser/operations/projects.d.ts.map +1 -0
  37. package/dist/browser/operations/projects.js +293 -0
  38. package/dist/browser/operations/projects.js.map +1 -0
  39. package/dist/browser/operations/resourceSkus.d.ts +32 -0
  40. package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
  41. package/dist/browser/operations/resourceSkus.js +138 -0
  42. package/dist/browser/operations/resourceSkus.js.map +1 -0
  43. package/dist/browser/operations/serviceTasks.d.ts +91 -0
  44. package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
  45. package/dist/browser/operations/serviceTasks.js +330 -0
  46. package/dist/browser/operations/serviceTasks.js.map +1 -0
  47. package/dist/browser/operations/services.d.ts +217 -0
  48. package/dist/browser/operations/services.d.ts.map +1 -0
  49. package/dist/browser/operations/services.js +914 -0
  50. package/dist/browser/operations/services.js.map +1 -0
  51. package/dist/browser/operations/sqlMigrationServices.d.ts +178 -0
  52. package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
  53. package/dist/browser/operations/sqlMigrationServices.js +754 -0
  54. package/dist/browser/operations/sqlMigrationServices.js.map +1 -0
  55. package/dist/browser/operations/tasks.d.ts +110 -0
  56. package/dist/browser/operations/tasks.d.ts.map +1 -0
  57. package/dist/browser/operations/tasks.js +383 -0
  58. package/dist/browser/operations/tasks.js.map +1 -0
  59. package/dist/browser/operations/usages.d.ts +37 -0
  60. package/dist/browser/operations/usages.d.ts.map +1 -0
  61. package/dist/browser/operations/usages.js +148 -0
  62. package/dist/browser/operations/usages.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  64. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  67. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  69. package/dist/browser/operationsInterfaces/files.d.ts +73 -0
  70. package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/files.js.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  73. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/index.js +19 -0
  75. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  77. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
  80. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
  83. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/serviceTasks.d.ts +64 -0
  86. package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/services.d.ts +161 -0
  89. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  92. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
  95. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  98. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  100. package/dist/browser/package.json +3 -0
  101. package/dist/browser/pagingHelper.js.map +1 -0
  102. package/dist/commonjs/dataMigrationManagementClient.d.ts +30 -0
  103. package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
  104. package/dist/commonjs/dataMigrationManagementClient.js +112 -0
  105. package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
  106. package/dist/commonjs/index.d.ts +5 -0
  107. package/dist/commonjs/index.d.ts.map +1 -0
  108. package/dist/commonjs/index.js +19 -0
  109. package/dist/commonjs/index.js.map +1 -0
  110. package/dist/commonjs/lroImpl.d.ts +16 -0
  111. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  112. package/dist/commonjs/lroImpl.js +29 -0
  113. package/dist/commonjs/lroImpl.js.map +1 -0
  114. package/dist/commonjs/models/index.d.ts +7554 -0
  115. package/dist/commonjs/models/index.d.ts.map +1 -0
  116. package/dist/commonjs/models/index.js +852 -0
  117. package/dist/commonjs/models/index.js.map +1 -0
  118. package/dist/commonjs/models/mappers.d.ts +434 -0
  119. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  120. package/dist/commonjs/models/mappers.js +11831 -0
  121. package/dist/commonjs/models/mappers.js.map +1 -0
  122. package/dist/commonjs/models/parameters.d.ts +36 -0
  123. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  124. package/dist/commonjs/models/parameters.js +275 -0
  125. package/dist/commonjs/models/parameters.js.map +1 -0
  126. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +83 -0
  127. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  128. package/dist/commonjs/operations/databaseMigrationsSqlMi.js +307 -0
  129. package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
  130. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +83 -0
  131. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  132. package/dist/commonjs/operations/databaseMigrationsSqlVm.js +307 -0
  133. package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
  134. package/dist/commonjs/operations/files.d.ts +101 -0
  135. package/dist/commonjs/operations/files.d.ts.map +1 -0
  136. package/dist/commonjs/operations/files.js +376 -0
  137. package/dist/commonjs/operations/files.js.map +1 -0
  138. package/dist/commonjs/operations/index.d.ts +12 -0
  139. package/dist/commonjs/operations/index.d.ts.map +1 -0
  140. package/dist/commonjs/operations/index.js +22 -0
  141. package/dist/commonjs/operations/index.js.map +1 -0
  142. package/dist/commonjs/operations/operations.d.ts +32 -0
  143. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  144. package/dist/commonjs/operations/operations.js +134 -0
  145. package/dist/commonjs/operations/operations.js.map +1 -0
  146. package/dist/commonjs/operations/projects.d.ts +78 -0
  147. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  148. package/dist/commonjs/operations/projects.js +297 -0
  149. package/dist/commonjs/operations/projects.js.map +1 -0
  150. package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
  151. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
  152. package/dist/commonjs/operations/resourceSkus.js +142 -0
  153. package/dist/commonjs/operations/resourceSkus.js.map +1 -0
  154. package/dist/commonjs/operations/serviceTasks.d.ts +91 -0
  155. package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
  156. package/dist/commonjs/operations/serviceTasks.js +334 -0
  157. package/dist/commonjs/operations/serviceTasks.js.map +1 -0
  158. package/dist/commonjs/operations/services.d.ts +217 -0
  159. package/dist/commonjs/operations/services.d.ts.map +1 -0
  160. package/dist/commonjs/operations/services.js +918 -0
  161. package/dist/commonjs/operations/services.js.map +1 -0
  162. package/dist/commonjs/operations/sqlMigrationServices.d.ts +178 -0
  163. package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
  164. package/dist/commonjs/operations/sqlMigrationServices.js +758 -0
  165. package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
  166. package/dist/commonjs/operations/tasks.d.ts +110 -0
  167. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  168. package/dist/commonjs/operations/tasks.js +387 -0
  169. package/dist/commonjs/operations/tasks.js.map +1 -0
  170. package/dist/commonjs/operations/usages.d.ts +37 -0
  171. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  172. package/dist/commonjs/operations/usages.js +152 -0
  173. package/dist/commonjs/operations/usages.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  175. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  179. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
  183. package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/files.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  187. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  189. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
  195. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
  199. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +64 -0
  203. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/serviceTasks.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/services.d.ts +161 -0
  207. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/services.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  211. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
  215. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  219. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  222. package/dist/commonjs/package.json +3 -0
  223. package/dist/commonjs/pagingHelper.d.ts +13 -0
  224. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  225. package/dist/commonjs/pagingHelper.js +36 -0
  226. package/dist/commonjs/pagingHelper.js.map +1 -0
  227. package/dist/esm/dataMigrationManagementClient.d.ts +30 -0
  228. package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
  229. package/dist/esm/dataMigrationManagementClient.js +107 -0
  230. package/dist/esm/dataMigrationManagementClient.js.map +1 -0
  231. package/dist/esm/index.d.ts +5 -0
  232. package/dist/esm/index.d.ts.map +1 -0
  233. package/dist/esm/index.js +13 -0
  234. package/dist/esm/index.js.map +1 -0
  235. package/dist/esm/lroImpl.d.ts +16 -0
  236. package/dist/esm/lroImpl.d.ts.map +1 -0
  237. package/dist/esm/lroImpl.js +25 -0
  238. package/dist/esm/lroImpl.js.map +1 -0
  239. package/dist/esm/models/index.d.ts +7554 -0
  240. package/dist/esm/models/index.d.ts.map +1 -0
  241. package/dist/esm/models/index.js +848 -0
  242. package/dist/esm/models/index.js.map +1 -0
  243. package/dist/esm/models/mappers.d.ts +434 -0
  244. package/dist/esm/models/mappers.d.ts.map +1 -0
  245. package/dist/esm/models/mappers.js +11822 -0
  246. package/dist/esm/models/mappers.js.map +1 -0
  247. package/dist/esm/models/parameters.d.ts +36 -0
  248. package/dist/esm/models/parameters.d.ts.map +1 -0
  249. package/dist/esm/models/parameters.js +272 -0
  250. package/dist/esm/models/parameters.js.map +1 -0
  251. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +83 -0
  252. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  253. package/dist/esm/operations/databaseMigrationsSqlMi.js +302 -0
  254. package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
  255. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +83 -0
  256. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  257. package/dist/esm/operations/databaseMigrationsSqlVm.js +302 -0
  258. package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
  259. package/dist/esm/operations/files.d.ts +101 -0
  260. package/dist/esm/operations/files.d.ts.map +1 -0
  261. package/dist/esm/operations/files.js +372 -0
  262. package/dist/esm/operations/files.js.map +1 -0
  263. package/dist/esm/operations/index.d.ts +12 -0
  264. package/dist/esm/operations/index.d.ts.map +1 -0
  265. package/dist/esm/operations/index.js +19 -0
  266. package/dist/esm/operations/index.js.map +1 -0
  267. package/dist/esm/operations/operations.d.ts +32 -0
  268. package/dist/esm/operations/operations.d.ts.map +1 -0
  269. package/dist/esm/operations/operations.js +130 -0
  270. package/dist/esm/operations/operations.js.map +1 -0
  271. package/dist/esm/operations/projects.d.ts +78 -0
  272. package/dist/esm/operations/projects.d.ts.map +1 -0
  273. package/dist/esm/operations/projects.js +293 -0
  274. package/dist/esm/operations/projects.js.map +1 -0
  275. package/dist/esm/operations/resourceSkus.d.ts +32 -0
  276. package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
  277. package/dist/esm/operations/resourceSkus.js +138 -0
  278. package/dist/esm/operations/resourceSkus.js.map +1 -0
  279. package/dist/esm/operations/serviceTasks.d.ts +91 -0
  280. package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
  281. package/dist/esm/operations/serviceTasks.js +330 -0
  282. package/dist/esm/operations/serviceTasks.js.map +1 -0
  283. package/dist/esm/operations/services.d.ts +217 -0
  284. package/dist/esm/operations/services.d.ts.map +1 -0
  285. package/dist/esm/operations/services.js +914 -0
  286. package/dist/esm/operations/services.js.map +1 -0
  287. package/dist/esm/operations/sqlMigrationServices.d.ts +178 -0
  288. package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
  289. package/dist/esm/operations/sqlMigrationServices.js +754 -0
  290. package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
  291. package/dist/esm/operations/tasks.d.ts +110 -0
  292. package/dist/esm/operations/tasks.d.ts.map +1 -0
  293. package/dist/esm/operations/tasks.js +383 -0
  294. package/dist/esm/operations/tasks.js.map +1 -0
  295. package/dist/esm/operations/usages.d.ts +37 -0
  296. package/dist/esm/operations/usages.d.ts.map +1 -0
  297. package/dist/esm/operations/usages.js +148 -0
  298. package/dist/esm/operations/usages.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  300. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  302. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  304. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  306. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/files.d.ts +73 -0
  308. package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/files.js +9 -0
  310. package/dist/esm/operationsInterfaces/files.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  312. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/index.js +19 -0
  314. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  316. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/operations.js +9 -0
  318. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
  320. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/projects.js +9 -0
  322. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
  324. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
  326. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/serviceTasks.d.ts +64 -0
  328. package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/serviceTasks.js +9 -0
  330. package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/services.d.ts +161 -0
  332. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/services.js +9 -0
  334. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  336. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/sqlMigrationServices.js +9 -0
  338. package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
  340. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  342. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  344. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/usages.js +9 -0
  346. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  347. package/dist/esm/package.json +3 -0
  348. package/dist/esm/pagingHelper.d.ts +13 -0
  349. package/dist/esm/pagingHelper.d.ts.map +1 -0
  350. package/dist/esm/pagingHelper.js +32 -0
  351. package/dist/esm/pagingHelper.js.map +1 -0
  352. package/dist/react-native/dataMigrationManagementClient.d.ts +30 -0
  353. package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
  354. package/dist/react-native/dataMigrationManagementClient.js +107 -0
  355. package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
  356. package/dist/react-native/index.d.ts +5 -0
  357. package/dist/react-native/index.d.ts.map +1 -0
  358. package/dist/react-native/index.js +13 -0
  359. package/dist/react-native/index.js.map +1 -0
  360. package/dist/react-native/lroImpl.d.ts +16 -0
  361. package/dist/react-native/lroImpl.d.ts.map +1 -0
  362. package/dist/react-native/lroImpl.js +25 -0
  363. package/dist/react-native/lroImpl.js.map +1 -0
  364. package/dist/react-native/models/index.d.ts +7554 -0
  365. package/dist/react-native/models/index.d.ts.map +1 -0
  366. package/dist/react-native/models/index.js +848 -0
  367. package/dist/react-native/models/index.js.map +1 -0
  368. package/dist/react-native/models/mappers.d.ts +434 -0
  369. package/dist/react-native/models/mappers.d.ts.map +1 -0
  370. package/dist/react-native/models/mappers.js +11822 -0
  371. package/dist/react-native/models/mappers.js.map +1 -0
  372. package/dist/react-native/models/parameters.d.ts +36 -0
  373. package/dist/react-native/models/parameters.d.ts.map +1 -0
  374. package/dist/react-native/models/parameters.js +272 -0
  375. package/dist/react-native/models/parameters.js.map +1 -0
  376. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +83 -0
  377. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  378. package/dist/react-native/operations/databaseMigrationsSqlMi.js +302 -0
  379. package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
  380. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +83 -0
  381. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  382. package/dist/react-native/operations/databaseMigrationsSqlVm.js +302 -0
  383. package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
  384. package/dist/react-native/operations/files.d.ts +101 -0
  385. package/dist/react-native/operations/files.d.ts.map +1 -0
  386. package/dist/react-native/operations/files.js +372 -0
  387. package/dist/react-native/operations/files.js.map +1 -0
  388. package/dist/react-native/operations/index.d.ts +12 -0
  389. package/dist/react-native/operations/index.d.ts.map +1 -0
  390. package/dist/react-native/operations/index.js +19 -0
  391. package/dist/react-native/operations/index.js.map +1 -0
  392. package/dist/react-native/operations/operations.d.ts +32 -0
  393. package/dist/react-native/operations/operations.d.ts.map +1 -0
  394. package/dist/react-native/operations/operations.js +130 -0
  395. package/dist/react-native/operations/operations.js.map +1 -0
  396. package/dist/react-native/operations/projects.d.ts +78 -0
  397. package/dist/react-native/operations/projects.d.ts.map +1 -0
  398. package/dist/react-native/operations/projects.js +293 -0
  399. package/dist/react-native/operations/projects.js.map +1 -0
  400. package/dist/react-native/operations/resourceSkus.d.ts +32 -0
  401. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
  402. package/dist/react-native/operations/resourceSkus.js +138 -0
  403. package/dist/react-native/operations/resourceSkus.js.map +1 -0
  404. package/dist/react-native/operations/serviceTasks.d.ts +91 -0
  405. package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
  406. package/dist/react-native/operations/serviceTasks.js +330 -0
  407. package/dist/react-native/operations/serviceTasks.js.map +1 -0
  408. package/dist/react-native/operations/services.d.ts +217 -0
  409. package/dist/react-native/operations/services.d.ts.map +1 -0
  410. package/dist/react-native/operations/services.js +914 -0
  411. package/dist/react-native/operations/services.js.map +1 -0
  412. package/dist/react-native/operations/sqlMigrationServices.d.ts +178 -0
  413. package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
  414. package/dist/react-native/operations/sqlMigrationServices.js +754 -0
  415. package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
  416. package/dist/react-native/operations/tasks.d.ts +110 -0
  417. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  418. package/dist/react-native/operations/tasks.js +383 -0
  419. package/dist/react-native/operations/tasks.js.map +1 -0
  420. package/dist/react-native/operations/usages.d.ts +37 -0
  421. package/dist/react-native/operations/usages.d.ts.map +1 -0
  422. package/dist/react-native/operations/usages.js +148 -0
  423. package/dist/react-native/operations/usages.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  425. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  427. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  429. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  431. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
  433. package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/files.js +9 -0
  435. package/dist/react-native/operationsInterfaces/files.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  437. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/index.js +19 -0
  439. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  441. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  443. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
  445. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  447. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
  449. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
  451. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +64 -0
  453. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/serviceTasks.js +9 -0
  455. package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/services.d.ts +161 -0
  457. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/services.js +9 -0
  459. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
  461. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +9 -0
  463. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
  465. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  467. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  469. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  471. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  472. package/dist/react-native/package.json +3 -0
  473. package/dist/react-native/pagingHelper.d.ts +13 -0
  474. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  475. package/dist/react-native/pagingHelper.js +32 -0
  476. package/dist/react-native/pagingHelper.js.map +1 -0
  477. package/package.json +58 -28
  478. package/dist/index.js +0 -17519
  479. package/dist/index.js.map +0 -1
  480. package/dist/index.min.js +0 -1
  481. package/dist/index.min.js.map +0 -1
  482. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
  483. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
  485. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
  486. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
  487. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
  489. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
  490. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
  491. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
  493. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
  494. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
  495. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
  497. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
  498. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
  499. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
  501. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
  502. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
  505. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
  506. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
  509. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
  510. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
  513. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
  514. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
  517. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
  518. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
  521. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
  522. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
  525. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
  526. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
  529. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
  530. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
  533. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
  534. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
  535. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
  537. package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
  538. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
  539. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
  541. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
  542. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
  543. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
  545. package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
  546. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
  549. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
  550. package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
  551. package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/filesDelete.js +0 -33
  553. package/dist-esm/samples-dev/filesDelete.js.map +0 -1
  554. package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
  557. package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
  558. package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/filesGetSample.js +0 -33
  561. package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
  562. package/dist-esm/samples-dev/filesList.d.ts +0 -2
  563. package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/filesList.js +0 -33
  565. package/dist-esm/samples-dev/filesList.js.map +0 -1
  566. package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/filesListSample.js +0 -48
  569. package/dist-esm/samples-dev/filesListSample.js.map +0 -1
  570. package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/filesReadSample.js +0 -33
  573. package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
  574. package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
  577. package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
  578. package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
  579. package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/filesUpdate.js +0 -36
  581. package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
  582. package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
  585. package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
  586. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
  587. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
  589. package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
  590. package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
  591. package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/getMigrationService.js +0 -31
  593. package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
  594. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
  595. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -46
  597. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
  598. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
  599. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -45
  601. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
  602. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
  603. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -47
  605. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
  606. package/dist-esm/samples-dev/listSkus.d.ts +0 -2
  607. package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/listSkus.js +0 -45
  609. package/dist-esm/samples-dev/listSkus.js.map +0 -1
  610. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
  611. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -45
  613. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
  614. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/operationsListSample.js +0 -45
  617. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  618. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
  619. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
  621. package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
  622. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
  625. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  626. package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
  627. package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/projectsDelete.js +0 -32
  629. package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
  630. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
  633. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  634. package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
  635. package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/projectsGet.js +0 -32
  637. package/dist-esm/samples-dev/projectsGet.js.map +0 -1
  638. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/projectsGetSample.js +0 -32
  641. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  642. package/dist-esm/samples-dev/projectsList.d.ts +0 -2
  643. package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/projectsList.js +0 -47
  645. package/dist-esm/samples-dev/projectsList.js.map +0 -1
  646. package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
  647. package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/projectsListSample.js +0 -47
  649. package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
  650. package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
  651. package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/projectsUpdate.js +0 -37
  653. package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
  654. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  655. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
  657. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  658. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
  659. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
  661. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
  662. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -45
  665. package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
  666. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
  667. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
  669. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
  670. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
  671. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
  672. package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
  673. package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
  674. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
  675. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
  676. package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
  677. package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
  678. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
  679. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
  681. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
  682. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
  683. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
  685. package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
  686. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
  687. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
  689. package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
  690. package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
  691. package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/serviceTasksList.js +0 -47
  693. package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
  694. package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
  695. package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
  696. package/dist-esm/samples-dev/serviceTasksListSample.js +0 -47
  697. package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
  698. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
  699. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
  700. package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
  701. package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
  702. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
  703. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
  704. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
  705. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
  706. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
  707. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
  708. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
  709. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
  710. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
  711. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
  712. package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
  713. package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
  714. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  715. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  716. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
  717. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  718. package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
  719. package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
  720. package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
  721. package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
  722. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
  723. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
  724. package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
  725. package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
  726. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
  727. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
  728. package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
  729. package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
  730. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  731. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  732. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
  733. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  734. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  735. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  736. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
  737. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  738. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  739. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  740. package/dist-esm/samples-dev/servicesGetSample.js +0 -31
  741. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  742. package/dist-esm/samples-dev/servicesList.d.ts +0 -2
  743. package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
  744. package/dist-esm/samples-dev/servicesList.js +0 -45
  745. package/dist-esm/samples-dev/servicesList.js.map +0 -1
  746. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
  747. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
  748. package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -46
  749. package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
  750. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  751. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  752. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -46
  753. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  754. package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
  755. package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
  756. package/dist-esm/samples-dev/servicesListSample.js +0 -45
  757. package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
  758. package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
  759. package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
  760. package/dist-esm/samples-dev/servicesListSkus.js +0 -47
  761. package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
  762. package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
  763. package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
  764. package/dist-esm/samples-dev/servicesListSkusSample.js +0 -47
  765. package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
  766. package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
  767. package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
  768. package/dist-esm/samples-dev/servicesStart.js +0 -31
  769. package/dist-esm/samples-dev/servicesStart.js.map +0 -1
  770. package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
  771. package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
  772. package/dist-esm/samples-dev/servicesStartSample.js +0 -31
  773. package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
  774. package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
  775. package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
  776. package/dist-esm/samples-dev/servicesStop.js +0 -31
  777. package/dist-esm/samples-dev/servicesStop.js.map +0 -1
  778. package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
  779. package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
  780. package/dist-esm/samples-dev/servicesStopSample.js +0 -31
  781. package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
  782. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  783. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  784. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
  785. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  786. package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
  787. package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
  788. package/dist-esm/samples-dev/servicesUsages.js +0 -46
  789. package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
  790. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
  791. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
  792. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
  793. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
  794. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
  795. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
  796. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
  797. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
  798. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
  799. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
  800. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
  801. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
  802. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
  803. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
  804. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
  805. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
  806. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
  807. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
  808. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
  809. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
  810. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
  811. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
  812. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -46
  813. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
  814. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
  815. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
  816. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -45
  817. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
  818. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
  819. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
  820. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -47
  821. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
  822. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
  823. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
  824. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
  825. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
  826. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
  827. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
  828. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
  829. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
  830. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
  831. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
  832. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
  833. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
  834. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
  835. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
  836. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
  837. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
  838. package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
  839. package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
  840. package/dist-esm/samples-dev/tasksCancel.js +0 -32
  841. package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
  842. package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
  843. package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
  844. package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
  845. package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
  846. package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
  847. package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
  848. package/dist-esm/samples-dev/tasksCommand.js +0 -37
  849. package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
  850. package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
  851. package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
  852. package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
  853. package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
  854. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
  855. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
  856. package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
  857. package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
  858. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
  859. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
  860. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
  861. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
  862. package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
  863. package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/tasksDelete.js +0 -32
  865. package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
  866. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
  867. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
  869. package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
  870. package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
  871. package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/tasksGet.js +0 -32
  873. package/dist-esm/samples-dev/tasksGet.js.map +0 -1
  874. package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
  875. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/tasksGetSample.js +0 -33
  877. package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
  878. package/dist-esm/samples-dev/tasksList.d.ts +0 -2
  879. package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/tasksList.js +0 -48
  881. package/dist-esm/samples-dev/tasksList.js.map +0 -1
  882. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  883. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/tasksListSample.js +0 -48
  885. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  886. package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
  887. package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/tasksUpdate.js +0 -38
  889. package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
  890. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
  891. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
  893. package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
  894. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
  895. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
  897. package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
  898. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  899. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/usagesListSample.js +0 -46
  901. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  902. package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -30
  903. package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
  904. package/dist-esm/src/dataMigrationManagementClient.js +0 -110
  905. package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
  906. package/dist-esm/src/index.d.ts +0 -5
  907. package/dist-esm/src/index.d.ts.map +0 -1
  908. package/dist-esm/src/index.js +0 -13
  909. package/dist-esm/src/index.js.map +0 -1
  910. package/dist-esm/src/lroImpl.js +0 -29
  911. package/dist-esm/src/lroImpl.js.map +0 -1
  912. package/dist-esm/src/models/index.js.map +0 -1
  913. package/dist-esm/src/models/mappers.js.map +0 -1
  914. package/dist-esm/src/models/parameters.js +0 -272
  915. package/dist-esm/src/models/parameters.js.map +0 -1
  916. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
  917. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  918. package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
  919. package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
  920. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
  921. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  922. package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
  923. package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
  924. package/dist-esm/src/operations/files.d.ts +0 -101
  925. package/dist-esm/src/operations/files.d.ts.map +0 -1
  926. package/dist-esm/src/operations/files.js +0 -372
  927. package/dist-esm/src/operations/files.js.map +0 -1
  928. package/dist-esm/src/operations/index.d.ts +0 -12
  929. package/dist-esm/src/operations/index.d.ts.map +0 -1
  930. package/dist-esm/src/operations/index.js +0 -19
  931. package/dist-esm/src/operations/index.js.map +0 -1
  932. package/dist-esm/src/operations/operations.d.ts +0 -32
  933. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  934. package/dist-esm/src/operations/operations.js +0 -130
  935. package/dist-esm/src/operations/operations.js.map +0 -1
  936. package/dist-esm/src/operations/projects.d.ts +0 -78
  937. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  938. package/dist-esm/src/operations/projects.js +0 -293
  939. package/dist-esm/src/operations/projects.js.map +0 -1
  940. package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
  941. package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
  942. package/dist-esm/src/operations/resourceSkus.js +0 -138
  943. package/dist-esm/src/operations/resourceSkus.js.map +0 -1
  944. package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
  945. package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
  946. package/dist-esm/src/operations/serviceTasks.js +0 -330
  947. package/dist-esm/src/operations/serviceTasks.js.map +0 -1
  948. package/dist-esm/src/operations/services.d.ts +0 -217
  949. package/dist-esm/src/operations/services.d.ts.map +0 -1
  950. package/dist-esm/src/operations/services.js +0 -934
  951. package/dist-esm/src/operations/services.js.map +0 -1
  952. package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
  953. package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
  954. package/dist-esm/src/operations/sqlMigrationServices.js +0 -766
  955. package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
  956. package/dist-esm/src/operations/tasks.d.ts +0 -110
  957. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  958. package/dist-esm/src/operations/tasks.js +0 -383
  959. package/dist-esm/src/operations/tasks.js.map +0 -1
  960. package/dist-esm/src/operations/usages.d.ts +0 -37
  961. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  962. package/dist-esm/src/operations/usages.js +0 -148
  963. package/dist-esm/src/operations/usages.js.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  965. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  966. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  968. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  969. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  970. package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
  971. package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
  972. package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
  973. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  974. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  975. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  976. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  977. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  978. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  979. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  980. package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
  981. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  982. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  983. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
  984. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  985. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
  986. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
  987. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  988. package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
  989. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
  990. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  991. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  992. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
  993. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  994. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  995. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
  996. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  997. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  998. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  999. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1000. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1001. package/dist-esm/src/pagingHelper.js.map +0 -1
  1002. package/dist-esm/test/sampleTest.d.ts +0 -2
  1003. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1004. package/dist-esm/test/sampleTest.js +0 -42
  1005. package/dist-esm/test/sampleTest.js.map +0 -1
  1006. package/src/dataMigrationManagementClient.ts +0 -184
  1007. package/src/index.ts +0 -13
  1008. package/src/lroImpl.ts +0 -34
  1009. package/src/models/index.ts +0 -8368
  1010. package/src/models/mappers.ts +0 -13025
  1011. package/src/models/parameters.ts +0 -325
  1012. package/src/operations/databaseMigrationsSqlMi.ts +0 -459
  1013. package/src/operations/databaseMigrationsSqlVm.ts +0 -459
  1014. package/src/operations/files.ts +0 -508
  1015. package/src/operations/index.ts +0 -19
  1016. package/src/operations/operations.ts +0 -146
  1017. package/src/operations/projects.ts +0 -381
  1018. package/src/operations/resourceSkus.ts +0 -155
  1019. package/src/operations/serviceTasks.ts +0 -430
  1020. package/src/operations/services.ts +0 -1227
  1021. package/src/operations/sqlMigrationServices.ts +0 -1034
  1022. package/src/operations/tasks.ts +0 -521
  1023. package/src/operations/usages.ts +0 -173
  1024. package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
  1025. package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
  1026. package/src/operationsInterfaces/files.ts +0 -139
  1027. package/src/operationsInterfaces/index.ts +0 -19
  1028. package/src/operationsInterfaces/operations.ts +0 -22
  1029. package/src/operationsInterfaces/projects.ts +0 -97
  1030. package/src/operationsInterfaces/resourceSkus.ts +0 -22
  1031. package/src/operationsInterfaces/serviceTasks.ts +0 -116
  1032. package/src/operationsInterfaces/services.ts +0 -272
  1033. package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
  1034. package/src/operationsInterfaces/tasks.ts +0 -149
  1035. package/src/operationsInterfaces/usages.ts +0 -25
  1036. package/src/pagingHelper.ts +0 -39
  1037. package/tsconfig.json +0 -33
  1038. package/types/arm-datamigration.d.ts +0 -8876
  1039. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1040. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1041. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1042. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1043. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1044. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1045. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1046. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1047. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1048. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1049. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlMi.js +0 -0
  1050. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlVm.js +0 -0
  1051. /package/{dist-esm/src → dist/browser}/operationsInterfaces/files.js +0 -0
  1052. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1053. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  1054. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
  1055. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceTasks.js +0 -0
  1056. /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
  1057. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlMigrationServices.js +0 -0
  1058. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
  1059. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  1060. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1061. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1062. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1063. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrationStatusDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n modelProperties: {\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fullBackupSetInfo: {\n serializedName: \"fullBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\"\n }\n },\n lastRestoredBackupSetInfo: {\n serializedName: \"lastRestoredBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\"\n }\n },\n activeBackupSets: {\n serializedName: \"activeBackupSets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\"\n }\n }\n }\n },\n invalidFiles: {\n serializedName: \"invalidFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n blobContainerName: {\n serializedName: \"blobContainerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isFullBackupRestored: {\n serializedName: \"isFullBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n restoreBlockingReason: {\n serializedName: \"restoreBlockingReason\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n completeRestoreErrorMessage: {\n serializedName: \"completeRestoreErrorMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fileUploadBlockingErrors: {\n serializedName: \"fileUploadBlockingErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n currentRestoringFilename: {\n serializedName: \"currentRestoringFilename\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastRestoredFilename: {\n serializedName: \"lastRestoredFilename\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n pendingLogBackupsCount: {\n serializedName: \"pendingLogBackupsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SqlBackupSetInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n modelProperties: {\n backupSetId: {\n serializedName: \"backupSetId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n firstLSN: {\n serializedName: \"firstLSN\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastLSN: {\n serializedName: \"lastLSN\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n listOfBackupFiles: {\n serializedName: \"listOfBackupFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlBackupFileInfo\"\n }\n }\n }\n },\n backupStartDate: {\n serializedName: \"backupStartDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n backupFinishDate: {\n serializedName: \"backupFinishDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n isBackupRestored: {\n serializedName: \"isBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n hasBackupChecksums: {\n serializedName: \"hasBackupChecksums\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n familyCount: {\n serializedName: \"familyCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n ignoreReasons: {\n serializedName: \"ignoreReasons\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SqlBackupFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlBackupFileInfo\",\n modelProperties: {\n fileName: {\n serializedName: \"fileName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n totalSize: {\n serializedName: \"totalSize\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataRead: {\n serializedName: \"dataRead\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataWritten: {\n serializedName: \"dataWritten\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n copyThroughput: {\n serializedName: \"copyThroughput\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n copyDuration: {\n serializedName: \"copyDuration\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n familySequenceNumber: {\n serializedName: \"familySequenceNumber\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BackupConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n modelProperties: {\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"Composite\",\n className: \"SourceLocation\"\n }\n },\n targetLocation: {\n serializedName: \"targetLocation\",\n type: {\n name: \"Composite\",\n className: \"TargetLocation\"\n }\n }\n }\n }\n};\n\nexport const SourceLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceLocation\",\n modelProperties: {\n fileShare: {\n serializedName: \"fileShare\",\n type: {\n name: \"Composite\",\n className: \"SqlFileShare\"\n }\n },\n azureBlob: {\n serializedName: \"azureBlob\",\n type: {\n name: \"Composite\",\n className: \"AzureBlob\"\n }\n }\n }\n }\n};\n\nexport const SqlFileShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlFileShare\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureBlob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureBlob\",\n modelProperties: {\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\"\n }\n },\n blobContainerName: {\n serializedName: \"blobContainerName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TargetLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetLocation\",\n modelProperties: {\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OfflineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n modelProperties: {\n offline: {\n serializedName: \"offline\",\n type: {\n name: \"Boolean\"\n }\n },\n lastBackupName: {\n serializedName: \"lastBackupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabaseMigrationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationProperties\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationStatus: {\n serializedName: \"migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceSqlConnection: {\n serializedName: \"sourceSqlConnection\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\"\n }\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n migrationService: {\n serializedName: \"migrationService\",\n type: {\n name: \"String\"\n }\n },\n migrationOperationId: {\n serializedName: \"migrationOperationId\",\n type: {\n name: \"String\"\n }\n },\n migrationFailureError: {\n serializedName: \"migrationFailureError\",\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\"\n }\n }\n }\n }\n};\n\nexport const SqlConnectionInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n modelProperties: {\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\"\n }\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n encryptConnection: {\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\"\n }\n },\n trustServerCertificate: {\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrationOperationInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationOperationInput\",\n modelProperties: {\n migrationOperationId: {\n serializedName: \"migrationOperationId\",\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const OperationsDisplayDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SqlMigrationServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationServiceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SqlMigrationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationService\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthenticationKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthenticationKeys\",\n modelProperties: {\n authKey1: {\n serializedName: \"authKey1\",\n type: {\n name: \"String\"\n }\n },\n authKey2: {\n serializedName: \"authKey2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegenAuthKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegenAuthKeys\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n authKey1: {\n serializedName: \"authKey1\",\n type: {\n name: \"String\"\n }\n },\n authKey2: {\n serializedName: \"authKey2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeleteNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeleteNode\",\n modelProperties: {\n nodeName: {\n serializedName: \"nodeName\",\n type: {\n name: \"String\"\n }\n },\n integrationRuntimeName: {\n serializedName: \"integrationRuntimeName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabaseMigrationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IntegrationRuntimeMonitoringData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeMonitoringData\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n nodes: {\n serializedName: \"nodes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeMonitoringData\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NodeMonitoringData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeMonitoringData\",\n modelProperties: {\n additionalProperties: {\n serializedName: \"additionalProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n nodeName: {\n serializedName: \"nodeName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n availableMemoryInMB: {\n serializedName: \"availableMemoryInMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cpuUtilization: {\n serializedName: \"cpuUtilization\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n concurrentJobsLimit: {\n serializedName: \"concurrentJobsLimit\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n concurrentJobsRunning: {\n serializedName: \"concurrentJobsRunning\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxConcurrentJobs: {\n serializedName: \"maxConcurrentJobs\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n sentBytes: {\n serializedName: \"sentBytes\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n receivedBytes: {\n serializedName: \"receivedBytes\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ResourceSkusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkusResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapacity\"\n }\n },\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n apiVersions: {\n serializedName: \"apiVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n costs: {\n serializedName: \"costs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCosts\"\n }\n }\n }\n },\n capabilities: {\n serializedName: \"capabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapabilities\"\n }\n }\n }\n },\n restrictions: {\n serializedName: \"restrictions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceSkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n scaleType: {\n serializedName: \"scaleType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSkuCosts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCosts\",\n modelProperties: {\n meterID: {\n serializedName: \"meterID\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n quantity: {\n serializedName: \"quantity\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n extendedUnit: {\n serializedName: \"extendedUnit\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSkuCapabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapabilities\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSkuRestrictions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApiError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ODataError\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ODataError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DataMigrationServiceStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationServiceStatusResponse\",\n modelProperties: {\n agentVersion: {\n serializedName: \"agentVersion\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n supportedTaskTypes: {\n serializedName: \"supportedTaskTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceSkuList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSkuList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSku\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableServiceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuSku\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuCapacity\"\n }\n }\n }\n }\n};\n\nexport const AvailableServiceSkuSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableServiceSkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n serializedName: \"maximum\",\n type: {\n name: \"Number\"\n }\n },\n default: {\n serializedName: \"default\",\n type: {\n name: \"Number\"\n }\n },\n scaleType: {\n serializedName: \"scaleType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TaskList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProjectTask\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectTaskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator: {\n serializedName: \"taskType\",\n clientName: \"taskType\"\n },\n modelProperties: {\n taskType: {\n serializedName: \"taskType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\"\n }\n }\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n commands: {\n serializedName: \"commands\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommandProperties\"\n }\n }\n }\n },\n clientData: {\n serializedName: \"clientData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const CommandProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: {\n serializedName: \"commandType\",\n clientName: \"commandType\"\n },\n modelProperties: {\n commandType: {\n serializedName: \"commandType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\"\n }\n }\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataMigrationServiceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationServiceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataMigrationService\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Project\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabaseInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseInfo\",\n modelProperties: {\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QuotaList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Quota\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Quota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Quota\",\n modelProperties: {\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"QuotaName\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QuotaName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaName\",\n modelProperties: {\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProjectFile\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectFileProperties\",\n modelProperties: {\n extension: {\n serializedName: \"extension\",\n type: {\n name: \"String\"\n }\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"lastModified\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n mediaType: {\n serializedName: \"mediaType\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const FileStorageInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileStorageInfo\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const MigrateSyncCompleteCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandInput\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n commitTimeStamp: {\n serializedName: \"commitTimeStamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrateSyncCompleteCommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ReportableException: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n actionableMessage: {\n serializedName: \"actionableMessage\",\n type: {\n name: \"String\"\n }\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\"\n }\n },\n lineNumber: {\n serializedName: \"lineNumber\",\n type: {\n name: \"String\"\n }\n },\n hResult: {\n serializedName: \"hResult\",\n type: {\n name: \"Number\"\n }\n },\n stackTrace: {\n serializedName: \"stackTrace\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateMISyncCompleteCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandInput\",\n modelProperties: {\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateMISyncCompleteCommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandOutput\",\n modelProperties: {\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureActiveDirectoryApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n appKey: {\n serializedName: \"appKey\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BackupSetInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n modelProperties: {\n backupSetId: {\n serializedName: \"backupSetId\",\n type: {\n name: \"String\"\n }\n },\n firstLsn: {\n serializedName: \"firstLsn\",\n type: {\n name: \"String\"\n }\n },\n lastLsn: {\n serializedName: \"lastLsn\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n backupType: {\n serializedName: \"backupType\",\n type: {\n name: \"String\"\n }\n },\n listOfBackupFiles: {\n serializedName: \"listOfBackupFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupFileInfo\"\n }\n }\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n },\n backupStartDate: {\n serializedName: \"backupStartDate\",\n type: {\n name: \"DateTime\"\n }\n },\n backupFinishedDate: {\n serializedName: \"backupFinishedDate\",\n type: {\n name: \"DateTime\"\n }\n },\n isBackupRestored: {\n serializedName: \"isBackupRestored\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const BackupFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupFileInfo\",\n modelProperties: {\n fileLocation: {\n serializedName: \"fileLocation\",\n type: {\n name: \"String\"\n }\n },\n familySequenceNumber: {\n serializedName: \"familySequenceNumber\",\n type: {\n name: \"Number\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OrphanedUserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrphanedUserInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n targetPlatform: {\n serializedName: \"targetPlatform\",\n type: {\n name: \"String\"\n }\n },\n checkPermissionsGroup: {\n serializedName: \"checkPermissionsGroup\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Default\",\n \"MigrationFromSqlServerToAzureDB\",\n \"MigrationFromSqlServerToAzureMI\",\n \"MigrationFromMySQLToAzureDBForMySQL\"\n ]\n }\n },\n isOfflineMigration: {\n defaultValue: false,\n serializedName: \"isOfflineMigration\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n checkPermissionsGroup: {\n serializedName: \"checkPermissionsGroup\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Default\",\n \"MigrationFromSqlServerToAzureDB\",\n \"MigrationFromSqlServerToAzureMI\",\n \"MigrationFromMySQLToAzureDBForMySQL\"\n ]\n }\n },\n collectDatabases: {\n defaultValue: true,\n serializedName: \"collectDatabases\",\n type: {\n name: \"Boolean\"\n }\n },\n collectLogins: {\n defaultValue: false,\n serializedName: \"collectLogins\",\n type: {\n name: \"Boolean\"\n }\n },\n collectAgentJobs: {\n defaultValue: false,\n serializedName: \"collectAgentJobs\",\n type: {\n name: \"Boolean\"\n }\n },\n collectTdeCertificateInfo: {\n defaultValue: false,\n serializedName: \"collectTdeCertificateInfo\",\n type: {\n name: \"Boolean\"\n }\n },\n validateSsisCatalogOnly: {\n defaultValue: false,\n serializedName: \"validateSsisCatalogOnly\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabaseFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\"\n }\n },\n physicalFullName: {\n serializedName: \"physicalFullName\",\n type: {\n name: \"String\"\n }\n },\n restoreFullName: {\n serializedName: \"restoreFullName\",\n type: {\n name: \"String\"\n }\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\"\n }\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrationEligibilityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n modelProperties: {\n isEligibleForMigration: {\n serializedName: \"isEligibleForMigration\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n validationMessages: {\n serializedName: \"validationMessages\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourcePostgreSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourcePostgreSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetAzureDbForMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n isOfflineMigration: {\n defaultValue: false,\n serializedName: \"isOfflineMigration\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetAzureDbForMySqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\"\n }\n },\n azureApp: {\n serializedName: \"azureApp\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskOutput\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n collectLogins: {\n defaultValue: true,\n serializedName: \"collectLogins\",\n type: {\n name: \"Boolean\"\n }\n },\n collectAgentJobs: {\n defaultValue: true,\n serializedName: \"collectAgentJobs\",\n type: {\n name: \"Boolean\"\n }\n },\n validateSsisCatalogOnly: {\n defaultValue: false,\n serializedName: \"validateSsisCatalogOnly\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlDbSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesMySqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databasesToTables: {\n serializedName: \"databasesToTables\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabaseTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n modelProperties: {\n hasRows: {\n serializedName: \"hasRows\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GetTdeCertificatesSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\"\n }\n },\n selectedCertificates: {\n serializedName: \"selectedCertificates\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SelectedCertificateInput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n path: {\n serializedName: \"path\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SelectedCertificateInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SelectedCertificateInput\",\n modelProperties: {\n certificateName: {\n serializedName: \"certificateName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GetTdeCertificatesSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskOutput\",\n modelProperties: {\n base64EncodedCertificates: {\n serializedName: \"base64EncodedCertificates\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n selectedSourceDatabases: {\n serializedName: \"selectedSourceDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n selectedTargetDatabases: {\n serializedName: \"selectedTargetDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskOutput\",\n modelProperties: {\n databasesToSourceTables: {\n serializedName: \"databasesToSourceTables\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databasesToTargetTables: {\n serializedName: \"databasesToTargetTables\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tableValidationErrors: {\n serializedName: \"tableValidationErrors\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databasesToTables: {\n serializedName: \"databasesToTables\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n schemaSetting: {\n serializedName: \"schemaSetting\",\n type: {\n name: \"Composite\",\n className: \"SchemaMigrationSetting\"\n }\n }\n }\n }\n};\n\nexport const SchemaMigrationSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaMigrationSetting\",\n modelProperties: {\n schemaOption: {\n serializedName: \"schemaOption\",\n type: {\n name: \"String\"\n }\n },\n fileId: {\n serializedName: \"fileId\",\n type: {\n name: \"String\"\n }\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlMigrationTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncDatabaseInput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SyncMigrationDatabaseErrorEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n modelProperties: {\n timestampString: {\n serializedName: \"timestampString\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eventTypeString: {\n serializedName: \"eventTypeString\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eventText: {\n serializedName: \"eventText\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput\"\n }\n }\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n selectedTables: {\n serializedName: \"selectedTables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\"\n }\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const MigrationValidationOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n modelProperties: {\n enableSchemaValidation: {\n serializedName: \"enableSchemaValidation\",\n type: {\n name: \"Boolean\"\n }\n },\n enableDataIntegrityValidation: {\n serializedName: \"enableDataIntegrityValidation\",\n type: {\n name: \"Boolean\"\n }\n },\n enableQueryAnalysisValidation: {\n serializedName: \"enableQueryAnalysisValidation\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n makeSourceDbReadOnly: {\n serializedName: \"makeSourceDbReadOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n schemaSetting: {\n serializedName: \"schemaSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutput\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrationValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n summaryResults: {\n serializedName: \"summaryResults\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseSummaryResult\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrationValidationDatabaseSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseSummaryResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrationReportResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n reportUrl: {\n serializedName: \"reportUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataItemMigrationSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataItemMigrationSummaryResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrationValidationDatabaseLevelResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseLevelResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n dataIntegrityValidationResult: {\n serializedName: \"dataIntegrityValidationResult\",\n type: {\n name: \"Composite\",\n className: \"DataIntegrityValidationResult\"\n }\n },\n schemaValidationResult: {\n serializedName: \"schemaValidationResult\",\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResult\"\n }\n },\n queryAnalysisValidationResult: {\n serializedName: \"queryAnalysisValidationResult\",\n type: {\n name: \"Composite\",\n className: \"QueryAnalysisValidationResult\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataIntegrityValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataIntegrityValidationResult\",\n modelProperties: {\n failedObjects: {\n serializedName: \"failedObjects\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\"\n }\n }\n }\n }\n};\n\nexport const ValidationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SchemaComparisonValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResult\",\n modelProperties: {\n schemaDifferences: {\n serializedName: \"schemaDifferences\",\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResultType\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\"\n }\n },\n sourceDatabaseObjectCount: {\n serializedName: \"sourceDatabaseObjectCount\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n targetDatabaseObjectCount: {\n serializedName: \"targetDatabaseObjectCount\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n }\n }\n }\n};\n\nexport const SchemaComparisonValidationResultType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResultType\",\n modelProperties: {\n objectName: {\n serializedName: \"objectName\",\n type: {\n name: \"String\"\n }\n },\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\"\n }\n },\n updateAction: {\n serializedName: \"updateAction\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryAnalysisValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryAnalysisValidationResult\",\n modelProperties: {\n queryResults: {\n serializedName: \"queryResults\",\n type: {\n name: \"Composite\",\n className: \"QueryExecutionResult\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\"\n }\n }\n }\n }\n};\n\nexport const QueryExecutionResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryExecutionResult\",\n modelProperties: {\n queryText: {\n serializedName: \"queryText\",\n type: {\n name: \"String\"\n }\n },\n statementsInBatch: {\n serializedName: \"statementsInBatch\",\n type: {\n name: \"Number\"\n }\n },\n sourceResult: {\n serializedName: \"sourceResult\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\"\n }\n },\n targetResult: {\n serializedName: \"targetResult\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\"\n }\n }\n }\n }\n};\n\nexport const ExecutionStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n modelProperties: {\n executionCount: {\n serializedName: \"executionCount\",\n type: {\n name: \"Number\"\n }\n },\n cpuTimeMs: {\n serializedName: \"cpuTimeMs\",\n type: {\n name: \"Number\"\n }\n },\n elapsedTimeMs: {\n serializedName: \"elapsedTimeMs\",\n type: {\n name: \"Number\"\n }\n },\n waitStats: {\n serializedName: \"waitStats\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"WaitStatistics\" } }\n }\n },\n hasErrors: {\n serializedName: \"hasErrors\",\n type: {\n name: \"Boolean\"\n }\n },\n sqlErrors: {\n serializedName: \"sqlErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WaitStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WaitStatistics\",\n modelProperties: {\n waitType: {\n serializedName: \"waitType\",\n type: {\n name: \"String\"\n }\n },\n waitTimeMs: {\n defaultValue: 0,\n serializedName: \"waitTimeMs\",\n type: {\n name: \"Number\"\n }\n },\n waitCount: {\n serializedName: \"waitCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlServerSqlMISyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\"\n }\n }\n }\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\"\n }\n },\n storageResourceId: {\n serializedName: \"storageResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\"\n }\n },\n azureApp: {\n serializedName: \"azureApp\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMIDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n restoreDatabaseName: {\n serializedName: \"restoreDatabaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\"\n }\n },\n backupFilePaths: {\n serializedName: \"backupFilePaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutput\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n modelProperties: {\n sasUri: {\n serializedName: \"sasUri\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutput\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SsisMigrationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisMigrationInfo\",\n modelProperties: {\n ssisStoreType: {\n serializedName: \"ssisStoreType\",\n type: {\n name: \"String\"\n }\n },\n projectOverwriteOption: {\n serializedName: \"projectOverwriteOption\",\n type: {\n name: \"String\"\n }\n },\n environmentOverwriteOption: {\n serializedName: \"environmentOverwriteOption\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSsisTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutput\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n modelProperties: {\n objectName: {\n serializedName: \"objectName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbClusterInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbClusterInfo\",\n modelProperties: {\n databases: {\n serializedName: \"databases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseInfo\"\n }\n }\n }\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbShardKeyInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyInfo\",\n modelProperties: {\n fields: {\n serializedName: \"fields\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\"\n }\n }\n }\n },\n isUnique: {\n serializedName: \"isUnique\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MongoDbShardKeyField: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbObjectInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbObjectInfo\",\n modelProperties: {\n averageDocumentSize: {\n serializedName: \"averageDocumentSize\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n dataSize: {\n serializedName: \"dataSize\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n documentCount: {\n serializedName: \"documentCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n qualifiedName: {\n serializedName: \"qualifiedName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbProgress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n bytesCopied: {\n serializedName: \"bytesCopied\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n documentsCopied: {\n serializedName: \"documentsCopied\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n elapsedTime: {\n serializedName: \"elapsedTime\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"MongoDbError\" } }\n }\n },\n eventsPending: {\n serializedName: \"eventsPending\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n eventsReplayed: {\n serializedName: \"eventsReplayed\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n lastEventTime: {\n serializedName: \"lastEventTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastReplayTime: {\n serializedName: \"lastReplayTime\",\n type: {\n name: \"DateTime\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n qualifiedName: {\n serializedName: \"qualifiedName\",\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n totalBytes: {\n serializedName: \"totalBytes\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n totalDocuments: {\n serializedName: \"totalDocuments\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MongoDbError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbCollectionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionSettings\",\n modelProperties: {\n canDelete: {\n serializedName: \"canDelete\",\n type: {\n name: \"Boolean\"\n }\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeySetting\"\n }\n },\n targetRUs: {\n serializedName: \"targetRUs\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MongoDbShardKeySetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeySetting\",\n modelProperties: {\n fields: {\n serializedName: \"fields\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\"\n }\n }\n }\n },\n isUnique: {\n serializedName: \"isUnique\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MongoDbDatabaseSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseSettings\",\n modelProperties: {\n collections: {\n serializedName: \"collections\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbCollectionSettings\" }\n }\n }\n },\n targetRUs: {\n serializedName: \"targetRUs\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MongoDbMigrationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n modelProperties: {\n boostRUs: {\n serializedName: \"boostRUs\",\n type: {\n name: \"Number\"\n }\n },\n databases: {\n serializedName: \"databases\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbDatabaseSettings\" }\n }\n }\n },\n replication: {\n serializedName: \"replication\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\"\n }\n },\n throttling: {\n serializedName: \"throttling\",\n type: {\n name: \"Composite\",\n className: \"MongoDbThrottlingSettings\"\n }\n }\n }\n }\n};\n\nexport const MongoDbThrottlingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbThrottlingSettings\",\n modelProperties: {\n minFreeCpu: {\n serializedName: \"minFreeCpu\",\n type: {\n name: \"Number\"\n }\n },\n minFreeMemoryMb: {\n serializedName: \"minFreeMemoryMb\",\n type: {\n name: \"Number\"\n }\n },\n maxParallelism: {\n serializedName: \"maxParallelism\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceOracleSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceOracleSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskOutput\",\n modelProperties: {\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n databaseSchemaMap: {\n serializedName: \"databaseSchemaMap\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem\",\n modelProperties: {\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\"\n }\n },\n schemas: {\n serializedName: \"schemas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesOracleTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\"\n }\n },\n selectedSchemas: {\n serializedName: \"selectedSchemas\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesOracleTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskOutput\",\n modelProperties: {\n schemaName: {\n serializedName: \"schemaName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tables: {\n serializedName: \"tables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\"\n }\n }\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesPostgreSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesPostgreSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskOutput\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tables: {\n serializedName: \"tables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\"\n }\n }\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateOracleAzureDbPostgreSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbPostgreSqlSyncTaskOutput\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncDatabaseInput\"\n }\n }\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\"\n }\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\"\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncDatabaseInput\",\n modelProperties: {\n caseManipulation: {\n serializedName: \"caseManipulation\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\"\n }\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OracleOCIDriverInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleOCIDriverInfo\",\n modelProperties: {\n driverName: {\n serializedName: \"driverName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n driverSize: {\n serializedName: \"driverSize\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n archiveChecksum: {\n serializedName: \"archiveChecksum\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n oracleChecksum: {\n serializedName: \"oracleChecksum\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assemblyVersion: {\n serializedName: \"assemblyVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n supportedOracleVersions: {\n serializedName: \"supportedOracleVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskInput\",\n modelProperties: {\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskOutput\",\n modelProperties: {\n installedDriver: {\n serializedName: \"installedDriver\",\n type: {\n name: \"Composite\",\n className: \"OracleOCIDriverInfo\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UploadOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskInput\",\n modelProperties: {\n driverShare: {\n serializedName: \"driverShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\"\n }\n }\n }\n }\n};\n\nexport const UploadOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskOutput\",\n modelProperties: {\n driverPackageName: {\n serializedName: \"driverPackageName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InstallOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskInput\",\n modelProperties: {\n driverPackageName: {\n serializedName: \"driverPackageName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InstallOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskOutput\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ServiceOperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const ServiceOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceOperation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceNonSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceNonSqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverProperties: {\n serializedName: \"serverProperties\",\n type: {\n name: \"Composite\",\n className: \"ServerProperties\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerProperties\",\n modelProperties: {\n serverPlatform: {\n serializedName: \"serverPlatform\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverName: {\n serializedName: \"serverName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverEdition: {\n serializedName: \"serverEdition\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverOperatingSystemVersion: {\n serializedName: \"serverOperatingSystemVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverDatabaseCount: {\n serializedName: \"serverDatabaseCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineDatabaseInput\"\n }\n }\n }\n },\n makeSourceServerReadOnly: {\n defaultValue: false,\n serializedName: \"makeSourceServerReadOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\"\n }\n },\n optionalAgentSettings: {\n serializedName: \"optionalAgentSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidateSyncMigrationInputSqlServerTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateSyncMigrationInputSqlServerTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\"\n }\n }\n }\n },\n selectedLogins: {\n serializedName: \"selectedLogins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\"\n }\n },\n backupBlobShare: {\n serializedName: \"backupBlobShare\",\n type: {\n name: \"Composite\",\n className: \"BlobShare\"\n }\n },\n backupMode: {\n serializedName: \"backupMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n restoreDatabaseNameErrors: {\n serializedName: \"restoreDatabaseNameErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n backupFolderErrors: {\n serializedName: \"backupFolderErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n backupShareCredentialsErrors: {\n serializedName: \"backupShareCredentialsErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n backupStorageAccountErrors: {\n serializedName: \"backupStorageAccountErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n existingBackupErrors: {\n serializedName: \"existingBackupErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n databaseBackupInfo: {\n serializedName: \"databaseBackupInfo\",\n type: {\n name: \"Composite\",\n className: \"DatabaseBackupInfo\"\n }\n }\n }\n }\n};\n\nexport const DatabaseBackupInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseBackupInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n backupFiles: {\n serializedName: \"backupFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n position: {\n serializedName: \"position\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n isDamaged: {\n serializedName: \"isDamaged\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isCompressed: {\n serializedName: \"isCompressed\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n familyCount: {\n serializedName: \"familyCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n backupFinishDate: {\n serializedName: \"backupFinishDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Database: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Database\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\"\n }\n },\n collation: {\n serializedName: \"collation\",\n type: {\n name: \"String\"\n }\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n },\n installId: {\n serializedName: \"installId\",\n type: {\n name: \"String\"\n }\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\"\n }\n },\n serverEdition: {\n serializedName: \"serverEdition\",\n type: {\n name: \"String\"\n }\n },\n serverLevel: {\n serializedName: \"serverLevel\",\n type: {\n name: \"String\"\n }\n },\n serverDefaultDataPath: {\n serializedName: \"serverDefaultDataPath\",\n type: {\n name: \"String\"\n }\n },\n serverDefaultLogPath: {\n serializedName: \"serverDefaultLogPath\",\n type: {\n name: \"String\"\n }\n },\n serverDefaultBackupPath: {\n serializedName: \"serverDefaultBackupPath\",\n type: {\n name: \"String\"\n }\n },\n serverCoreCount: {\n serializedName: \"serverCoreCount\",\n type: {\n name: \"Number\"\n }\n },\n serverVisibleOnlineCoreCount: {\n serializedName: \"serverVisibleOnlineCoreCount\",\n type: {\n name: \"Number\"\n }\n },\n databaseState: {\n serializedName: \"databaseState\",\n type: {\n name: \"String\"\n }\n },\n serverId: {\n serializedName: \"serverId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabaseObjectName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseObjectName\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n schemaName: {\n serializedName: \"schemaName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataMigrationProjectMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationProjectMetadata\",\n modelProperties: {\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerPort: {\n serializedName: \"sourceServerPort\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceUsername: {\n serializedName: \"sourceUsername\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetUsername: {\n serializedName: \"targetUsername\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetDbName: {\n serializedName: \"targetDbName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetUsingWinAuth: {\n serializedName: \"targetUsingWinAuth\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n selectedMigrationTables: {\n serializedName: \"selectedMigrationTables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationTableMetadata\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrationTableMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationTableMetadata\",\n modelProperties: {\n sourceTableName: {\n serializedName: \"sourceTableName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetTableName: {\n serializedName: \"targetTableName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GetProjectDetailsNonSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetProjectDetailsNonSqlTaskInput\",\n modelProperties: {\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n projectLocation: {\n serializedName: \"projectLocation\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NonSqlMigrationTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlMigrationTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\"\n }\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n projectLocation: {\n serializedName: \"projectLocation\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n selectedTables: {\n serializedName: \"selectedTables\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTable\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NonSqlDataMigrationTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTable\",\n modelProperties: {\n sourceName: {\n serializedName: \"sourceName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NonSqlMigrationTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlMigrationTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataMigrationTableResults: {\n serializedName: \"dataMigrationTableResults\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n progressMessage: {\n serializedName: \"progressMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NonSqlDataMigrationTableResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTableResult\",\n modelProperties: {\n resultCode: {\n serializedName: \"resultCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceName: {\n serializedName: \"sourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetName: {\n serializedName: \"targetName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceRowCount: {\n serializedName: \"sourceRowCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n targetRowCount: {\n serializedName: \"targetRowCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n elapsedTimeInMiliseconds: {\n serializedName: \"elapsedTimeInMiliseconds\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataMigrationError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataMigrationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationError\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n restoreDatabaseName: {\n serializedName: \"restoreDatabaseName\",\n type: {\n name: \"String\"\n }\n },\n backupAndRestoreFolder: {\n serializedName: \"backupAndRestoreFolder\",\n type: {\n name: \"String\"\n }\n },\n databaseFiles: {\n serializedName: \"databaseFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabaseFileInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\"\n }\n },\n physicalFullName: {\n serializedName: \"physicalFullName\",\n type: {\n name: \"String\"\n }\n },\n restoreFullName: {\n serializedName: \"restoreFullName\",\n type: {\n name: \"String\"\n }\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StartMigrationScenarioServerRoleResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartMigrationScenarioServerRoleResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabaseMigrationPropertiesSqlMi: coreClient.CompositeMapper = {\n serializedName: \"SqlMi\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlMi\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\"\n }\n },\n targetDatabaseCollation: {\n serializedName: \"targetDatabaseCollation\",\n type: {\n name: \"String\"\n }\n },\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"String\"\n }\n },\n backupConfiguration: {\n serializedName: \"backupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\"\n }\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DatabaseMigrationPropertiesSqlVm: coreClient.CompositeMapper = {\n serializedName: \"SqlVm\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlVm\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\"\n }\n },\n targetDatabaseCollation: {\n serializedName: \"targetDatabaseCollation\",\n type: {\n name: \"String\"\n }\n },\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"String\"\n }\n },\n backupConfiguration: {\n serializedName: \"backupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\"\n }\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DatabaseMigrationSqlMi: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlMi\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlMi\"\n }\n }\n }\n }\n};\n\nexport const DatabaseMigrationSqlVm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlVm\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlVm\"\n }\n }\n }\n }\n};\n\nexport const DatabaseMigration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationProperties\"\n }\n }\n }\n }\n};\n\nexport const SqlMigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n integrationRuntimeState: {\n serializedName: \"properties.integrationRuntimeState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataMigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ServiceSku\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicKey: {\n serializedName: \"properties.publicKey\",\n type: {\n name: \"String\"\n }\n },\n virtualSubnetId: {\n serializedName: \"properties.virtualSubnetId\",\n type: {\n name: \"String\"\n }\n },\n virtualNicId: {\n serializedName: \"properties.virtualNicId\",\n type: {\n name: \"String\"\n }\n },\n autoStopDelay: {\n serializedName: \"properties.autoStopDelay\",\n type: {\n name: \"String\"\n }\n },\n deleteResourcesOnStop: {\n serializedName: \"properties.deleteResourcesOnStop\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Project: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Project\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n sourcePlatform: {\n serializedName: \"properties.sourcePlatform\",\n type: {\n name: \"String\"\n }\n },\n azureAuthenticationInfo: {\n serializedName: \"properties.azureAuthenticationInfo\",\n type: {\n name: \"String\"\n }\n },\n targetPlatform: {\n serializedName: \"properties.targetPlatform\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceConnectionInfo: {\n serializedName: \"properties.sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\"\n }\n },\n targetConnectionInfo: {\n serializedName: \"properties.targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\"\n }\n },\n databasesInfo: {\n serializedName: \"properties.databasesInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseInfo\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"MigrateSchemaSqlServerSqlDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutput\"\n }\n }\n }\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\"\n }\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Check.OCI\",\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UploadOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Upload.OCI\",\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InstallOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Install.OCI\",\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Connect.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"ConnectToMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbClusterInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.SqlServer\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.SqlServer.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourcePostgreSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.PostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.MySql\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceNonSqlTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceOracleSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.Oracle.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.SqlDb\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlDbSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.SqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTables.Sql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTables.AzureSqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesOracleTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesOracle\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesPostgreSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesPostgreSql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetUserTablesMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesMySql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetSqlMISyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToTargetAzureDbForMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.AzureDbForMySql\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbProgress\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutput\"\n }\n }\n }\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMISyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.SqlDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutput\"\n }\n }\n }\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\"\n }\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.AzureSqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.MySql.AzureDbForMySql.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.MySql.AzureDbForMySql\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\"\n }\n }\n }\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.Oracle.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlDbSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ValidateMigrationInput.SqlServer.SqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Validate.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"ValidateMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationProgress\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ValidateOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Validate.Oracle.AzureDbPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbPostgreSqlSyncTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetTdeCertificatesSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetTDECertificates.Sql\",\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSsisTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.Ssis\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskInput\"\n }\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutput\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSyncCompleteCommandProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.Sync.Complete.Database\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandInput\"\n }\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandOutput\"\n }\n }\n }\n }\n};\n\nexport const MigrateMISyncCompleteCommandProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.AzureDbSqlMi.Complete\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandInput\"\n }\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandOutput\"\n }\n }\n }\n }\n};\n\nexport const MongoDbCancelCommand: coreClient.CompositeMapper = {\n serializedName: \"cancel\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCancelCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\"\n }\n }\n }\n }\n};\n\nexport const MongoDbFinishCommand: coreClient.CompositeMapper = {\n serializedName: \"finish\",\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommandInput\"\n }\n }\n }\n }\n};\n\nexport const MongoDbRestartCommand: coreClient.CompositeMapper = {\n serializedName: \"restart\",\n type: {\n name: \"Composite\",\n className: \"MongoDbRestartCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\"\n }\n }\n }\n }\n};\n\nexport const ProjectTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectTask\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectTaskProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ProjectFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectFile\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectFileProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const MongoDbConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MongoDbConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n connectionString: {\n serializedName: \"connectionString\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\"\n }\n },\n encryptConnection: {\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\"\n }\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\"\n }\n },\n enforceSSL: {\n serializedName: \"enforceSSL\",\n type: {\n name: \"Boolean\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"SqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\"\n }\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\"\n }\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\"\n }\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\"\n }\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MySqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MySqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OracleConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"OracleConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PostgreSqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\"\n }\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\"\n }\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MiSqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MiSqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n managedInstanceResourceId: {\n serializedName: \"managedInstanceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskOutputTaskLevel: coreClient.CompositeMapper = {\n serializedName: \"TaskLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputTaskLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseTdeCertificateMapping: {\n serializedName: \"databaseTdeCertificateMapping\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputDatabaseLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n databaseFiles: {\n serializedName: \"databaseFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInfo\"\n }\n }\n }\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseState: {\n serializedName: \"databaseState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskOutputLoginLevel: coreClient.CompositeMapper = {\n serializedName: \"LoginLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputLoginLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n loginType: {\n serializedName: \"loginType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n defaultDatabase: {\n serializedName: \"defaultDatabase\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n migrationEligibility: {\n serializedName: \"migrationEligibility\",\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\"\n }\n }\n }\n }\n};\n\nexport const ConnectToSourceSqlServerTaskOutputAgentJobLevel: coreClient.CompositeMapper = {\n serializedName: \"AgentJobLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputAgentJobLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobCategory: {\n serializedName: \"jobCategory\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n jobOwner: {\n serializedName: \"jobOwner\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastExecutedOn: {\n serializedName: \"lastExecutedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n migrationEligibility: {\n serializedName: \"migrationEligibility\",\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbDatabaseInput\"\n }\n }\n }\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\"\n }\n }\n }\n },\n validationOptions: {\n serializedName: \"validationOptions\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbDatabaseInput\"\n }\n }\n }\n },\n validationOptions: {\n serializedName: \"validationOptions\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\"\n }\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\"\n }\n }\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\"\n }\n },\n selectedLogins: {\n serializedName: \"selectedLogins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n selectedAgentJobs: {\n serializedName: \"selectedAgentJobs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\"\n }\n },\n backupBlobShare: {\n serializedName: \"backupBlobShare\",\n type: {\n name: \"Composite\",\n className: \"BlobShare\"\n }\n },\n backupMode: {\n serializedName: \"backupMode\",\n type: {\n name: \"String\"\n }\n },\n aadDomainName: {\n serializedName: \"aadDomainName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSsisTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n ssisMigrationInfo: {\n serializedName: \"ssisMigrationInfo\",\n type: {\n name: \"Composite\",\n className: \"SsisMigrationInfo\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n databaseErrorResultPrefix: {\n serializedName: \"databaseErrorResultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n schemaErrorResultPrefix: {\n serializedName: \"schemaErrorResultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n numberOfSuccessfulOperations: {\n serializedName: \"numberOfSuccessfulOperations\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfFailedOperations: {\n serializedName: \"numberOfFailedOperations\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fileId: {\n serializedName: \"fileId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"SchemaErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputError\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n commandText: {\n serializedName: \"commandText\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n errorText: {\n serializedName: \"errorText\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSchemaSqlTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlTaskOutputError\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel: coreClient.CompositeMapper = {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerType: {\n serializedName: \"sourceServerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerType: {\n serializedName: \"targetServerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseCount: {\n serializedName: \"databaseCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel: coreClient.CompositeMapper = {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseCount: {\n serializedName: \"databaseCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputTableLevel: coreClient.CompositeMapper = {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputTableLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputDatabaseError: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseSummary: {\n serializedName: \"databaseSummary\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationValidationResult: {\n serializedName: \"migrationValidationResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationResult\"\n }\n },\n migrationReportResult: {\n serializedName: \"migrationReportResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n numberOfObjects: {\n serializedName: \"numberOfObjects\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfObjectsCompleted: {\n serializedName: \"numberOfObjectsCompleted\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorCount: {\n serializedName: \"errorCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n objectSummary: {\n serializedName: \"objectSummary\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutputTableLevel: coreClient.CompositeMapper = {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputTableLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutputValidationResult: coreClient.CompositeMapper = {\n serializedName: \"MigrationValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputValidationResult\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n ...MigrationValidationResult.type.modelProperties\n }\n }\n};\n\nexport const MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult: coreClient.CompositeMapper = {\n serializedName: \"MigrationDatabaseLevelValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n ...MigrationValidationDatabaseLevelResult.type.modelProperties\n }\n }\n};\n\nexport const DatabaseSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseSummaryResult\",\n modelProperties: {\n ...DataItemMigrationSummaryResult.type.modelProperties,\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskInput\",\n modelProperties: {\n ...SqlServerSqlMISyncTaskInput.type.modelProperties\n }\n }\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskInput\",\n modelProperties: {\n ...SqlServerSqlMISyncTaskInput.type.modelProperties\n }\n }\n};\n\nexport const MigrateSqlServerSqlMISyncTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n databaseCount: {\n serializedName: \"databaseCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseErrorCount: {\n serializedName: \"databaseErrorCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullBackupSetInfo: {\n serializedName: \"fullBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\"\n }\n },\n lastRestoredBackupSetInfo: {\n serializedName: \"lastRestoredBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\"\n }\n },\n activeBackupSets: {\n serializedName: \"activeBackupSets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\"\n }\n }\n }\n },\n containerName: {\n serializedName: \"containerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isFullBackupRestored: {\n serializedName: \"isFullBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMISyncTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serverRoleResults: {\n serializedName: \"serverRoleResults\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n orphanedUsersInfo: {\n serializedName: \"orphanedUsersInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrphanedUserInfo\"\n }\n }\n }\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskOutputAgentJobLevel: coreClient.CompositeMapper = {\n serializedName: \"AgentJobLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputAgentJobLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskOutputLoginLevel: coreClient.CompositeMapper = {\n serializedName: \"LoginLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputLoginLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n loginName: {\n serializedName: \"loginName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateSqlServerSqlMITaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputError\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateSsisTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutputMigrationLevel\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator:\n MigrateSsisTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSsisTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateSsisTaskOutputProjectLevel: coreClient.CompositeMapper = {\n serializedName: \"SsisProjectLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutputProjectLevel\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator:\n MigrateSsisTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSsisTaskOutput.type.modelProperties,\n folderName: {\n serializedName: \"folderName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n projectName: {\n serializedName: \"projectName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MongoDbFinishCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommandInput\",\n modelProperties: {\n ...MongoDbCommandInput.type.modelProperties,\n immediate: {\n serializedName: \"immediate\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MongoDbCollectionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionInfo\",\n modelProperties: {\n ...MongoDbObjectInfo.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n isCapped: {\n serializedName: \"isCapped\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n isSystemCollection: {\n serializedName: \"isSystemCollection\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n isView: {\n serializedName: \"isView\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyInfo\"\n }\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n viewOf: {\n serializedName: \"viewOf\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MongoDbDatabaseInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseInfo\",\n modelProperties: {\n ...MongoDbObjectInfo.type.modelProperties,\n collections: {\n serializedName: \"collections\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionInfo\"\n }\n }\n }\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MongoDbCollectionProgress: coreClient.CompositeMapper = {\n serializedName: \"Collection\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties\n }\n }\n};\n\nexport const MongoDbDatabaseProgress: coreClient.CompositeMapper = {\n serializedName: \"Database\",\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n collections: {\n serializedName: \"collections\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbCollectionProgress\" }\n }\n }\n }\n }\n }\n};\n\nexport const MongoDbMigrationProgress: coreClient.CompositeMapper = {\n serializedName: \"Migration\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n databases: {\n serializedName: \"databases\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbDatabaseProgress\" }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel: coreClient.CompositeMapper = {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputError\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databases: {\n serializedName: \"databases\",\n type: {\n name: \"String\"\n }\n },\n databaseSummary: {\n serializedName: \"databaseSummary\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n migrationReportResult: {\n serializedName: \"migrationReportResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\"\n }\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel: coreClient.CompositeMapper = {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n numberOfObjects: {\n serializedName: \"numberOfObjects\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfObjectsCompleted: {\n serializedName: \"numberOfObjectsCompleted\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorCount: {\n serializedName: \"errorCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n objectSummary: {\n serializedName: \"objectSummary\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel: coreClient.CompositeMapper = {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n DatabaseMigrationProperties: DatabaseMigrationProperties,\n ProjectTaskProperties: ProjectTaskProperties,\n CommandProperties: CommandProperties,\n ConnectionInfo: ConnectionInfo,\n ConnectToSourceSqlServerTaskOutput: ConnectToSourceSqlServerTaskOutput,\n MigrateSchemaSqlServerSqlDbTaskOutput: MigrateSchemaSqlServerSqlDbTaskOutput,\n MigrateMySqlAzureDbForMySqlSyncTaskOutput: MigrateMySqlAzureDbForMySqlSyncTaskOutput,\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput,\n MigrateSqlServerSqlDbSyncTaskOutput: MigrateSqlServerSqlDbSyncTaskOutput,\n MigrateSqlServerSqlDbTaskOutput: MigrateSqlServerSqlDbTaskOutput,\n MigrateSqlServerSqlMISyncTaskOutput: MigrateSqlServerSqlMISyncTaskOutput,\n MigrateSqlServerSqlMITaskOutput: MigrateSqlServerSqlMITaskOutput,\n MigrateSsisTaskOutput: MigrateSsisTaskOutput,\n MongoDbProgress: MongoDbProgress,\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput: MigrateOracleAzureDbPostgreSqlSyncTaskOutput,\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput: MigrateMySqlAzureDbForMySqlOfflineTaskOutput,\n \"DatabaseMigrationProperties.SqlMi\": DatabaseMigrationPropertiesSqlMi,\n \"DatabaseMigrationProperties.SqlVm\": DatabaseMigrationPropertiesSqlVm,\n \"ProjectTaskProperties.MigrateSchemaSqlServerSqlDb\": MigrateSchemaSqlServerSqlDbTaskProperties,\n \"ProjectTaskProperties.Service.Check.OCI\": CheckOCIDriverTaskProperties,\n \"ProjectTaskProperties.Service.Upload.OCI\": UploadOCIDriverTaskProperties,\n \"ProjectTaskProperties.Service.Install.OCI\": InstallOCIDriverTaskProperties,\n \"ProjectTaskProperties.Connect.MongoDb\": ConnectToMongoDbTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.SqlServer\": ConnectToSourceSqlServerTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.SqlServer.Sync\": ConnectToSourceSqlServerSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.PostgreSql.Sync\": ConnectToSourcePostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.MySql\": ConnectToSourceMySqlTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.Oracle.Sync\": ConnectToSourceOracleSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.SqlDb\": ConnectToTargetSqlDbTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.SqlDb.Sync\": ConnectToTargetSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureDbForPostgreSql.Sync\": ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\": ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetUserTables.Sql\": GetUserTablesSqlTaskProperties,\n \"ProjectTaskProperties.GetUserTables.AzureSqlDb.Sync\": GetUserTablesSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetUserTablesOracle\": GetUserTablesOracleTaskProperties,\n \"ProjectTaskProperties.GetUserTablesPostgreSql\": GetUserTablesPostgreSqlTaskProperties,\n \"ProjectTaskProperties.GetUserTablesMySql\": GetUserTablesMySqlTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureSqlDbMI\": ConnectToTargetSqlMITaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureSqlDbMI.Sync.LRS\": ConnectToTargetSqlMISyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureDbForMySql\": ConnectToTargetAzureDbForMySqlTaskProperties,\n \"ProjectTaskProperties.Migrate.MongoDb\": MigrateMongoDbTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDbMI\": MigrateSqlServerSqlMITaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\": MigrateSqlServerSqlMISyncTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.SqlDb\": MigrateSqlServerSqlDbTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDb.Sync\": MigrateSqlServerSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.MySql.AzureDbForMySql.Sync\": MigrateMySqlAzureDbForMySqlSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.MySql.AzureDbForMySql\": MigrateMySqlAzureDbForMySqlOfflineTaskProperties,\n \"ProjectTaskProperties.Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\": MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.Oracle.AzureDbForPostgreSql.Sync\": MigrateOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.SqlDb.Sync\": ValidateMigrationInputSqlServerSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.AzureSqlDbMI\": ValidateMigrationInputSqlServerSqlMITaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\": ValidateMigrationInputSqlServerSqlMISyncTaskProperties,\n \"ProjectTaskProperties.Validate.MongoDb\": ValidateMongoDbTaskProperties,\n \"ProjectTaskProperties.Validate.Oracle.AzureDbPostgreSql.Sync\": ValidateOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetTDECertificates.Sql\": GetTdeCertificatesSqlTaskProperties,\n \"ProjectTaskProperties.Migrate.Ssis\": MigrateSsisTaskProperties,\n \"CommandProperties.Migrate.Sync.Complete.Database\": MigrateSyncCompleteCommandProperties,\n \"CommandProperties.Migrate.SqlServer.AzureDbSqlMi.Complete\": MigrateMISyncCompleteCommandProperties,\n \"CommandProperties.cancel\": MongoDbCancelCommand,\n \"CommandProperties.finish\": MongoDbFinishCommand,\n \"CommandProperties.restart\": MongoDbRestartCommand,\n \"ConnectionInfo.MongoDbConnectionInfo\": MongoDbConnectionInfo,\n \"ConnectionInfo.SqlConnectionInfo\": SqlConnectionInfo,\n \"ConnectionInfo.MySqlConnectionInfo\": MySqlConnectionInfo,\n \"ConnectionInfo.OracleConnectionInfo\": OracleConnectionInfo,\n \"ConnectionInfo.PostgreSqlConnectionInfo\": PostgreSqlConnectionInfo,\n \"ConnectionInfo.MiSqlConnectionInfo\": MiSqlConnectionInfo,\n \"ConnectToSourceSqlServerTaskOutput.TaskLevelOutput\": ConnectToSourceSqlServerTaskOutputTaskLevel,\n \"ConnectToSourceSqlServerTaskOutput.DatabaseLevelOutput\": ConnectToSourceSqlServerTaskOutputDatabaseLevel,\n \"ConnectToSourceSqlServerTaskOutput.LoginLevelOutput\": ConnectToSourceSqlServerTaskOutputLoginLevel,\n \"ConnectToSourceSqlServerTaskOutput.AgentJobLevelOutput\": ConnectToSourceSqlServerTaskOutputAgentJobLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.MigrationLevelOutput\": MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.DatabaseLevelOutput\": MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.SchemaErrorOutput\": MigrateSchemaSqlServerSqlDbTaskOutputError,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.ErrorOutput\": MigrateSchemaSqlTaskOutputError,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.MigrationLevelOutput\": MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.DatabaseLevelOutput\": MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.TableLevelOutput\": MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.ErrorOutput\": MigrateMySqlAzureDbForMySqlSyncTaskOutputError,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.DatabaseLevelErrorOutput\": MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.MigrationLevelOutput\": MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.DatabaseLevelOutput\": MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.TableLevelOutput\": MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.ErrorOutput\": MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.DatabaseLevelErrorOutput\": MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError,\n \"MigrateSqlServerSqlDbSyncTaskOutput.MigrationLevelOutput\": MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.DatabaseLevelOutput\": MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.TableLevelOutput\": MigrateSqlServerSqlDbSyncTaskOutputTableLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.ErrorOutput\": MigrateSqlServerSqlDbSyncTaskOutputError,\n \"MigrateSqlServerSqlDbSyncTaskOutput.DatabaseLevelErrorOutput\": MigrateSqlServerSqlDbSyncTaskOutputDatabaseError,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationLevelOutput\": MigrateSqlServerSqlDbTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlDbTaskOutput.DatabaseLevelOutput\": MigrateSqlServerSqlDbTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlDbTaskOutput.TableLevelOutput\": MigrateSqlServerSqlDbTaskOutputTableLevel,\n \"MigrateSqlServerSqlDbTaskOutput.ErrorOutput\": MigrateSqlServerSqlDbTaskOutputError,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationValidationOutput\": MigrateSqlServerSqlDbTaskOutputValidationResult,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationDatabaseLevelValidationOutput\": MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult,\n \"MigrateSqlServerSqlMISyncTaskOutput.MigrationLevelOutput\": MigrateSqlServerSqlMISyncTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlMISyncTaskOutput.DatabaseLevelOutput\": MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlMISyncTaskOutput.ErrorOutput\": MigrateSqlServerSqlMISyncTaskOutputError,\n \"MigrateSqlServerSqlMITaskOutput.MigrationLevelOutput\": MigrateSqlServerSqlMITaskOutputMigrationLevel,\n \"MigrateSqlServerSqlMITaskOutput.DatabaseLevelOutput\": MigrateSqlServerSqlMITaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlMITaskOutput.AgentJobLevelOutput\": MigrateSqlServerSqlMITaskOutputAgentJobLevel,\n \"MigrateSqlServerSqlMITaskOutput.LoginLevelOutput\": MigrateSqlServerSqlMITaskOutputLoginLevel,\n \"MigrateSqlServerSqlMITaskOutput.ErrorOutput\": MigrateSqlServerSqlMITaskOutputError,\n \"MigrateSsisTaskOutput.MigrationLevelOutput\": MigrateSsisTaskOutputMigrationLevel,\n \"MigrateSsisTaskOutput.SsisProjectLevelOutput\": MigrateSsisTaskOutputProjectLevel,\n \"MongoDbProgress.Collection\": MongoDbCollectionProgress,\n \"MongoDbProgress.Database\": MongoDbDatabaseProgress,\n \"MongoDbProgress.Migration\": MongoDbMigrationProgress,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.MigrationLevelOutput\": MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.DatabaseLevelOutput\": MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.TableLevelOutput\": MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.ErrorOutput\": MigrateOracleAzureDbPostgreSqlSyncTaskOutputError,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.DatabaseLevelErrorOutput\": MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.MigrationLevelOutput\": MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.DatabaseLevelOutput\": MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.TableLevelOutput\": MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.ErrorOutput\": MigrateMySqlAzureDbForMySqlOfflineTaskOutputError\n};\n"]}