@azure/arm-datamigration 3.0.0-alpha.20250115.1 → 3.0.0-alpha.20250117.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/dataMigrationManagementClient.d.ts +30 -0
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/browser/dataMigrationManagementClient.js +107 -0
- package/dist/browser/dataMigrationManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +272 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.js +302 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.js +302 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/browser/operations/files.d.ts +101 -0
- package/dist/browser/operations/files.d.ts.map +1 -0
- package/dist/browser/operations/files.js +372 -0
- package/dist/browser/operations/files.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +130 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/projects.d.ts +78 -0
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/dist/browser/operations/projects.js +293 -0
- package/dist/browser/operations/projects.js.map +1 -0
- package/dist/browser/operations/resourceSkus.d.ts +32 -0
- package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operations/resourceSkus.js +138 -0
- package/dist/browser/operations/resourceSkus.js.map +1 -0
- package/dist/browser/operations/serviceTasks.d.ts +91 -0
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
- package/dist/browser/operations/serviceTasks.js +330 -0
- package/dist/browser/operations/serviceTasks.js.map +1 -0
- package/dist/browser/operations/services.d.ts +217 -0
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/dist/browser/operations/services.js +914 -0
- package/dist/browser/operations/services.js.map +1 -0
- package/dist/browser/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/browser/operations/sqlMigrationServices.js +754 -0
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -0
- package/dist/browser/operations/tasks.d.ts +110 -0
- package/dist/browser/operations/tasks.d.ts.map +1 -0
- package/dist/browser/operations/tasks.js +383 -0
- package/dist/browser/operations/tasks.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +37 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +148 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/browser/operationsInterfaces/files.d.ts +73 -0
- package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/files.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +64 -0
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/browser/operationsInterfaces/services.d.ts +161 -0
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts +30 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataMigrationManagementClient.js +112 -0
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +7554 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +852 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +434 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +11831 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +36 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +275 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +307 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +307 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/commonjs/operations/files.d.ts +101 -0
- package/dist/commonjs/operations/files.d.ts.map +1 -0
- package/dist/commonjs/operations/files.js +376 -0
- package/dist/commonjs/operations/files.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +134 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +78 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +297 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
- package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operations/resourceSkus.js +142 -0
- package/dist/commonjs/operations/resourceSkus.js.map +1 -0
- package/dist/commonjs/operations/serviceTasks.d.ts +91 -0
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
- package/dist/commonjs/operations/serviceTasks.js +334 -0
- package/dist/commonjs/operations/serviceTasks.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +217 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +918 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlMigrationServices.js +758 -0
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
- package/dist/commonjs/operations/tasks.d.ts +110 -0
- package/dist/commonjs/operations/tasks.d.ts.map +1 -0
- package/dist/commonjs/operations/tasks.js +387 -0
- package/dist/commonjs/operations/tasks.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +37 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +152 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/files.js +10 -0
- package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.js +10 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +161 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/dataMigrationManagementClient.d.ts +30 -0
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/esm/dataMigrationManagementClient.js +107 -0
- package/dist/esm/dataMigrationManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +7554 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +848 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +434 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +11822 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +36 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +272 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.js +302 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.js +302 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/esm/operations/files.d.ts +101 -0
- package/dist/esm/operations/files.d.ts.map +1 -0
- package/dist/esm/operations/files.js +372 -0
- package/dist/esm/operations/files.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +130 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +78 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +293 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/resourceSkus.d.ts +32 -0
- package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operations/resourceSkus.js +138 -0
- package/dist/esm/operations/resourceSkus.js.map +1 -0
- package/dist/esm/operations/serviceTasks.d.ts +91 -0
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
- package/dist/esm/operations/serviceTasks.js +330 -0
- package/dist/esm/operations/serviceTasks.js.map +1 -0
- package/dist/esm/operations/services.d.ts +217 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +914 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/esm/operations/sqlMigrationServices.js +754 -0
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
- package/dist/esm/operations/tasks.d.ts +110 -0
- package/dist/esm/operations/tasks.d.ts.map +1 -0
- package/dist/esm/operations/tasks.js +383 -0
- package/dist/esm/operations/tasks.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +37 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +148 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/esm/operationsInterfaces/files.d.ts +73 -0
- package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/files.js +9 -0
- package/dist/esm/operationsInterfaces/files.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +64 -0
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serviceTasks.js +9 -0
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +161 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tasks.js +9 -0
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dataMigrationManagementClient.d.ts +30 -0
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataMigrationManagementClient.js +107 -0
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +7554 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +848 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +434 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +11822 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +36 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +272 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +302 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +302 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/react-native/operations/files.d.ts +101 -0
- package/dist/react-native/operations/files.d.ts.map +1 -0
- package/dist/react-native/operations/files.js +372 -0
- package/dist/react-native/operations/files.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +130 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +78 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +293 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/resourceSkus.d.ts +32 -0
- package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operations/resourceSkus.js +138 -0
- package/dist/react-native/operations/resourceSkus.js.map +1 -0
- package/dist/react-native/operations/serviceTasks.d.ts +91 -0
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
- package/dist/react-native/operations/serviceTasks.js +330 -0
- package/dist/react-native/operations/serviceTasks.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +217 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +914 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/sqlMigrationServices.js +754 -0
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
- package/dist/react-native/operations/tasks.d.ts +110 -0
- package/dist/react-native/operations/tasks.d.ts.map +1 -0
- package/dist/react-native/operations/tasks.js +383 -0
- package/dist/react-native/operations/tasks.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +37 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +148 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/files.js +9 -0
- package/dist/react-native/operationsInterfaces/files.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.js +9 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +161 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +121 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tasks.js +9 -0
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -17519
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
- package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
- package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
- package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
- package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesDelete.js +0 -33
- package/dist-esm/samples-dev/filesDelete.js.map +0 -1
- package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
- package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesGetSample.js +0 -33
- package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/filesList.d.ts +0 -2
- package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesList.js +0 -33
- package/dist-esm/samples-dev/filesList.js.map +0 -1
- package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesListSample.js +0 -48
- package/dist-esm/samples-dev/filesListSample.js.map +0 -1
- package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesReadSample.js +0 -33
- package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
- package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
- package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
- package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesUpdate.js +0 -36
- package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
- package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
- package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
- package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
- package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
- package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
- package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getMigrationService.js +0 -31
- package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -46
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -45
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -47
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
- package/dist-esm/samples-dev/listSkus.d.ts +0 -2
- package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSkus.js +0 -45
- package/dist-esm/samples-dev/listSkus.js.map +0 -1
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -45
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -45
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
- package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDelete.js +0 -32
- package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGet.js +0 -32
- package/dist-esm/samples-dev/projectsGet.js.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.js +0 -32
- package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsList.d.ts +0 -2
- package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsList.js +0 -47
- package/dist-esm/samples-dev/projectsList.js.map +0 -1
- package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsListSample.js +0 -47
- package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdate.js +0 -37
- package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -45
- package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
- package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
- package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
- package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
- package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
- package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
- package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
- package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksList.js +0 -47
- package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksListSample.js +0 -47
- package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
- package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
- package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
- package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
- package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
- package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -31
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesList.d.ts +0 -2
- package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesList.js +0 -45
- package/dist-esm/samples-dev/servicesList.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -46
- package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -46
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -45
- package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSkus.js +0 -47
- package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSkusSample.js +0 -47
- package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStart.js +0 -31
- package/dist-esm/samples-dev/servicesStart.js.map +0 -1
- package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStartSample.js +0 -31
- package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStop.js +0 -31
- package/dist-esm/samples-dev/servicesStop.js.map +0 -1
- package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStopSample.js +0 -31
- package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUsages.js +0 -46
- package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -46
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -45
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -47
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
- package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCancel.js +0 -32
- package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
- package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
- package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCommand.js +0 -37
- package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
- package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
- package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
- package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
- package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksDelete.js +0 -32
- package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
- package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
- package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
- package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksGet.js +0 -32
- package/dist-esm/samples-dev/tasksGet.js.map +0 -1
- package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksGetSample.js +0 -33
- package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksList.d.ts +0 -2
- package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksList.js +0 -48
- package/dist-esm/samples-dev/tasksList.js.map +0 -1
- package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksListSample.js +0 -48
- package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksUpdate.js +0 -38
- package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
- package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
- package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
- package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
- package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -46
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -30
- package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataMigrationManagementClient.js +0 -110
- package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -272
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
- package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
- package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist-esm/src/operations/files.d.ts +0 -101
- package/dist-esm/src/operations/files.d.ts.map +0 -1
- package/dist-esm/src/operations/files.js +0 -372
- package/dist-esm/src/operations/files.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -130
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/projects.d.ts +0 -78
- package/dist-esm/src/operations/projects.d.ts.map +0 -1
- package/dist-esm/src/operations/projects.js +0 -293
- package/dist-esm/src/operations/projects.js.map +0 -1
- package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
- package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceSkus.js +0 -138
- package/dist-esm/src/operations/resourceSkus.js.map +0 -1
- package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
- package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
- package/dist-esm/src/operations/serviceTasks.js +0 -330
- package/dist-esm/src/operations/serviceTasks.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -217
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -934
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
- package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlMigrationServices.js +0 -766
- package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
- package/dist-esm/src/operations/tasks.d.ts +0 -110
- package/dist-esm/src/operations/tasks.d.ts.map +0 -1
- package/dist-esm/src/operations/tasks.js +0 -383
- package/dist-esm/src/operations/tasks.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -37
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -148
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
- package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
- package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/dataMigrationManagementClient.ts +0 -184
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -8368
- package/src/models/mappers.ts +0 -13025
- package/src/models/parameters.ts +0 -325
- package/src/operations/databaseMigrationsSqlMi.ts +0 -459
- package/src/operations/databaseMigrationsSqlVm.ts +0 -459
- package/src/operations/files.ts +0 -508
- package/src/operations/index.ts +0 -19
- package/src/operations/operations.ts +0 -146
- package/src/operations/projects.ts +0 -381
- package/src/operations/resourceSkus.ts +0 -155
- package/src/operations/serviceTasks.ts +0 -430
- package/src/operations/services.ts +0 -1227
- package/src/operations/sqlMigrationServices.ts +0 -1034
- package/src/operations/tasks.ts +0 -521
- package/src/operations/usages.ts +0 -173
- package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
- package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
- package/src/operationsInterfaces/files.ts +0 -139
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/projects.ts +0 -97
- package/src/operationsInterfaces/resourceSkus.ts +0 -22
- package/src/operationsInterfaces/serviceTasks.ts +0 -116
- package/src/operationsInterfaces/services.ts +0 -272
- package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
- package/src/operationsInterfaces/tasks.ts +0 -149
- package/src/operationsInterfaces/usages.ts +0 -25
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-datamigration.d.ts +0 -8876
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlMi.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlVm.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/files.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceTasks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlMigrationServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAsjMH,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,YAAY;IACZ,oCAAe,CAAA;IACf,YAAY;IACZ,oCAAe,CAAA;AACjB,CAAC,EALW,iBAAiB,iCAAjB,iBAAiB,QAK5B;AAYD,wEAAwE;AACxE,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,aAAa;IACb,yCAAiB,CAAA;AACnB,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B;AAYD,qFAAqF;AACrF,IAAY,iCAOX;AAPD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,WAAW;IACX,kDAAa,CAAA;AACf,CAAC,EAPW,iCAAiC,iDAAjC,iCAAiC,QAO5C;AAaD,oFAAoF;AACpF,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IAC1C,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EAHW,gCAAgC,gDAAhC,gCAAgC,QAG3C;AAWD,0FAA0F;AAC1F,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,cAAc;IACd,6DAAmB,CAAA;IACnB,kCAAkC;IAClC,qGAA2D,CAAA;AAC7D,CAAC,EALW,sCAAsC,sDAAtC,sCAAsC,QAKjD;AAYD,iFAAiF;AACjF,IAAY,6BAqBX;AArBD,WAAY,6BAA6B;IACvC,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,gBAAgB;IAChB,wDAAuB,CAAA;IACvB,cAAc;IACd,oDAAmB,CAAA;IACnB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,oBAAoB;IACpB,gEAA+B,CAAA;IAC/B,mBAAmB;IACnB,8DAA6B,CAAA;IAC7B,gBAAgB;IAChB,wDAAuB,CAAA;IACvB,aAAa;IACb,kDAAiB,CAAA;AACnB,CAAC,EArBW,6BAA6B,6CAA7B,6BAA6B,QAqBxC;AAoBD,2EAA2E;AAC3E,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,aAAa;IACb,4CAAiB,CAAA;IACjB,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EAPW,uBAAuB,uCAAvB,uBAAuB,QAOlC;AAaD,iEAAiE;AACjE,IAAY,aA6EX;AA7ED,WAAY,aAAa;IACvB,qBAAqB;IACrB,mDAAkC,CAAA;IAClC,+BAA+B;IAC/B,uEAAsD,CAAA;IACtD,mCAAmC;IACnC,gFAA+D,CAAA;IAC/D,oCAAoC;IACpC,kFAAiE,CAAA;IACjE,2BAA2B;IAC3B,+DAA8C,CAAA;IAC9C,gCAAgC;IAChC,0EAAyD,CAAA;IACzD,2BAA2B;IAC3B,+DAA8C,CAAA;IAC9C,+BAA+B;IAC/B,wEAAuD,CAAA;IACvD,8CAA8C;IAC9C,sGAAqF,CAAA;IACrF,oDAAoD;IACpD,mHAAkG,CAAA;IAClG,kCAAkC;IAClC,6EAA4D,CAAA;IAC5D,yCAAyC;IACzC,6FAA4E,CAAA;IAC5E,qCAAqC;IACrC,mFAAkE,CAAA;IAClE,uBAAuB;IACvB,uDAAsC,CAAA;IACtC,kCAAkC;IAClC,8EAA6D,CAAA;IAC7D,0BAA0B;IAC1B,4DAA2C,CAAA;IAC3C,8BAA8B;IAC9B,oEAAmD,CAAA;IACnD,yBAAyB;IACzB,0DAAyC,CAAA;IACzC,qBAAqB;IACrB,mDAAkC,CAAA;IAClC,mCAAmC;IACnC,gFAA+D,CAAA;IAC/D,0CAA0C;IAC1C,gGAA+E,CAAA;IAC/E,4BAA4B;IAC5B,kEAAiD,CAAA;IACjD,qCAAqC;IACrC,qFAAoE,CAAA;IACpE,sCAAsC;IACtC,uFAAsE,CAAA;IACtE,kCAAkC;IAClC,8EAA6D,CAAA;IAC7D,kDAAkD;IAClD,+GAA8F,CAAA;IAC9F,4CAA4C;IAC5C,mGAAkF,CAAA;IAClF,+CAA+C;IAC/C,yGAAwF,CAAA;IACxF,kDAAkD;IAClD,8GAA6F,CAAA;IAC7F,yDAAyD;IACzD,8HAA6G,CAAA;IAC7G,sBAAsB;IACtB,qDAAoC,CAAA;IACpC,0CAA0C;IAC1C,+FAA8E,CAAA;IAC9E,4BAA4B;IAC5B,iEAAgD,CAAA;IAChD,kBAAkB;IAClB,6CAA4B,CAAA;IAC5B,sBAAsB;IACtB,sDAAqC,CAAA;IACrC,uBAAuB;IACvB,wDAAuC,CAAA;IACvC,wBAAwB;IACxB,0DAAyC,CAAA;IACzC,kCAAkC;IAClC,4EAA2D,CAAA;AAC7D,CAAC,EA7EW,aAAa,6BAAb,aAAa,QA6ExB;AAgDD,kEAAkE;AAClE,IAAY,cAiBX;AAjBD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,aAAa;IACb,mCAAiB,CAAA;IACjB,cAAc;IACd,qCAAmB,CAAA;IACnB,eAAe;IACf,uCAAqB,CAAA;IACrB,gBAAgB;IAChB,yCAAuB,CAAA;IACvB,aAAa;IACb,mCAAiB,CAAA;IACjB,4BAA4B;IAC5B,iEAA+C,CAAA;IAC/C,cAAc;IACd,qCAAmB,CAAA;AACrB,CAAC,EAjBW,cAAc,8BAAd,cAAc,QAiBzB;AAkBD,oEAAoE;AACpE,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,kCAAkC;IAClC,kFAA8D,CAAA;IAC9D,2CAA2C;IAC3C,oGAAgF,CAAA;IAChF,aAAa;IACb,qCAAiB,CAAA;IACjB,aAAa;IACb,qCAAiB,CAAA;IACjB,cAAc;IACd,uCAAmB,CAAA;AACrB,CAAC,EAXW,gBAAgB,gCAAhB,gBAAgB,QAW3B;AAeD,qEAAqE;AACrE,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;IACrB,cAAc;IACd,wCAAmB,CAAA;IACnB,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,aAAa;IACb,sCAAiB,CAAA;AACnB,CAAC,EAXW,iBAAiB,iCAAjB,iBAAiB,QAW5B;AAeD,+EAA+E;AAC/E,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,oBAAoB;IACpB,8DAA+B,CAAA;IAC/B,cAAc;IACd,kDAAmB,CAAA;AACrB,CAAC,EALW,2BAA2B,2CAA3B,2BAA2B,QAKtC;AAYD,8EAA8E;AAC9E,IAAY,0BAWX;AAXD,WAAY,0BAA0B;IACpC,UAAU;IACV,yCAAW,CAAA;IACX,YAAY;IACZ,6CAAe,CAAA;IACf,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,cAAc;IACd,iDAAmB,CAAA;IACnB,cAAc;IACd,iDAAmB,CAAA;AACrB,CAAC,EAXW,0BAA0B,0CAA1B,0BAA0B,QAWrC;AAeD,8EAA8E;AAC9E,IAAY,0BAaX;AAbD,WAAY,0BAA0B;IACpC,YAAY;IACZ,6CAAe,CAAA;IACf,YAAY;IACZ,6CAAe,CAAA;IACf,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,2BAA2B;IAC3B,2EAA6C,CAAA;IAC7C,cAAc;IACd,iDAAmB,CAAA;IACnB,cAAc;IACd,iDAAmB,CAAA;AACrB,CAAC,EAbW,0BAA0B,0CAA1B,0BAA0B,QAarC;AAgBD,iFAAiF;AACjF,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,eAAe;IACf,sDAAqB,CAAA;IACrB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EALW,6BAA6B,6CAA7B,6BAA6B,QAKxC;AAYD,2EAA2E;AAC3E,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,4BAA4B;IAC5B,0EAA+C,CAAA;IAC/C,wBAAwB;IACxB,kEAAuC,CAAA;IACvC,gCAAgC;IAChC,kFAAuD,CAAA;IACvD,8BAA8B;IAC9B,8EAAmD,CAAA;AACrD,CAAC,EAXW,uBAAuB,uCAAvB,uBAAuB,QAWlC;AAeD,0EAA0E;AAC1E,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;AACzB,CAAC,EAHW,sBAAsB,sCAAtB,sBAAsB,QAGjC;AAWD,mEAAmE;AACnE,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,qBAAqB;IACrB,oDAAiC,CAAA;IACjC,WAAW;IACX,gCAAa,CAAA;IACb,2BAA2B;IAC3B,gEAA6C,CAAA;IAC7C,uBAAuB;IACvB,wDAAqC,CAAA;IACrC,cAAc;IACd,sCAAmB,CAAA;IACnB,0BAA0B;IAC1B,8DAA2C,CAAA;AAC7C,CAAC,EAfW,eAAe,+BAAf,eAAe,QAe1B;AAiBD,yEAAyE;AACzE,IAAY,qBAeX;AAfD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,aAAa;IACb,0CAAiB,CAAA;IACjB,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,eAAe;IACf,8CAAqB,CAAA;IACrB,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,eAAe;IACf,8CAAqB,CAAA;IACrB,gBAAgB;IAChB,gDAAuB,CAAA;AACzB,CAAC,EAfW,qBAAqB,qCAArB,qBAAqB,QAehC;AAiBD,gFAAgF;AAChF,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,sBAAsB;IACtB,mEAAmC,CAAA;AACrC,CAAC,EALW,4BAA4B,4CAA5B,4BAA4B,QAKvC;AAYD,yEAAyE;AACzE,IAAY,qBAWX;AAXD,WAAY,qBAAqB;IAC/B,WAAW;IACX,sCAAa,CAAA;IACb,UAAU;IACV,oCAAW,CAAA;IACX,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EAXW,qBAAqB,qCAArB,qBAAqB,QAWhC;AAeD,4EAA4E;AAC5E,IAAY,wBAeX;AAfD,WAAY,wBAAwB;IAClC,oBAAoB;IACpB,2DAA+B,CAAA;IAC/B,oBAAoB;IACpB,2DAA+B,CAAA;IAC/B,qBAAqB;IACrB,6DAAiC,CAAA;IACjC,qBAAqB;IACrB,6DAAiC,CAAA;IACjC,qBAAqB;IACrB,6DAAiC,CAAA;IACjC,qBAAqB;IACrB,6DAAiC,CAAA;IACjC,qBAAqB;IACrB,6DAAiC,CAAA;AACnC,CAAC,EAfW,wBAAwB,wCAAxB,wBAAwB,QAenC;AAiBD,sEAAsE;AACtE,IAAY,kBAmBX;AAnBD,WAAY,kBAAkB;IAC5B,aAAa;IACb,uCAAiB,CAAA;IACjB,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,iBAAiB;IACjB,+CAAyB,CAAA;IACzB,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,cAAc;IACd,yCAAmB,CAAA;IACnB,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,cAAc;IACd,yCAAmB,CAAA;IACnB,cAAc;IACd,yCAAmB,CAAA;IACnB,uBAAuB;IACvB,2DAAqC,CAAA;AACvC,CAAC,EAnBW,kBAAkB,kCAAlB,kBAAkB,QAmB7B;AAmBD,kEAAkE;AAClE,IAAY,cAeX;AAfD,WAAY,cAAc;IACxB,kBAAkB;IAClB,6CAA2B,CAAA;IAC3B,mBAAmB;IACnB,+CAA6B,CAAA;IAC7B,eAAe;IACf,uCAAqB,CAAA;IACrB,kBAAkB;IAClB,6CAA2B,CAAA;IAC3B,oBAAoB;IACpB,iDAA+B,CAAA;IAC/B,mBAAmB;IACnB,+CAA6B,CAAA;IAC7B,oBAAoB;IACpB,iDAA+B,CAAA;AACjC,CAAC,EAfW,cAAc,8BAAd,cAAc,QAezB;AAiBD,8EAA8E;AAC9E,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,WAAW;IACX,2CAAa,CAAA;IACb,wBAAwB;IACxB,qEAAuC,CAAA;IACvC,qBAAqB;IACrB,+DAAiC,CAAA;AACnC,CAAC,EAPW,0BAA0B,0CAA1B,0BAA0B,QAOrC;AAaD,uEAAuE;AACvE,IAAY,mBAeX;AAfD,WAAY,mBAAmB;IAC7B,WAAW;IACX,oCAAa,CAAA;IACb,iBAAiB;IACjB,gDAAyB,CAAA;IACzB,aAAa;IACb,wCAAiB,CAAA;IACjB,cAAc;IACd,0CAAmB,CAAA;IACnB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;AACrB,CAAC,EAfW,mBAAmB,mCAAnB,mBAAmB,QAe9B;AAiBD,6EAA6E;AAC7E,IAAY,yBAqBX;AArBD,WAAY,yBAAyB;IACnC,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,uBAAuB;IACvB,kEAAqC,CAAA;IACrC,wBAAwB;IACxB,oEAAuC,CAAA;IACvC,wBAAwB;IACxB,oEAAuC,CAAA;IACvC,uBAAuB;IACvB,kEAAqC,CAAA;IACrC,sBAAsB;IACtB,gEAAmC,CAAA;IACnC,sBAAsB;IACtB,gEAAmC,CAAA;IACnC,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,4BAA4B;IAC5B,4EAA+C,CAAA;IAC/C,aAAa;IACb,8CAAiB,CAAA;AACnB,CAAC,EArBW,yBAAyB,yCAAzB,yBAAyB,QAqBpC;AAoBD,4FAA4F;AAC5F,IAAY,wCAqCX;AArCD,WAAY,wCAAwC;IAClD,gBAAgB;IAChB,mEAAuB,CAAA;IACvB,kBAAkB;IAClB,uEAA2B,CAAA;IAC3B,oBAAoB;IACpB,2EAA+B,CAAA;IAC/B,eAAe;IACf,iEAAqB,CAAA;IACrB,cAAc;IACd,+DAAmB,CAAA;IACnB,sBAAsB;IACtB,iFAAqC,CAAA;IACrC,iBAAiB;IACjB,qEAAyB,CAAA;IACzB,eAAe;IACf,iEAAqB,CAAA;IACrB,iBAAiB;IACjB,qEAAyB,CAAA;IACzB,gBAAgB;IAChB,mEAAuB,CAAA;IACvB,aAAa;IACb,6DAAiB,CAAA;IACjB,iBAAiB;IACjB,qEAAyB,CAAA;IACzB,yBAAyB;IACzB,sFAA0C,CAAA;IAC1C,uBAAuB;IACvB,kFAAsC,CAAA;IACtC,wBAAwB;IACxB,qFAAyC,CAAA;IACzC,uBAAuB;IACvB,kFAAsC,CAAA;IACtC,uBAAuB;IACvB,mFAAuC,CAAA;IACvC,sBAAsB;IACtB,gFAAoC,CAAA;AACtC,CAAC,EArCW,wCAAwC,wDAAxC,wCAAwC,QAqCnD;AA4BD,gFAAgF;AAChF,IAAY,4BAaX;AAbD,WAAY,4BAA4B;IACtC,iBAAiB;IACjB,0DAA0B,CAAA;IAC1B,eAAe;IACf,sDAAsB,CAAA;IACtB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,eAAe;IACf,qDAAqB,CAAA;IACrB,YAAY;IACZ,+CAAe,CAAA;IACf,aAAa;IACb,iDAAiB,CAAA;AACnB,CAAC,EAbW,4BAA4B,4CAA5B,4BAA4B,QAavC;AAgBD,uEAAuE;AACvE,IAAY,mBAuBX;AAvBD,WAAY,mBAAmB;IAC7B,aAAa;IACb,wCAAiB,CAAA;IACjB,UAAU;IACV,kCAAW,CAAA;IACX,YAAY;IACZ,sCAAe,CAAA;IACf,aAAa;IACb,wCAAiB,CAAA;IACjB,UAAU;IACV,kCAAW,CAAA;IACX,aAAa;IACb,wCAAiB,CAAA;IACjB,iBAAiB;IACjB,gDAAyB,CAAA;IACzB,cAAc;IACd,0CAAmB,CAAA;IACnB,aAAa;IACb,wCAAiB,CAAA;IACjB,eAAe;IACf,4CAAqB,CAAA;IACrB,oBAAoB;IACpB,sDAA+B,CAAA;AACjC,CAAC,EAvBW,mBAAmB,mCAAnB,mBAAmB,QAuB9B;AAqBD,uEAAuE;AACvE,IAAY,mBAeX;AAfD,WAAY,mBAAmB;IAC7B,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,YAAY;IACZ,sCAAe,CAAA;IACf,YAAY;IACZ,sCAAe,CAAA;IACf,YAAY;IACZ,sCAAe,CAAA;IACf,sBAAsB;IACtB,0DAAmC,CAAA;IACnC,4BAA4B;IAC5B,sEAA+C,CAAA;IAC/C,cAAc;IACd,0CAAmB,CAAA;AACrB,CAAC,EAfW,mBAAmB,mCAAnB,mBAAmB,QAe9B;AAiBD,gFAAgF;AAChF,IAAY,4BAaX;AAbD,WAAY,4BAA4B;IACtC,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,iBAAiB;IACjB,yDAAyB,CAAA;IACzB,cAAc;IACd,mDAAmB,CAAA;IACnB,eAAe;IACf,qDAAqB,CAAA;IACrB,qBAAqB;IACrB,kEAAkC,CAAA;IAClC,aAAa;IACb,iDAAiB,CAAA;AACnB,CAAC,EAbW,4BAA4B,4CAA5B,4BAA4B,QAavC;AAgBD,wEAAwE;AACxE,IAAY,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B,cAAc;IACd,2CAAmB,CAAA;IACnB,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,8BAA8B;IAC9B,2EAAmD,CAAA;IACnD,mBAAmB;IACnB,qDAA6B,CAAA;IAC7B,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,cAAc;IACd,2CAAmB,CAAA;IACnB,YAAY;IACZ,uCAAe,CAAA;IACf,cAAc;IACd,2CAAmB,CAAA;IACnB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,4BAA4B;IAC5B,uEAA+C,CAAA;AACjD,CAAC,EArBW,oBAAoB,oCAApB,oBAAoB,QAqB/B;AAoBD,yEAAyE;AACzE,IAAY,qBAiBX;AAjBD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,kBAAkB;IAClB,oDAA2B,CAAA;IAC3B,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,cAAc;IACd,4CAAmB,CAAA;IACnB,aAAa;IACb,0CAAiB,CAAA;AACnB,CAAC,EAjBW,qBAAqB,qCAArB,qBAAqB,QAiBhC;AAkBD,+EAA+E;AAC/E,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,iBAAiB;IACjB,wDAAyB,CAAA;IACzB,aAAa;IACb,gDAAiB,CAAA;IACjB,eAAe;IACf,oDAAqB,CAAA;IACrB,cAAc;IACd,kDAAmB,CAAA;IACnB,gBAAgB;IAChB,sDAAuB,CAAA;AACzB,CAAC,EAbW,2BAA2B,2CAA3B,2BAA2B,QAatC;AAgBD,iEAAiE;AACjE,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,cAAc;IACd,oCAAmB,CAAA;IACnB,cAAc;IACd,oCAAmB,CAAA;IACnB,YAAY;IACZ,gCAAe,CAAA;AACjB,CAAC,EAPW,aAAa,6BAAb,aAAa,QAOxB;AAaD,mEAAmE;AACnE,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,uBAAuB;IACvB,wDAAqC,CAAA;IACrC,YAAY;IACZ,kCAAe,CAAA;IACf,WAAW;IACX,gCAAa,CAAA;IACb,WAAW;IACX,gCAAa,CAAA;IACb,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAXW,eAAe,+BAAf,eAAe,QAW1B;AAeD,yEAAyE;AACzE,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,oBAAoB;IACpB,wDAA+B,CAAA;AACjC,CAAC,EAPW,qBAAqB,qCAArB,qBAAqB,QAOhC;AAaD,+EAA+E;AAC/E,IAAY,2BAqBX;AArBD,WAAY,2BAA2B;IACrC,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,cAAc;IACd,kDAAmB,CAAA;IACnB,4BAA4B;IAC5B,iFAAkD,CAAA;IAClD,uBAAuB;IACvB,sEAAuC,CAAA;IACvC,0BAA0B;IAC1B,6EAA8C,CAAA;IAC9C,mBAAmB;IACnB,6DAA8B,CAAA;IAC9B,0BAA0B;IAC1B,4EAA6C,CAAA;IAC7C,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,aAAa;IACb,gDAAiB,CAAA;AACnB,CAAC,EArBW,2BAA2B,2CAA3B,2BAA2B,QAqBtC;AAoBD,mEAAmE;AACnE,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,mBAAmB;IACnB,gDAA6B,CAAA;IAC7B,qBAAqB;IACrB,oDAAiC,CAAA;AACnC,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAYD,4EAA4E;AAC5E,IAAY,wBAmBX;AAnBD,WAAY,wBAAwB;IAClC,WAAW;IACX,yCAAa,CAAA;IACb,iBAAiB;IACjB,qDAAyB,CAAA;IACzB,qBAAqB;IACrB,6DAAiC,CAAA;IACjC,2BAA2B;IAC3B,yEAA6C,CAAA;IAC7C,2BAA2B;IAC3B,yEAA6C,CAAA;IAC7C,0BAA0B;IAC1B,uEAA2C,CAAA;IAC3C,iCAAiC;IACjC,qFAAyD,CAAA;IACzD,iCAAiC;IACjC,qFAAyD,CAAA;IACzD,gBAAgB;IAChB,mDAAuB,CAAA;AACzB,CAAC,EAnBW,wBAAwB,wCAAxB,wBAAwB,QAmBnC;AAmBD,sEAAsE;AACtE,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,kBAAkB;IAClB,iDAA2B,CAAA;AAC7B,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B;AAWD,qFAAqF;AACrF,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAC3C,aAAa;IACb,sDAAiB,CAAA;IACjB,gBAAgB;IAChB,4DAAuB,CAAA;AACzB,CAAC,EALW,iCAAiC,iDAAjC,iCAAiC,QAK5C;AAYD,2EAA2E;AAC3E,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,iBAAiB;IACjB,oDAAyB,CAAA;IACzB,iBAAiB;IACjB,oDAAyB,CAAA;IACzB,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EATW,uBAAuB,uCAAvB,uBAAuB,QASlC;AAcD,6EAA6E;AAC7E,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,cAAc;IACd,gDAAmB,CAAA;IACnB,aAAa;IACb,8CAAiB,CAAA;AACnB,CAAC,EAPW,yBAAyB,yCAAzB,yBAAyB,QAOpC;AAaD,2EAA2E;AAC3E,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,oBAAoB;IACpB,0DAA+B,CAAA;IAC/B,eAAe;IACf,gDAAqB,CAAA;IACrB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EAPW,uBAAuB,uCAAvB,uBAAuB,QAOlC;AAaD,yEAAyE;AACzE,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,YAAY;IACZ,wCAAe,CAAA;IACf,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EAPW,qBAAqB,qCAArB,qBAAqB,QAOhC;AAaD,kFAAkF;AAClF,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACxC,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,eAAe;IACf,uDAAqB,CAAA;IACrB,iBAAiB;IACjB,2DAAyB,CAAA;AAC3B,CAAC,EAPW,8BAA8B,8CAA9B,8BAA8B,QAOzC;AAaD,8EAA8E;AAC9E,IAAY,0BAuBX;AAvBD,WAAY,0BAA0B;IACpC,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,cAAc;IACd,iDAAmB,CAAA;IACnB,oBAAoB;IACpB,6DAA+B,CAAA;IAC/B,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,eAAe;IACf,mDAAqB,CAAA;IACrB,eAAe;IACf,mDAAqB,CAAA;IACrB,aAAa;IACb,+CAAiB,CAAA;AACnB,CAAC,EAvBW,0BAA0B,0CAA1B,0BAA0B,QAuBrC;AAqBD,2EAA2E;AAC3E,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;IACrB,cAAc;IACd,8CAAmB,CAAA;IACnB,iBAAiB;IACjB,oDAAyB,CAAA;AAC3B,CAAC,EAPW,uBAAuB,uCAAvB,uBAAuB,QAOlC;AAaD,gFAAgF;AAChF,IAAY,4BAaX;AAbD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,8BAA8B;IAC9B,mFAAmD,CAAA;IACnD,8BAA8B;IAC9B,mFAAmD,CAAA;IACnD,iCAAiC;IACjC,yFAAyD,CAAA;IACzD,iBAAiB;IACjB,yDAAyB,CAAA;AAC3B,CAAC,EAbW,4BAA4B,4CAA5B,4BAA4B,QAavC;AAgBD,kEAAkE;AAClE,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,cAAc;IACd,qCAAmB,CAAA;IACnB,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EAPW,cAAc,8BAAd,cAAc,QAOzB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type DatabaseMigrationPropertiesUnion =\n | DatabaseMigrationProperties\n | DatabaseMigrationPropertiesSqlMi\n | DatabaseMigrationPropertiesSqlVm;\nexport type ProjectTaskPropertiesUnion =\n | ProjectTaskProperties\n | MigrateSchemaSqlServerSqlDbTaskProperties\n | CheckOCIDriverTaskProperties\n | UploadOCIDriverTaskProperties\n | InstallOCIDriverTaskProperties\n | ConnectToMongoDbTaskProperties\n | ConnectToSourceSqlServerTaskProperties\n | ConnectToSourceSqlServerSyncTaskProperties\n | ConnectToSourcePostgreSqlSyncTaskProperties\n | ConnectToSourceMySqlTaskProperties\n | ConnectToSourceOracleSyncTaskProperties\n | ConnectToTargetSqlDbTaskProperties\n | ConnectToTargetSqlDbSyncTaskProperties\n | ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties\n | ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties\n | GetUserTablesSqlTaskProperties\n | GetUserTablesSqlSyncTaskProperties\n | GetUserTablesOracleTaskProperties\n | GetUserTablesPostgreSqlTaskProperties\n | GetUserTablesMySqlTaskProperties\n | ConnectToTargetSqlMITaskProperties\n | ConnectToTargetSqlMISyncTaskProperties\n | ConnectToTargetAzureDbForMySqlTaskProperties\n | MigrateMongoDbTaskProperties\n | MigrateSqlServerSqlMITaskProperties\n | MigrateSqlServerSqlMISyncTaskProperties\n | MigrateSqlServerSqlDbTaskProperties\n | MigrateSqlServerSqlDbSyncTaskProperties\n | MigrateMySqlAzureDbForMySqlSyncTaskProperties\n | MigrateMySqlAzureDbForMySqlOfflineTaskProperties\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties\n | MigrateOracleAzureDbForPostgreSqlSyncTaskProperties\n | ValidateMigrationInputSqlServerSqlDbSyncTaskProperties\n | ValidateMigrationInputSqlServerSqlMITaskProperties\n | ValidateMigrationInputSqlServerSqlMISyncTaskProperties\n | ValidateMongoDbTaskProperties\n | ValidateOracleAzureDbForPostgreSqlSyncTaskProperties\n | GetTdeCertificatesSqlTaskProperties\n | MigrateSsisTaskProperties;\nexport type CommandPropertiesUnion =\n | CommandProperties\n | MigrateSyncCompleteCommandProperties\n | MigrateMISyncCompleteCommandProperties\n | MongoDbCancelCommand\n | MongoDbFinishCommand\n | MongoDbRestartCommand;\nexport type ConnectionInfoUnion =\n | ConnectionInfo\n | MongoDbConnectionInfo\n | SqlConnectionInfo\n | MySqlConnectionInfo\n | OracleConnectionInfo\n | PostgreSqlConnectionInfo\n | MiSqlConnectionInfo;\nexport type ConnectToSourceSqlServerTaskOutputUnion =\n | ConnectToSourceSqlServerTaskOutput\n | ConnectToSourceSqlServerTaskOutputTaskLevel\n | ConnectToSourceSqlServerTaskOutputDatabaseLevel\n | ConnectToSourceSqlServerTaskOutputLoginLevel\n | ConnectToSourceSqlServerTaskOutputAgentJobLevel;\nexport type MigrateSchemaSqlServerSqlDbTaskOutputUnion =\n | MigrateSchemaSqlServerSqlDbTaskOutput\n | MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel\n | MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel\n | MigrateSchemaSqlServerSqlDbTaskOutputError\n | MigrateSchemaSqlTaskOutputError;\nexport type MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion =\n | MigrateMySqlAzureDbForMySqlSyncTaskOutput\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputError\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError;\nexport type MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion =\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError;\nexport type MigrateSqlServerSqlDbSyncTaskOutputUnion =\n | MigrateSqlServerSqlDbSyncTaskOutput\n | MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel\n | MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel\n | MigrateSqlServerSqlDbSyncTaskOutputTableLevel\n | MigrateSqlServerSqlDbSyncTaskOutputError\n | MigrateSqlServerSqlDbSyncTaskOutputDatabaseError;\nexport type MigrateSqlServerSqlDbTaskOutputUnion =\n | MigrateSqlServerSqlDbTaskOutput\n | MigrateSqlServerSqlDbTaskOutputMigrationLevel\n | MigrateSqlServerSqlDbTaskOutputDatabaseLevel\n | MigrateSqlServerSqlDbTaskOutputTableLevel\n | MigrateSqlServerSqlDbTaskOutputError\n | MigrateSqlServerSqlDbTaskOutputValidationResult\n | MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult;\nexport type MigrateSqlServerSqlMISyncTaskOutputUnion =\n | MigrateSqlServerSqlMISyncTaskOutput\n | MigrateSqlServerSqlMISyncTaskOutputMigrationLevel\n | MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel\n | MigrateSqlServerSqlMISyncTaskOutputError;\nexport type MigrateSqlServerSqlMITaskOutputUnion =\n | MigrateSqlServerSqlMITaskOutput\n | MigrateSqlServerSqlMITaskOutputMigrationLevel\n | MigrateSqlServerSqlMITaskOutputDatabaseLevel\n | MigrateSqlServerSqlMITaskOutputAgentJobLevel\n | MigrateSqlServerSqlMITaskOutputLoginLevel\n | MigrateSqlServerSqlMITaskOutputError;\nexport type MigrateSsisTaskOutputUnion =\n | MigrateSsisTaskOutput\n | MigrateSsisTaskOutputMigrationLevel\n | MigrateSsisTaskOutputProjectLevel;\nexport type MongoDbProgressUnion =\n | MongoDbProgress\n | MongoDbCollectionProgress\n | MongoDbDatabaseProgress\n | MongoDbMigrationProgress;\nexport type MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion =\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutput\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputError\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError;\nexport type MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion =\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutput\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputError;\n\nexport interface SystemData {\n createdBy?: string;\n createdByType?: CreatedByType;\n createdAt?: Date;\n lastModifiedBy?: string;\n lastModifiedByType?: CreatedByType;\n lastModifiedAt?: Date;\n}\n\n/** Detailed status of current migration. */\nexport interface MigrationStatusDetails {\n /**\n * Current State of Migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: string;\n /**\n * Details of full backup set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullBackupSetInfo?: SqlBackupSetInfo;\n /**\n * Last applied backup set information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRestoredBackupSetInfo?: SqlBackupSetInfo;\n /**\n * Backup sets that are currently active.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activeBackupSets?: SqlBackupSetInfo[];\n /**\n * Files that are not valid backup files.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invalidFiles?: string[];\n /**\n * Name of blob container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobContainerName?: string;\n /**\n * Whether full backup has been applied to the target database or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isFullBackupRestored?: boolean;\n /**\n * Restore blocking reason, if any\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restoreBlockingReason?: string;\n /**\n * Complete restore error message, if any\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly completeRestoreErrorMessage?: string;\n /**\n * File upload blocking errors, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fileUploadBlockingErrors?: string[];\n /**\n * File name that is currently being restored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentRestoringFilename?: string;\n /**\n * Last restored file name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRestoredFilename?: string;\n /**\n * Total pending log backups.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingLogBackupsCount?: number;\n}\n\n/** Information of backup set */\nexport interface SqlBackupSetInfo {\n /**\n * Backup set id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupSetId?: string;\n /**\n * First LSN of the backup set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firstLSN?: string;\n /**\n * Last LSN of the backup set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastLSN?: string;\n /**\n * Backup type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupType?: string;\n /**\n * List of files in the backup set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly listOfBackupFiles?: SqlBackupFileInfo[];\n /**\n * Backup start date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupStartDate?: Date;\n /**\n * Backup end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupFinishDate?: Date;\n /**\n * Whether this backup set has been restored or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isBackupRestored?: boolean;\n /**\n * Has Backup Checksums\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasBackupChecksums?: boolean;\n /**\n * Media family count\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly familyCount?: number;\n /**\n * The reasons why the backup set is ignored\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ignoreReasons?: string[];\n}\n\n/** Information of backup file */\nexport interface SqlBackupFileInfo {\n /**\n * File name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fileName?: string;\n /**\n * Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * File size in bytes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalSize?: number;\n /**\n * Bytes read\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataRead?: number;\n /**\n * Bytes written\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataWritten?: number;\n /**\n * Copy throughput in KBps\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly copyThroughput?: number;\n /**\n * Copy Duration in seconds\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly copyDuration?: number;\n /**\n * Media family sequence number\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly familySequenceNumber?: number;\n}\n\n/** Backup Configuration */\nexport interface BackupConfiguration {\n /** Source location of backups. */\n sourceLocation?: SourceLocation;\n /** Target location for copying backups. */\n targetLocation?: TargetLocation;\n}\n\n/** Source Location details of backups. */\nexport interface SourceLocation {\n /** Source File share. */\n fileShare?: SqlFileShare;\n /** Source Azure Blob. */\n azureBlob?: AzureBlob;\n}\n\n/** File share */\nexport interface SqlFileShare {\n /** Location as SMB share or local drive where backups are placed. */\n path?: string;\n /** Username to access the file share location for backups. */\n username?: string;\n /** Password for username to access file share location. */\n password?: string;\n}\n\n/** Azure Blob Details */\nexport interface AzureBlob {\n /** Resource Id of the storage account where backups are stored. */\n storageAccountResourceId?: string;\n /** Storage Account Key. */\n accountKey?: string;\n /** Blob container name where backups are stored. */\n blobContainerName?: string;\n}\n\n/** Target Location details for optional copy of backups */\nexport interface TargetLocation {\n /** Resource Id of the storage account copying backups. */\n storageAccountResourceId?: string;\n /** Storage Account Key. */\n accountKey?: string;\n}\n\n/** Offline configuration */\nexport interface OfflineConfiguration {\n /** Offline migration */\n offline?: boolean;\n /** Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share. */\n lastBackupName?: string;\n}\n\n/** Database Migration Resource properties. */\nexport interface DatabaseMigrationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SqlMi\" | \"SqlVm\";\n /** Scope of the database. */\n scope?: string;\n /**\n * Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Migration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationStatus?: string;\n /**\n * Database migration start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Database migration end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /** Source SQL Server connection details. */\n sourceSqlConnection?: SqlConnectionInformation;\n /** Name of the source database. */\n sourceDatabaseName?: string;\n /** Resource Id of the Migration Service. */\n migrationService?: string;\n /** ID tracking current migration operation. */\n migrationOperationId?: string;\n /**\n * Error details in case of migration failure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationFailureError?: ErrorInfo;\n}\n\n/** Source SQL Connection */\nexport interface SqlConnectionInformation {\n /** Data source. */\n dataSource?: string;\n /** Authentication type. */\n authentication?: string;\n /** User name to connect to source SQL. */\n userName?: string;\n /** Password to connect to source SQL. */\n password?: string;\n /** Whether to encrypt connection or not. */\n encryptConnection?: boolean;\n /** Whether to trust server certificate or not. */\n trustServerCertificate?: boolean;\n}\n\n/** Error details */\nexport interface ErrorInfo {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\nexport interface ProxyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n}\n\n/** Migration Operation Input */\nexport interface MigrationOperationInput {\n /** ID tracking migration operation. */\n migrationOperationId?: string;\n}\n\n/** Result of the request to list SQL operations. */\nexport interface OperationListResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: OperationsDefinition[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly nextLink?: string;\n}\n\nexport interface OperationsDefinition {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly display?: OperationsDisplayDefinition;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly origin?: OperationOrigin;\n /**\n * Dictionary of <AnyObject>\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\nexport interface OperationsDisplayDefinition {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provider?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly resource?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly operation?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly description?: string;\n}\n\nexport interface TrackedResource {\n location?: string;\n /** Dictionary of <string> */\n tags?: { [propertyName: string]: string };\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly systemData?: SystemData;\n}\n\n/** An update to a SQL Migration Service. */\nexport interface SqlMigrationServiceUpdate {\n /** Dictionary of <string> */\n tags?: { [propertyName: string]: string };\n}\n\n/** A list of SQL Migration Service. */\nexport interface SqlMigrationListResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: SqlMigrationService[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly nextLink?: string;\n}\n\n/** An authentication key. */\nexport interface AuthenticationKeys {\n /** The first authentication key. */\n authKey1?: string;\n /** The second authentication key. */\n authKey2?: string;\n}\n\n/** An authentication key to regenerate. */\nexport interface RegenAuthKeys {\n /** The name of authentication key to generate. */\n keyName?: string;\n /** The first authentication key. */\n authKey1?: string;\n /** The second authentication key. */\n authKey2?: string;\n}\n\n/** Details of node to be deleted. */\nexport interface DeleteNode {\n /** The name of node to delete. */\n nodeName?: string;\n /** The name of integration runtime. */\n integrationRuntimeName?: string;\n}\n\n/** A list of Database Migrations. */\nexport interface DatabaseMigrationListResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: DatabaseMigration[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly nextLink?: string;\n}\n\n/** Integration Runtime Monitoring Data. */\nexport interface IntegrationRuntimeMonitoringData {\n /**\n * The name of Integration Runtime.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Integration Runtime node monitoring data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodes?: NodeMonitoringData[];\n}\n\nexport interface NodeMonitoringData {\n /**\n * Unmatched properties from the message are deserialized in this collection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalProperties?: {\n [propertyName: string]: Record<string, unknown>;\n };\n /**\n * Name of the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeName?: string;\n /**\n * Available memory (MB) on the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableMemoryInMB?: number;\n /**\n * CPU percentage on the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuUtilization?: number;\n /**\n * Maximum concurrent jobs on the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly concurrentJobsLimit?: number;\n /**\n * The number of jobs currently running on the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly concurrentJobsRunning?: number;\n /**\n * The maximum concurrent jobs in this integration runtime.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxConcurrentJobs?: number;\n /**\n * Sent bytes on the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sentBytes?: number;\n /**\n * Received bytes on the integration runtime node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly receivedBytes?: number;\n}\n\n/** The DMS List SKUs operation response. */\nexport interface ResourceSkusResult {\n /** The list of SKUs available for the subscription. */\n value: ResourceSku[];\n /** The uri to fetch the next page of DMS SKUs. Call ListNext() with this to fetch the next page of DMS SKUs. */\n nextLink?: string;\n}\n\n/** Describes an available DMS SKU. */\nexport interface ResourceSku {\n /**\n * The type of resource the SKU applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * The name of SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Specifies the tier of DMS in a scale set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: string;\n /**\n * The Size of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: string;\n /**\n * The Family of this particular SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly family?: string;\n /**\n * The Kind of resources that are supported in this SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kind?: string;\n /**\n * Not used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: ResourceSkuCapacity;\n /**\n * The set of locations that the SKU is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * The api versions that support this SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiVersions?: string[];\n /**\n * Metadata for retrieving price info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly costs?: ResourceSkuCosts[];\n /**\n * A name value pair to describe the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: ResourceSkuCapabilities[];\n /**\n * The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictions?: ResourceSkuRestrictions[];\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ResourceSkuCapacity {\n /**\n * The minimum capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The maximum capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The default capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The scale type applicable to the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: ResourceSkuCapacityScaleType;\n}\n\n/** Describes metadata for retrieving price info. */\nexport interface ResourceSkuCosts {\n /**\n * Used for querying price from commerce.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterID?: string;\n /**\n * The multiplier is needed to extend the base metered cost.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quantity?: number;\n /**\n * An invariant to show the extended unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedUnit?: string;\n}\n\n/** Describes The SKU capabilities object. */\nexport interface ResourceSkuCapabilities {\n /**\n * An invariant to describe the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * An invariant if the feature is measured by quantity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ResourceSkuRestrictions {\n /**\n * The type of restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: ResourceSkuRestrictionsType;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /**\n * The reason code for restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\n/** Error information. */\nexport interface ApiError {\n /** Error information in OData format */\n error?: ODataError;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Error information in OData format. */\nexport interface ODataError {\n /** The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError' */\n code?: string;\n /** The human-readable description of the error */\n message?: string;\n /** Inner errors that caused this error */\n details?: ODataError[];\n}\n\n/** An Azure SKU instance */\nexport interface ServiceSku {\n /** The unique name of the SKU, such as 'P3' */\n name?: string;\n /** The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical' */\n tier?: string;\n /** The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines */\n family?: string;\n /** The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines */\n size?: string;\n /** The capacity of the SKU, if it supports scaling */\n capacity?: number;\n}\n\n/** Service health status */\nexport interface DataMigrationServiceStatusResponse {\n /** The DMS instance agent version */\n agentVersion?: string;\n /** The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed' */\n status?: string;\n /** The services virtual machine size, such as 'Standard_D2_v2' */\n vmSize?: string;\n /** The list of supported task types */\n supportedTaskTypes?: string[];\n}\n\n/** OData page of available SKUs */\nexport interface ServiceSkuList {\n /** List of service SKUs */\n value?: AvailableServiceSku[];\n /** URL to load the next page of service SKUs */\n nextLink?: string;\n}\n\n/** Describes the available service SKU. */\nexport interface AvailableServiceSku {\n /** The resource type, including the provider namespace */\n resourceType?: string;\n /** SKU name, tier, etc. */\n sku?: AvailableServiceSkuSku;\n /** A description of the scaling capacities of the SKU */\n capacity?: AvailableServiceSkuCapacity;\n}\n\n/** SKU name, tier, etc. */\nexport interface AvailableServiceSkuSku {\n /** The name of the SKU */\n name?: string;\n /** SKU family */\n family?: string;\n /** SKU size */\n size?: string;\n /** The tier of the SKU, such as \"Basic\", \"General Purpose\", or \"Business Critical\" */\n tier?: string;\n}\n\n/** A description of the scaling capacities of the SKU */\nexport interface AvailableServiceSkuCapacity {\n /** The minimum capacity, usually 0 or 1. */\n minimum?: number;\n /** The maximum capacity */\n maximum?: number;\n /** The default capacity */\n default?: number;\n /** The scalability approach */\n scaleType?: ServiceScalability;\n}\n\n/** OData page of tasks */\nexport interface TaskList {\n /** List of tasks */\n value?: ProjectTask[];\n /** URL to load the next page of tasks */\n nextLink?: string;\n}\n\n/** Base class for all types of DMS task properties. If task is not supported by current client, this object is returned. */\nexport interface ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType:\n | \"MigrateSchemaSqlServerSqlDb\"\n | \"Service.Check.OCI\"\n | \"Service.Upload.OCI\"\n | \"Service.Install.OCI\"\n | \"Connect.MongoDb\"\n | \"ConnectToSource.SqlServer\"\n | \"ConnectToSource.SqlServer.Sync\"\n | \"ConnectToSource.PostgreSql.Sync\"\n | \"ConnectToSource.MySql\"\n | \"ConnectToSource.Oracle.Sync\"\n | \"ConnectToTarget.SqlDb\"\n | \"ConnectToTarget.SqlDb.Sync\"\n | \"ConnectToTarget.AzureDbForPostgreSql.Sync\"\n | \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\"\n | \"GetUserTables.Sql\"\n | \"GetUserTables.AzureSqlDb.Sync\"\n | \"GetUserTablesOracle\"\n | \"GetUserTablesPostgreSql\"\n | \"GetUserTablesMySql\"\n | \"ConnectToTarget.AzureSqlDbMI\"\n | \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\"\n | \"ConnectToTarget.AzureDbForMySql\"\n | \"Migrate.MongoDb\"\n | \"Migrate.SqlServer.AzureSqlDbMI\"\n | \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\"\n | \"Migrate.SqlServer.SqlDb\"\n | \"Migrate.SqlServer.AzureSqlDb.Sync\"\n | \"Migrate.MySql.AzureDbForMySql.Sync\"\n | \"Migrate.MySql.AzureDbForMySql\"\n | \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\"\n | \"Migrate.Oracle.AzureDbForPostgreSql.Sync\"\n | \"ValidateMigrationInput.SqlServer.SqlDb.Sync\"\n | \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\"\n | \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\"\n | \"Validate.MongoDb\"\n | \"Validate.Oracle.AzureDbPostgreSql.Sync\"\n | \"GetTDECertificates.Sql\"\n | \"Migrate.Ssis\";\n /**\n * Array of errors. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: ODataError[];\n /**\n * The state of the task. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: TaskState;\n /**\n * Array of command properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly commands?: CommandPropertiesUnion[];\n /** Key value pairs of client data to attach meta data information to task */\n clientData?: { [propertyName: string]: string };\n}\n\n/** Base class for all types of DMS command properties. If command is not supported by current client, this object is returned. */\nexport interface CommandProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n commandType:\n | \"Migrate.Sync.Complete.Database\"\n | \"Migrate.SqlServer.AzureDbSqlMi.Complete\"\n | \"cancel\"\n | \"finish\"\n | \"restart\";\n /**\n * Array of errors. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: ODataError[];\n /**\n * The state of the command. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: CommandState;\n}\n\n/** ARM resource. */\nexport interface Resource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** A resource type and proposed name */\nexport interface NameAvailabilityRequest {\n /** The proposed resource name */\n name?: string;\n /** The resource type chain (e.g. virtualMachines/extensions) */\n type?: string;\n}\n\n/** Indicates whether a proposed resource name is available */\nexport interface NameAvailabilityResponse {\n /** If true, the name is valid and available. If false, 'reason' describes why not. */\n nameAvailable?: boolean;\n /** The reason why the name is not available, if nameAvailable is false */\n reason?: NameCheckFailureReason;\n /** The localized reason why the name is not available, if nameAvailable is false */\n message?: string;\n}\n\n/** OData page of service objects */\nexport interface DataMigrationServiceList {\n /** List of services */\n value?: DataMigrationService[];\n /** URL to load the next page of services */\n nextLink?: string;\n}\n\n/** OData page of project resources */\nexport interface ProjectList {\n /** List of projects */\n value?: Project[];\n /** URL to load the next page of projects */\n nextLink?: string;\n}\n\n/** Defines the connection properties of a server */\nexport interface ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"MongoDbConnectionInfo\"\n | \"SqlConnectionInfo\"\n | \"MySqlConnectionInfo\"\n | \"OracleConnectionInfo\"\n | \"PostgreSqlConnectionInfo\"\n | \"MiSqlConnectionInfo\";\n /** User name */\n userName?: string;\n /** Password credential. */\n password?: string;\n}\n\n/** Project Database Details */\nexport interface DatabaseInfo {\n /** Name of the database */\n sourceDatabaseName: string;\n}\n\n/** OData page of quota objects */\nexport interface QuotaList {\n /** List of quotas */\n value?: Quota[];\n /** URL to load the next page of quotas, or null or missing if this is the last page */\n nextLink?: string;\n}\n\n/** Describes a quota for or usage details about a resource */\nexport interface Quota {\n /** The current value of the quota. If null or missing, the current value cannot be determined in the context of the request. */\n currentValue?: number;\n /** The resource ID of the quota object */\n id?: string;\n /** The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage. */\n limit?: number;\n /** The name of the quota */\n name?: QuotaName;\n /** The unit for the quota, such as Count, Bytes, BytesPerSecond, etc. */\n unit?: string;\n}\n\n/** The name of the quota */\nexport interface QuotaName {\n /** The localized name of the quota */\n localizedValue?: string;\n /** The unlocalized name (or ID) of the quota */\n value?: string;\n}\n\n/** OData page of files */\nexport interface FileList {\n /** List of files */\n value?: ProjectFile[];\n /** URL to load the next page of files */\n nextLink?: string;\n}\n\n/** Base class for file properties. */\nexport interface ProjectFileProperties {\n /** Optional File extension. If submitted it should not have a leading period and must match the extension from filePath. */\n extension?: string;\n /** Relative path of this file resource. This property can be set when creating or updating the file resource. */\n filePath?: string;\n /**\n * Modification DateTime.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModified?: Date;\n /** File content type. This property can be modified to reflect the file content type. */\n mediaType?: string;\n /**\n * File size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: number;\n}\n\n/** File storage information. */\nexport interface FileStorageInfo {\n /** A URI that can be used to access the file content. */\n uri?: string;\n /** Dictionary of <string> */\n headers?: { [propertyName: string]: string };\n}\n\n/** Input for command that completes sync migration for a database. */\nexport interface MigrateSyncCompleteCommandInput {\n /** Name of database */\n databaseName: string;\n /** Time stamp to complete */\n commitTimeStamp?: Date;\n}\n\n/** Output for command that completes sync migration for a database. */\nexport interface MigrateSyncCompleteCommandOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * List of errors that happened during the command execution\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: ReportableException[];\n}\n\n/** Exception object for all custom exceptions */\nexport interface ReportableException {\n /** Error message */\n message?: string;\n /** Actionable steps for this exception */\n actionableMessage?: string;\n /** The path to the file where exception occurred */\n filePath?: string;\n /** The line number where exception occurred */\n lineNumber?: string;\n /** Coded numerical value that is assigned to a specific exception */\n hResult?: number;\n /** Stack trace */\n stackTrace?: string;\n}\n\n/** Input for command that completes online migration for an Azure SQL Database Managed Instance. */\nexport interface MigrateMISyncCompleteCommandInput {\n /** Name of managed instance database */\n sourceDatabaseName: string;\n}\n\n/** Output for command that completes online migration for an Azure SQL Database Managed Instance. */\nexport interface MigrateMISyncCompleteCommandOutput {\n /** List of errors that happened during the command execution */\n errors?: ReportableException[];\n}\n\n/** Azure Active Directory Application */\nexport interface AzureActiveDirectoryApp {\n /** Application ID of the Azure Active Directory Application */\n applicationId: string;\n /** Key used to authenticate to the Azure Active Directory Application */\n appKey: string;\n /** Tenant id of the customer */\n tenantId: string;\n}\n\n/** Information of backup set */\nexport interface BackupSetInfo {\n /** Id for the set of backup files */\n backupSetId?: string;\n /** First log sequence number of the backup file */\n firstLsn?: string;\n /** Last log sequence number of the backup file */\n lastLsn?: string;\n /** Last modified time of the backup file in share location */\n lastModifiedTime?: Date;\n /** Enum of the different backup types */\n backupType?: BackupType;\n /** List of files in the backup set */\n listOfBackupFiles?: BackupFileInfo[];\n /** Name of the database to which the backup set belongs */\n databaseName?: string;\n /** Date and time that the backup operation began */\n backupStartDate?: Date;\n /** Date and time that the backup operation finished */\n backupFinishedDate?: Date;\n /** Whether the backup set is restored or not */\n isBackupRestored?: boolean;\n}\n\n/** Information of the backup file */\nexport interface BackupFileInfo {\n /** Location of the backup file in shared folder */\n fileLocation?: string;\n /** Sequence number of the backup file in the backup set */\n familySequenceNumber?: number;\n /** Status of the backup file during migration */\n status?: BackupFileStatus;\n}\n\n/** Information of orphaned users on the SQL server database. */\nexport interface OrphanedUserInfo {\n /** Name of the orphaned user */\n name?: string;\n /** Parent database of the user */\n databaseName?: string;\n}\n\n/** Input for the task that validates MySQL database connection */\nexport interface ConnectToSourceMySqlTaskInput {\n /** Information for connecting to MySQL source */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Target Platform for the migration */\n targetPlatform?: MySqlTargetPlatformType;\n /** Permission group for validations */\n checkPermissionsGroup?: ServerLevelPermissionsGroup;\n /** Flag for whether or not the migration is offline */\n isOfflineMigration?: boolean;\n}\n\n/** Input for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskInput {\n /** Connection information for Source SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Permission group for validations */\n checkPermissionsGroup?: ServerLevelPermissionsGroup;\n /** Flag for whether to collect databases from source server. */\n collectDatabases?: boolean;\n /** Flag for whether to collect logins from source server. */\n collectLogins?: boolean;\n /** Flag for whether to collect agent jobs from source server. */\n collectAgentJobs?: boolean;\n /** Flag for whether to collect TDE Certificate names from source server. */\n collectTdeCertificateInfo?: boolean;\n /** Flag for whether to validate SSIS catalog is reachable on the source server. */\n validateSsisCatalogOnly?: boolean;\n}\n\n/** Output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"TaskLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"LoginLevelOutput\"\n | \"AgentJobLevelOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Database file specific information */\nexport interface DatabaseFileInfo {\n /** Name of the database */\n databaseName?: string;\n /** Unique identifier for database file */\n id?: string;\n /** Logical name of the file */\n logicalName?: string;\n /** Operating-system full path of the file */\n physicalFullName?: string;\n /** Suggested full path of the file for restoring */\n restoreFullName?: string;\n /** Database file type */\n fileType?: DatabaseFileType;\n /** Size of the file in megabytes */\n sizeMB?: number;\n}\n\n/** Information about migration eligibility of a server object */\nexport interface MigrationEligibilityInfo {\n /**\n * Whether object is eligible for migration or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEligibleForMigration?: boolean;\n /**\n * Information about eligibility failure for the server object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationMessages?: string[];\n}\n\n/** Input for the task that validates connection to PostgreSQL and source server requirements */\nexport interface ConnectToSourcePostgreSqlSyncTaskInput {\n /** Connection information for source PostgreSQL server */\n sourceConnectionInfo: PostgreSqlConnectionInfo;\n}\n\n/** Output for the task that validates connection to PostgreSQL and source server requirements */\nexport interface ConnectToSourcePostgreSqlSyncTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Version of the source server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * List of databases on source server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string[];\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that validates connection to Azure Database for MySQL and target server requirements */\nexport interface ConnectToTargetAzureDbForMySqlTaskInput {\n /** Connection information for source MySQL server */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Connection information for target Azure Database for MySQL server */\n targetConnectionInfo: MySqlConnectionInfo;\n /** Flag for whether or not the migration is offline */\n isOfflineMigration?: boolean;\n}\n\n/** Output for the task that validates connection to Azure Database for MySQL and target server requirements */\nexport interface ConnectToTargetAzureDbForMySqlTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Version of the target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverVersion?: string;\n /**\n * List of databases on target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string[];\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that validates connection to SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbTaskInput {\n /** Connection information for target SQL DB */\n targetConnectionInfo: SqlConnectionInfo;\n}\n\n/** Output for the task that validates connection to SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Source databases as a map from database name to database id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string;\n /**\n * Version of the target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n}\n\n/** Input for the task that validates connection to Azure SQL Database Managed Instance online scenario. */\nexport interface ConnectToTargetSqlMISyncTaskInput {\n /** Connection information for Azure SQL Database Managed Instance */\n targetConnectionInfo: MiSqlConnectionInfo;\n /** Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */\n azureApp: AzureActiveDirectoryApp;\n}\n\n/** Output for the task that validates connection to Azure SQL Database Managed Instance. */\nexport interface ConnectToTargetSqlMISyncTaskOutput {\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that validates connection to Azure SQL Database Managed Instance. */\nexport interface ConnectToTargetSqlMITaskInput {\n /** Connection information for target SQL Server */\n targetConnectionInfo: SqlConnectionInfo;\n /** Flag for whether to collect logins from target SQL MI server. */\n collectLogins?: boolean;\n /** Flag for whether to collect agent jobs from target SQL MI server. */\n collectAgentJobs?: boolean;\n /** Flag for whether to validate SSIS catalog is reachable on the target SQL MI server. */\n validateSsisCatalogOnly?: boolean;\n}\n\n/** Output for the task that validates connection to Azure SQL Database Managed Instance. */\nexport interface ConnectToTargetSqlMITaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * List of logins on the target server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logins?: string[];\n /**\n * List of agent jobs on the target server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentJobs?: string[];\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that validates connection to Azure SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbSyncTaskInput {\n /** Connection information for source SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Connection information for target SQL DB */\n targetConnectionInfo: SqlConnectionInfo;\n}\n\n/** Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements */\nexport interface ConnectToTargetAzureDbForPostgreSqlSyncTaskInput {\n /** Connection information for source PostgreSQL server */\n sourceConnectionInfo: PostgreSqlConnectionInfo;\n /** Connection information for target Azure Database for PostgreSQL server */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n}\n\n/** Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements */\nexport interface ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Version of the target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * List of databases on target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string[];\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesMySqlTaskInput {\n /** Connection information for SQL Server */\n connectionInfo: MySqlConnectionInfo;\n /** List of database names to collect tables for */\n selectedDatabases: string[];\n}\n\n/** Output of the task that collects user tables for the given list of databases */\nexport interface GetUserTablesMySqlTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Mapping from database name to list of tables\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databasesToTables?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Table properties */\nexport interface DatabaseTable {\n /**\n * Indicates whether table is empty or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasRows?: boolean;\n /**\n * Schema-qualified name of the table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** Input for the task that gets TDE certificates in Base64 encoded format. */\nexport interface GetTdeCertificatesSqlTaskInput {\n /** Connection information for SQL Server */\n connectionInfo: SqlConnectionInfo;\n /** Backup file share information for file share to be used for temporarily storing files. */\n backupFileShare: FileShare;\n /** List containing certificate names and corresponding password to use for encrypting the exported certificate. */\n selectedCertificates: SelectedCertificateInput[];\n}\n\n/** File share information with Path, Username, and Password. */\nexport interface FileShare {\n /** User name credential to connect to the share location */\n userName?: string;\n /** Password credential used to connect to the share location. */\n password?: string;\n /** The folder path for this share. */\n path: string;\n}\n\n/** Info for certificate to be exported for TDE enabled databases. */\nexport interface SelectedCertificateInput {\n /** Name of certificate to be exported. */\n certificateName: string;\n /** Password to use for encrypting the exported certificate. */\n password: string;\n}\n\n/** Output of the task that gets TDE certificates in Base64 encoded format. */\nexport interface GetTdeCertificatesSqlTaskOutput {\n /**\n * Mapping from certificate name to base 64 encoded format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly base64EncodedCertificates?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlSyncTaskInput {\n /** Connection information for SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Connection information for SQL DB */\n targetConnectionInfo: SqlConnectionInfo;\n /** List of source database names to collect tables for */\n selectedSourceDatabases: string[];\n /** List of target database names to collect tables for */\n selectedTargetDatabases: string[];\n}\n\n/** Output of the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlSyncTaskOutput {\n /**\n * Mapping from database name to list of source tables\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databasesToSourceTables?: string;\n /**\n * Mapping from database name to list of target tables\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databasesToTargetTables?: string;\n /**\n * Mapping from database name to list of validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableValidationErrors?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlTaskInput {\n /** Connection information for SQL Server */\n connectionInfo: SqlConnectionInfo;\n /** List of database names to collect tables for */\n selectedDatabases: string[];\n}\n\n/** Output of the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Mapping from database name to list of tables\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databasesToTables?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Database input for migrate schema Sql Server to Azure SQL Server scenario */\nexport interface MigrateSchemaSqlServerSqlDbDatabaseInput {\n /** Name of source database */\n name?: string;\n /** Id of the source database */\n id?: string;\n /** Name of target database */\n targetDatabaseName?: string;\n /** Database schema migration settings */\n schemaSetting?: SchemaMigrationSetting;\n}\n\n/** Settings for migrating schema from source to target */\nexport interface SchemaMigrationSetting {\n /** Option on how to migrate the schema */\n schemaOption?: SchemaMigrationOption;\n /** Resource Identifier of a file resource containing the uploaded schema file */\n fileId?: string;\n /** Name of the file resource containing the uploaded schema file */\n fileName?: string;\n}\n\n/** Base class for migration task input */\nexport interface SqlMigrationTaskInput {\n /** Information for connecting to source */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n}\n\n/** Output for the task that migrates Schema for SQL Server databases to Azure SQL databases */\nexport interface MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"SchemaErrorOutput\"\n | \"ErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Input for the task that migrates MySQL databases to Azure Database for MySQL for online migrations */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskInput {\n /** Connection information for source MySQL */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Connection information for target Azure Database for MySQL */\n targetConnectionInfo: MySqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateMySqlAzureDbForMySqlSyncDatabaseInput[];\n}\n\n/** Database specific information for MySQL to Azure Database for MySQL migration task inputs */\nexport interface MigrateMySqlAzureDbForMySqlSyncDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: { [propertyName: string]: string };\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: { [propertyName: string]: string };\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: { [propertyName: string]: string };\n /** Mapping of source to target tables */\n tableMap?: { [propertyName: string]: string };\n}\n\n/** Output for the task that migrates MySQL databases to Azure Database for MySQL for online migrations */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"TableLevelOutput\"\n | \"ErrorOutput\"\n | \"DatabaseLevelErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Database migration errors for online migration */\nexport interface SyncMigrationDatabaseErrorEvent {\n /**\n * String value of timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestampString?: string;\n /**\n * Event type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventTypeString?: string;\n /**\n * Event text.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventText?: string;\n}\n\n/** Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[];\n /** Connection information for target Azure Database for PostgreSQL */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n /** Connection information for source PostgreSQL */\n sourceConnectionInfo: PostgreSqlConnectionInfo;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\n/** Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: { [propertyName: string]: string };\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: { [propertyName: string]: string };\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: { [propertyName: string]: string };\n /** Tables selected for migration */\n selectedTables?: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput[];\n}\n\n/** Selected tables for the migration */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput {\n /** Name of the table to migrate */\n name?: string;\n}\n\n/** Output for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"TableLevelOutput\"\n | \"ErrorOutput\"\n | \"DatabaseLevelErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Database specific information for SQL to Azure SQL DB sync migration task inputs */\nexport interface MigrateSqlServerSqlDbSyncDatabaseInput {\n /** Unique identifier for database */\n id?: string;\n /** Name of database */\n name?: string;\n /** Target database name */\n targetDatabaseName?: string;\n /** Schema name to be migrated */\n schemaName?: string;\n /** Mapping of source to target tables */\n tableMap?: { [propertyName: string]: string };\n /** Migration settings which tune the migration behavior */\n migrationSetting?: { [propertyName: string]: string };\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: { [propertyName: string]: string };\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: { [propertyName: string]: string };\n}\n\n/** Types of validations to run after the migration */\nexport interface MigrationValidationOptions {\n /** Allows to compare the schema information between source and target. */\n enableSchemaValidation?: boolean;\n /** Allows to perform a checksum based data integrity validation between source and target for the selected database / tables . */\n enableDataIntegrityValidation?: boolean;\n /** Allows to perform a quick and intelligent query analysis by retrieving queries from the source database and executes them in the target. The result will have execution statistics for executions in source and target databases for the extracted queries. */\n enableQueryAnalysisValidation?: boolean;\n}\n\n/** Output for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */\nexport interface MigrateSqlServerSqlDbSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"TableLevelOutput\"\n | \"ErrorOutput\"\n | \"DatabaseLevelErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Database specific information for SQL to Azure SQL DB migration task inputs */\nexport interface MigrateSqlServerSqlDbDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Whether to set database read only before migration */\n makeSourceDbReadOnly?: boolean;\n /** Mapping of source to target tables */\n tableMap?: { [propertyName: string]: string };\n /** Settings selected for DB schema migration. */\n schemaSetting?: Record<string, unknown>;\n /** id of the database */\n id?: string;\n}\n\n/** Output for the task that migrates on-prem SQL Server databases to Azure SQL Database */\nexport interface MigrateSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"TableLevelOutput\"\n | \"ErrorOutput\"\n | \"MigrationValidationOutput\"\n | \"MigrationDatabaseLevelValidationOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Migration Validation Result */\nexport interface MigrationValidationResult {\n /**\n * Migration validation result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Migration Identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationId?: string;\n /** Validation summary results for each database */\n summaryResults?: {\n [propertyName: string]: MigrationValidationDatabaseSummaryResult;\n };\n /**\n * Current status of validation at the migration level. Status from the database validation result status will be aggregated here.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ValidationStatus;\n}\n\n/** Migration Validation Database level summary result */\nexport interface MigrationValidationDatabaseSummaryResult {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Migration Identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationId?: string;\n /**\n * Name of the source database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceDatabaseName?: string;\n /**\n * Name of the target database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDatabaseName?: string;\n /**\n * Validation start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Validation end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current status of validation at the database level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ValidationStatus;\n}\n\n/** Migration validation report result, contains the url for downloading the generated report. */\nexport interface MigrationReportResult {\n /** Migration validation result identifier */\n id?: string;\n /** The url of the report. */\n reportUrl?: string;\n}\n\n/** Basic summary of a data item migration */\nexport interface DataItemMigrationSummaryResult {\n /**\n * Name of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Number of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsCount?: number;\n /**\n * Number of successfully completed items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsCompletedCount?: number;\n /**\n * Wildcard string prefix to use for querying all errors of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorPrefix?: string;\n /**\n * Wildcard string prefix to use for querying all sub-tem results of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultPrefix?: string;\n}\n\n/** Database level validation results */\nexport interface MigrationValidationDatabaseLevelResult {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Migration Identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationId?: string;\n /**\n * Name of the source database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceDatabaseName?: string;\n /**\n * Name of the target database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDatabaseName?: string;\n /**\n * Validation start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Validation end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Provides data integrity validation result between the source and target tables that are migrated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataIntegrityValidationResult?: DataIntegrityValidationResult;\n /**\n * Provides schema comparison result between source and target database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly schemaValidationResult?: SchemaComparisonValidationResult;\n /**\n * Results of some of the query execution result between source and target database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly queryAnalysisValidationResult?: QueryAnalysisValidationResult;\n /**\n * Current status of validation at the database level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ValidationStatus;\n}\n\n/** Results for checksum based Data Integrity validation results */\nexport interface DataIntegrityValidationResult {\n /** List of failed table names of source and target pair */\n failedObjects?: { [propertyName: string]: string };\n /** List of errors that happened while performing data integrity validation */\n validationErrors?: ValidationError;\n}\n\n/** Description about the errors happen while performing migration validation */\nexport interface ValidationError {\n /** Error Text */\n text?: string;\n /** Severity of the error */\n severity?: Severity;\n}\n\n/** Results for schema comparison between the source and target */\nexport interface SchemaComparisonValidationResult {\n /** List of schema differences between the source and target databases */\n schemaDifferences?: SchemaComparisonValidationResultType;\n /** List of errors that happened while performing schema compare validation */\n validationErrors?: ValidationError;\n /** Count of source database objects */\n sourceDatabaseObjectCount?: { [propertyName: string]: number };\n /** Count of target database objects */\n targetDatabaseObjectCount?: { [propertyName: string]: number };\n}\n\n/** Description about the errors happen while performing migration validation */\nexport interface SchemaComparisonValidationResultType {\n /** Name of the object that has the difference */\n objectName?: string;\n /** Type of the object that has the difference. e.g (Table/View/StoredProcedure) */\n objectType?: ObjectType;\n /** Update action type with respect to target */\n updateAction?: UpdateActionType;\n}\n\n/** Results for query analysis comparison between the source and target */\nexport interface QueryAnalysisValidationResult {\n /** List of queries executed and it's execution results in source and target */\n queryResults?: QueryExecutionResult;\n /** Errors that are part of the execution */\n validationErrors?: ValidationError;\n}\n\n/** Describes query analysis results for execution in source and target */\nexport interface QueryExecutionResult {\n /** Query text retrieved from the source server */\n queryText?: string;\n /** Total no. of statements in the batch */\n statementsInBatch?: number;\n /** Query analysis result from the source */\n sourceResult?: ExecutionStatistics;\n /** Query analysis result from the target */\n targetResult?: ExecutionStatistics;\n}\n\n/** Description about the errors happen while performing migration validation */\nexport interface ExecutionStatistics {\n /** No. of query executions */\n executionCount?: number;\n /** CPU Time in millisecond(s) for the query execution */\n cpuTimeMs?: number;\n /** Time taken in millisecond(s) for executing the query */\n elapsedTimeMs?: number;\n /** Dictionary of sql query execution wait types and the respective statistics */\n waitStats?: { [propertyName: string]: WaitStatistics };\n /** Indicates whether the query resulted in an error */\n hasErrors?: boolean;\n /** List of sql Errors */\n sqlErrors?: string[];\n}\n\n/** Wait statistics gathered during query batch execution */\nexport interface WaitStatistics {\n /** Type of the Wait */\n waitType?: string;\n /** Total wait time in millisecond(s) */\n waitTimeMs?: number;\n /** Total no. of waits */\n waitCount?: number;\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */\nexport interface SqlServerSqlMISyncTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];\n /** Backup file share information for all selected databases. */\n backupFileShare?: FileShare;\n /** Fully qualified resourceId of storage */\n storageResourceId: string;\n /** Connection information for source SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Connection information for Azure SQL Database Managed Instance */\n targetConnectionInfo: MiSqlConnectionInfo;\n /** Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */\n azureApp: AzureActiveDirectoryApp;\n}\n\n/** Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs */\nexport interface MigrateSqlServerSqlMIDatabaseInput {\n /** Name of the database */\n name: string;\n /** Name of the database at destination */\n restoreDatabaseName: string;\n /** Backup file share information for backing up this database. */\n backupFileShare?: FileShare;\n /** The list of backup files to be used in case of existing backups. */\n backupFilePaths?: string[];\n /** id of the database */\n id?: string;\n}\n\n/** Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance using Log Replay Service. */\nexport interface MigrateSqlServerSqlMISyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\" | \"DatabaseLevelOutput\" | \"ErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Blob container storage information. */\nexport interface BlobShare {\n /** SAS URI of Azure Storage Account Container. */\n sasUri: string;\n}\n\n/** Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance. */\nexport interface MigrateSqlServerSqlMITaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"AgentJobLevelOutput\"\n | \"LoginLevelOutput\"\n | \"ErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** SSIS migration info with SSIS store type, overwrite policy. */\nexport interface SsisMigrationInfo {\n /** The SSIS store type of source, only SSIS catalog is supported now in DMS */\n ssisStoreType?: SsisStoreType;\n /** The overwrite option for the SSIS project migration */\n projectOverwriteOption?: SsisMigrationOverwriteOption;\n /** The overwrite option for the SSIS environment migration */\n environmentOverwriteOption?: SsisMigrationOverwriteOption;\n}\n\n/** Output for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance. */\nexport interface MigrateSsisTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\" | \"SsisProjectLevelOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Describes the input to the 'cancel' and 'restart' MongoDB migration commands */\nexport interface MongoDbCommandInput {\n /** The qualified name of a database or collection to act upon, or null to act upon the entire migration */\n objectName?: string;\n}\n\n/** Describes a MongoDB data source */\nexport interface MongoDbClusterInfo {\n /** A list of non-system databases in the cluster */\n databases: MongoDbDatabaseInfo[];\n /** Whether the cluster supports sharded collections */\n supportsSharding: boolean;\n /** The type of data source */\n type: MongoDbClusterType;\n /** The version of the data source in the form x.y.z (e.g. 3.6.7). Not used if Type is BlobContainer. */\n version: string;\n}\n\n/** Describes a MongoDB shard key */\nexport interface MongoDbShardKeyInfo {\n /** The fields within the shard key */\n fields: MongoDbShardKeyField[];\n /** Whether the shard key is unique */\n isUnique: boolean;\n}\n\n/** Describes a field reference within a MongoDB shard key */\nexport interface MongoDbShardKeyField {\n /** The name of the field */\n name: string;\n /** The field ordering */\n order: MongoDbShardKeyOrder;\n}\n\n/** Describes a database or collection within a MongoDB data source */\nexport interface MongoDbObjectInfo {\n /** The average document size, or -1 if the average size is unknown */\n averageDocumentSize: number;\n /** The estimated total data size, in bytes, or -1 if the size is unknown. */\n dataSize: number;\n /** The estimated total number of documents, or -1 if the document count is unknown */\n documentCount: number;\n /** The unqualified name of the database or collection */\n name: string;\n /** The qualified name of the database or collection. For a collection, this is the database-qualified name. */\n qualifiedName: string;\n}\n\n/** Base class for MongoDB migration outputs */\nexport interface MongoDbProgress {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"Collection\" | \"Database\" | \"Migration\";\n /** The number of document bytes copied during the Copying stage */\n bytesCopied: number;\n /** The number of documents copied during the Copying stage */\n documentsCopied: number;\n /** The elapsed time in the format [ddd.]hh:mm:ss[.fffffff] (i.e. TimeSpan format) */\n elapsedTime: string;\n /** The errors and warnings that have occurred for the current object. The keys are the error codes. */\n errors: { [propertyName: string]: MongoDbError };\n /** The number of oplog events awaiting replay */\n eventsPending: number;\n /** The number of oplog events replayed so far */\n eventsReplayed: number;\n /** The timestamp of the last oplog event received, or null if no oplog event has been received yet */\n lastEventTime?: Date;\n /** The timestamp of the last oplog event replayed, or null if no oplog event has been replayed yet */\n lastReplayTime?: Date;\n /** The name of the progress object. For a collection, this is the unqualified collection name. For a database, this is the database name. For the overall migration, this is null. */\n name?: string;\n /** The qualified name of the progress object. For a collection, this is the database-qualified name. For a database, this is the database name. For the overall migration, this is null. */\n qualifiedName?: string;\n state: MongoDbMigrationState;\n /** The total number of document bytes on the source at the beginning of the Copying stage, or -1 if the total size was unknown */\n totalBytes: number;\n /** The total number of documents on the source at the beginning of the Copying stage, or -1 if the total count was unknown */\n totalDocuments: number;\n}\n\n/** Describes an error or warning that occurred during a MongoDB migration */\nexport interface MongoDbError {\n /** The non-localized, machine-readable code that describes the error or warning */\n code?: string;\n /** The number of times the error or warning has occurred */\n count?: number;\n /** The localized, human-readable message that describes the error or warning */\n message?: string;\n /** The type of error or warning */\n type?: MongoDbErrorType;\n}\n\n/** Describes how an individual MongoDB collection should be migrated */\nexport interface MongoDbCollectionSettings {\n /** Whether the migrator is allowed to drop the target collection in the course of performing a migration. The default is true. */\n canDelete?: boolean;\n /** Describes a MongoDB shard key */\n shardKey?: MongoDbShardKeySetting;\n /** The RUs that should be configured on a CosmosDB target, or null to use the default. This has no effect on non-CosmosDB targets. */\n targetRUs?: number;\n}\n\n/** Describes a MongoDB shard key */\nexport interface MongoDbShardKeySetting {\n /** The fields within the shard key */\n fields: MongoDbShardKeyField[];\n /** Whether the shard key is unique */\n isUnique: boolean;\n}\n\n/** Describes how an individual MongoDB database should be migrated */\nexport interface MongoDbDatabaseSettings {\n /** The collections on the source database to migrate to the target. The keys are the unqualified names of the collections. */\n collections: { [propertyName: string]: MongoDbCollectionSettings };\n /** The RUs that should be configured on a CosmosDB target, or null to use the default, or 0 if throughput should not be provisioned for the database. This has no effect on non-CosmosDB targets. */\n targetRUs?: number;\n}\n\n/** Describes how a MongoDB data migration should be performed */\nexport interface MongoDbMigrationSettings {\n /** The RU limit on a CosmosDB target that collections will be temporarily increased to (if lower) during the initial copy of a migration, from 10,000 to 1,000,000, or 0 to use the default boost (which is generally the maximum), or null to not boost the RUs. This setting has no effect on non-CosmosDB targets. */\n boostRUs?: number;\n /** The databases on the source cluster to migrate to the target. The keys are the names of the databases. */\n databases: { [propertyName: string]: MongoDbDatabaseSettings };\n /** Describes how changes will be replicated from the source to the target. The default is OneTime. */\n replication?: MongoDbReplication;\n /** Settings used to connect to the source cluster */\n source: MongoDbConnectionInfo;\n /** Settings used to connect to the target cluster */\n target: MongoDbConnectionInfo;\n /** Settings used to limit the resource usage of the migration */\n throttling?: MongoDbThrottlingSettings;\n}\n\n/** Specifies resource limits for the migration */\nexport interface MongoDbThrottlingSettings {\n /** The percentage of CPU time that the migrator will try to avoid using, from 0 to 100 */\n minFreeCpu?: number;\n /** The number of megabytes of RAM that the migrator will try to avoid using */\n minFreeMemoryMb?: number;\n /** The maximum number of work items (e.g. collection copies) that will be processed in parallel */\n maxParallelism?: number;\n}\n\n/** Input for the task that validates Oracle database connection */\nexport interface ConnectToSourceOracleSyncTaskInput {\n /** Information for connecting to Oracle source */\n sourceConnectionInfo: OracleConnectionInfo;\n}\n\n/** Output for the task that validates Oracle database connection */\nexport interface ConnectToSourceOracleSyncTaskOutput {\n /**\n * Version of the source server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * List of schemas on source server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string[];\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements for Oracle source. */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput {\n /** Connection information for target Azure Database for PostgreSQL server */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n}\n\n/** Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements for Oracle source. */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput {\n /**\n * Version of the target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * List of databases on target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string[];\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n /** Mapping of schemas per database */\n databaseSchemaMap?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem[];\n}\n\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem {\n database?: string;\n schemas?: string[];\n}\n\n/** Input for the task that gets the list of tables contained within a provided list of Oracle schemas. */\nexport interface GetUserTablesOracleTaskInput {\n /** Information for connecting to Oracle source */\n connectionInfo: OracleConnectionInfo;\n /** List of Oracle schemas for which to collect tables */\n selectedSchemas: string[];\n}\n\n/** Output for the task that gets the list of tables contained within a provided list of Oracle schemas. */\nexport interface GetUserTablesOracleTaskOutput {\n /**\n * The schema this result is for\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly schemaName?: string;\n /**\n * List of valid tables found for this schema\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tables?: DatabaseTable[];\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that gets the list of tables for a provided list of PostgreSQL databases. */\nexport interface GetUserTablesPostgreSqlTaskInput {\n /** Information for connecting to PostgreSQL source */\n connectionInfo: PostgreSqlConnectionInfo;\n /** List of PostgreSQL databases for which to collect tables */\n selectedDatabases: string[];\n}\n\n/** Output for the task that gets the list of tables for a provided list of PostgreSQL databases. */\nexport interface GetUserTablesPostgreSqlTaskOutput {\n /**\n * The database this result is for\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * List of valid tables found for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tables?: DatabaseTable[];\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Output for task that validates migration input for Oracle to Azure Database for PostgreSQL for online migrations */\nexport interface ValidateOracleAzureDbPostgreSqlSyncTaskOutput {\n /**\n * Errors associated with a selected database object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateOracleAzureDbPostgreSqlSyncDatabaseInput[];\n /** Connection information for target Azure Database for PostgreSQL */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n /** Connection information for source Oracle */\n sourceConnectionInfo: OracleConnectionInfo;\n}\n\n/** Database specific information for Oracle to Azure Database for PostgreSQL migration task inputs */\nexport interface MigrateOracleAzureDbPostgreSqlSyncDatabaseInput {\n /** How to handle object name casing: either Preserve or ToLower */\n caseManipulation?: string;\n /** Name of the migration pipeline */\n name?: string;\n /** Name of the source schema */\n schemaName?: string;\n /** Mapping of source to target tables */\n tableMap?: { [propertyName: string]: string };\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: { [propertyName: string]: string };\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: { [propertyName: string]: string };\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: { [propertyName: string]: string };\n}\n\n/** Output for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"TableLevelOutput\"\n | \"ErrorOutput\"\n | \"DatabaseLevelErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Information about an Oracle OCI driver. */\nexport interface OracleOCIDriverInfo {\n /**\n * The name of the driver package\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverName?: string;\n /**\n * The size in bytes of the driver package\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverSize?: string;\n /**\n * The MD5 Base64 encoded checksum for the driver package.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly archiveChecksum?: string;\n /**\n * The checksum for the driver package provided by Oracle.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly oracleChecksum?: string;\n /**\n * Version listed in the OCI assembly 'oci.dll'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assemblyVersion?: string;\n /**\n * List of Oracle database versions supported by this driver. Only major minor of the version is listed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedOracleVersions?: string[];\n}\n\n/** Input for the service task to check for OCI drivers. */\nexport interface CheckOCIDriverTaskInput {\n /** Version of the source server to check against. Optional. */\n serverVersion?: string;\n}\n\n/** Output for the service task to check for OCI drivers. */\nexport interface CheckOCIDriverTaskOutput {\n /** Information about the installed driver if found and valid. */\n installedDriver?: OracleOCIDriverInfo;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the service task to upload an OCI driver. */\nexport interface UploadOCIDriverTaskInput {\n /** File share information for the OCI driver archive. */\n driverShare?: FileShare;\n}\n\n/** Output for the service task to upload an OCI driver. */\nexport interface UploadOCIDriverTaskOutput {\n /**\n * The name of the driver package that was validated and uploaded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverPackageName?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for the service task to install an OCI driver. */\nexport interface InstallOCIDriverTaskInput {\n /** Name of the uploaded driver package to install. */\n driverPackageName?: string;\n}\n\n/** Output for the service task to install an OCI driver. */\nexport interface InstallOCIDriverTaskOutput {\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Description of an action supported by the Database Migration Service */\nexport interface ServiceOperation {\n /** The fully qualified action name, e.g. Microsoft.DataMigration/services/read */\n name?: string;\n /** Localized display text */\n display?: ServiceOperationDisplay;\n}\n\n/** Localized display text */\nexport interface ServiceOperationDisplay {\n /** The localized resource provider name */\n provider?: string;\n /** The localized resource type name */\n resource?: string;\n /** The localized operation name */\n operation?: string;\n /** The localized operation description */\n description?: string;\n}\n\n/** OData page of action (operation) objects */\nexport interface ServiceOperationList {\n /** List of actions */\n value?: ServiceOperation[];\n /** URL to load the next page of actions */\n nextLink?: string;\n}\n\n/** Output for connect to MySQL type source */\nexport interface ConnectToSourceNonSqlTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Server properties\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverProperties?: ServerProperties;\n /**\n * List of databases on the server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string[];\n /**\n * Validation errors associated with the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Server properties for MySQL type source */\nexport interface ServerProperties {\n /**\n * Name of the server platform\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverPlatform?: string;\n /**\n * Name of the server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverName?: string;\n /**\n * Version of the database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverVersion?: string;\n /**\n * Edition of the database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverEdition?: string;\n /**\n * Version of the operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverOperatingSystemVersion?: string;\n /**\n * Number of databases in the server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverDatabaseCount?: number;\n}\n\n/** Input for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskInput {\n /** Connection information for source MySQL */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Connection information for target Azure Database for MySQL */\n targetConnectionInfo: MySqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateMySqlAzureDbForMySqlOfflineDatabaseInput[];\n /** Setting to set the source server read only */\n makeSourceServerReadOnly?: boolean;\n /** Parameter to specify when the migration started */\n startedOn?: Date;\n /** Optional parameters for fine tuning the data transfer rate during migration */\n optionalAgentSettings?: { [propertyName: string]: string };\n}\n\n/** Database specific information for offline MySQL to Azure Database for MySQL migration task inputs */\nexport interface MigrateMySqlAzureDbForMySqlOfflineDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Mapping of source to target tables */\n tableMap?: { [propertyName: string]: string };\n}\n\n/** Output for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType:\n | \"MigrationLevelOutput\"\n | \"DatabaseLevelOutput\"\n | \"TableLevelOutput\"\n | \"ErrorOutput\";\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Input for task that validates migration input for SQL sync migrations */\nexport interface ValidateSyncMigrationInputSqlServerTaskInput {\n /** Information for connecting to source SQL server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[];\n}\n\n/** Output for task that validates migration input for SQL sync migrations */\nexport interface ValidateSyncMigrationInputSqlServerTaskOutput {\n /**\n * Database identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Errors associated with a selected database object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Input for task that validates migration input for SQL to Azure SQL Managed Instance */\nexport interface ValidateMigrationInputSqlServerSqlMITaskInput {\n /** Information for connecting to source */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];\n /** Logins to migrate */\n selectedLogins?: string[];\n /** Backup file share information for all selected databases. */\n backupFileShare?: FileShare;\n /** SAS URI of Azure Storage Account Container to be used for storing backup files. */\n backupBlobShare: BlobShare;\n /** Backup Mode to specify whether to use existing backup or create new backup. */\n backupMode?: BackupMode;\n}\n\n/** Output for task that validates migration input for SQL to Azure SQL Managed Instance migrations */\nexport interface ValidateMigrationInputSqlServerSqlMITaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Errors associated with the RestoreDatabaseName\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restoreDatabaseNameErrors?: ReportableException[];\n /**\n * Errors associated with the BackupFolder path\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupFolderErrors?: ReportableException[];\n /**\n * Errors associated with backup share user name and password credentials\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupShareCredentialsErrors?: ReportableException[];\n /**\n * Errors associated with the storage account provided.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupStorageAccountErrors?: ReportableException[];\n /**\n * Errors associated with existing backup files.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly existingBackupErrors?: ReportableException[];\n /** Information about backup files when existing backup mode is used. */\n databaseBackupInfo?: DatabaseBackupInfo;\n}\n\n/** Information about backup files when existing backup mode is used. */\nexport interface DatabaseBackupInfo {\n /**\n * Database name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Backup Type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupType?: BackupType;\n /**\n * The list of backup files for the current database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupFiles?: string[];\n /**\n * Position of current database backup in the file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly position?: number;\n /**\n * Database was damaged when backed up, but the backup operation was requested to continue despite errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDamaged?: boolean;\n /**\n * Whether the backup set is compressed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isCompressed?: boolean;\n /**\n * Number of files in the backup set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly familyCount?: number;\n /**\n * Date and time when the backup operation finished.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupFinishDate?: Date;\n}\n\n/** Output for task that validates migration input for Azure SQL Database Managed Instance online migration */\nexport interface ValidateMigrationInputSqlServerSqlMISyncTaskOutput {\n /**\n * Database identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Errors associated with a selected database object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Information about a single database */\nexport interface Database {\n /** Unique identifier for the database */\n id?: string;\n /** Name of the database */\n name?: string;\n /** SQL Server compatibility level of database */\n compatibilityLevel?: DatabaseCompatLevel;\n /** Collation name of the database */\n collation?: string;\n /** Name of the server */\n serverName?: string;\n /** Fully qualified name */\n fqdn?: string;\n /** Install id of the database */\n installId?: string;\n /** Version of the server */\n serverVersion?: string;\n /** Edition of the server */\n serverEdition?: string;\n /** Product level of the server (RTM, SP, CTP). */\n serverLevel?: string;\n /** Default path of the data files */\n serverDefaultDataPath?: string;\n /** Default path of the log files */\n serverDefaultLogPath?: string;\n /** Default path of the backup folder */\n serverDefaultBackupPath?: string;\n /** Number of cores on the server */\n serverCoreCount?: number;\n /** Number of cores on the server that have VISIBLE ONLINE status */\n serverVisibleOnlineCoreCount?: number;\n /** State of the database */\n databaseState?: DatabaseState;\n /** The unique Server Id */\n serverId?: string;\n}\n\n/** A representation of the name of an object in a database */\nexport interface DatabaseObjectName {\n /**\n * The unescaped name of the database containing the object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * The unescaped name of the object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectName?: string;\n /**\n * The unescaped name of the schema containing the object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly schemaName?: string;\n /** Type of the object in the database */\n objectType?: ObjectType;\n}\n\n/** Common metadata for migration projects */\nexport interface DataMigrationProjectMetadata {\n /**\n * Source server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerName?: string;\n /**\n * Source server port number\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerPort?: string;\n /**\n * Source username\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceUsername?: string;\n /**\n * Target server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerName?: string;\n /**\n * Target username\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetUsername?: string;\n /**\n * Target database name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbName?: string;\n /**\n * Whether target connection is Windows authentication\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetUsingWinAuth?: boolean;\n /**\n * List of tables selected for migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selectedMigrationTables?: MigrationTableMetadata[];\n}\n\n/** Metadata for tables selected in migration project */\nexport interface MigrationTableMetadata {\n /**\n * Source table name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceTableName?: string;\n /**\n * Target table name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetTableName?: string;\n}\n\n/** Input for the task that reads configuration from project artifacts */\nexport interface GetProjectDetailsNonSqlTaskInput {\n /** Name of the migration project */\n projectName: string;\n /** A URL that points to the location to access project artifacts */\n projectLocation: string;\n}\n\n/** Base class for non sql migration task input */\nexport interface NonSqlMigrationTaskInput {\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n /** Target database name */\n targetDatabaseName: string;\n /** Name of the migration project */\n projectName: string;\n /** A URL that points to the drop location to access project artifacts */\n projectLocation: string;\n /** Metadata of the tables selected for migration */\n selectedTables: NonSqlDataMigrationTable[];\n}\n\n/** Defines metadata for table to be migrated */\nexport interface NonSqlDataMigrationTable {\n /** Source table name */\n sourceName?: string;\n}\n\n/** Base class for non sql migration task output */\nexport interface NonSqlMigrationTaskOutput {\n /**\n * Result identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: MigrationStatus;\n /**\n * Results of the migration. The key contains the table name and the value the table result object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataMigrationTableResults?: string;\n /**\n * Message about the progress of the migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progressMessage?: string;\n /**\n * Name of source server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerName?: string;\n /**\n * Name of target server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerName?: string;\n}\n\n/** Object used to report the data migration results of a table */\nexport interface NonSqlDataMigrationTableResult {\n /**\n * Result code of the data migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultCode?: DataMigrationResultCode;\n /**\n * Name of the source table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceName?: string;\n /**\n * Name of the target table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetName?: string;\n /**\n * Number of rows in the source table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceRowCount?: number;\n /**\n * Number of rows in the target table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetRowCount?: number;\n /**\n * Time taken to migrate the data\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly elapsedTimeInMiliseconds?: number;\n /**\n * List of errors, if any, during migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: DataMigrationError[];\n}\n\n/** Migration Task errors */\nexport interface DataMigrationError {\n /**\n * Error description\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Error type */\n type?: ErrorType;\n}\n\n/** Database specific information for SQL to SQL migration task inputs */\nexport interface MigrateSqlServerDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of the database at destination */\n restoreDatabaseName?: string;\n /** The backup and restore folder */\n backupAndRestoreFolder?: string;\n /** The list of database files */\n databaseFiles?: DatabaseFileInput[];\n}\n\n/** Database file specific information for input */\nexport interface DatabaseFileInput {\n /** Unique identifier for database file */\n id?: string;\n /** Logical name of the file */\n logicalName?: string;\n /** Operating-system full path of the file */\n physicalFullName?: string;\n /** Suggested full path of the file for restoring */\n restoreFullName?: string;\n /** Database file type */\n fileType?: DatabaseFileType;\n}\n\n/** Server role migration result */\nexport interface StartMigrationScenarioServerRoleResult {\n /**\n * Name of server role.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\n/** Database Migration Resource properties for SQL Managed Instance. */\nexport interface DatabaseMigrationPropertiesSqlMi\n extends DatabaseMigrationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SqlMi\";\n /**\n * Detailed migration status. Not included by default.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationStatusDetails?: MigrationStatusDetails;\n /** Database collation to be used for the target database. */\n targetDatabaseCollation?: string;\n /** Error message for migration provisioning failure, if any. */\n provisioningError?: string;\n /** Backup configuration info. */\n backupConfiguration?: BackupConfiguration;\n /** Offline configuration. */\n offlineConfiguration?: OfflineConfiguration;\n}\n\n/** Database Migration Resource properties for SQL Virtual Machine. */\nexport interface DatabaseMigrationPropertiesSqlVm\n extends DatabaseMigrationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SqlVm\";\n /**\n * Detailed migration status. Not included by default.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationStatusDetails?: MigrationStatusDetails;\n /** Database collation to be used for the target database. */\n targetDatabaseCollation?: string;\n /** Error message for migration provisioning failure, if any. */\n provisioningError?: string;\n /** Backup configuration info. */\n backupConfiguration?: BackupConfiguration;\n /** Offline configuration. */\n offlineConfiguration?: OfflineConfiguration;\n}\n\n/** Database Migration Resource for SQL Managed Instance. */\nexport interface DatabaseMigrationSqlMi extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Database Migration Resource properties for SQL Managed Instance. */\n properties?: DatabaseMigrationPropertiesSqlMi;\n}\n\n/** Database Migration Resource for SQL Virtual Machine. */\nexport interface DatabaseMigrationSqlVm extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Database Migration Resource properties for SQL Virtual Machine. */\n properties?: DatabaseMigrationPropertiesSqlVm;\n}\n\n/** Database Migration Resource. */\nexport interface DatabaseMigration extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Database Migration Resource properties. */\n properties?: DatabaseMigrationPropertiesUnion;\n}\n\n/** A SQL Migration Service. */\nexport interface SqlMigrationService extends TrackedResource {\n /**\n * Provisioning state to track the async operation status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Current state of the Integration runtime.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly integrationRuntimeState?: string;\n}\n\n/** A Database Migration Service resource */\nexport interface DataMigrationService extends TrackedResource {\n /** HTTP strong entity tag value. Ignored if submitted */\n etag?: string;\n /** The resource kind. Only 'vm' (the default) is supported. */\n kind?: string;\n /** Service SKU */\n sku?: ServiceSku;\n /**\n * The resource's provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ServiceProvisioningState;\n /** The public key of the service, used to encrypt secrets sent to the service */\n publicKey?: string;\n /** The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined */\n virtualSubnetId?: string;\n /** The ID of the Microsoft.Network/networkInterfaces resource which the service have */\n virtualNicId?: string;\n /** The time delay before the service is auto-stopped when idle. */\n autoStopDelay?: string;\n /** Whether service resources should be deleted when stopped. (Turned on by default) */\n deleteResourcesOnStop?: boolean;\n}\n\n/** A project resource */\nexport interface Project extends TrackedResource {\n /** HTTP strong entity tag value. This is ignored if submitted. */\n eTag?: string;\n /** Source platform for the project */\n sourcePlatform?: ProjectSourcePlatform;\n /** Field that defines the Azure active directory application info, used to connect to the target Azure resource */\n azureAuthenticationInfo?: string;\n /** Target platform for the project */\n targetPlatform?: ProjectTargetPlatform;\n /**\n * UTC Date and time when project was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** Information for connecting to source */\n sourceConnectionInfo?: ConnectionInfoUnion;\n /** Information for connecting to target */\n targetConnectionInfo?: ConnectionInfoUnion;\n /** List of DatabaseInfo */\n databasesInfo?: DatabaseInfo[];\n /**\n * The project's provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProjectProvisioningState;\n}\n\n/** Properties for task that migrates Schema for SQL Server databases to Azure SQL databases */\nexport interface MigrateSchemaSqlServerSqlDbTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"MigrateSchemaSqlServerSqlDb\";\n /** Task input */\n input?: MigrateSchemaSqlServerSqlDbTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSchemaSqlServerSqlDbTaskOutputUnion[];\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** Task id */\n taskId?: string;\n}\n\n/** Properties for the task that checks for OCI drivers. */\nexport interface CheckOCIDriverTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Service.Check.OCI\";\n /** Input for the service task to check for OCI drivers. */\n input?: CheckOCIDriverTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: CheckOCIDriverTaskOutput[];\n}\n\n/** Properties for the task that uploads an OCI driver. */\nexport interface UploadOCIDriverTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Service.Upload.OCI\";\n /** Input for the service task to upload an OCI driver. */\n input?: UploadOCIDriverTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: UploadOCIDriverTaskOutput[];\n}\n\n/** Properties for the task that installs an OCI driver. */\nexport interface InstallOCIDriverTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Service.Install.OCI\";\n /** Input for the service task to install an OCI driver. */\n input?: InstallOCIDriverTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: InstallOCIDriverTaskOutput[];\n}\n\n/** Properties for the task that validates the connection to and provides information about a MongoDB server */\nexport interface ConnectToMongoDbTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Connect.MongoDb\";\n /** Describes a connection to a MongoDB data source */\n input?: MongoDbConnectionInfo;\n /**\n * An array containing a single MongoDbClusterInfo object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MongoDbClusterInfo[];\n}\n\n/** Properties for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToSource.SqlServer\";\n /** Task input */\n input?: ConnectToSourceSqlServerTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];\n}\n\n/** Properties for the task that validates connection to SQL Server and source server requirements for online migration */\nexport interface ConnectToSourceSqlServerSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToSource.SqlServer.Sync\";\n /** Task input */\n input?: ConnectToSourceSqlServerTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];\n}\n\n/** Properties for the task that validates connection to PostgreSQL server and source server requirements for online migration */\nexport interface ConnectToSourcePostgreSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToSource.PostgreSql.Sync\";\n /** Task input */\n input?: ConnectToSourcePostgreSqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToSourcePostgreSqlSyncTaskOutput[];\n}\n\n/** Properties for the task that validates MySQL database connection */\nexport interface ConnectToSourceMySqlTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToSource.MySql\";\n /** Task input */\n input?: ConnectToSourceMySqlTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToSourceNonSqlTaskOutput[];\n}\n\n/** Properties for the task that validates Oracle database connection */\nexport interface ConnectToSourceOracleSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToSource.Oracle.Sync\";\n /** Task input */\n input?: ConnectToSourceOracleSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToSourceOracleSyncTaskOutput[];\n}\n\n/** Properties for the task that validates connection to SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.SqlDb\";\n /** Task input */\n input?: ConnectToTargetSqlDbTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetSqlDbTaskOutput[];\n}\n\n/** Properties for the task that validates connection to SQL DB and target server requirements for online migration */\nexport interface ConnectToTargetSqlDbSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.SqlDb.Sync\";\n /** Task input */\n input?: ConnectToTargetSqlDbSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetSqlDbTaskOutput[];\n}\n\n/** Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration */\nexport interface ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.AzureDbForPostgreSql.Sync\";\n /** Task input */\n input?: ConnectToTargetAzureDbForPostgreSqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput[];\n}\n\n/** Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration for Oracle source. */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\";\n /** Task input */\n input?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput[];\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"GetUserTables.Sql\";\n /** Task input */\n input?: GetUserTablesSqlTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: GetUserTablesSqlTaskOutput[];\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"GetUserTables.AzureSqlDb.Sync\";\n /** Task input */\n input?: GetUserTablesSqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: GetUserTablesSqlSyncTaskOutput[];\n}\n\n/** Properties for the task that collects user tables for the given list of Oracle schemas */\nexport interface GetUserTablesOracleTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"GetUserTablesOracle\";\n /** Task input */\n input?: GetUserTablesOracleTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: GetUserTablesOracleTaskOutput[];\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesPostgreSqlTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"GetUserTablesPostgreSql\";\n /** Task input */\n input?: GetUserTablesPostgreSqlTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: GetUserTablesPostgreSqlTaskOutput[];\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesMySqlTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"GetUserTablesMySql\";\n /** Task input */\n input?: GetUserTablesMySqlTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: GetUserTablesMySqlTaskOutput[];\n}\n\n/** Properties for the task that validates connection to Azure SQL Database Managed Instance */\nexport interface ConnectToTargetSqlMITaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.AzureSqlDbMI\";\n /** Task input */\n input?: ConnectToTargetSqlMITaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetSqlMITaskOutput[];\n}\n\n/** Properties for the task that validates connection to Azure SQL Database Managed Instance */\nexport interface ConnectToTargetSqlMISyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\";\n /** Task input */\n input?: ConnectToTargetSqlMISyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetSqlMISyncTaskOutput[];\n}\n\n/** Properties for the task that validates connection to Azure Database for MySQL and target server requirements */\nexport interface ConnectToTargetAzureDbForMySqlTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ConnectToTarget.AzureDbForMySql\";\n /** Task input */\n input?: ConnectToTargetAzureDbForMySqlTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ConnectToTargetAzureDbForMySqlTaskOutput[];\n}\n\n/** Properties for the task that migrates data between MongoDB data sources */\nexport interface MigrateMongoDbTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.MongoDb\";\n /** Describes how a MongoDB data migration should be performed */\n input?: MongoDbMigrationSettings;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly output?: MongoDbProgressUnion[];\n}\n\n/** Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance */\nexport interface MigrateSqlServerSqlMITaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.SqlServer.AzureSqlDbMI\";\n /** Task input */\n input?: MigrateSqlServerSqlMITaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSqlServerSqlMITaskOutputUnion[];\n /** task id */\n taskId?: string;\n}\n\n/** Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance sync scenario */\nexport interface MigrateSqlServerSqlMISyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\";\n /** Task input */\n input?: MigrateSqlServerSqlMISyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSqlServerSqlMISyncTaskOutputUnion[];\n}\n\n/** Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database */\nexport interface MigrateSqlServerSqlDbTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.SqlServer.SqlDb\";\n /** Task input */\n input?: MigrateSqlServerSqlDbTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSqlServerSqlDbTaskOutputUnion[];\n /** task id */\n taskId?: string;\n /** whether the task can be cloned or not */\n isCloneable?: boolean;\n}\n\n/** Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */\nexport interface MigrateSqlServerSqlDbSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.SqlServer.AzureSqlDb.Sync\";\n /** Task input */\n input?: MigrateSqlServerSqlDbSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSqlServerSqlDbSyncTaskOutputUnion[];\n}\n\n/** Properties for the task that migrates MySQL databases to Azure Database for MySQL for online migrations */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.MySql.AzureDbForMySql.Sync\";\n /** Task input */\n input?: MigrateMySqlAzureDbForMySqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion[];\n}\n\n/** Properties for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.MySql.AzureDbForMySql\";\n /** Task input */\n input?: MigrateMySqlAzureDbForMySqlOfflineTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion[];\n}\n\n/** Properties for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\";\n /** Task input */\n input?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion[];\n /** task id */\n taskId?: string;\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n}\n\n/** Properties for the task that migrates Oracle to Azure Database for PostgreSQL for online migrations */\nexport interface MigrateOracleAzureDbForPostgreSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.Oracle.AzureDbForPostgreSql.Sync\";\n /** Task input */\n input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion[];\n}\n\n/** Properties for task that validates migration input for SQL to Azure SQL DB sync migrations */\nexport interface ValidateMigrationInputSqlServerSqlDbSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ValidateMigrationInput.SqlServer.SqlDb.Sync\";\n /** Task input */\n input?: ValidateSyncMigrationInputSqlServerTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ValidateSyncMigrationInputSqlServerTaskOutput[];\n}\n\n/** Properties for task that validates migration input for SQL to Azure SQL Database Managed Instance */\nexport interface ValidateMigrationInputSqlServerSqlMITaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\";\n /** Task input */\n input?: ValidateMigrationInputSqlServerSqlMITaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ValidateMigrationInputSqlServerSqlMITaskOutput[];\n}\n\n/** Properties for task that validates migration input for SQL to Azure SQL Database Managed Instance sync scenario */\nexport interface ValidateMigrationInputSqlServerSqlMISyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\";\n /** Task input */\n input?: ValidateMigrationInputSqlServerSqlMISyncTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ValidateMigrationInputSqlServerSqlMISyncTaskOutput[];\n}\n\n/** Properties for the task that validates a migration between MongoDB data sources */\nexport interface ValidateMongoDbTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Validate.MongoDb\";\n /** Describes how a MongoDB data migration should be performed */\n input?: MongoDbMigrationSettings;\n /**\n * An array containing a single MongoDbMigrationProgress object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MongoDbMigrationProgress[];\n}\n\n/** Properties for the task that validates a migration for Oracle to Azure Database for PostgreSQL for online migrations */\nexport interface ValidateOracleAzureDbForPostgreSqlSyncTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Validate.Oracle.AzureDbPostgreSql.Sync\";\n /** Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations */\n input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput;\n /**\n * An array containing a single validation error response object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: ValidateOracleAzureDbPostgreSqlSyncTaskOutput[];\n}\n\n/** Properties for the task that gets TDE certificates in Base64 encoded format. */\nexport interface GetTdeCertificatesSqlTaskProperties\n extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"GetTDECertificates.Sql\";\n /** Task input */\n input?: GetTdeCertificatesSqlTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: GetTdeCertificatesSqlTaskOutput[];\n}\n\n/** Properties for task that migrates SSIS packages from SQL Server databases to Azure SQL Database Managed Instance. */\nexport interface MigrateSsisTaskProperties extends ProjectTaskProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n taskType: \"Migrate.Ssis\";\n /** Task input */\n input?: MigrateSsisTaskInput;\n /**\n * Task output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSsisTaskOutputUnion[];\n}\n\n/** Properties for the command that completes sync migration for a database. */\nexport interface MigrateSyncCompleteCommandProperties\n extends CommandProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n commandType: \"Migrate.Sync.Complete.Database\";\n /** Command input */\n input?: MigrateSyncCompleteCommandInput;\n /**\n * Command output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateSyncCompleteCommandOutput;\n}\n\n/** Properties for the command that completes online migration for an Azure SQL Database Managed Instance. */\nexport interface MigrateMISyncCompleteCommandProperties\n extends CommandProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n commandType: \"Migrate.SqlServer.AzureDbSqlMi.Complete\";\n /** Command input */\n input?: MigrateMISyncCompleteCommandInput;\n /**\n * Command output. This is ignored if submitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly output?: MigrateMISyncCompleteCommandOutput;\n}\n\n/** Properties for the command that cancels a migration in whole or in part */\nexport interface MongoDbCancelCommand extends CommandProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n commandType: \"cancel\";\n /** Command input */\n input?: MongoDbCommandInput;\n}\n\n/** Properties for the command that finishes a migration in whole or in part */\nexport interface MongoDbFinishCommand extends CommandProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n commandType: \"finish\";\n /** Command input */\n input?: MongoDbFinishCommandInput;\n}\n\n/** Properties for the command that restarts a migration in whole or in part */\nexport interface MongoDbRestartCommand extends CommandProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n commandType: \"restart\";\n /** Command input */\n input?: MongoDbCommandInput;\n}\n\n/** A task resource */\nexport interface ProjectTask extends Resource {\n /** HTTP strong entity tag value. This is ignored if submitted. */\n etag?: string;\n /** Custom task properties */\n properties?: ProjectTaskPropertiesUnion;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** A file resource */\nexport interface ProjectFile extends Resource {\n /** HTTP strong entity tag value. This is ignored if submitted. */\n etag?: string;\n /** Custom file properties */\n properties?: ProjectFileProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Describes a connection to a MongoDB data source */\nexport interface MongoDbConnectionInfo extends ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"MongoDbConnectionInfo\";\n /** A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties */\n connectionString: string;\n /** Data source */\n dataSource?: string;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** server brand version */\n serverBrandVersion?: string;\n enforceSSL?: boolean;\n /** port for server */\n port?: number;\n /** Additional connection settings */\n additionalSettings?: string;\n}\n\n/** Information for connecting to SQL database server */\nexport interface SqlConnectionInfo extends ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"SqlConnectionInfo\";\n /** Data source in the format Protocol:MachineName\\SQLServerInstanceName,PortNumber */\n dataSource: string;\n /** name of the server */\n serverName?: string;\n /** port for server */\n port?: string;\n /** Represents the ID of an HTTP resource represented by an Azure resource provider. */\n resourceId?: string;\n /** Authentication type to use for connection */\n authentication?: AuthenticationType;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** Additional connection settings */\n additionalSettings?: string;\n /** Whether to trust the server certificate */\n trustServerCertificate?: boolean;\n /** Server platform type for connection */\n platform?: SqlSourcePlatform;\n}\n\n/** Information for connecting to MySQL server */\nexport interface MySqlConnectionInfo extends ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"MySqlConnectionInfo\";\n /** Name of the server */\n serverName: string;\n /** Data source */\n dataSource?: string;\n /** Port for Server */\n port: number;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n}\n\n/** Information for connecting to Oracle server */\nexport interface OracleConnectionInfo extends ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"OracleConnectionInfo\";\n /** EZConnect or TNSName connection string. */\n dataSource: string;\n}\n\n/** Information for connecting to PostgreSQL server */\nexport interface PostgreSqlConnectionInfo extends ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"PostgreSqlConnectionInfo\";\n /** Name of the server */\n serverName: string;\n /** Data source */\n dataSource?: string;\n /** server version */\n serverVersion?: string;\n /** Name of the database */\n databaseName?: string;\n /** Port for Server */\n port: number;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** Whether to trust the server certificate */\n trustServerCertificate?: boolean;\n}\n\n/** Properties required to create a connection to Azure SQL database Managed instance */\nexport interface MiSqlConnectionInfo extends ConnectionInfo {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"MiSqlConnectionInfo\";\n /** Resource id for Azure SQL database Managed instance */\n managedInstanceResourceId: string;\n}\n\n/** Task level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputTaskLevel\n extends ConnectToSourceSqlServerTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TaskLevelOutput\";\n /**\n * Source databases as a map from database name to database id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string;\n /**\n * Source logins as a map from login name to login id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logins?: string;\n /**\n * Source agent jobs as a map from agent job name to id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentJobs?: string;\n /**\n * Mapping from database name to TDE certificate name, if applicable\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseTdeCertificateMapping?: string;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n}\n\n/** Database level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputDatabaseLevel\n extends ConnectToSourceSqlServerTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Database name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Size of the file in megabytes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeMB?: number;\n /**\n * The list of database files\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseFiles?: DatabaseFileInfo[];\n /**\n * SQL Server compatibility level of database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly compatibilityLevel?: DatabaseCompatLevel;\n /**\n * State of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseState?: DatabaseState;\n}\n\n/** Login level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputLoginLevel\n extends ConnectToSourceSqlServerTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"LoginLevelOutput\";\n /**\n * Login name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of login.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loginType?: LoginType;\n /**\n * The default database for the login.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDatabase?: string;\n /**\n * The state of the login.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n /**\n * Information about eligibility of login for migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationEligibility?: MigrationEligibilityInfo;\n}\n\n/** Agent Job level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputAgentJobLevel\n extends ConnectToSourceSqlServerTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"AgentJobLevelOutput\";\n /**\n * Agent Job name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of Agent Job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobCategory?: string;\n /**\n * The state of the original Agent Job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n /**\n * The owner of the Agent Job\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobOwner?: string;\n /**\n * UTC Date and time when the Agent Job was last executed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastExecutedOn?: Date;\n /**\n * Validation errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: ReportableException[];\n /**\n * Information about eligibility of agent job for migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationEligibility?: MigrationEligibilityInfo;\n}\n\n/** Input for task that migrates Schema for SQL Server databases to Azure SQL databases */\nexport interface MigrateSchemaSqlServerSqlDbTaskInput\n extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSchemaSqlServerSqlDbDatabaseInput[];\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n /** Migration start time */\n startedOn?: string;\n}\n\n/** Input for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */\nexport interface MigrateSqlServerSqlDbSyncTaskInput\n extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[];\n /** Validation options */\n validationOptions?: MigrationValidationOptions;\n}\n\n/** Input for the task that migrates on-prem SQL Server databases to Azure SQL Database */\nexport interface MigrateSqlServerSqlDbTaskInput extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlDbDatabaseInput[];\n /**\n * Options for enabling various post migration validations. Available options,\n * 1.) Data Integrity Check: Performs a checksum based comparison on source and target tables after the migration to ensure the correctness of the data.\n * 2.) Schema Validation: Performs a thorough schema comparison between the source and target tables and provides a list of differences between the source and target database, 3.) Query Analysis: Executes a set of queries picked up automatically either from the Query Plan Cache or Query Store and execute them and compares the execution time between the source and target database.\n */\n validationOptions?: MigrationValidationOptions;\n /** Date and time relative to UTC when the migration was started on */\n startedOn?: string;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance. */\nexport interface MigrateSqlServerSqlMITaskInput extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];\n /** Date and time relative to UTC when the migration was started on */\n startedOn?: string;\n /** Logins to migrate. */\n selectedLogins?: string[];\n /** Agent Jobs to migrate. */\n selectedAgentJobs?: string[];\n /** Backup file share information for all selected databases. */\n backupFileShare?: FileShare;\n /** SAS URI of Azure Storage Account Container to be used for storing backup files. */\n backupBlobShare: BlobShare;\n /** Backup Mode to specify whether to use existing backup or create new backup. If using existing backups, backup file paths are required to be provided in selectedDatabases. */\n backupMode?: BackupMode;\n /** Azure Active Directory domain name in the format of 'contoso.com' for federated Azure AD or 'contoso.onmicrosoft.com' for managed domain, required if and only if Windows logins are selected */\n aadDomainName?: string;\n}\n\n/** Input for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance. */\nexport interface MigrateSsisTaskInput extends SqlMigrationTaskInput {\n /** SSIS package migration information. */\n ssisMigrationInfo: SsisMigrationInfo;\n}\n\nexport interface MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel\n extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Overall state of the schema migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n}\n\nexport interface MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel\n extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * The name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * State of the schema migration for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Schema migration stage for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: SchemaMigrationStage;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Prefix string to use for querying errors for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseErrorResultPrefix?: string;\n /**\n * Prefix string to use for querying schema errors for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly schemaErrorResultPrefix?: string;\n /**\n * Number of successful operations for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfSuccessfulOperations?: number;\n /**\n * Number of failed operations for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfFailedOperations?: number;\n /**\n * Identifier for the file resource containing the schema of this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fileId?: string;\n}\n\nexport interface MigrateSchemaSqlServerSqlDbTaskOutputError\n extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"SchemaErrorOutput\";\n /**\n * Schema command which failed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly commandText?: string;\n /**\n * Reason of failure\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorText?: string;\n}\n\nexport interface MigrateSchemaSqlTaskOutputError\n extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel\n extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServer?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServer?: string;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel\n extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration state that this database is in\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /**\n * Number of incoming changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly incomingChanges?: number;\n /**\n * Number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliedChanges?: number;\n /**\n * Number of cdc inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of cdc deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Number of cdc updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of tables completed in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadCompletedTables?: number;\n /**\n * Number of tables loading in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadLoadingTables?: number;\n /**\n * Number of tables queued in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadQueuedTables?: number;\n /**\n * Number of tables errored in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadErroredTables?: number;\n /**\n * Indicates if initial load (full load) has been completed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initializationCompleted?: boolean;\n /**\n * CDC apply latency\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latency?: number;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel\n extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TableLevelOutput\";\n /**\n * Name of the table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableName?: string;\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Number of applied inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: string;\n /**\n * Number of applied updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: string;\n /**\n * Number of applied deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: string;\n /**\n * Estimate to finish full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEstFinishTime?: Date;\n /**\n * Full load start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadStartedOn?: Date;\n /**\n * Full load end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEndedOn?: Date;\n /**\n * Number of rows applied in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadTotalRows?: number;\n /**\n * Current state of the table migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SyncTableMigrationState;\n /**\n * Total number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalChangesApplied?: number;\n /**\n * Number of data errors occurred\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataErrorsCounter?: number;\n /**\n * Last modified time on target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputError\n extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError\n extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelErrorOutput\";\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n}\n\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel\n extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServer?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServer?: string;\n /**\n * Source server type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerType?: ScenarioSource;\n /**\n * Target server type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerType?: ScenarioTarget;\n /**\n * Migration status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ReplicateMigrationState;\n /** Number of databases to include */\n databaseCount?: number;\n}\n\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel\n extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration state that this database is in\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /**\n * Number of incoming changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly incomingChanges?: number;\n /**\n * Number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliedChanges?: number;\n /**\n * Number of cdc inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of cdc deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Number of cdc updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of tables completed in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadCompletedTables?: number;\n /**\n * Number of tables loading in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadLoadingTables?: number;\n /**\n * Number of tables queued in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadQueuedTables?: number;\n /**\n * Number of tables errored in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadErroredTables?: number;\n /**\n * Indicates if initial load (full load) has been completed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initializationCompleted?: boolean;\n /**\n * CDC apply latency\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latency?: number;\n}\n\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel\n extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TableLevelOutput\";\n /**\n * Name of the table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableName?: string;\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Number of applied inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of applied updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of applied deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Estimate to finish full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEstFinishTime?: Date;\n /**\n * Full load start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadStartedOn?: Date;\n /**\n * Full load end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEndedOn?: Date;\n /**\n * Number of rows applied in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadTotalRows?: number;\n /**\n * Current state of the table migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SyncTableMigrationState;\n /**\n * Total number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalChangesApplied?: number;\n /**\n * Number of data errors occurred\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataErrorsCounter?: number;\n /**\n * Last modified time on target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n}\n\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError\n extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n /** List of error events */\n events?: SyncMigrationDatabaseErrorEvent[];\n}\n\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError\n extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelErrorOutput\";\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n}\n\nexport interface MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel\n extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServer?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServer?: string;\n /**\n * Count of databases\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseCount?: number;\n}\n\nexport interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel\n extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration state that this database is in\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /**\n * Number of incoming changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly incomingChanges?: number;\n /**\n * Number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliedChanges?: number;\n /**\n * Number of cdc inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of cdc deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Number of cdc updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of tables completed in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadCompletedTables?: number;\n /**\n * Number of tables loading in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadLoadingTables?: number;\n /**\n * Number of tables queued in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadQueuedTables?: number;\n /**\n * Number of tables errored in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadErroredTables?: number;\n /**\n * Indicates if initial load (full load) has been completed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initializationCompleted?: boolean;\n /**\n * CDC apply latency\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latency?: number;\n}\n\nexport interface MigrateSqlServerSqlDbSyncTaskOutputTableLevel\n extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TableLevelOutput\";\n /**\n * Name of the table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableName?: string;\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Number of applied inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of applied updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of applied deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Estimate to finish full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEstFinishTime?: Date;\n /**\n * Full load start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadStartedOn?: Date;\n /**\n * Full load end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEndedOn?: Date;\n /**\n * Number of rows applied in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadTotalRows?: number;\n /**\n * Current state of the table migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SyncTableMigrationState;\n /**\n * Total number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalChangesApplied?: number;\n /**\n * Number of data errors occurred\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataErrorsCounter?: number;\n /**\n * Last modified time on target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n}\n\nexport interface MigrateSqlServerSqlDbSyncTaskOutputError\n extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseError\n extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelErrorOutput\";\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n}\n\nexport interface MigrateSqlServerSqlDbTaskOutputMigrationLevel\n extends MigrateSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Duration of task execution in seconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly durationInSeconds?: number;\n /**\n * Current status of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: MigrationStatus;\n /**\n * Migration status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Selected databases as a map from database name to database id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string;\n /**\n * Summary of database results in the migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseSummary?: string;\n /** Migration Validation Results */\n migrationValidationResult?: MigrationValidationResult;\n /** Migration Report Result, provides unique url for downloading your migration report. */\n migrationReportResult?: MigrationReportResult;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\nexport interface MigrateSqlServerSqlDbTaskOutputDatabaseLevel\n extends MigrateSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Migration stage that this database is in\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: DatabaseMigrationStage;\n /**\n * Status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Number of objects\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfObjects?: number;\n /**\n * Number of successfully completed objects\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfObjectsCompleted?: number;\n /**\n * Number of database/object errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCount?: number;\n /**\n * Wildcard string prefix to use for querying all errors of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorPrefix?: string;\n /**\n * Wildcard string prefix to use for querying all sub-tem results of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultPrefix?: string;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n /**\n * Summary of object results in the migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectSummary?: string;\n}\n\nexport interface MigrateSqlServerSqlDbTaskOutputTableLevel\n extends MigrateSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TableLevelOutput\";\n /**\n * Name of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Number of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsCount?: number;\n /**\n * Number of successfully completed items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsCompletedCount?: number;\n /**\n * Wildcard string prefix to use for querying all errors of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorPrefix?: string;\n /**\n * Wildcard string prefix to use for querying all sub-tem results of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultPrefix?: string;\n}\n\nexport interface MigrateSqlServerSqlDbTaskOutputError\n extends MigrateSqlServerSqlDbTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateSqlServerSqlDbTaskOutputValidationResult\n extends MigrateSqlServerSqlDbTaskOutput,\n MigrationValidationResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationValidationOutput\";\n}\n\nexport interface MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult\n extends MigrateSqlServerSqlDbTaskOutput,\n MigrationValidationDatabaseLevelResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationDatabaseLevelValidationOutput\";\n}\n\n/** Summary of database results in the migration */\nexport interface DatabaseSummaryResult extends DataItemMigrationSummaryResult {\n /**\n * Size of the database in megabytes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeMB?: number;\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */\nexport interface MigrateSqlServerSqlMISyncTaskInput\n extends SqlServerSqlMISyncTaskInput {}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */\nexport interface ValidateMigrationInputSqlServerSqlMISyncTaskInput\n extends SqlServerSqlMISyncTaskInput {}\n\nexport interface MigrateSqlServerSqlMISyncTaskOutputMigrationLevel\n extends MigrateSqlServerSqlMISyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Count of databases\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseCount?: number;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Source server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerName?: string;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Target server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerName?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Number of database level errors\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseErrorCount?: number;\n}\n\nexport interface MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel\n extends MigrateSqlServerSqlMISyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceDatabaseName?: string;\n /**\n * Current state of database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: DatabaseMigrationState;\n /**\n * Database migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Database migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Details of full backup set\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullBackupSetInfo?: BackupSetInfo;\n /**\n * Last applied backup set information\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRestoredBackupSetInfo?: BackupSetInfo;\n /**\n * Backup sets that are currently active (Either being uploaded or getting restored)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activeBackupSets?: BackupSetInfo[];\n /**\n * Name of container created in the Azure Storage account where backups are copied to\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly containerName?: string;\n /**\n * prefix string to use for querying errors for this database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorPrefix?: string;\n /**\n * Whether full backup has been applied to the target database or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isFullBackupRestored?: boolean;\n /**\n * Migration exceptions and warnings\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\nexport interface MigrateSqlServerSqlMISyncTaskOutputError\n extends MigrateSqlServerSqlMISyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateSqlServerSqlMITaskOutputMigrationLevel\n extends MigrateSqlServerSqlMITaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current status of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: MigrationStatus;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Selected agent jobs as a map from name to id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentJobs?: string;\n /**\n * Selected logins as a map from name to id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logins?: string;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Map of server role migration results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverRoleResults?: string;\n /**\n * List of orphaned users.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly orphanedUsersInfo?: OrphanedUserInfo[];\n /**\n * Selected databases as a map from database name to database id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: string;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\nexport interface MigrateSqlServerSqlMITaskOutputDatabaseLevel\n extends MigrateSqlServerSqlMITaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Size of the database in megabytes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeMB?: number;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Current stage of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: DatabaseMigrationStage;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Migration exceptions and warnings\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\nexport interface MigrateSqlServerSqlMITaskOutputAgentJobLevel\n extends MigrateSqlServerSqlMITaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"AgentJobLevelOutput\";\n /**\n * Agent Job name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The state of the original Agent Job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Migration errors and warnings per job\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\nexport interface MigrateSqlServerSqlMITaskOutputLoginLevel\n extends MigrateSqlServerSqlMITaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"LoginLevelOutput\";\n /**\n * Login name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loginName?: string;\n /**\n * Current state of login\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Current stage of login\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: LoginMigrationStage;\n /**\n * Login migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Login migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Login migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Login migration errors and warnings per login\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\nexport interface MigrateSqlServerSqlMITaskOutputError\n extends MigrateSqlServerSqlMITaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateSsisTaskOutputMigrationLevel\n extends MigrateSsisTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current status of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: MigrationStatus;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n /**\n * Stage of SSIS migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: SsisMigrationStage;\n}\n\nexport interface MigrateSsisTaskOutputProjectLevel\n extends MigrateSsisTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"SsisProjectLevelOutput\";\n /**\n * Name of the folder\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly folderName?: string;\n /**\n * Name of the project\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly projectName?: string;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Stage of SSIS migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: SsisMigrationStage;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Migration exceptions and warnings\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n}\n\n/** Describes the input to the 'finish' MongoDB migration command */\nexport interface MongoDbFinishCommandInput extends MongoDbCommandInput {\n /** If true, replication for the affected objects will be stopped immediately. If false, the migrator will finish replaying queued events before finishing the replication. */\n immediate: boolean;\n}\n\n/** Describes a supported collection within a MongoDB database */\nexport interface MongoDbCollectionInfo extends MongoDbObjectInfo {\n /** The name of the database containing the collection */\n databaseName: string;\n /** Whether the collection is a capped collection (i.e. whether it has a fixed size and acts like a circular buffer) */\n isCapped: boolean;\n /** Whether the collection is system collection */\n isSystemCollection: boolean;\n /** Whether the collection is a view of another collection */\n isView: boolean;\n /** The shard key on the collection, or null if the collection is not sharded */\n shardKey?: MongoDbShardKeyInfo;\n /** Whether the database has sharding enabled. Note that the migration task will enable sharding on the target if necessary. */\n supportsSharding: boolean;\n /** The name of the collection that this is a view of, if IsView is true */\n viewOf?: string;\n}\n\n/** Describes a database within a MongoDB data source */\nexport interface MongoDbDatabaseInfo extends MongoDbObjectInfo {\n /** A list of supported collections in a MongoDB database */\n collections: MongoDbCollectionInfo[];\n /** Whether the database has sharding enabled. Note that the migration task will enable sharding on the target if necessary. */\n supportsSharding: boolean;\n}\n\n/** Describes the progress of a collection */\nexport interface MongoDbCollectionProgress extends MongoDbProgress {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"Collection\";\n}\n\n/** Describes the progress of a database */\nexport interface MongoDbDatabaseProgress extends MongoDbProgress {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"Database\";\n /** The progress of the collections in the database. The keys are the unqualified names of the collections */\n collections?: { [propertyName: string]: MongoDbCollectionProgress };\n}\n\n/** Describes the progress of the overall migration */\nexport interface MongoDbMigrationProgress extends MongoDbProgress {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"Migration\";\n /** The progress of the databases in the migration. The keys are the names of the databases */\n databases?: { [propertyName: string]: MongoDbDatabaseProgress };\n}\n\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel\n extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServer?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServer?: string;\n}\n\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel\n extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Migration state that this database is in\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /**\n * Number of incoming changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly incomingChanges?: number;\n /**\n * Number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliedChanges?: number;\n /**\n * Number of cdc inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of cdc deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Number of cdc updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of tables completed in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadCompletedTables?: number;\n /**\n * Number of tables loading in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadLoadingTables?: number;\n /**\n * Number of tables queued in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadQueuedTables?: number;\n /**\n * Number of tables errored in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadErroredTables?: number;\n /**\n * Indicates if initial load (full load) has been completed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initializationCompleted?: boolean;\n /**\n * CDC apply latency\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latency?: number;\n}\n\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel\n extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TableLevelOutput\";\n /**\n * Name of the table\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableName?: string;\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Number of applied inserts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcInsertCounter?: number;\n /**\n * Number of applied updates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcUpdateCounter?: number;\n /**\n * Number of applied deletes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cdcDeleteCounter?: number;\n /**\n * Estimate to finish full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEstFinishTime?: Date;\n /**\n * Full load start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadStartedOn?: Date;\n /**\n * Full load end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadEndedOn?: Date;\n /**\n * Number of rows applied in full load\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullLoadTotalRows?: number;\n /**\n * Current state of the table migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SyncTableMigrationState;\n /**\n * Total number of applied changes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalChangesApplied?: number;\n /**\n * Number of data errors occurred\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataErrorsCounter?: number;\n /**\n * Last modified time on target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n}\n\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputError\n extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError\n extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelErrorOutput\";\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n}\n\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel\n extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"MigrationLevelOutput\";\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Duration of task execution in seconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly durationInSeconds?: number;\n /**\n * Current status of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: MigrationStatus;\n /**\n * Migration status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Selected databases as a map from database name to database id */\n databases?: string;\n /**\n * Summary of database results in the migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseSummary?: string;\n /** Migration Report Result, provides unique url for downloading your migration report. */\n migrationReportResult?: MigrationReportResult;\n /**\n * Source server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerVersion?: string;\n /**\n * Source server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceServerBrandVersion?: string;\n /**\n * Target server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerVersion?: string;\n /**\n * Target server brand version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetServerBrandVersion?: string;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n /**\n * Last time the storage was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStorageUpdate?: Date;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel\n extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"DatabaseLevelOutput\";\n /**\n * Name of the database\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Migration stage that this database is in\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stage?: DatabaseMigrationStage;\n /**\n * Status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Migration progress message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Number of objects\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfObjects?: number;\n /**\n * Number of successfully completed objects\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfObjectsCompleted?: number;\n /**\n * Number of database/object errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCount?: number;\n /**\n * Wildcard string prefix to use for querying all errors of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorPrefix?: string;\n /**\n * Wildcard string prefix to use for querying all sub-tem results of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultPrefix?: string;\n /**\n * Migration exceptions and warnings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exceptionsAndWarnings?: ReportableException[];\n /**\n * Last time the storage was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStorageUpdate?: Date;\n /**\n * Summary of object results in the migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectSummary?: string;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel\n extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"TableLevelOutput\";\n /**\n * Name of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectName?: string;\n /**\n * Migration start time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedOn?: Date;\n /**\n * Migration end time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endedOn?: Date;\n /**\n * Current state of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Status message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Number of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsCount?: number;\n /**\n * Number of successfully completed items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsCompletedCount?: number;\n /**\n * Wildcard string prefix to use for querying all errors of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorPrefix?: string;\n /**\n * Wildcard string prefix to use for querying all sub-tem results of the item\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultPrefix?: string;\n /**\n * Last time the storage was updated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStorageUpdate?: Date;\n}\n\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputError\n extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resultType: \"ErrorOutput\";\n /**\n * Migration error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ReportableException;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ResourceType} that the service accepts. */\nexport enum KnownResourceType {\n /** SqlMi */\n SqlMi = \"SqlMi\",\n /** SqlVm */\n SqlVm = \"SqlVm\"\n}\n\n/**\n * Defines values for ResourceType. \\\n * {@link KnownResourceType} can be used interchangeably with ResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlMi** \\\n * **SqlVm**\n */\nexport type ResourceType = string;\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\"\n}\n\n/**\n * Defines values for OperationOrigin. \\\n * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system**\n */\nexport type OperationOrigin = string;\n\n/** Known values of {@link ResourceSkuCapacityScaleType} that the service accepts. */\nexport enum KnownResourceSkuCapacityScaleType {\n /** Automatic */\n Automatic = \"Automatic\",\n /** Manual */\n Manual = \"Manual\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for ResourceSkuCapacityScaleType. \\\n * {@link KnownResourceSkuCapacityScaleType} can be used interchangeably with ResourceSkuCapacityScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic** \\\n * **Manual** \\\n * **None**\n */\nexport type ResourceSkuCapacityScaleType = string;\n\n/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */\nexport enum KnownResourceSkuRestrictionsType {\n /** Location */\n Location = \"location\"\n}\n\n/**\n * Defines values for ResourceSkuRestrictionsType. \\\n * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **location**\n */\nexport type ResourceSkuRestrictionsType = string;\n\n/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */\nexport enum KnownResourceSkuRestrictionsReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\"\n}\n\n/**\n * Defines values for ResourceSkuRestrictionsReasonCode. \\\n * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ResourceSkuRestrictionsReasonCode = string;\n\n/** Known values of {@link ServiceProvisioningState} that the service accepts. */\nexport enum KnownServiceProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deploying */\n Deploying = \"Deploying\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Starting */\n Starting = \"Starting\",\n /** FailedToStart */\n FailedToStart = \"FailedToStart\",\n /** FailedToStop */\n FailedToStop = \"FailedToStop\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ServiceProvisioningState. \\\n * {@link KnownServiceProvisioningState} can be used interchangeably with ServiceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Deleting** \\\n * **Deploying** \\\n * **Stopped** \\\n * **Stopping** \\\n * **Starting** \\\n * **FailedToStart** \\\n * **FailedToStop** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type ServiceProvisioningState = string;\n\n/** Known values of {@link ServiceScalability} that the service accepts. */\nexport enum KnownServiceScalability {\n /** None */\n None = \"none\",\n /** Manual */\n Manual = \"manual\",\n /** Automatic */\n Automatic = \"automatic\"\n}\n\n/**\n * Defines values for ServiceScalability. \\\n * {@link KnownServiceScalability} can be used interchangeably with ServiceScalability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none** \\\n * **manual** \\\n * **automatic**\n */\nexport type ServiceScalability = string;\n\n/** Known values of {@link TaskType} that the service accepts. */\nexport enum KnownTaskType {\n /** ConnectMongoDb */\n ConnectMongoDb = \"Connect.MongoDb\",\n /** ConnectToSourceSqlServer */\n ConnectToSourceSqlServer = \"ConnectToSource.SqlServer\",\n /** ConnectToSourceSqlServerSync */\n ConnectToSourceSqlServerSync = \"ConnectToSource.SqlServer.Sync\",\n /** ConnectToSourcePostgreSqlSync */\n ConnectToSourcePostgreSqlSync = \"ConnectToSource.PostgreSql.Sync\",\n /** ConnectToSourceMySql */\n ConnectToSourceMySql = \"ConnectToSource.MySql\",\n /** ConnectToSourceOracleSync */\n ConnectToSourceOracleSync = \"ConnectToSource.Oracle.Sync\",\n /** ConnectToTargetSqlDb */\n ConnectToTargetSqlDb = \"ConnectToTarget.SqlDb\",\n /** ConnectToTargetSqlDbSync */\n ConnectToTargetSqlDbSync = \"ConnectToTarget.SqlDb.Sync\",\n /** ConnectToTargetAzureDbForPostgreSqlSync */\n ConnectToTargetAzureDbForPostgreSqlSync = \"ConnectToTarget.AzureDbForPostgreSql.Sync\",\n /** ConnectToTargetOracleAzureDbForPostgreSqlSync */\n ConnectToTargetOracleAzureDbForPostgreSqlSync = \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\",\n /** ConnectToTargetAzureSqlDbMI */\n ConnectToTargetAzureSqlDbMI = \"ConnectToTarget.AzureSqlDbMI\",\n /** ConnectToTargetAzureSqlDbMISyncLRS */\n ConnectToTargetAzureSqlDbMISyncLRS = \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\",\n /** ConnectToTargetAzureDbForMySql */\n ConnectToTargetAzureDbForMySql = \"ConnectToTarget.AzureDbForMySql\",\n /** GetUserTablesSql */\n GetUserTablesSql = \"GetUserTables.Sql\",\n /** GetUserTablesAzureSqlDbSync */\n GetUserTablesAzureSqlDbSync = \"GetUserTables.AzureSqlDb.Sync\",\n /** GetUserTablesOracle */\n GetUserTablesOracle = \"GetUserTablesOracle\",\n /** GetUserTablesPostgreSql */\n GetUserTablesPostgreSql = \"GetUserTablesPostgreSql\",\n /** GetUserTablesMySql */\n GetUserTablesMySql = \"GetUserTablesMySql\",\n /** MigrateMongoDb */\n MigrateMongoDb = \"Migrate.MongoDb\",\n /** MigrateSqlServerAzureSqlDbMI */\n MigrateSqlServerAzureSqlDbMI = \"Migrate.SqlServer.AzureSqlDbMI\",\n /** MigrateSqlServerAzureSqlDbMISyncLRS */\n MigrateSqlServerAzureSqlDbMISyncLRS = \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\",\n /** MigrateSqlServerSqlDb */\n MigrateSqlServerSqlDb = \"Migrate.SqlServer.SqlDb\",\n /** MigrateSqlServerAzureSqlDbSync */\n MigrateSqlServerAzureSqlDbSync = \"Migrate.SqlServer.AzureSqlDb.Sync\",\n /** MigrateMySqlAzureDbForMySqlSync */\n MigrateMySqlAzureDbForMySqlSync = \"Migrate.MySql.AzureDbForMySql.Sync\",\n /** MigrateMySqlAzureDbForMySql */\n MigrateMySqlAzureDbForMySql = \"Migrate.MySql.AzureDbForMySql\",\n /** MigratePostgreSqlAzureDbForPostgreSqlSyncV2 */\n MigratePostgreSqlAzureDbForPostgreSqlSyncV2 = \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\",\n /** MigrateOracleAzureDbForPostgreSqlSync */\n MigrateOracleAzureDbForPostgreSqlSync = \"Migrate.Oracle.AzureDbForPostgreSql.Sync\",\n /** ValidateMigrationInputSqlServerSqlDbSync */\n ValidateMigrationInputSqlServerSqlDbSync = \"ValidateMigrationInput.SqlServer.SqlDb.Sync\",\n /** ValidateMigrationInputSqlServerAzureSqlDbMI */\n ValidateMigrationInputSqlServerAzureSqlDbMI = \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\",\n /** ValidateMigrationInputSqlServerAzureSqlDbMISyncLRS */\n ValidateMigrationInputSqlServerAzureSqlDbMISyncLRS = \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\",\n /** ValidateMongoDb */\n ValidateMongoDb = \"Validate.MongoDb\",\n /** ValidateOracleAzureDbPostgreSqlSync */\n ValidateOracleAzureDbPostgreSqlSync = \"Validate.Oracle.AzureDbPostgreSql.Sync\",\n /** GetTDECertificatesSql */\n GetTDECertificatesSql = \"GetTDECertificates.Sql\",\n /** MigrateSsis */\n MigrateSsis = \"Migrate.Ssis\",\n /** ServiceCheckOCI */\n ServiceCheckOCI = \"Service.Check.OCI\",\n /** ServiceUploadOCI */\n ServiceUploadOCI = \"Service.Upload.OCI\",\n /** ServiceInstallOCI */\n ServiceInstallOCI = \"Service.Install.OCI\",\n /** MigrateSchemaSqlServerSqlDb */\n MigrateSchemaSqlServerSqlDb = \"MigrateSchemaSqlServerSqlDb\"\n}\n\n/**\n * Defines values for TaskType. \\\n * {@link KnownTaskType} can be used interchangeably with TaskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connect.MongoDb** \\\n * **ConnectToSource.SqlServer** \\\n * **ConnectToSource.SqlServer.Sync** \\\n * **ConnectToSource.PostgreSql.Sync** \\\n * **ConnectToSource.MySql** \\\n * **ConnectToSource.Oracle.Sync** \\\n * **ConnectToTarget.SqlDb** \\\n * **ConnectToTarget.SqlDb.Sync** \\\n * **ConnectToTarget.AzureDbForPostgreSql.Sync** \\\n * **ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync** \\\n * **ConnectToTarget.AzureSqlDbMI** \\\n * **ConnectToTarget.AzureSqlDbMI.Sync.LRS** \\\n * **ConnectToTarget.AzureDbForMySql** \\\n * **GetUserTables.Sql** \\\n * **GetUserTables.AzureSqlDb.Sync** \\\n * **GetUserTablesOracle** \\\n * **GetUserTablesPostgreSql** \\\n * **GetUserTablesMySql** \\\n * **Migrate.MongoDb** \\\n * **Migrate.SqlServer.AzureSqlDbMI** \\\n * **Migrate.SqlServer.AzureSqlDbMI.Sync.LRS** \\\n * **Migrate.SqlServer.SqlDb** \\\n * **Migrate.SqlServer.AzureSqlDb.Sync** \\\n * **Migrate.MySql.AzureDbForMySql.Sync** \\\n * **Migrate.MySql.AzureDbForMySql** \\\n * **Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2** \\\n * **Migrate.Oracle.AzureDbForPostgreSql.Sync** \\\n * **ValidateMigrationInput.SqlServer.SqlDb.Sync** \\\n * **ValidateMigrationInput.SqlServer.AzureSqlDbMI** \\\n * **ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS** \\\n * **Validate.MongoDb** \\\n * **Validate.Oracle.AzureDbPostgreSql.Sync** \\\n * **GetTDECertificates.Sql** \\\n * **Migrate.Ssis** \\\n * **Service.Check.OCI** \\\n * **Service.Upload.OCI** \\\n * **Service.Install.OCI** \\\n * **MigrateSchemaSqlServerSqlDb**\n */\nexport type TaskType = string;\n\n/** Known values of {@link TaskState} that the service accepts. */\nexport enum KnownTaskState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Queued */\n Queued = \"Queued\",\n /** Running */\n Running = \"Running\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** FailedInputValidation */\n FailedInputValidation = \"FailedInputValidation\",\n /** Faulted */\n Faulted = \"Faulted\"\n}\n\n/**\n * Defines values for TaskState. \\\n * {@link KnownTaskState} can be used interchangeably with TaskState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Queued** \\\n * **Running** \\\n * **Canceled** \\\n * **Succeeded** \\\n * **Failed** \\\n * **FailedInputValidation** \\\n * **Faulted**\n */\nexport type TaskState = string;\n\n/** Known values of {@link CommandType} that the service accepts. */\nexport enum KnownCommandType {\n /** MigrateSyncCompleteDatabase */\n MigrateSyncCompleteDatabase = \"Migrate.Sync.Complete.Database\",\n /** MigrateSqlServerAzureDbSqlMiComplete */\n MigrateSqlServerAzureDbSqlMiComplete = \"Migrate.SqlServer.AzureDbSqlMi.Complete\",\n /** Cancel */\n Cancel = \"cancel\",\n /** Finish */\n Finish = \"finish\",\n /** Restart */\n Restart = \"restart\"\n}\n\n/**\n * Defines values for CommandType. \\\n * {@link KnownCommandType} can be used interchangeably with CommandType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Migrate.Sync.Complete.Database** \\\n * **Migrate.SqlServer.AzureDbSqlMi.Complete** \\\n * **cancel** \\\n * **finish** \\\n * **restart**\n */\nexport type CommandType = string;\n\n/** Known values of {@link CommandState} that the service accepts. */\nexport enum KnownCommandState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for CommandState. \\\n * {@link KnownCommandState} can be used interchangeably with CommandState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Accepted** \\\n * **Running** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type CommandState = string;\n\n/** Known values of {@link NameCheckFailureReason} that the service accepts. */\nexport enum KnownNameCheckFailureReason {\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n /** Invalid */\n Invalid = \"Invalid\"\n}\n\n/**\n * Defines values for NameCheckFailureReason. \\\n * {@link KnownNameCheckFailureReason} can be used interchangeably with NameCheckFailureReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AlreadyExists** \\\n * **Invalid**\n */\nexport type NameCheckFailureReason = string;\n\n/** Known values of {@link ProjectSourcePlatform} that the service accepts. */\nexport enum KnownProjectSourcePlatform {\n /** SQL */\n SQL = \"SQL\",\n /** MySQL */\n MySQL = \"MySQL\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n /** MongoDb */\n MongoDb = \"MongoDb\",\n /** Unknown */\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for ProjectSourcePlatform. \\\n * {@link KnownProjectSourcePlatform} can be used interchangeably with ProjectSourcePlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SQL** \\\n * **MySQL** \\\n * **PostgreSql** \\\n * **MongoDb** \\\n * **Unknown**\n */\nexport type ProjectSourcePlatform = string;\n\n/** Known values of {@link ProjectTargetPlatform} that the service accepts. */\nexport enum KnownProjectTargetPlatform {\n /** Sqldb */\n Sqldb = \"SQLDB\",\n /** Sqlmi */\n Sqlmi = \"SQLMI\",\n /** AzureDbForMySql */\n AzureDbForMySql = \"AzureDbForMySql\",\n /** AzureDbForPostgreSql */\n AzureDbForPostgreSql = \"AzureDbForPostgreSql\",\n /** MongoDb */\n MongoDb = \"MongoDb\",\n /** Unknown */\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for ProjectTargetPlatform. \\\n * {@link KnownProjectTargetPlatform} can be used interchangeably with ProjectTargetPlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SQLDB** \\\n * **SQLMI** \\\n * **AzureDbForMySql** \\\n * **AzureDbForPostgreSql** \\\n * **MongoDb** \\\n * **Unknown**\n */\nexport type ProjectTargetPlatform = string;\n\n/** Known values of {@link ProjectProvisioningState} that the service accepts. */\nexport enum KnownProjectProvisioningState {\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for ProjectProvisioningState. \\\n * {@link KnownProjectProvisioningState} can be used interchangeably with ProjectProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleting** \\\n * **Succeeded**\n */\nexport type ProjectProvisioningState = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** None */\n None = \"None\",\n /** WindowsAuthentication */\n WindowsAuthentication = \"WindowsAuthentication\",\n /** SqlAuthentication */\n SqlAuthentication = \"SqlAuthentication\",\n /** ActiveDirectoryIntegrated */\n ActiveDirectoryIntegrated = \"ActiveDirectoryIntegrated\",\n /** ActiveDirectoryPassword */\n ActiveDirectoryPassword = \"ActiveDirectoryPassword\"\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **WindowsAuthentication** \\\n * **SqlAuthentication** \\\n * **ActiveDirectoryIntegrated** \\\n * **ActiveDirectoryPassword**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link SqlSourcePlatform} that the service accepts. */\nexport enum KnownSqlSourcePlatform {\n /** SqlOnPrem */\n SqlOnPrem = \"SqlOnPrem\"\n}\n\n/**\n * Defines values for SqlSourcePlatform. \\\n * {@link KnownSqlSourcePlatform} can be used interchangeably with SqlSourcePlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlOnPrem**\n */\nexport type SqlSourcePlatform = string;\n\n/** Known values of {@link BackupType} that the service accepts. */\nexport enum KnownBackupType {\n /** Database */\n Database = \"Database\",\n /** TransactionLog */\n TransactionLog = \"TransactionLog\",\n /** File */\n File = \"File\",\n /** DifferentialDatabase */\n DifferentialDatabase = \"DifferentialDatabase\",\n /** DifferentialFile */\n DifferentialFile = \"DifferentialFile\",\n /** Partial */\n Partial = \"Partial\",\n /** DifferentialPartial */\n DifferentialPartial = \"DifferentialPartial\"\n}\n\n/**\n * Defines values for BackupType. \\\n * {@link KnownBackupType} can be used interchangeably with BackupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Database** \\\n * **TransactionLog** \\\n * **File** \\\n * **DifferentialDatabase** \\\n * **DifferentialFile** \\\n * **Partial** \\\n * **DifferentialPartial**\n */\nexport type BackupType = string;\n\n/** Known values of {@link BackupFileStatus} that the service accepts. */\nexport enum KnownBackupFileStatus {\n /** Arrived */\n Arrived = \"Arrived\",\n /** Queued */\n Queued = \"Queued\",\n /** Uploading */\n Uploading = \"Uploading\",\n /** Uploaded */\n Uploaded = \"Uploaded\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Restored */\n Restored = \"Restored\",\n /** Cancelled */\n Cancelled = \"Cancelled\"\n}\n\n/**\n * Defines values for BackupFileStatus. \\\n * {@link KnownBackupFileStatus} can be used interchangeably with BackupFileStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Arrived** \\\n * **Queued** \\\n * **Uploading** \\\n * **Uploaded** \\\n * **Restoring** \\\n * **Restored** \\\n * **Cancelled**\n */\nexport type BackupFileStatus = string;\n\n/** Known values of {@link MySqlTargetPlatformType} that the service accepts. */\nexport enum KnownMySqlTargetPlatformType {\n /** SqlServer */\n SqlServer = \"SqlServer\",\n /** AzureDbForMySQL */\n AzureDbForMySQL = \"AzureDbForMySQL\"\n}\n\n/**\n * Defines values for MySqlTargetPlatformType. \\\n * {@link KnownMySqlTargetPlatformType} can be used interchangeably with MySqlTargetPlatformType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlServer** \\\n * **AzureDbForMySQL**\n */\nexport type MySqlTargetPlatformType = string;\n\n/** Known values of {@link DatabaseFileType} that the service accepts. */\nexport enum KnownDatabaseFileType {\n /** Rows */\n Rows = \"Rows\",\n /** Log */\n Log = \"Log\",\n /** Filestream */\n Filestream = \"Filestream\",\n /** NotSupported */\n NotSupported = \"NotSupported\",\n /** Fulltext */\n Fulltext = \"Fulltext\"\n}\n\n/**\n * Defines values for DatabaseFileType. \\\n * {@link KnownDatabaseFileType} can be used interchangeably with DatabaseFileType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Rows** \\\n * **Log** \\\n * **Filestream** \\\n * **NotSupported** \\\n * **Fulltext**\n */\nexport type DatabaseFileType = string;\n\n/** Known values of {@link DatabaseCompatLevel} that the service accepts. */\nexport enum KnownDatabaseCompatLevel {\n /** CompatLevel80 */\n CompatLevel80 = \"CompatLevel80\",\n /** CompatLevel90 */\n CompatLevel90 = \"CompatLevel90\",\n /** CompatLevel100 */\n CompatLevel100 = \"CompatLevel100\",\n /** CompatLevel110 */\n CompatLevel110 = \"CompatLevel110\",\n /** CompatLevel120 */\n CompatLevel120 = \"CompatLevel120\",\n /** CompatLevel130 */\n CompatLevel130 = \"CompatLevel130\",\n /** CompatLevel140 */\n CompatLevel140 = \"CompatLevel140\"\n}\n\n/**\n * Defines values for DatabaseCompatLevel. \\\n * {@link KnownDatabaseCompatLevel} can be used interchangeably with DatabaseCompatLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CompatLevel80** \\\n * **CompatLevel90** \\\n * **CompatLevel100** \\\n * **CompatLevel110** \\\n * **CompatLevel120** \\\n * **CompatLevel130** \\\n * **CompatLevel140**\n */\nexport type DatabaseCompatLevel = string;\n\n/** Known values of {@link DatabaseState} that the service accepts. */\nexport enum KnownDatabaseState {\n /** Online */\n Online = \"Online\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Recovering */\n Recovering = \"Recovering\",\n /** RecoveryPending */\n RecoveryPending = \"RecoveryPending\",\n /** Suspect */\n Suspect = \"Suspect\",\n /** Emergency */\n Emergency = \"Emergency\",\n /** Offline */\n Offline = \"Offline\",\n /** Copying */\n Copying = \"Copying\",\n /** OfflineSecondary */\n OfflineSecondary = \"OfflineSecondary\"\n}\n\n/**\n * Defines values for DatabaseState. \\\n * {@link KnownDatabaseState} can be used interchangeably with DatabaseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Online** \\\n * **Restoring** \\\n * **Recovering** \\\n * **RecoveryPending** \\\n * **Suspect** \\\n * **Emergency** \\\n * **Offline** \\\n * **Copying** \\\n * **OfflineSecondary**\n */\nexport type DatabaseState = string;\n\n/** Known values of {@link LoginType} that the service accepts. */\nexport enum KnownLoginType {\n /** WindowsUser */\n WindowsUser = \"WindowsUser\",\n /** WindowsGroup */\n WindowsGroup = \"WindowsGroup\",\n /** SqlLogin */\n SqlLogin = \"SqlLogin\",\n /** Certificate */\n Certificate = \"Certificate\",\n /** AsymmetricKey */\n AsymmetricKey = \"AsymmetricKey\",\n /** ExternalUser */\n ExternalUser = \"ExternalUser\",\n /** ExternalGroup */\n ExternalGroup = \"ExternalGroup\"\n}\n\n/**\n * Defines values for LoginType. \\\n * {@link KnownLoginType} can be used interchangeably with LoginType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WindowsUser** \\\n * **WindowsGroup** \\\n * **SqlLogin** \\\n * **Certificate** \\\n * **AsymmetricKey** \\\n * **ExternalUser** \\\n * **ExternalGroup**\n */\nexport type LoginType = string;\n\n/** Known values of {@link SchemaMigrationOption} that the service accepts. */\nexport enum KnownSchemaMigrationOption {\n /** None */\n None = \"None\",\n /** ExtractFromSource */\n ExtractFromSource = \"ExtractFromSource\",\n /** UseStorageFile */\n UseStorageFile = \"UseStorageFile\"\n}\n\n/**\n * Defines values for SchemaMigrationOption. \\\n * {@link KnownSchemaMigrationOption} can be used interchangeably with SchemaMigrationOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ExtractFromSource** \\\n * **UseStorageFile**\n */\nexport type SchemaMigrationOption = string;\n\n/** Known values of {@link MigrationState} that the service accepts. */\nexport enum KnownMigrationState {\n /** None */\n None = \"None\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Warning */\n Warning = \"Warning\",\n /** Completed */\n Completed = \"Completed\",\n /** Skipped */\n Skipped = \"Skipped\",\n /** Stopped */\n Stopped = \"Stopped\"\n}\n\n/**\n * Defines values for MigrationState. \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **InProgress** \\\n * **Failed** \\\n * **Warning** \\\n * **Completed** \\\n * **Skipped** \\\n * **Stopped**\n */\nexport type MigrationState = string;\n\n/** Known values of {@link SchemaMigrationStage} that the service accepts. */\nexport enum KnownSchemaMigrationStage {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** ValidatingInputs */\n ValidatingInputs = \"ValidatingInputs\",\n /** CollectingObjects */\n CollectingObjects = \"CollectingObjects\",\n /** DownloadingScript */\n DownloadingScript = \"DownloadingScript\",\n /** GeneratingScript */\n GeneratingScript = \"GeneratingScript\",\n /** UploadingScript */\n UploadingScript = \"UploadingScript\",\n /** DeployingSchema */\n DeployingSchema = \"DeployingSchema\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for SchemaMigrationStage. \\\n * {@link KnownSchemaMigrationStage} can be used interchangeably with SchemaMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **ValidatingInputs** \\\n * **CollectingObjects** \\\n * **DownloadingScript** \\\n * **GeneratingScript** \\\n * **UploadingScript** \\\n * **DeployingSchema** \\\n * **Completed** \\\n * **CompletedWithWarnings** \\\n * **Failed**\n */\nexport type SchemaMigrationStage = string;\n\n/** Known values of {@link SyncDatabaseMigrationReportingState} that the service accepts. */\nexport enum KnownSyncDatabaseMigrationReportingState {\n /** Undefined */\n Undefined = \"UNDEFINED\",\n /** Configuring */\n Configuring = \"CONFIGURING\",\n /** Initialiazing */\n Initialiazing = \"INITIALIAZING\",\n /** Starting */\n Starting = \"STARTING\",\n /** Running */\n Running = \"RUNNING\",\n /** ReadyTOComplete */\n ReadyTOComplete = \"READY_TO_COMPLETE\",\n /** Completing */\n Completing = \"COMPLETING\",\n /** Complete */\n Complete = \"COMPLETE\",\n /** Cancelling */\n Cancelling = \"CANCELLING\",\n /** Cancelled */\n Cancelled = \"CANCELLED\",\n /** Failed */\n Failed = \"FAILED\",\n /** Validating */\n Validating = \"VALIDATING\",\n /** ValidationComplete */\n ValidationComplete = \"VALIDATION_COMPLETE\",\n /** ValidationFailed */\n ValidationFailed = \"VALIDATION_FAILED\",\n /** RestoreINProgress */\n RestoreINProgress = \"RESTORE_IN_PROGRESS\",\n /** RestoreCompleted */\n RestoreCompleted = \"RESTORE_COMPLETED\",\n /** BackupINProgress */\n BackupINProgress = \"BACKUP_IN_PROGRESS\",\n /** BackupCompleted */\n BackupCompleted = \"BACKUP_COMPLETED\"\n}\n\n/**\n * Defines values for SyncDatabaseMigrationReportingState. \\\n * {@link KnownSyncDatabaseMigrationReportingState} can be used interchangeably with SyncDatabaseMigrationReportingState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UNDEFINED** \\\n * **CONFIGURING** \\\n * **INITIALIAZING** \\\n * **STARTING** \\\n * **RUNNING** \\\n * **READY_TO_COMPLETE** \\\n * **COMPLETING** \\\n * **COMPLETE** \\\n * **CANCELLING** \\\n * **CANCELLED** \\\n * **FAILED** \\\n * **VALIDATING** \\\n * **VALIDATION_COMPLETE** \\\n * **VALIDATION_FAILED** \\\n * **RESTORE_IN_PROGRESS** \\\n * **RESTORE_COMPLETED** \\\n * **BACKUP_IN_PROGRESS** \\\n * **BACKUP_COMPLETED**\n */\nexport type SyncDatabaseMigrationReportingState = string;\n\n/** Known values of {@link SyncTableMigrationState} that the service accepts. */\nexport enum KnownSyncTableMigrationState {\n /** BeforeLoad */\n BeforeLoad = \"BEFORE_LOAD\",\n /** FullLoad */\n FullLoad = \"FULL_LOAD\",\n /** Completed */\n Completed = \"COMPLETED\",\n /** Canceled */\n Canceled = \"CANCELED\",\n /** Error */\n Error = \"ERROR\",\n /** Failed */\n Failed = \"FAILED\"\n}\n\n/**\n * Defines values for SyncTableMigrationState. \\\n * {@link KnownSyncTableMigrationState} can be used interchangeably with SyncTableMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BEFORE_LOAD** \\\n * **FULL_LOAD** \\\n * **COMPLETED** \\\n * **CANCELED** \\\n * **ERROR** \\\n * **FAILED**\n */\nexport type SyncTableMigrationState = string;\n\n/** Known values of {@link ScenarioSource} that the service accepts. */\nexport enum KnownScenarioSource {\n /** Access */\n Access = \"Access\",\n /** DB2 */\n DB2 = \"DB2\",\n /** MySQL */\n MySQL = \"MySQL\",\n /** Oracle */\n Oracle = \"Oracle\",\n /** SQL */\n SQL = \"SQL\",\n /** Sybase */\n Sybase = \"Sybase\",\n /** PostgreSQL */\n PostgreSQL = \"PostgreSQL\",\n /** MongoDB */\n MongoDB = \"MongoDB\",\n /** Sqlrds */\n Sqlrds = \"SQLRDS\",\n /** MySqlrds */\n MySqlrds = \"MySQLRDS\",\n /** PostgreSqlrds */\n PostgreSqlrds = \"PostgreSQLRDS\"\n}\n\n/**\n * Defines values for ScenarioSource. \\\n * {@link KnownScenarioSource} can be used interchangeably with ScenarioSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Access** \\\n * **DB2** \\\n * **MySQL** \\\n * **Oracle** \\\n * **SQL** \\\n * **Sybase** \\\n * **PostgreSQL** \\\n * **MongoDB** \\\n * **SQLRDS** \\\n * **MySQLRDS** \\\n * **PostgreSQLRDS**\n */\nexport type ScenarioSource = string;\n\n/** Known values of {@link ScenarioTarget} that the service accepts. */\nexport enum KnownScenarioTarget {\n /** SQLServer */\n SQLServer = \"SQLServer\",\n /** Sqldb */\n Sqldb = \"SQLDB\",\n /** Sqldw */\n Sqldw = \"SQLDW\",\n /** Sqlmi */\n Sqlmi = \"SQLMI\",\n /** AzureDBForMySql */\n AzureDBForMySql = \"AzureDBForMySql\",\n /** AzureDBForPostgresSQL */\n AzureDBForPostgresSQL = \"AzureDBForPostgresSQL\",\n /** MongoDB */\n MongoDB = \"MongoDB\"\n}\n\n/**\n * Defines values for ScenarioTarget. \\\n * {@link KnownScenarioTarget} can be used interchangeably with ScenarioTarget,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SQLServer** \\\n * **SQLDB** \\\n * **SQLDW** \\\n * **SQLMI** \\\n * **AzureDBForMySql** \\\n * **AzureDBForPostgresSQL** \\\n * **MongoDB**\n */\nexport type ScenarioTarget = string;\n\n/** Known values of {@link ReplicateMigrationState} that the service accepts. */\nexport enum KnownReplicateMigrationState {\n /** Undefined */\n Undefined = \"UNDEFINED\",\n /** Validating */\n Validating = \"VALIDATING\",\n /** Pending */\n Pending = \"PENDING\",\n /** Complete */\n Complete = \"COMPLETE\",\n /** ActionRequired */\n ActionRequired = \"ACTION_REQUIRED\",\n /** Failed */\n Failed = \"FAILED\"\n}\n\n/**\n * Defines values for ReplicateMigrationState. \\\n * {@link KnownReplicateMigrationState} can be used interchangeably with ReplicateMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UNDEFINED** \\\n * **VALIDATING** \\\n * **PENDING** \\\n * **COMPLETE** \\\n * **ACTION_REQUIRED** \\\n * **FAILED**\n */\nexport type ReplicateMigrationState = string;\n\n/** Known values of {@link MigrationStatus} that the service accepts. */\nexport enum KnownMigrationStatus {\n /** Default */\n Default = \"Default\",\n /** Connecting */\n Connecting = \"Connecting\",\n /** SourceAndTargetSelected */\n SourceAndTargetSelected = \"SourceAndTargetSelected\",\n /** SelectLogins */\n SelectLogins = \"SelectLogins\",\n /** Configured */\n Configured = \"Configured\",\n /** Running */\n Running = \"Running\",\n /** Error */\n Error = \"Error\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\"\n}\n\n/**\n * Defines values for MigrationStatus. \\\n * {@link KnownMigrationStatus} can be used interchangeably with MigrationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Connecting** \\\n * **SourceAndTargetSelected** \\\n * **SelectLogins** \\\n * **Configured** \\\n * **Running** \\\n * **Error** \\\n * **Stopped** \\\n * **Completed** \\\n * **CompletedWithWarnings**\n */\nexport type MigrationStatus = string;\n\n/** Known values of {@link ValidationStatus} that the service accepts. */\nexport enum KnownValidationStatus {\n /** Default */\n Default = \"Default\",\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** Initialized */\n Initialized = \"Initialized\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedWithIssues */\n CompletedWithIssues = \"CompletedWithIssues\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ValidationStatus. \\\n * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **NotStarted** \\\n * **Initialized** \\\n * **InProgress** \\\n * **Completed** \\\n * **CompletedWithIssues** \\\n * **Stopped** \\\n * **Failed**\n */\nexport type ValidationStatus = string;\n\n/** Known values of {@link DatabaseMigrationStage} that the service accepts. */\nexport enum KnownDatabaseMigrationStage {\n /** None */\n None = \"None\",\n /** Initialize */\n Initialize = \"Initialize\",\n /** Backup */\n Backup = \"Backup\",\n /** FileCopy */\n FileCopy = \"FileCopy\",\n /** Restore */\n Restore = \"Restore\",\n /** Completed */\n Completed = \"Completed\"\n}\n\n/**\n * Defines values for DatabaseMigrationStage. \\\n * {@link KnownDatabaseMigrationStage} can be used interchangeably with DatabaseMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Initialize** \\\n * **Backup** \\\n * **FileCopy** \\\n * **Restore** \\\n * **Completed**\n */\nexport type DatabaseMigrationStage = string;\n\n/** Known values of {@link Severity} that the service accepts. */\nexport enum KnownSeverity {\n /** Message */\n Message = \"Message\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\"\n}\n\n/**\n * Defines values for Severity. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Message** \\\n * **Warning** \\\n * **Error**\n */\nexport type Severity = string;\n\n/** Known values of {@link ObjectType} that the service accepts. */\nexport enum KnownObjectType {\n /** StoredProcedures */\n StoredProcedures = \"StoredProcedures\",\n /** Table */\n Table = \"Table\",\n /** User */\n User = \"User\",\n /** View */\n View = \"View\",\n /** Function */\n Function = \"Function\"\n}\n\n/**\n * Defines values for ObjectType. \\\n * {@link KnownObjectType} can be used interchangeably with ObjectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StoredProcedures** \\\n * **Table** \\\n * **User** \\\n * **View** \\\n * **Function**\n */\nexport type ObjectType = string;\n\n/** Known values of {@link UpdateActionType} that the service accepts. */\nexport enum KnownUpdateActionType {\n /** DeletedOnTarget */\n DeletedOnTarget = \"DeletedOnTarget\",\n /** ChangedOnTarget */\n ChangedOnTarget = \"ChangedOnTarget\",\n /** AddedOnTarget */\n AddedOnTarget = \"AddedOnTarget\"\n}\n\n/**\n * Defines values for UpdateActionType. \\\n * {@link KnownUpdateActionType} can be used interchangeably with UpdateActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DeletedOnTarget** \\\n * **ChangedOnTarget** \\\n * **AddedOnTarget**\n */\nexport type UpdateActionType = string;\n\n/** Known values of {@link DatabaseMigrationState} that the service accepts. */\nexport enum KnownDatabaseMigrationState {\n /** Undefined */\n Undefined = \"UNDEFINED\",\n /** Initial */\n Initial = \"INITIAL\",\n /** FullBackupUploadStart */\n FullBackupUploadStart = \"FULL_BACKUP_UPLOAD_START\",\n /** LOGShippingStart */\n LOGShippingStart = \"LOG_SHIPPING_START\",\n /** UploadLOGFilesStart */\n UploadLOGFilesStart = \"UPLOAD_LOG_FILES_START\",\n /** CutoverStart */\n CutoverStart = \"CUTOVER_START\",\n /** PostCutoverComplete */\n PostCutoverComplete = \"POST_CUTOVER_COMPLETE\",\n /** Completed */\n Completed = \"COMPLETED\",\n /** Cancelled */\n Cancelled = \"CANCELLED\",\n /** Failed */\n Failed = \"FAILED\"\n}\n\n/**\n * Defines values for DatabaseMigrationState. \\\n * {@link KnownDatabaseMigrationState} can be used interchangeably with DatabaseMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UNDEFINED** \\\n * **INITIAL** \\\n * **FULL_BACKUP_UPLOAD_START** \\\n * **LOG_SHIPPING_START** \\\n * **UPLOAD_LOG_FILES_START** \\\n * **CUTOVER_START** \\\n * **POST_CUTOVER_COMPLETE** \\\n * **COMPLETED** \\\n * **CANCELLED** \\\n * **FAILED**\n */\nexport type DatabaseMigrationState = string;\n\n/** Known values of {@link BackupMode} that the service accepts. */\nexport enum KnownBackupMode {\n /** CreateBackup */\n CreateBackup = \"CreateBackup\",\n /** ExistingBackup */\n ExistingBackup = \"ExistingBackup\"\n}\n\n/**\n * Defines values for BackupMode. \\\n * {@link KnownBackupMode} can be used interchangeably with BackupMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateBackup** \\\n * **ExistingBackup**\n */\nexport type BackupMode = string;\n\n/** Known values of {@link LoginMigrationStage} that the service accepts. */\nexport enum KnownLoginMigrationStage {\n /** None */\n None = \"None\",\n /** Initialize */\n Initialize = \"Initialize\",\n /** LoginMigration */\n LoginMigration = \"LoginMigration\",\n /** EstablishUserMapping */\n EstablishUserMapping = \"EstablishUserMapping\",\n /** AssignRoleMembership */\n AssignRoleMembership = \"AssignRoleMembership\",\n /** AssignRoleOwnership */\n AssignRoleOwnership = \"AssignRoleOwnership\",\n /** EstablishServerPermissions */\n EstablishServerPermissions = \"EstablishServerPermissions\",\n /** EstablishObjectPermissions */\n EstablishObjectPermissions = \"EstablishObjectPermissions\",\n /** Completed */\n Completed = \"Completed\"\n}\n\n/**\n * Defines values for LoginMigrationStage. \\\n * {@link KnownLoginMigrationStage} can be used interchangeably with LoginMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Initialize** \\\n * **LoginMigration** \\\n * **EstablishUserMapping** \\\n * **AssignRoleMembership** \\\n * **AssignRoleOwnership** \\\n * **EstablishServerPermissions** \\\n * **EstablishObjectPermissions** \\\n * **Completed**\n */\nexport type LoginMigrationStage = string;\n\n/** Known values of {@link SsisStoreType} that the service accepts. */\nexport enum KnownSsisStoreType {\n /** SsisCatalog */\n SsisCatalog = \"SsisCatalog\"\n}\n\n/**\n * Defines values for SsisStoreType. \\\n * {@link KnownSsisStoreType} can be used interchangeably with SsisStoreType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SsisCatalog**\n */\nexport type SsisStoreType = string;\n\n/** Known values of {@link SsisMigrationOverwriteOption} that the service accepts. */\nexport enum KnownSsisMigrationOverwriteOption {\n /** Ignore */\n Ignore = \"Ignore\",\n /** Overwrite */\n Overwrite = \"Overwrite\"\n}\n\n/**\n * Defines values for SsisMigrationOverwriteOption. \\\n * {@link KnownSsisMigrationOverwriteOption} can be used interchangeably with SsisMigrationOverwriteOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ignore** \\\n * **Overwrite**\n */\nexport type SsisMigrationOverwriteOption = string;\n\n/** Known values of {@link SsisMigrationStage} that the service accepts. */\nexport enum KnownSsisMigrationStage {\n /** None */\n None = \"None\",\n /** Initialize */\n Initialize = \"Initialize\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\"\n}\n\n/**\n * Defines values for SsisMigrationStage. \\\n * {@link KnownSsisMigrationStage} can be used interchangeably with SsisMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Initialize** \\\n * **InProgress** \\\n * **Completed**\n */\nexport type SsisMigrationStage = string;\n\n/** Known values of {@link MongoDbShardKeyOrder} that the service accepts. */\nexport enum KnownMongoDbShardKeyOrder {\n /** Forward */\n Forward = \"Forward\",\n /** Reverse */\n Reverse = \"Reverse\",\n /** Hashed */\n Hashed = \"Hashed\"\n}\n\n/**\n * Defines values for MongoDbShardKeyOrder. \\\n * {@link KnownMongoDbShardKeyOrder} can be used interchangeably with MongoDbShardKeyOrder,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Forward** \\\n * **Reverse** \\\n * **Hashed**\n */\nexport type MongoDbShardKeyOrder = string;\n\n/** Known values of {@link MongoDbClusterType} that the service accepts. */\nexport enum KnownMongoDbClusterType {\n /** BlobContainer */\n BlobContainer = \"BlobContainer\",\n /** CosmosDb */\n CosmosDb = \"CosmosDb\",\n /** MongoDb */\n MongoDb = \"MongoDb\"\n}\n\n/**\n * Defines values for MongoDbClusterType. \\\n * {@link KnownMongoDbClusterType} can be used interchangeably with MongoDbClusterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BlobContainer** \\\n * **CosmosDb** \\\n * **MongoDb**\n */\nexport type MongoDbClusterType = string;\n\n/** Known values of {@link MongoDbErrorType} that the service accepts. */\nexport enum KnownMongoDbErrorType {\n /** Error */\n Error = \"Error\",\n /** ValidationError */\n ValidationError = \"ValidationError\",\n /** Warning */\n Warning = \"Warning\"\n}\n\n/**\n * Defines values for MongoDbErrorType. \\\n * {@link KnownMongoDbErrorType} can be used interchangeably with MongoDbErrorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Error** \\\n * **ValidationError** \\\n * **Warning**\n */\nexport type MongoDbErrorType = string;\n\n/** Known values of {@link MongoDbProgressResultType} that the service accepts. */\nexport enum KnownMongoDbProgressResultType {\n /** Migration */\n Migration = \"Migration\",\n /** Database */\n Database = \"Database\",\n /** Collection */\n Collection = \"Collection\"\n}\n\n/**\n * Defines values for MongoDbProgressResultType. \\\n * {@link KnownMongoDbProgressResultType} can be used interchangeably with MongoDbProgressResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Migration** \\\n * **Database** \\\n * **Collection**\n */\nexport type MongoDbProgressResultType = string;\n\n/** Known values of {@link MongoDbMigrationState} that the service accepts. */\nexport enum KnownMongoDbMigrationState {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** ValidatingInput */\n ValidatingInput = \"ValidatingInput\",\n /** Initializing */\n Initializing = \"Initializing\",\n /** Restarting */\n Restarting = \"Restarting\",\n /** Copying */\n Copying = \"Copying\",\n /** InitialReplay */\n InitialReplay = \"InitialReplay\",\n /** Replaying */\n Replaying = \"Replaying\",\n /** Finalizing */\n Finalizing = \"Finalizing\",\n /** Complete */\n Complete = \"Complete\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for MongoDbMigrationState. \\\n * {@link KnownMongoDbMigrationState} can be used interchangeably with MongoDbMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **ValidatingInput** \\\n * **Initializing** \\\n * **Restarting** \\\n * **Copying** \\\n * **InitialReplay** \\\n * **Replaying** \\\n * **Finalizing** \\\n * **Complete** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type MongoDbMigrationState = string;\n\n/** Known values of {@link MongoDbReplication} that the service accepts. */\nexport enum KnownMongoDbReplication {\n /** Disabled */\n Disabled = \"Disabled\",\n /** OneTime */\n OneTime = \"OneTime\",\n /** Continuous */\n Continuous = \"Continuous\"\n}\n\n/**\n * Defines values for MongoDbReplication. \\\n * {@link KnownMongoDbReplication} can be used interchangeably with MongoDbReplication,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **OneTime** \\\n * **Continuous**\n */\nexport type MongoDbReplication = string;\n\n/** Known values of {@link DataMigrationResultCode} that the service accepts. */\nexport enum KnownDataMigrationResultCode {\n /** Initial */\n Initial = \"Initial\",\n /** Completed */\n Completed = \"Completed\",\n /** ObjectNotExistsInSource */\n ObjectNotExistsInSource = \"ObjectNotExistsInSource\",\n /** ObjectNotExistsInTarget */\n ObjectNotExistsInTarget = \"ObjectNotExistsInTarget\",\n /** TargetObjectIsInaccessible */\n TargetObjectIsInaccessible = \"TargetObjectIsInaccessible\",\n /** FatalError */\n FatalError = \"FatalError\"\n}\n\n/**\n * Defines values for DataMigrationResultCode. \\\n * {@link KnownDataMigrationResultCode} can be used interchangeably with DataMigrationResultCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initial** \\\n * **Completed** \\\n * **ObjectNotExistsInSource** \\\n * **ObjectNotExistsInTarget** \\\n * **TargetObjectIsInaccessible** \\\n * **FatalError**\n */\nexport type DataMigrationResultCode = string;\n\n/** Known values of {@link ErrorType} that the service accepts. */\nexport enum KnownErrorType {\n /** Default */\n Default = \"Default\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\"\n}\n\n/**\n * Defines values for ErrorType. \\\n * {@link KnownErrorType} can be used interchangeably with ErrorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Warning** \\\n * **Error**\n */\nexport type ErrorType = string;\n/** Defines values for ServerLevelPermissionsGroup. */\nexport type ServerLevelPermissionsGroup =\n | \"Default\"\n | \"MigrationFromSqlServerToAzureDB\"\n | \"MigrationFromSqlServerToAzureMI\"\n | \"MigrationFromMySQLToAzureDBForMySQL\";\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlMiGetOptionalParams\n extends coreClient.OperationOptions {\n /** Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved. */\n migrationOperationId?: string;\n /** The child resources to include in the response. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type DatabaseMigrationsSqlMiGetResponse = DatabaseMigrationSqlMi;\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DatabaseMigrationsSqlMiCreateOrUpdateResponse = DatabaseMigrationSqlMi;\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlMiCancelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlMiCutoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlVmGetOptionalParams\n extends coreClient.OperationOptions {\n /** Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved. */\n migrationOperationId?: string;\n /** The child resources to include in the response. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type DatabaseMigrationsSqlVmGetResponse = DatabaseMigrationSqlVm;\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DatabaseMigrationsSqlVmCreateOrUpdateResponse = DatabaseMigrationSqlVm;\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlVmCancelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatabaseMigrationsSqlVmCutoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SqlMigrationServicesGetResponse = SqlMigrationService;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SqlMigrationServicesCreateOrUpdateResponse = SqlMigrationService;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SqlMigrationServicesUpdateResponse = SqlMigrationService;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SqlMigrationServicesListByResourceGroupResponse = SqlMigrationListResult;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListAuthKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthKeys operation. */\nexport type SqlMigrationServicesListAuthKeysResponse = AuthenticationKeys;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesRegenerateAuthKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateAuthKeys operation. */\nexport type SqlMigrationServicesRegenerateAuthKeysResponse = RegenAuthKeys;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesDeleteNodeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteNode operation. */\nexport type SqlMigrationServicesDeleteNodeResponse = DeleteNode;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListMigrationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMigrations operation. */\nexport type SqlMigrationServicesListMigrationsResponse = DatabaseMigrationListResult;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListMonitoringDataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoringData operation. */\nexport type SqlMigrationServicesListMonitoringDataResponse = IntegrationRuntimeMonitoringData;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SqlMigrationServicesListBySubscriptionResponse = SqlMigrationListResult;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SqlMigrationServicesListByResourceGroupNextResponse = SqlMigrationListResult;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListMigrationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMigrationsNext operation. */\nexport type SqlMigrationServicesListMigrationsNextResponse = DatabaseMigrationListResult;\n\n/** Optional parameters. */\nexport interface SqlMigrationServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SqlMigrationServicesListBySubscriptionNextResponse = SqlMigrationListResult;\n\n/** Optional parameters. */\nexport interface ResourceSkusListSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type ResourceSkusListSkusResponse = ResourceSkusResult;\n\n/** Optional parameters. */\nexport interface ResourceSkusListSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkusNext operation. */\nexport type ResourceSkusListSkusNextResponse = ResourceSkusResult;\n\n/** Optional parameters. */\nexport interface ServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServicesCreateOrUpdateResponse = DataMigrationService;\n\n/** Optional parameters. */\nexport interface ServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServicesGetResponse = DataMigrationService;\n\n/** Optional parameters. */\nexport interface ServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delete the resource even if it contains running tasks */\n deleteRunningTasks?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServicesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ServicesUpdateResponse = DataMigrationService;\n\n/** Optional parameters. */\nexport interface ServicesCheckStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkStatus operation. */\nexport type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse;\n\n/** Optional parameters. */\nexport interface ServicesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServicesStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServicesListSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type ServicesListSkusResponse = ServiceSkuList;\n\n/** Optional parameters. */\nexport interface ServicesCheckChildrenNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkChildrenNameAvailability operation. */\nexport type ServicesCheckChildrenNameAvailabilityResponse = NameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ServicesListByResourceGroupResponse = DataMigrationServiceList;\n\n/** Optional parameters. */\nexport interface ServicesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServicesListResponse = DataMigrationServiceList;\n\n/** Optional parameters. */\nexport interface ServicesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ServicesCheckNameAvailabilityResponse = NameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ServicesListSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkusNext operation. */\nexport type ServicesListSkusNextResponse = ServiceSkuList;\n\n/** Optional parameters. */\nexport interface ServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ServicesListByResourceGroupNextResponse = DataMigrationServiceList;\n\n/** Optional parameters. */\nexport interface ServicesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServicesListNextResponse = DataMigrationServiceList;\n\n/** Optional parameters. */\nexport interface TasksListOptionalParams extends coreClient.OperationOptions {\n /** Filter tasks by task type */\n taskType?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type TasksListResponse = TaskList;\n\n/** Optional parameters. */\nexport interface TasksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TasksCreateOrUpdateResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface TasksGetOptionalParams extends coreClient.OperationOptions {\n /** Expand the response */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type TasksGetResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface TasksDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delete the resource even if it contains running tasks */\n deleteRunningTasks?: boolean;\n}\n\n/** Optional parameters. */\nexport interface TasksUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type TasksUpdateResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface TasksCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type TasksCancelResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface TasksCommandOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the command operation. */\nexport type TasksCommandResponse = CommandPropertiesUnion;\n\n/** Optional parameters. */\nexport interface TasksListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Filter tasks by task type */\n taskType?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type TasksListNextResponse = TaskList;\n\n/** Optional parameters. */\nexport interface ServiceTasksListOptionalParams\n extends coreClient.OperationOptions {\n /** Filter tasks by task type */\n taskType?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ServiceTasksListResponse = TaskList;\n\n/** Optional parameters. */\nexport interface ServiceTasksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServiceTasksCreateOrUpdateResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface ServiceTasksGetOptionalParams\n extends coreClient.OperationOptions {\n /** Expand the response */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ServiceTasksGetResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface ServiceTasksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delete the resource even if it contains running tasks */\n deleteRunningTasks?: boolean;\n}\n\n/** Optional parameters. */\nexport interface ServiceTasksUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServiceTasksUpdateResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface ServiceTasksCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type ServiceTasksCancelResponse = ProjectTask;\n\n/** Optional parameters. */\nexport interface ServiceTasksListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Filter tasks by task type */\n taskType?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ServiceTasksListNextResponse = TaskList;\n\n/** Optional parameters. */\nexport interface ProjectsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProjectsListResponse = ProjectList;\n\n/** Optional parameters. */\nexport interface ProjectsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProjectsCreateOrUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectsGetResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delete the resource even if it contains running tasks */\n deleteRunningTasks?: boolean;\n}\n\n/** Optional parameters. */\nexport interface ProjectsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ProjectsUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProjectsListNextResponse = ProjectList;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = QuotaList;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = QuotaList;\n\n/** Optional parameters. */\nexport interface FilesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type FilesListResponse = FileList;\n\n/** Optional parameters. */\nexport interface FilesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FilesGetResponse = ProjectFile;\n\n/** Optional parameters. */\nexport interface FilesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FilesCreateOrUpdateResponse = ProjectFile;\n\n/** Optional parameters. */\nexport interface FilesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FilesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type FilesUpdateResponse = ProjectFile;\n\n/** Optional parameters. */\nexport interface FilesReadOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the read operation. */\nexport type FilesReadResponse = FileStorageInfo;\n\n/** Optional parameters. */\nexport interface FilesReadWriteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the readWrite operation. */\nexport type FilesReadWriteResponse = FileStorageInfo;\n\n/** Optional parameters. */\nexport interface FilesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FilesListNextResponse = FileList;\n\n/** Optional parameters. */\nexport interface DataMigrationManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|