@azure/arm-datamigration 3.0.0-beta.3 → 3.0.0-beta.4

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 (1209) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +24 -18
  3. package/dist/browser/dataMigrationManagementClient.d.ts +34 -0
  4. package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
  5. package/dist/browser/dataMigrationManagementClient.js +113 -0
  6. package/dist/browser/dataMigrationManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +13 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +21 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +8306 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +892 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +467 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +12924 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +45 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +346 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  28. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  29. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
  30. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  31. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  32. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  33. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
  34. package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  35. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
  36. package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  37. package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
  38. package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
  39. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +83 -0
  40. package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  41. package/dist/browser/operations/databaseMigrationsSqlMi.js +314 -0
  42. package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
  43. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +83 -0
  44. package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  45. package/dist/browser/operations/databaseMigrationsSqlVm.js +314 -0
  46. package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -0
  47. package/dist/browser/operations/files.d.ts +101 -0
  48. package/dist/browser/operations/files.d.ts.map +1 -0
  49. package/dist/browser/operations/files.js +371 -0
  50. package/dist/browser/operations/files.js.map +1 -0
  51. package/dist/browser/operations/index.d.ts +16 -0
  52. package/dist/browser/operations/index.d.ts.map +1 -0
  53. package/dist/browser/operations/index.js +23 -0
  54. package/dist/browser/operations/index.js.map +1 -0
  55. package/dist/browser/operations/migrationServices.d.ts +144 -0
  56. package/dist/browser/operations/migrationServices.d.ts.map +1 -0
  57. package/dist/browser/operations/migrationServices.js +676 -0
  58. package/dist/browser/operations/migrationServices.js.map +1 -0
  59. package/dist/browser/operations/operations.d.ts +32 -0
  60. package/dist/browser/operations/operations.d.ts.map +1 -0
  61. package/dist/browser/operations/operations.js +129 -0
  62. package/dist/browser/operations/operations.js.map +1 -0
  63. package/dist/browser/operations/projects.d.ts +78 -0
  64. package/dist/browser/operations/projects.d.ts.map +1 -0
  65. package/dist/browser/operations/projects.js +292 -0
  66. package/dist/browser/operations/projects.js.map +1 -0
  67. package/dist/browser/operations/resourceSkus.d.ts +32 -0
  68. package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
  69. package/dist/browser/operations/resourceSkus.js +137 -0
  70. package/dist/browser/operations/resourceSkus.js.map +1 -0
  71. package/dist/browser/operations/serviceTasks.d.ts +94 -0
  72. package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
  73. package/dist/browser/operations/serviceTasks.js +332 -0
  74. package/dist/browser/operations/serviceTasks.js.map +1 -0
  75. package/dist/browser/operations/services.d.ts +218 -0
  76. package/dist/browser/operations/services.d.ts.map +1 -0
  77. package/dist/browser/operations/services.js +932 -0
  78. package/dist/browser/operations/services.js.map +1 -0
  79. package/dist/browser/operations/sqlMigrationServices.d.ts +179 -0
  80. package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
  81. package/dist/browser/operations/sqlMigrationServices.js +764 -0
  82. package/dist/browser/operations/sqlMigrationServices.js.map +1 -0
  83. package/dist/browser/operations/tasks.d.ts +110 -0
  84. package/dist/browser/operations/tasks.d.ts.map +1 -0
  85. package/dist/browser/operations/tasks.js +382 -0
  86. package/dist/browser/operations/tasks.js.map +1 -0
  87. package/dist/browser/operations/usages.d.ts +37 -0
  88. package/dist/browser/operations/usages.d.ts.map +1 -0
  89. package/dist/browser/operations/usages.js +147 -0
  90. package/dist/browser/operations/usages.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  92. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
  94. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  96. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
  98. package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  100. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
  102. package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  104. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  107. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/files.d.ts +73 -0
  110. package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/files.js.map +1 -0
  112. package/dist/browser/operationsInterfaces/index.d.ts +16 -0
  113. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  114. package/dist/browser/operationsInterfaces/index.js +23 -0
  115. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
  117. package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
  119. package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
  124. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
  127. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/serviceTasks.d.ts +66 -0
  130. package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/services.d.ts +162 -0
  133. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  136. package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
  139. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  141. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  142. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  143. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  144. package/dist/browser/package.json +3 -0
  145. package/dist/browser/pagingHelper.d.ts +13 -0
  146. package/dist/browser/pagingHelper.js +32 -0
  147. package/dist/browser/pagingHelper.js.map +1 -0
  148. package/dist/commonjs/dataMigrationManagementClient.d.ts +34 -0
  149. package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
  150. package/dist/commonjs/dataMigrationManagementClient.js +118 -0
  151. package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
  152. package/dist/commonjs/index.d.ts +5 -0
  153. package/dist/commonjs/index.d.ts.map +1 -0
  154. package/dist/commonjs/index.js +19 -0
  155. package/dist/commonjs/index.js.map +1 -0
  156. package/dist/commonjs/lroImpl.d.ts +11 -0
  157. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  158. package/dist/commonjs/lroImpl.js +24 -0
  159. package/dist/commonjs/lroImpl.js.map +1 -0
  160. package/dist/commonjs/models/index.d.ts +8306 -0
  161. package/dist/commonjs/models/index.d.ts.map +1 -0
  162. package/dist/commonjs/models/index.js +896 -0
  163. package/dist/commonjs/models/index.js.map +1 -0
  164. package/dist/commonjs/models/mappers.d.ts +467 -0
  165. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  166. package/dist/commonjs/models/mappers.js +12933 -0
  167. package/dist/commonjs/models/mappers.js.map +1 -0
  168. package/dist/commonjs/models/parameters.d.ts +45 -0
  169. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  170. package/dist/commonjs/models/parameters.js +349 -0
  171. package/dist/commonjs/models/parameters.js.map +1 -0
  172. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  173. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  174. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
  175. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  176. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  177. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  178. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
  179. package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  180. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
  181. package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  182. package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
  183. package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
  184. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +83 -0
  185. package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  186. package/dist/commonjs/operations/databaseMigrationsSqlMi.js +319 -0
  187. package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
  188. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +83 -0
  189. package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  190. package/dist/commonjs/operations/databaseMigrationsSqlVm.js +319 -0
  191. package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
  192. package/dist/commonjs/operations/files.d.ts +101 -0
  193. package/dist/commonjs/operations/files.d.ts.map +1 -0
  194. package/dist/commonjs/operations/files.js +375 -0
  195. package/dist/commonjs/operations/files.js.map +1 -0
  196. package/dist/commonjs/operations/index.d.ts +16 -0
  197. package/dist/commonjs/operations/index.d.ts.map +1 -0
  198. package/dist/commonjs/operations/index.js +26 -0
  199. package/dist/commonjs/operations/index.js.map +1 -0
  200. package/dist/commonjs/operations/migrationServices.d.ts +144 -0
  201. package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
  202. package/dist/commonjs/operations/migrationServices.js +680 -0
  203. package/dist/commonjs/operations/migrationServices.js.map +1 -0
  204. package/dist/commonjs/operations/operations.d.ts +32 -0
  205. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  206. package/dist/commonjs/operations/operations.js +133 -0
  207. package/dist/commonjs/operations/operations.js.map +1 -0
  208. package/dist/commonjs/operations/projects.d.ts +78 -0
  209. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  210. package/dist/commonjs/operations/projects.js +296 -0
  211. package/dist/commonjs/operations/projects.js.map +1 -0
  212. package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
  213. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
  214. package/dist/commonjs/operations/resourceSkus.js +141 -0
  215. package/dist/commonjs/operations/resourceSkus.js.map +1 -0
  216. package/dist/commonjs/operations/serviceTasks.d.ts +94 -0
  217. package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
  218. package/dist/commonjs/operations/serviceTasks.js +336 -0
  219. package/dist/commonjs/operations/serviceTasks.js.map +1 -0
  220. package/dist/commonjs/operations/services.d.ts +218 -0
  221. package/dist/commonjs/operations/services.d.ts.map +1 -0
  222. package/dist/commonjs/operations/services.js +936 -0
  223. package/dist/commonjs/operations/services.js.map +1 -0
  224. package/dist/commonjs/operations/sqlMigrationServices.d.ts +179 -0
  225. package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
  226. package/dist/commonjs/operations/sqlMigrationServices.js +768 -0
  227. package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
  228. package/dist/commonjs/operations/tasks.d.ts +110 -0
  229. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  230. package/dist/commonjs/operations/tasks.js +386 -0
  231. package/dist/commonjs/operations/tasks.js.map +1 -0
  232. package/dist/commonjs/operations/usages.d.ts +37 -0
  233. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  234. package/dist/commonjs/operations/usages.js +151 -0
  235. package/dist/commonjs/operations/usages.js.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  237. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
  239. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  241. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
  243. package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  245. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
  247. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  249. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +10 -0
  251. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  253. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +10 -0
  255. package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
  257. package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/files.js +10 -0
  259. package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
  261. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/index.js +26 -0
  263. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
  265. package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
  267. package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  269. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  271. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
  273. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  275. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
  277. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
  279. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +66 -0
  281. package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/serviceTasks.js +10 -0
  283. package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/services.d.ts +162 -0
  285. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/services.js +10 -0
  287. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  289. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +10 -0
  291. package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
  293. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  295. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  297. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  299. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  300. package/dist/commonjs/package.json +3 -0
  301. package/dist/commonjs/pagingHelper.d.ts +13 -0
  302. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  303. package/dist/commonjs/pagingHelper.js +36 -0
  304. package/dist/commonjs/pagingHelper.js.map +1 -0
  305. package/dist/commonjs/tsdoc-metadata.json +11 -0
  306. package/dist/esm/dataMigrationManagementClient.d.ts +34 -0
  307. package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
  308. package/dist/esm/dataMigrationManagementClient.js +113 -0
  309. package/dist/esm/dataMigrationManagementClient.js.map +1 -0
  310. package/dist/esm/index.d.ts +5 -0
  311. package/dist/esm/index.d.ts.map +1 -0
  312. package/dist/esm/index.js +13 -0
  313. package/dist/esm/index.js.map +1 -0
  314. package/dist/esm/lroImpl.d.ts +11 -0
  315. package/dist/esm/lroImpl.d.ts.map +1 -0
  316. package/dist/esm/lroImpl.js +21 -0
  317. package/dist/esm/lroImpl.js.map +1 -0
  318. package/dist/esm/models/index.d.ts +8306 -0
  319. package/dist/esm/models/index.d.ts.map +1 -0
  320. package/dist/esm/models/index.js +892 -0
  321. package/dist/esm/models/index.js.map +1 -0
  322. package/dist/esm/models/mappers.d.ts +467 -0
  323. package/dist/esm/models/mappers.d.ts.map +1 -0
  324. package/dist/esm/models/mappers.js +12924 -0
  325. package/dist/esm/models/mappers.js.map +1 -0
  326. package/dist/esm/models/parameters.d.ts +45 -0
  327. package/dist/esm/models/parameters.d.ts.map +1 -0
  328. package/dist/esm/models/parameters.js +346 -0
  329. package/dist/esm/models/parameters.js.map +1 -0
  330. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  331. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  332. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
  333. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  334. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  335. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  336. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
  337. package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  338. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
  339. package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  340. package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
  341. package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
  342. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +83 -0
  343. package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  344. package/dist/esm/operations/databaseMigrationsSqlMi.js +314 -0
  345. package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
  346. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +83 -0
  347. package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  348. package/dist/esm/operations/databaseMigrationsSqlVm.js +314 -0
  349. package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
  350. package/dist/esm/operations/files.d.ts +101 -0
  351. package/dist/esm/operations/files.d.ts.map +1 -0
  352. package/dist/esm/operations/files.js +371 -0
  353. package/dist/esm/operations/files.js.map +1 -0
  354. package/dist/esm/operations/index.d.ts +16 -0
  355. package/dist/esm/operations/index.d.ts.map +1 -0
  356. package/dist/esm/operations/index.js +23 -0
  357. package/dist/esm/operations/index.js.map +1 -0
  358. package/dist/esm/operations/migrationServices.d.ts +144 -0
  359. package/dist/esm/operations/migrationServices.d.ts.map +1 -0
  360. package/dist/esm/operations/migrationServices.js +676 -0
  361. package/dist/esm/operations/migrationServices.js.map +1 -0
  362. package/dist/esm/operations/operations.d.ts +32 -0
  363. package/dist/esm/operations/operations.d.ts.map +1 -0
  364. package/dist/esm/operations/operations.js +129 -0
  365. package/dist/esm/operations/operations.js.map +1 -0
  366. package/dist/esm/operations/projects.d.ts +78 -0
  367. package/dist/esm/operations/projects.d.ts.map +1 -0
  368. package/dist/esm/operations/projects.js +292 -0
  369. package/dist/esm/operations/projects.js.map +1 -0
  370. package/dist/esm/operations/resourceSkus.d.ts +32 -0
  371. package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
  372. package/dist/esm/operations/resourceSkus.js +137 -0
  373. package/dist/esm/operations/resourceSkus.js.map +1 -0
  374. package/dist/esm/operations/serviceTasks.d.ts +94 -0
  375. package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
  376. package/dist/esm/operations/serviceTasks.js +332 -0
  377. package/dist/esm/operations/serviceTasks.js.map +1 -0
  378. package/dist/esm/operations/services.d.ts +218 -0
  379. package/dist/esm/operations/services.d.ts.map +1 -0
  380. package/dist/esm/operations/services.js +932 -0
  381. package/dist/esm/operations/services.js.map +1 -0
  382. package/dist/esm/operations/sqlMigrationServices.d.ts +179 -0
  383. package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
  384. package/dist/esm/operations/sqlMigrationServices.js +764 -0
  385. package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
  386. package/dist/esm/operations/tasks.d.ts +110 -0
  387. package/dist/esm/operations/tasks.d.ts.map +1 -0
  388. package/dist/esm/operations/tasks.js +382 -0
  389. package/dist/esm/operations/tasks.js.map +1 -0
  390. package/dist/esm/operations/usages.d.ts +37 -0
  391. package/dist/esm/operations/usages.d.ts.map +1 -0
  392. package/dist/esm/operations/usages.js +147 -0
  393. package/dist/esm/operations/usages.js.map +1 -0
  394. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  395. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  396. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
  397. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  398. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  399. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  400. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
  401. package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  402. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  403. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  404. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
  405. package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  406. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  407. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  408. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  409. package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  410. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  411. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  412. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  413. package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  414. package/dist/esm/operationsInterfaces/files.d.ts +73 -0
  415. package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
  416. package/dist/esm/operationsInterfaces/files.js +9 -0
  417. package/dist/esm/operationsInterfaces/files.js.map +1 -0
  418. package/dist/esm/operationsInterfaces/index.d.ts +16 -0
  419. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  420. package/dist/esm/operationsInterfaces/index.js +23 -0
  421. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  422. package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
  423. package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
  424. package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
  425. package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
  426. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  427. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  428. package/dist/esm/operationsInterfaces/operations.js +9 -0
  429. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  430. package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
  431. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  432. package/dist/esm/operationsInterfaces/projects.js +9 -0
  433. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  434. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
  435. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  436. package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
  437. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
  438. package/dist/esm/operationsInterfaces/serviceTasks.d.ts +66 -0
  439. package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  440. package/dist/esm/operationsInterfaces/serviceTasks.js +9 -0
  441. package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
  442. package/dist/esm/operationsInterfaces/services.d.ts +162 -0
  443. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  444. package/dist/esm/operationsInterfaces/services.js +9 -0
  445. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  446. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  447. package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  448. package/dist/esm/operationsInterfaces/sqlMigrationServices.js +9 -0
  449. package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  450. package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
  451. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  452. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  453. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  454. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  455. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  456. package/dist/esm/operationsInterfaces/usages.js +9 -0
  457. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  458. package/dist/esm/package.json +3 -0
  459. package/dist/esm/pagingHelper.d.ts +13 -0
  460. package/dist/esm/pagingHelper.d.ts.map +1 -0
  461. package/dist/esm/pagingHelper.js +32 -0
  462. package/dist/esm/pagingHelper.js.map +1 -0
  463. package/dist/react-native/dataMigrationManagementClient.d.ts +34 -0
  464. package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
  465. package/dist/react-native/dataMigrationManagementClient.js +113 -0
  466. package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
  467. package/dist/react-native/index.d.ts +5 -0
  468. package/dist/react-native/index.d.ts.map +1 -0
  469. package/dist/react-native/index.js +13 -0
  470. package/dist/react-native/index.js.map +1 -0
  471. package/dist/react-native/lroImpl.d.ts +11 -0
  472. package/dist/react-native/lroImpl.d.ts.map +1 -0
  473. package/dist/react-native/lroImpl.js +21 -0
  474. package/dist/react-native/lroImpl.js.map +1 -0
  475. package/dist/react-native/models/index.d.ts +8306 -0
  476. package/dist/react-native/models/index.d.ts.map +1 -0
  477. package/dist/react-native/models/index.js +892 -0
  478. package/dist/react-native/models/index.js.map +1 -0
  479. package/dist/react-native/models/mappers.d.ts +467 -0
  480. package/dist/react-native/models/mappers.d.ts.map +1 -0
  481. package/dist/react-native/models/mappers.js +12924 -0
  482. package/dist/react-native/models/mappers.js.map +1 -0
  483. package/dist/react-native/models/parameters.d.ts +45 -0
  484. package/dist/react-native/models/parameters.d.ts.map +1 -0
  485. package/dist/react-native/models/parameters.js +346 -0
  486. package/dist/react-native/models/parameters.js.map +1 -0
  487. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
  488. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  489. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
  490. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  491. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
  492. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  493. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
  494. package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  495. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
  496. package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
  497. package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
  498. package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
  499. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +83 -0
  500. package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
  501. package/dist/react-native/operations/databaseMigrationsSqlMi.js +314 -0
  502. package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
  503. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +83 -0
  504. package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
  505. package/dist/react-native/operations/databaseMigrationsSqlVm.js +314 -0
  506. package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
  507. package/dist/react-native/operations/files.d.ts +101 -0
  508. package/dist/react-native/operations/files.d.ts.map +1 -0
  509. package/dist/react-native/operations/files.js +371 -0
  510. package/dist/react-native/operations/files.js.map +1 -0
  511. package/dist/react-native/operations/index.d.ts +16 -0
  512. package/dist/react-native/operations/index.d.ts.map +1 -0
  513. package/dist/react-native/operations/index.js +23 -0
  514. package/dist/react-native/operations/index.js.map +1 -0
  515. package/dist/react-native/operations/migrationServices.d.ts +144 -0
  516. package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
  517. package/dist/react-native/operations/migrationServices.js +676 -0
  518. package/dist/react-native/operations/migrationServices.js.map +1 -0
  519. package/dist/react-native/operations/operations.d.ts +32 -0
  520. package/dist/react-native/operations/operations.d.ts.map +1 -0
  521. package/dist/react-native/operations/operations.js +129 -0
  522. package/dist/react-native/operations/operations.js.map +1 -0
  523. package/dist/react-native/operations/projects.d.ts +78 -0
  524. package/dist/react-native/operations/projects.d.ts.map +1 -0
  525. package/dist/react-native/operations/projects.js +292 -0
  526. package/dist/react-native/operations/projects.js.map +1 -0
  527. package/dist/react-native/operations/resourceSkus.d.ts +32 -0
  528. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
  529. package/dist/react-native/operations/resourceSkus.js +137 -0
  530. package/dist/react-native/operations/resourceSkus.js.map +1 -0
  531. package/dist/react-native/operations/serviceTasks.d.ts +94 -0
  532. package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
  533. package/dist/react-native/operations/serviceTasks.js +332 -0
  534. package/dist/react-native/operations/serviceTasks.js.map +1 -0
  535. package/dist/react-native/operations/services.d.ts +218 -0
  536. package/dist/react-native/operations/services.d.ts.map +1 -0
  537. package/dist/react-native/operations/services.js +932 -0
  538. package/dist/react-native/operations/services.js.map +1 -0
  539. package/dist/react-native/operations/sqlMigrationServices.d.ts +179 -0
  540. package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
  541. package/dist/react-native/operations/sqlMigrationServices.js +764 -0
  542. package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
  543. package/dist/react-native/operations/tasks.d.ts +110 -0
  544. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  545. package/dist/react-native/operations/tasks.js +382 -0
  546. package/dist/react-native/operations/tasks.js.map +1 -0
  547. package/dist/react-native/operations/usages.d.ts +37 -0
  548. package/dist/react-native/operations/usages.d.ts.map +1 -0
  549. package/dist/react-native/operations/usages.js +147 -0
  550. package/dist/react-native/operations/usages.js.map +1 -0
  551. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
  552. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
  553. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
  554. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
  555. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
  556. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
  557. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
  558. package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
  559. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
  560. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
  561. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
  562. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
  563. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
  564. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
  565. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
  566. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
  567. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
  568. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
  569. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
  570. package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
  571. package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
  572. package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
  573. package/dist/react-native/operationsInterfaces/files.js +9 -0
  574. package/dist/react-native/operationsInterfaces/files.js.map +1 -0
  575. package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
  576. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  577. package/dist/react-native/operationsInterfaces/index.js +23 -0
  578. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  579. package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
  580. package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
  581. package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
  582. package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
  583. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  584. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  585. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  586. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  587. package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
  588. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  589. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  590. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  591. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
  592. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  593. package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
  594. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
  595. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +66 -0
  596. package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
  597. package/dist/react-native/operationsInterfaces/serviceTasks.js +9 -0
  598. package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
  599. package/dist/react-native/operationsInterfaces/services.d.ts +162 -0
  600. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  601. package/dist/react-native/operationsInterfaces/services.js +9 -0
  602. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  603. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
  604. package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
  605. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +9 -0
  606. package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
  607. package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
  608. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  609. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  610. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  611. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  612. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  613. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  614. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  615. package/dist/react-native/package.json +3 -0
  616. package/dist/react-native/pagingHelper.d.ts +13 -0
  617. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  618. package/dist/react-native/pagingHelper.js +32 -0
  619. package/dist/react-native/pagingHelper.js.map +1 -0
  620. package/package.json +83 -74
  621. package/CHANGELOG.md +0 -11
  622. package/dist/index.js +0 -17494
  623. package/dist/index.js.map +0 -1
  624. package/dist/index.min.js +0 -1
  625. package/dist/index.min.js.map +0 -1
  626. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
  627. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
  629. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
  630. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
  631. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
  633. package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
  634. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
  635. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
  637. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
  638. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
  639. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
  641. package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
  642. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
  643. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
  645. package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
  646. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
  647. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
  649. package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
  650. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
  651. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
  653. package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
  654. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
  655. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
  657. package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
  658. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
  659. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
  661. package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
  662. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
  665. package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
  666. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
  667. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
  669. package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
  670. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
  671. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
  672. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
  673. package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
  674. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
  675. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
  676. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
  677. package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
  678. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
  679. package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
  681. package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
  682. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
  683. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
  685. package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
  686. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
  687. package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
  689. package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
  690. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
  691. package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
  693. package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
  694. package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
  695. package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
  696. package/dist-esm/samples-dev/filesDelete.js +0 -33
  697. package/dist-esm/samples-dev/filesDelete.js.map +0 -1
  698. package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
  699. package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
  700. package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
  701. package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
  702. package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
  703. package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
  704. package/dist-esm/samples-dev/filesGetSample.js +0 -33
  705. package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
  706. package/dist-esm/samples-dev/filesList.d.ts +0 -2
  707. package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
  708. package/dist-esm/samples-dev/filesList.js +0 -33
  709. package/dist-esm/samples-dev/filesList.js.map +0 -1
  710. package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
  711. package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
  712. package/dist-esm/samples-dev/filesListSample.js +0 -46
  713. package/dist-esm/samples-dev/filesListSample.js.map +0 -1
  714. package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
  715. package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
  716. package/dist-esm/samples-dev/filesReadSample.js +0 -33
  717. package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
  718. package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
  719. package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
  720. package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
  721. package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
  722. package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
  723. package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
  724. package/dist-esm/samples-dev/filesUpdate.js +0 -36
  725. package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
  726. package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
  727. package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
  728. package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
  729. package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
  730. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
  731. package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
  732. package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
  733. package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
  734. package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
  735. package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
  736. package/dist-esm/samples-dev/getMigrationService.js +0 -31
  737. package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
  738. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
  739. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
  740. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -44
  741. package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
  742. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
  743. package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
  744. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -43
  745. package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
  746. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
  747. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
  748. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -45
  749. package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
  750. package/dist-esm/samples-dev/listSkus.d.ts +0 -2
  751. package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
  752. package/dist-esm/samples-dev/listSkus.js +0 -43
  753. package/dist-esm/samples-dev/listSkus.js.map +0 -1
  754. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
  755. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
  756. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -43
  757. package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
  758. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  759. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  760. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  761. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  762. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
  763. package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
  764. package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
  765. package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
  766. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  767. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  768. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
  769. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  770. package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
  771. package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
  772. package/dist-esm/samples-dev/projectsDelete.js +0 -32
  773. package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
  774. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  775. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  776. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
  777. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  778. package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
  779. package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
  780. package/dist-esm/samples-dev/projectsGet.js +0 -32
  781. package/dist-esm/samples-dev/projectsGet.js.map +0 -1
  782. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  783. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  784. package/dist-esm/samples-dev/projectsGetSample.js +0 -32
  785. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  786. package/dist-esm/samples-dev/projectsList.d.ts +0 -2
  787. package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
  788. package/dist-esm/samples-dev/projectsList.js +0 -45
  789. package/dist-esm/samples-dev/projectsList.js.map +0 -1
  790. package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
  791. package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
  792. package/dist-esm/samples-dev/projectsListSample.js +0 -45
  793. package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
  794. package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
  795. package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
  796. package/dist-esm/samples-dev/projectsUpdate.js +0 -37
  797. package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
  798. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  799. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  800. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
  801. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  802. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
  803. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
  804. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
  805. package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
  806. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
  807. package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
  808. package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -43
  809. package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
  810. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
  811. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
  812. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
  813. package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
  814. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
  815. package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
  816. package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
  817. package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
  818. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
  819. package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
  820. package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
  821. package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
  822. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
  823. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
  824. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
  825. package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
  826. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
  827. package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
  828. package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
  829. package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
  830. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
  831. package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
  832. package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
  833. package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
  834. package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
  835. package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
  836. package/dist-esm/samples-dev/serviceTasksList.js +0 -45
  837. package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
  838. package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
  839. package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
  840. package/dist-esm/samples-dev/serviceTasksListSample.js +0 -45
  841. package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
  842. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
  843. package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
  844. package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
  845. package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
  846. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
  847. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
  848. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
  849. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
  850. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
  851. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
  852. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
  853. package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
  854. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
  855. package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
  856. package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
  857. package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
  858. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  859. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  860. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
  861. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  862. package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
  863. package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
  865. package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
  866. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
  867. package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
  869. package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
  870. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
  871. package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
  873. package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
  874. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  875. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
  877. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  878. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  879. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
  881. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  882. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  883. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/servicesGetSample.js +0 -31
  885. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  886. package/dist-esm/samples-dev/servicesList.d.ts +0 -2
  887. package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/servicesList.js +0 -43
  889. package/dist-esm/samples-dev/servicesList.js.map +0 -1
  890. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
  891. package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -44
  893. package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
  894. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  895. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -44
  897. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  898. package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
  899. package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/servicesListSample.js +0 -43
  901. package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
  902. package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
  903. package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
  904. package/dist-esm/samples-dev/servicesListSkus.js +0 -45
  905. package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
  906. package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
  907. package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
  908. package/dist-esm/samples-dev/servicesListSkusSample.js +0 -45
  909. package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
  910. package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
  911. package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
  912. package/dist-esm/samples-dev/servicesStart.js +0 -31
  913. package/dist-esm/samples-dev/servicesStart.js.map +0 -1
  914. package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
  915. package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
  916. package/dist-esm/samples-dev/servicesStartSample.js +0 -31
  917. package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
  918. package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
  919. package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
  920. package/dist-esm/samples-dev/servicesStop.js +0 -31
  921. package/dist-esm/samples-dev/servicesStop.js.map +0 -1
  922. package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
  923. package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
  924. package/dist-esm/samples-dev/servicesStopSample.js +0 -31
  925. package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
  926. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  927. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  928. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
  929. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  930. package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
  931. package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
  932. package/dist-esm/samples-dev/servicesUsages.js +0 -44
  933. package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
  934. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
  935. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
  936. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
  937. package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
  938. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
  939. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
  940. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
  941. package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
  942. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
  943. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
  944. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
  945. package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
  946. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
  947. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
  948. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
  949. package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
  950. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
  951. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
  952. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
  953. package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
  954. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
  955. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
  956. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -44
  957. package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
  958. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
  959. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
  960. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -43
  961. package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
  962. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
  963. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
  964. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -45
  965. package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
  966. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
  967. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
  968. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
  969. package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
  970. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
  971. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
  972. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
  973. package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
  974. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
  975. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
  976. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
  977. package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
  978. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
  979. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
  980. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
  981. package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
  982. package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
  983. package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
  984. package/dist-esm/samples-dev/tasksCancel.js +0 -32
  985. package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
  986. package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
  987. package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
  988. package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
  989. package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
  990. package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
  991. package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
  992. package/dist-esm/samples-dev/tasksCommand.js +0 -37
  993. package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
  994. package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
  995. package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
  996. package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
  997. package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
  998. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
  999. package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
  1000. package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
  1001. package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
  1002. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
  1003. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
  1004. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
  1005. package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
  1006. package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
  1007. package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
  1008. package/dist-esm/samples-dev/tasksDelete.js +0 -32
  1009. package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
  1010. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
  1011. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
  1012. package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
  1013. package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
  1014. package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
  1015. package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
  1016. package/dist-esm/samples-dev/tasksGet.js +0 -32
  1017. package/dist-esm/samples-dev/tasksGet.js.map +0 -1
  1018. package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
  1019. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
  1020. package/dist-esm/samples-dev/tasksGetSample.js +0 -33
  1021. package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
  1022. package/dist-esm/samples-dev/tasksList.d.ts +0 -2
  1023. package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
  1024. package/dist-esm/samples-dev/tasksList.js +0 -46
  1025. package/dist-esm/samples-dev/tasksList.js.map +0 -1
  1026. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  1027. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  1028. package/dist-esm/samples-dev/tasksListSample.js +0 -46
  1029. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  1030. package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
  1031. package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
  1032. package/dist-esm/samples-dev/tasksUpdate.js +0 -38
  1033. package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
  1034. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
  1035. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
  1036. package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
  1037. package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
  1038. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
  1039. package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
  1040. package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
  1041. package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
  1042. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  1043. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  1044. package/dist-esm/samples-dev/usagesListSample.js +0 -44
  1045. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  1046. package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -30
  1047. package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
  1048. package/dist-esm/src/dataMigrationManagementClient.js +0 -110
  1049. package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
  1050. package/dist-esm/src/index.d.ts +0 -6
  1051. package/dist-esm/src/index.d.ts.map +0 -1
  1052. package/dist-esm/src/index.js +0 -13
  1053. package/dist-esm/src/index.js.map +0 -1
  1054. package/dist-esm/src/lroImpl.d.ts +0 -16
  1055. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1056. package/dist-esm/src/lroImpl.js +0 -29
  1057. package/dist-esm/src/lroImpl.js.map +0 -1
  1058. package/dist-esm/src/models/index.d.ts +0 -7554
  1059. package/dist-esm/src/models/index.d.ts.map +0 -1
  1060. package/dist-esm/src/models/index.js +0 -848
  1061. package/dist-esm/src/models/index.js.map +0 -1
  1062. package/dist-esm/src/models/mappers.d.ts +0 -434
  1063. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1064. package/dist-esm/src/models/mappers.js +0 -11822
  1065. package/dist-esm/src/models/mappers.js.map +0 -1
  1066. package/dist-esm/src/models/parameters.d.ts +0 -36
  1067. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1068. package/dist-esm/src/models/parameters.js +0 -272
  1069. package/dist-esm/src/models/parameters.js.map +0 -1
  1070. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
  1071. package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
  1072. package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
  1073. package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
  1074. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
  1075. package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
  1076. package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
  1077. package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
  1078. package/dist-esm/src/operations/files.d.ts +0 -101
  1079. package/dist-esm/src/operations/files.d.ts.map +0 -1
  1080. package/dist-esm/src/operations/files.js +0 -370
  1081. package/dist-esm/src/operations/files.js.map +0 -1
  1082. package/dist-esm/src/operations/index.d.ts +0 -12
  1083. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1084. package/dist-esm/src/operations/index.js +0 -19
  1085. package/dist-esm/src/operations/index.js.map +0 -1
  1086. package/dist-esm/src/operations/operations.d.ts +0 -32
  1087. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1088. package/dist-esm/src/operations/operations.js +0 -128
  1089. package/dist-esm/src/operations/operations.js.map +0 -1
  1090. package/dist-esm/src/operations/projects.d.ts +0 -78
  1091. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  1092. package/dist-esm/src/operations/projects.js +0 -291
  1093. package/dist-esm/src/operations/projects.js.map +0 -1
  1094. package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
  1095. package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
  1096. package/dist-esm/src/operations/resourceSkus.js +0 -136
  1097. package/dist-esm/src/operations/resourceSkus.js.map +0 -1
  1098. package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
  1099. package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
  1100. package/dist-esm/src/operations/serviceTasks.js +0 -328
  1101. package/dist-esm/src/operations/serviceTasks.js.map +0 -1
  1102. package/dist-esm/src/operations/services.d.ts +0 -217
  1103. package/dist-esm/src/operations/services.d.ts.map +0 -1
  1104. package/dist-esm/src/operations/services.js +0 -928
  1105. package/dist-esm/src/operations/services.js.map +0 -1
  1106. package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
  1107. package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
  1108. package/dist-esm/src/operations/sqlMigrationServices.js +0 -760
  1109. package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
  1110. package/dist-esm/src/operations/tasks.d.ts +0 -110
  1111. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  1112. package/dist-esm/src/operations/tasks.js +0 -381
  1113. package/dist-esm/src/operations/tasks.js.map +0 -1
  1114. package/dist-esm/src/operations/usages.d.ts +0 -37
  1115. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  1116. package/dist-esm/src/operations/usages.js +0 -146
  1117. package/dist-esm/src/operations/usages.js.map +0 -1
  1118. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
  1119. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
  1120. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
  1121. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
  1122. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
  1123. package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
  1124. package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
  1125. package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
  1126. package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
  1127. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  1128. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1129. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  1130. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1131. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1132. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1133. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1134. package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
  1135. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  1136. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  1137. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
  1138. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  1139. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
  1140. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
  1141. package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
  1142. package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
  1143. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
  1144. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  1145. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  1146. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
  1147. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
  1148. package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
  1149. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
  1150. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  1151. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  1152. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  1153. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1154. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1155. package/dist-esm/src/pagingHelper.d.ts +0 -13
  1156. package/dist-esm/src/pagingHelper.js +0 -32
  1157. package/dist-esm/src/pagingHelper.js.map +0 -1
  1158. package/dist-esm/test/sampleTest.d.ts +0 -2
  1159. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1160. package/dist-esm/test/sampleTest.js +0 -38
  1161. package/dist-esm/test/sampleTest.js.map +0 -1
  1162. package/review/arm-datamigration.api.md +0 -4104
  1163. package/rollup.config.js +0 -122
  1164. package/src/dataMigrationManagementClient.ts +0 -184
  1165. package/src/index.ts +0 -13
  1166. package/src/lroImpl.ts +0 -34
  1167. package/src/models/index.ts +0 -8368
  1168. package/src/models/mappers.ts +0 -13025
  1169. package/src/models/parameters.ts +0 -325
  1170. package/src/operations/databaseMigrationsSqlMi.ts +0 -459
  1171. package/src/operations/databaseMigrationsSqlVm.ts +0 -459
  1172. package/src/operations/files.ts +0 -508
  1173. package/src/operations/index.ts +0 -19
  1174. package/src/operations/operations.ts +0 -146
  1175. package/src/operations/projects.ts +0 -381
  1176. package/src/operations/resourceSkus.ts +0 -155
  1177. package/src/operations/serviceTasks.ts +0 -430
  1178. package/src/operations/services.ts +0 -1227
  1179. package/src/operations/sqlMigrationServices.ts +0 -1034
  1180. package/src/operations/tasks.ts +0 -521
  1181. package/src/operations/usages.ts +0 -173
  1182. package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
  1183. package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
  1184. package/src/operationsInterfaces/files.ts +0 -139
  1185. package/src/operationsInterfaces/index.ts +0 -19
  1186. package/src/operationsInterfaces/operations.ts +0 -22
  1187. package/src/operationsInterfaces/projects.ts +0 -97
  1188. package/src/operationsInterfaces/resourceSkus.ts +0 -22
  1189. package/src/operationsInterfaces/serviceTasks.ts +0 -116
  1190. package/src/operationsInterfaces/services.ts +0 -272
  1191. package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
  1192. package/src/operationsInterfaces/tasks.ts +0 -149
  1193. package/src/operationsInterfaces/usages.ts +0 -25
  1194. package/src/pagingHelper.ts +0 -39
  1195. package/tsconfig.json +0 -33
  1196. package/types/arm-datamigration.d.ts +0 -8876
  1197. package/types/tsdoc-metadata.json +0 -11
  1198. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlMi.js +0 -0
  1199. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlVm.js +0 -0
  1200. /package/{dist-esm/src → dist/browser}/operationsInterfaces/files.js +0 -0
  1201. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1202. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  1203. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
  1204. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceTasks.js +0 -0
  1205. /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
  1206. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlMigrationServices.js +0 -0
  1207. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
  1208. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  1209. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,272 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { PollerLike, PollOperationState } from "@azure/core-lro";
11
- import {
12
- AvailableServiceSku,
13
- ServicesListSkusOptionalParams,
14
- DataMigrationService,
15
- ServicesListByResourceGroupOptionalParams,
16
- ServicesListOptionalParams,
17
- ServicesCreateOrUpdateOptionalParams,
18
- ServicesCreateOrUpdateResponse,
19
- ServicesGetOptionalParams,
20
- ServicesGetResponse,
21
- ServicesDeleteOptionalParams,
22
- ServicesUpdateOptionalParams,
23
- ServicesUpdateResponse,
24
- ServicesCheckStatusOptionalParams,
25
- ServicesCheckStatusResponse,
26
- ServicesStartOptionalParams,
27
- ServicesStopOptionalParams,
28
- NameAvailabilityRequest,
29
- ServicesCheckChildrenNameAvailabilityOptionalParams,
30
- ServicesCheckChildrenNameAvailabilityResponse,
31
- ServicesCheckNameAvailabilityOptionalParams,
32
- ServicesCheckNameAvailabilityResponse
33
- } from "../models";
34
-
35
- /// <reference lib="esnext.asynciterable" />
36
- /** Interface representing a Services. */
37
- export interface Services {
38
- /**
39
- * The services resource is the top-level resource that represents the Database Migration Service. The
40
- * skus action returns the list of SKUs that a service resource can be updated to.
41
- * @param groupName Name of the resource group
42
- * @param serviceName Name of the service
43
- * @param options The options parameters.
44
- */
45
- listSkus(
46
- groupName: string,
47
- serviceName: string,
48
- options?: ServicesListSkusOptionalParams
49
- ): PagedAsyncIterableIterator<AvailableServiceSku>;
50
- /**
51
- * The Services resource is the top-level resource that represents the Database Migration Service. This
52
- * method returns a list of service resources in a resource group.
53
- * @param groupName Name of the resource group
54
- * @param options The options parameters.
55
- */
56
- listByResourceGroup(
57
- groupName: string,
58
- options?: ServicesListByResourceGroupOptionalParams
59
- ): PagedAsyncIterableIterator<DataMigrationService>;
60
- /**
61
- * The services resource is the top-level resource that represents the Database Migration Service. This
62
- * method returns a list of service resources in a subscription.
63
- * @param options The options parameters.
64
- */
65
- list(
66
- options?: ServicesListOptionalParams
67
- ): PagedAsyncIterableIterator<DataMigrationService>;
68
- /**
69
- * The services resource is the top-level resource that represents the Database Migration Service. The
70
- * PUT method creates a new service or updates an existing one. When a service is updated, existing
71
- * child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which
72
- * refers to a VM-based service, although other kinds may be added in the future. This method can
73
- * change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the
74
- * service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply
75
- * when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
76
- * property.
77
- * @param groupName Name of the resource group
78
- * @param serviceName Name of the service
79
- * @param parameters Information about the service
80
- * @param options The options parameters.
81
- */
82
- beginCreateOrUpdate(
83
- groupName: string,
84
- serviceName: string,
85
- parameters: DataMigrationService,
86
- options?: ServicesCreateOrUpdateOptionalParams
87
- ): Promise<
88
- PollerLike<
89
- PollOperationState<ServicesCreateOrUpdateResponse>,
90
- ServicesCreateOrUpdateResponse
91
- >
92
- >;
93
- /**
94
- * The services resource is the top-level resource that represents the Database Migration Service. The
95
- * PUT method creates a new service or updates an existing one. When a service is updated, existing
96
- * child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which
97
- * refers to a VM-based service, although other kinds may be added in the future. This method can
98
- * change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the
99
- * service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply
100
- * when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
101
- * property.
102
- * @param groupName Name of the resource group
103
- * @param serviceName Name of the service
104
- * @param parameters Information about the service
105
- * @param options The options parameters.
106
- */
107
- beginCreateOrUpdateAndWait(
108
- groupName: string,
109
- serviceName: string,
110
- parameters: DataMigrationService,
111
- options?: ServicesCreateOrUpdateOptionalParams
112
- ): Promise<ServicesCreateOrUpdateResponse>;
113
- /**
114
- * The services resource is the top-level resource that represents the Database Migration Service. The
115
- * GET method retrieves information about a service instance.
116
- * @param groupName Name of the resource group
117
- * @param serviceName Name of the service
118
- * @param options The options parameters.
119
- */
120
- get(
121
- groupName: string,
122
- serviceName: string,
123
- options?: ServicesGetOptionalParams
124
- ): Promise<ServicesGetResponse>;
125
- /**
126
- * The services resource is the top-level resource that represents the Database Migration Service. The
127
- * DELETE method deletes a service. Any running tasks will be canceled.
128
- * @param groupName Name of the resource group
129
- * @param serviceName Name of the service
130
- * @param options The options parameters.
131
- */
132
- beginDelete(
133
- groupName: string,
134
- serviceName: string,
135
- options?: ServicesDeleteOptionalParams
136
- ): Promise<PollerLike<PollOperationState<void>, void>>;
137
- /**
138
- * The services resource is the top-level resource that represents the Database Migration Service. The
139
- * DELETE method deletes a service. Any running tasks will be canceled.
140
- * @param groupName Name of the resource group
141
- * @param serviceName Name of the service
142
- * @param options The options parameters.
143
- */
144
- beginDeleteAndWait(
145
- groupName: string,
146
- serviceName: string,
147
- options?: ServicesDeleteOptionalParams
148
- ): Promise<void>;
149
- /**
150
- * The services resource is the top-level resource that represents the Database Migration Service. The
151
- * PATCH method updates an existing service. This method can change the kind, SKU, and network of the
152
- * service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad
153
- * Request ("ServiceIsBusy").
154
- * @param groupName Name of the resource group
155
- * @param serviceName Name of the service
156
- * @param parameters Information about the service
157
- * @param options The options parameters.
158
- */
159
- beginUpdate(
160
- groupName: string,
161
- serviceName: string,
162
- parameters: DataMigrationService,
163
- options?: ServicesUpdateOptionalParams
164
- ): Promise<
165
- PollerLike<
166
- PollOperationState<ServicesUpdateResponse>,
167
- ServicesUpdateResponse
168
- >
169
- >;
170
- /**
171
- * The services resource is the top-level resource that represents the Database Migration Service. The
172
- * PATCH method updates an existing service. This method can change the kind, SKU, and network of the
173
- * service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad
174
- * Request ("ServiceIsBusy").
175
- * @param groupName Name of the resource group
176
- * @param serviceName Name of the service
177
- * @param parameters Information about the service
178
- * @param options The options parameters.
179
- */
180
- beginUpdateAndWait(
181
- groupName: string,
182
- serviceName: string,
183
- parameters: DataMigrationService,
184
- options?: ServicesUpdateOptionalParams
185
- ): Promise<ServicesUpdateResponse>;
186
- /**
187
- * The services resource is the top-level resource that represents the Database Migration Service. This
188
- * action performs a health check and returns the status of the service and virtual machine size.
189
- * @param groupName Name of the resource group
190
- * @param serviceName Name of the service
191
- * @param options The options parameters.
192
- */
193
- checkStatus(
194
- groupName: string,
195
- serviceName: string,
196
- options?: ServicesCheckStatusOptionalParams
197
- ): Promise<ServicesCheckStatusResponse>;
198
- /**
199
- * The services resource is the top-level resource that represents the Database Migration Service. This
200
- * action starts the service and the service can be used for data migration.
201
- * @param groupName Name of the resource group
202
- * @param serviceName Name of the service
203
- * @param options The options parameters.
204
- */
205
- beginStart(
206
- groupName: string,
207
- serviceName: string,
208
- options?: ServicesStartOptionalParams
209
- ): Promise<PollerLike<PollOperationState<void>, void>>;
210
- /**
211
- * The services resource is the top-level resource that represents the Database Migration Service. This
212
- * action starts the service and the service can be used for data migration.
213
- * @param groupName Name of the resource group
214
- * @param serviceName Name of the service
215
- * @param options The options parameters.
216
- */
217
- beginStartAndWait(
218
- groupName: string,
219
- serviceName: string,
220
- options?: ServicesStartOptionalParams
221
- ): Promise<void>;
222
- /**
223
- * The services resource is the top-level resource that represents the Database Migration Service. This
224
- * action stops the service and the service cannot be used for data migration. The service owner won't
225
- * be billed when the service is stopped.
226
- * @param groupName Name of the resource group
227
- * @param serviceName Name of the service
228
- * @param options The options parameters.
229
- */
230
- beginStop(
231
- groupName: string,
232
- serviceName: string,
233
- options?: ServicesStopOptionalParams
234
- ): Promise<PollerLike<PollOperationState<void>, void>>;
235
- /**
236
- * The services resource is the top-level resource that represents the Database Migration Service. This
237
- * action stops the service and the service cannot be used for data migration. The service owner won't
238
- * be billed when the service is stopped.
239
- * @param groupName Name of the resource group
240
- * @param serviceName Name of the service
241
- * @param options The options parameters.
242
- */
243
- beginStopAndWait(
244
- groupName: string,
245
- serviceName: string,
246
- options?: ServicesStopOptionalParams
247
- ): Promise<void>;
248
- /**
249
- * This method checks whether a proposed nested resource name is valid and available.
250
- * @param groupName Name of the resource group
251
- * @param serviceName Name of the service
252
- * @param parameters Requested name to validate
253
- * @param options The options parameters.
254
- */
255
- checkChildrenNameAvailability(
256
- groupName: string,
257
- serviceName: string,
258
- parameters: NameAvailabilityRequest,
259
- options?: ServicesCheckChildrenNameAvailabilityOptionalParams
260
- ): Promise<ServicesCheckChildrenNameAvailabilityResponse>;
261
- /**
262
- * This method checks whether a proposed top-level resource name is valid and available.
263
- * @param location The Azure region of the operation
264
- * @param parameters Requested name to validate
265
- * @param options The options parameters.
266
- */
267
- checkNameAvailability(
268
- location: string,
269
- parameters: NameAvailabilityRequest,
270
- options?: ServicesCheckNameAvailabilityOptionalParams
271
- ): Promise<ServicesCheckNameAvailabilityResponse>;
272
- }
@@ -1,223 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { PollerLike, PollOperationState } from "@azure/core-lro";
11
- import {
12
- SqlMigrationService,
13
- SqlMigrationServicesListByResourceGroupOptionalParams,
14
- DatabaseMigration,
15
- SqlMigrationServicesListMigrationsOptionalParams,
16
- SqlMigrationServicesListBySubscriptionOptionalParams,
17
- SqlMigrationServicesGetOptionalParams,
18
- SqlMigrationServicesGetResponse,
19
- SqlMigrationServicesCreateOrUpdateOptionalParams,
20
- SqlMigrationServicesCreateOrUpdateResponse,
21
- SqlMigrationServicesDeleteOptionalParams,
22
- SqlMigrationServiceUpdate,
23
- SqlMigrationServicesUpdateOptionalParams,
24
- SqlMigrationServicesUpdateResponse,
25
- SqlMigrationServicesListAuthKeysOptionalParams,
26
- SqlMigrationServicesListAuthKeysResponse,
27
- RegenAuthKeys,
28
- SqlMigrationServicesRegenerateAuthKeysOptionalParams,
29
- SqlMigrationServicesRegenerateAuthKeysResponse,
30
- DeleteNode,
31
- SqlMigrationServicesDeleteNodeOptionalParams,
32
- SqlMigrationServicesDeleteNodeResponse,
33
- SqlMigrationServicesListMonitoringDataOptionalParams,
34
- SqlMigrationServicesListMonitoringDataResponse
35
- } from "../models";
36
-
37
- /// <reference lib="esnext.asynciterable" />
38
- /** Interface representing a SqlMigrationServices. */
39
- export interface SqlMigrationServices {
40
- /**
41
- * Retrieve all SQL migration services in the resource group.
42
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
43
- * value from the Azure Resource Manager API or the portal.
44
- * @param options The options parameters.
45
- */
46
- listByResourceGroup(
47
- resourceGroupName: string,
48
- options?: SqlMigrationServicesListByResourceGroupOptionalParams
49
- ): PagedAsyncIterableIterator<SqlMigrationService>;
50
- /**
51
- * Retrieve the List of database migrations attached to the service.
52
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
53
- * value from the Azure Resource Manager API or the portal.
54
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
55
- * @param options The options parameters.
56
- */
57
- listMigrations(
58
- resourceGroupName: string,
59
- sqlMigrationServiceName: string,
60
- options?: SqlMigrationServicesListMigrationsOptionalParams
61
- ): PagedAsyncIterableIterator<DatabaseMigration>;
62
- /**
63
- * Retrieve all SQL migration services in the subscriptions.
64
- * @param options The options parameters.
65
- */
66
- listBySubscription(
67
- options?: SqlMigrationServicesListBySubscriptionOptionalParams
68
- ): PagedAsyncIterableIterator<SqlMigrationService>;
69
- /**
70
- * Retrieve the Migration Service.
71
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
72
- * value from the Azure Resource Manager API or the portal.
73
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
74
- * @param options The options parameters.
75
- */
76
- get(
77
- resourceGroupName: string,
78
- sqlMigrationServiceName: string,
79
- options?: SqlMigrationServicesGetOptionalParams
80
- ): Promise<SqlMigrationServicesGetResponse>;
81
- /**
82
- * Create or Update SQL Migration Service.
83
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
84
- * value from the Azure Resource Manager API or the portal.
85
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
86
- * @param parameters Details of SqlMigrationService resource.
87
- * @param options The options parameters.
88
- */
89
- beginCreateOrUpdate(
90
- resourceGroupName: string,
91
- sqlMigrationServiceName: string,
92
- parameters: SqlMigrationService,
93
- options?: SqlMigrationServicesCreateOrUpdateOptionalParams
94
- ): Promise<
95
- PollerLike<
96
- PollOperationState<SqlMigrationServicesCreateOrUpdateResponse>,
97
- SqlMigrationServicesCreateOrUpdateResponse
98
- >
99
- >;
100
- /**
101
- * Create or Update SQL Migration Service.
102
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
103
- * value from the Azure Resource Manager API or the portal.
104
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
105
- * @param parameters Details of SqlMigrationService resource.
106
- * @param options The options parameters.
107
- */
108
- beginCreateOrUpdateAndWait(
109
- resourceGroupName: string,
110
- sqlMigrationServiceName: string,
111
- parameters: SqlMigrationService,
112
- options?: SqlMigrationServicesCreateOrUpdateOptionalParams
113
- ): Promise<SqlMigrationServicesCreateOrUpdateResponse>;
114
- /**
115
- * Delete SQL Migration Service.
116
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
117
- * value from the Azure Resource Manager API or the portal.
118
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
119
- * @param options The options parameters.
120
- */
121
- beginDelete(
122
- resourceGroupName: string,
123
- sqlMigrationServiceName: string,
124
- options?: SqlMigrationServicesDeleteOptionalParams
125
- ): Promise<PollerLike<PollOperationState<void>, void>>;
126
- /**
127
- * Delete SQL Migration Service.
128
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
129
- * value from the Azure Resource Manager API or the portal.
130
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
131
- * @param options The options parameters.
132
- */
133
- beginDeleteAndWait(
134
- resourceGroupName: string,
135
- sqlMigrationServiceName: string,
136
- options?: SqlMigrationServicesDeleteOptionalParams
137
- ): Promise<void>;
138
- /**
139
- * Update SQL Migration Service.
140
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
141
- * value from the Azure Resource Manager API or the portal.
142
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
143
- * @param parameters Details of SqlMigrationService resource.
144
- * @param options The options parameters.
145
- */
146
- beginUpdate(
147
- resourceGroupName: string,
148
- sqlMigrationServiceName: string,
149
- parameters: SqlMigrationServiceUpdate,
150
- options?: SqlMigrationServicesUpdateOptionalParams
151
- ): Promise<
152
- PollerLike<
153
- PollOperationState<SqlMigrationServicesUpdateResponse>,
154
- SqlMigrationServicesUpdateResponse
155
- >
156
- >;
157
- /**
158
- * Update SQL Migration Service.
159
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
160
- * value from the Azure Resource Manager API or the portal.
161
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
162
- * @param parameters Details of SqlMigrationService resource.
163
- * @param options The options parameters.
164
- */
165
- beginUpdateAndWait(
166
- resourceGroupName: string,
167
- sqlMigrationServiceName: string,
168
- parameters: SqlMigrationServiceUpdate,
169
- options?: SqlMigrationServicesUpdateOptionalParams
170
- ): Promise<SqlMigrationServicesUpdateResponse>;
171
- /**
172
- * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
173
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
174
- * value from the Azure Resource Manager API or the portal.
175
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
176
- * @param options The options parameters.
177
- */
178
- listAuthKeys(
179
- resourceGroupName: string,
180
- sqlMigrationServiceName: string,
181
- options?: SqlMigrationServicesListAuthKeysOptionalParams
182
- ): Promise<SqlMigrationServicesListAuthKeysResponse>;
183
- /**
184
- * Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
185
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
186
- * value from the Azure Resource Manager API or the portal.
187
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
188
- * @param parameters Details of SqlMigrationService resource.
189
- * @param options The options parameters.
190
- */
191
- regenerateAuthKeys(
192
- resourceGroupName: string,
193
- sqlMigrationServiceName: string,
194
- parameters: RegenAuthKeys,
195
- options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams
196
- ): Promise<SqlMigrationServicesRegenerateAuthKeysResponse>;
197
- /**
198
- * Delete the integration runtime node.
199
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
200
- * value from the Azure Resource Manager API or the portal.
201
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
202
- * @param parameters Details of SqlMigrationService resource.
203
- * @param options The options parameters.
204
- */
205
- deleteNode(
206
- resourceGroupName: string,
207
- sqlMigrationServiceName: string,
208
- parameters: DeleteNode,
209
- options?: SqlMigrationServicesDeleteNodeOptionalParams
210
- ): Promise<SqlMigrationServicesDeleteNodeResponse>;
211
- /**
212
- * Retrieve the Monitoring Data.
213
- * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
214
- * value from the Azure Resource Manager API or the portal.
215
- * @param sqlMigrationServiceName Name of the SQL Migration Service.
216
- * @param options The options parameters.
217
- */
218
- listMonitoringData(
219
- resourceGroupName: string,
220
- sqlMigrationServiceName: string,
221
- options?: SqlMigrationServicesListMonitoringDataOptionalParams
222
- ): Promise<SqlMigrationServicesListMonitoringDataResponse>;
223
- }
@@ -1,149 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import {
11
- ProjectTask,
12
- TasksListOptionalParams,
13
- TasksCreateOrUpdateOptionalParams,
14
- TasksCreateOrUpdateResponse,
15
- TasksGetOptionalParams,
16
- TasksGetResponse,
17
- TasksDeleteOptionalParams,
18
- TasksUpdateOptionalParams,
19
- TasksUpdateResponse,
20
- TasksCancelOptionalParams,
21
- TasksCancelResponse,
22
- CommandPropertiesUnion,
23
- TasksCommandOptionalParams,
24
- TasksCommandResponse
25
- } from "../models";
26
-
27
- /// <reference lib="esnext.asynciterable" />
28
- /** Interface representing a Tasks. */
29
- export interface Tasks {
30
- /**
31
- * The services resource is the top-level resource that represents the Database Migration Service. This
32
- * method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown,
33
- * which indicates that an error occurred while querying the status of that task.
34
- * @param groupName Name of the resource group
35
- * @param serviceName Name of the service
36
- * @param projectName Name of the project
37
- * @param options The options parameters.
38
- */
39
- list(
40
- groupName: string,
41
- serviceName: string,
42
- projectName: string,
43
- options?: TasksListOptionalParams
44
- ): PagedAsyncIterableIterator<ProjectTask>;
45
- /**
46
- * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
47
- * The PUT method creates a new task or updates an existing one, although since tasks have no mutable
48
- * custom properties, there is little reason to update an existing one.
49
- * @param groupName Name of the resource group
50
- * @param serviceName Name of the service
51
- * @param projectName Name of the project
52
- * @param taskName Name of the Task
53
- * @param parameters Information about the task
54
- * @param options The options parameters.
55
- */
56
- createOrUpdate(
57
- groupName: string,
58
- serviceName: string,
59
- projectName: string,
60
- taskName: string,
61
- parameters: ProjectTask,
62
- options?: TasksCreateOrUpdateOptionalParams
63
- ): Promise<TasksCreateOrUpdateResponse>;
64
- /**
65
- * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
66
- * The GET method retrieves information about a task.
67
- * @param groupName Name of the resource group
68
- * @param serviceName Name of the service
69
- * @param projectName Name of the project
70
- * @param taskName Name of the Task
71
- * @param options The options parameters.
72
- */
73
- get(
74
- groupName: string,
75
- serviceName: string,
76
- projectName: string,
77
- taskName: string,
78
- options?: TasksGetOptionalParams
79
- ): Promise<TasksGetResponse>;
80
- /**
81
- * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
82
- * The DELETE method deletes a task, canceling it first if it's running.
83
- * @param groupName Name of the resource group
84
- * @param serviceName Name of the service
85
- * @param projectName Name of the project
86
- * @param taskName Name of the Task
87
- * @param options The options parameters.
88
- */
89
- delete(
90
- groupName: string,
91
- serviceName: string,
92
- projectName: string,
93
- taskName: string,
94
- options?: TasksDeleteOptionalParams
95
- ): Promise<void>;
96
- /**
97
- * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
98
- * The PATCH method updates an existing task, but since tasks have no mutable custom properties, there
99
- * is little reason to do so.
100
- * @param groupName Name of the resource group
101
- * @param serviceName Name of the service
102
- * @param projectName Name of the project
103
- * @param taskName Name of the Task
104
- * @param parameters Information about the task
105
- * @param options The options parameters.
106
- */
107
- update(
108
- groupName: string,
109
- serviceName: string,
110
- projectName: string,
111
- taskName: string,
112
- parameters: ProjectTask,
113
- options?: TasksUpdateOptionalParams
114
- ): Promise<TasksUpdateResponse>;
115
- /**
116
- * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
117
- * This method cancels a task if it's currently queued or running.
118
- * @param groupName Name of the resource group
119
- * @param serviceName Name of the service
120
- * @param projectName Name of the project
121
- * @param taskName Name of the Task
122
- * @param options The options parameters.
123
- */
124
- cancel(
125
- groupName: string,
126
- serviceName: string,
127
- projectName: string,
128
- taskName: string,
129
- options?: TasksCancelOptionalParams
130
- ): Promise<TasksCancelResponse>;
131
- /**
132
- * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
133
- * This method executes a command on a running task.
134
- * @param groupName Name of the resource group
135
- * @param serviceName Name of the service
136
- * @param projectName Name of the project
137
- * @param taskName Name of the Task
138
- * @param parameters Command to execute
139
- * @param options The options parameters.
140
- */
141
- command(
142
- groupName: string,
143
- serviceName: string,
144
- projectName: string,
145
- taskName: string,
146
- parameters: CommandPropertiesUnion,
147
- options?: TasksCommandOptionalParams
148
- ): Promise<TasksCommandResponse>;
149
- }
@@ -1,25 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { Quota, UsagesListOptionalParams } from "../models";
11
-
12
- /// <reference lib="esnext.asynciterable" />
13
- /** Interface representing a Usages. */
14
- export interface Usages {
15
- /**
16
- * This method returns region-specific quotas and resource usage information for the Database Migration
17
- * Service.
18
- * @param location The Azure region of the operation
19
- * @param options The options parameters.
20
- */
21
- list(
22
- location: string,
23
- options?: UsagesListOptionalParams
24
- ): PagedAsyncIterableIterator<Quota>;
25
- }