@azure/arm-datamigration 3.0.0-alpha.20250721.1 → 3.0.0-alpha.20250723.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/dataMigrationManagementClient.d.ts +5 -1
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/browser/dataMigrationManagementClient.js +19 -32
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +6 -11
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +12 -24
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +968 -216
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +52 -8
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +47 -14
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +5531 -5222
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +21 -12
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +184 -110
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operations/files.js +83 -67
- package/dist/browser/operations/files.js.map +1 -1
- package/dist/browser/operations/index.d.ts +4 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +4 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/migrationServices.d.ts +144 -0
- package/dist/browser/operations/migrationServices.d.ts.map +1 -0
- package/dist/browser/operations/migrationServices.js +676 -0
- package/dist/browser/operations/migrationServices.js.map +1 -0
- package/dist/browser/operations/operations.js +47 -31
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/projects.js +73 -57
- package/dist/browser/operations/projects.js.map +1 -1
- package/dist/browser/operations/resourceSkus.d.ts +2 -2
- package/dist/browser/operations/resourceSkus.js +52 -36
- package/dist/browser/operations/resourceSkus.js.map +1 -1
- package/dist/browser/operations/serviceTasks.d.ts +16 -13
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operations/serviceTasks.js +95 -76
- package/dist/browser/operations/serviceTasks.js.map +1 -1
- package/dist/browser/operations/services.d.ts +59 -58
- package/dist/browser/operations/services.d.ts.map +1 -1
- package/dist/browser/operations/services.js +332 -288
- package/dist/browser/operations/services.js.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.js +240 -194
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operations/tasks.d.ts +20 -20
- package/dist/browser/operations/tasks.js +105 -89
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operations/usages.d.ts +4 -4
- package/dist/browser/operations/usages.js +55 -39
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operationsInterfaces/files.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +4 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
- package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/projects.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts +53 -52
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/services.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +4 -4
- package/dist/browser/pagingHelper.js +8 -6
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts +5 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.js +18 -31
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +6 -11
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +13 -26
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +968 -216
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +54 -10
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +47 -14
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +5538 -5229
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +21 -12
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +184 -110
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +93 -97
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +93 -97
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operations/files.js +82 -67
- package/dist/commonjs/operations/files.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +4 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/migrationServices.d.ts +144 -0
- package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationServices.js +680 -0
- package/dist/commonjs/operations/migrationServices.js.map +1 -0
- package/dist/commonjs/operations/operations.js +46 -31
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/projects.js +72 -57
- package/dist/commonjs/operations/projects.js.map +1 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +2 -2
- package/dist/commonjs/operations/resourceSkus.js +51 -36
- package/dist/commonjs/operations/resourceSkus.js.map +1 -1
- package/dist/commonjs/operations/serviceTasks.d.ts +16 -13
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operations/serviceTasks.js +94 -76
- package/dist/commonjs/operations/serviceTasks.js.map +1 -1
- package/dist/commonjs/operations/services.d.ts +59 -58
- package/dist/commonjs/operations/services.d.ts.map +1 -1
- package/dist/commonjs/operations/services.js +329 -286
- package/dist/commonjs/operations/services.js.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +237 -192
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operations/tasks.d.ts +20 -20
- package/dist/commonjs/operations/tasks.js +104 -89
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts +4 -4
- package/dist/commonjs/operations/usages.js +54 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/files.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.d.ts +53 -52
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +4 -4
- package/dist/commonjs/pagingHelper.js +8 -6
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/dataMigrationManagementClient.d.ts +5 -1
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/esm/dataMigrationManagementClient.js +19 -32
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +6 -11
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +12 -24
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +968 -216
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +52 -8
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +47 -14
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +5531 -5222
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +21 -12
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +184 -110
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operations/files.js +83 -67
- package/dist/esm/operations/files.js.map +1 -1
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +4 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/migrationServices.d.ts +144 -0
- package/dist/esm/operations/migrationServices.d.ts.map +1 -0
- package/dist/esm/operations/migrationServices.js +676 -0
- package/dist/esm/operations/migrationServices.js.map +1 -0
- package/dist/esm/operations/operations.js +47 -31
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/projects.js +73 -57
- package/dist/esm/operations/projects.js.map +1 -1
- package/dist/esm/operations/resourceSkus.d.ts +2 -2
- package/dist/esm/operations/resourceSkus.js +52 -36
- package/dist/esm/operations/resourceSkus.js.map +1 -1
- package/dist/esm/operations/serviceTasks.d.ts +16 -13
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operations/serviceTasks.js +95 -76
- package/dist/esm/operations/serviceTasks.js.map +1 -1
- package/dist/esm/operations/services.d.ts +59 -58
- package/dist/esm/operations/services.d.ts.map +1 -1
- package/dist/esm/operations/services.js +332 -288
- package/dist/esm/operations/services.js.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.js +240 -194
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operations/tasks.d.ts +20 -20
- package/dist/esm/operations/tasks.js +105 -89
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operations/usages.d.ts +4 -4
- package/dist/esm/operations/usages.js +55 -39
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operationsInterfaces/files.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +4 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/projects.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/services.d.ts +53 -52
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/services.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +4 -4
- package/dist/esm/pagingHelper.js +8 -6
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts +5 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.js +19 -32
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +6 -11
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +12 -24
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +968 -216
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +52 -8
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +47 -14
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +5531 -5222
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +21 -12
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +184 -110
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operations/files.js +83 -67
- package/dist/react-native/operations/files.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +4 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/migrationServices.d.ts +144 -0
- package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/migrationServices.js +676 -0
- package/dist/react-native/operations/migrationServices.js.map +1 -0
- package/dist/react-native/operations/operations.js +47 -31
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/projects.js +73 -57
- package/dist/react-native/operations/projects.js.map +1 -1
- package/dist/react-native/operations/resourceSkus.d.ts +2 -2
- package/dist/react-native/operations/resourceSkus.js +52 -36
- package/dist/react-native/operations/resourceSkus.js.map +1 -1
- package/dist/react-native/operations/serviceTasks.d.ts +16 -13
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operations/serviceTasks.js +95 -76
- package/dist/react-native/operations/serviceTasks.js.map +1 -1
- package/dist/react-native/operations/services.d.ts +59 -58
- package/dist/react-native/operations/services.d.ts.map +1 -1
- package/dist/react-native/operations/services.js +332 -288
- package/dist/react-native/operations/services.js.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.js +240 -194
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operations/tasks.d.ts +20 -20
- package/dist/react-native/operations/tasks.js +105 -89
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts +4 -4
- package/dist/react-native/operations/usages.js +55 -39
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operationsInterfaces/files.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +4 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +53 -52
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/services.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +4 -4
- package/dist/react-native/pagingHelper.js +8 -6
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +26 -27
- package/CHANGELOG.md +0 -21
- package/review/arm-datamigration-node.api.md +0 -4103
@@ -1,4103 +0,0 @@
|
|
1
|
-
## API Report File for "@azure/arm-datamigration"
|
2
|
-
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
4
|
-
|
5
|
-
```ts
|
6
|
-
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
8
|
-
import * as coreClient from '@azure/core-client';
|
9
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
11
|
-
import { PollOperationState } from '@azure/core-lro';
|
12
|
-
|
13
|
-
// @public
|
14
|
-
export interface ApiError {
|
15
|
-
error?: ODataError;
|
16
|
-
readonly systemData?: SystemData;
|
17
|
-
}
|
18
|
-
|
19
|
-
// @public
|
20
|
-
export interface AuthenticationKeys {
|
21
|
-
authKey1?: string;
|
22
|
-
authKey2?: string;
|
23
|
-
}
|
24
|
-
|
25
|
-
// @public
|
26
|
-
export type AuthenticationType = string;
|
27
|
-
|
28
|
-
// @public
|
29
|
-
export interface AvailableServiceSku {
|
30
|
-
capacity?: AvailableServiceSkuCapacity;
|
31
|
-
resourceType?: string;
|
32
|
-
sku?: AvailableServiceSkuSku;
|
33
|
-
}
|
34
|
-
|
35
|
-
// @public
|
36
|
-
export interface AvailableServiceSkuCapacity {
|
37
|
-
default?: number;
|
38
|
-
maximum?: number;
|
39
|
-
minimum?: number;
|
40
|
-
scaleType?: ServiceScalability;
|
41
|
-
}
|
42
|
-
|
43
|
-
// @public
|
44
|
-
export interface AvailableServiceSkuSku {
|
45
|
-
family?: string;
|
46
|
-
name?: string;
|
47
|
-
size?: string;
|
48
|
-
tier?: string;
|
49
|
-
}
|
50
|
-
|
51
|
-
// @public
|
52
|
-
export interface AzureActiveDirectoryApp {
|
53
|
-
appKey: string;
|
54
|
-
applicationId: string;
|
55
|
-
tenantId: string;
|
56
|
-
}
|
57
|
-
|
58
|
-
// @public
|
59
|
-
export interface AzureBlob {
|
60
|
-
accountKey?: string;
|
61
|
-
blobContainerName?: string;
|
62
|
-
storageAccountResourceId?: string;
|
63
|
-
}
|
64
|
-
|
65
|
-
// @public
|
66
|
-
export interface BackupConfiguration {
|
67
|
-
sourceLocation?: SourceLocation;
|
68
|
-
targetLocation?: TargetLocation;
|
69
|
-
}
|
70
|
-
|
71
|
-
// @public
|
72
|
-
export interface BackupFileInfo {
|
73
|
-
familySequenceNumber?: number;
|
74
|
-
fileLocation?: string;
|
75
|
-
status?: BackupFileStatus;
|
76
|
-
}
|
77
|
-
|
78
|
-
// @public
|
79
|
-
export type BackupFileStatus = string;
|
80
|
-
|
81
|
-
// @public
|
82
|
-
export type BackupMode = string;
|
83
|
-
|
84
|
-
// @public
|
85
|
-
export interface BackupSetInfo {
|
86
|
-
backupFinishedDate?: Date;
|
87
|
-
backupSetId?: string;
|
88
|
-
backupStartDate?: Date;
|
89
|
-
backupType?: BackupType;
|
90
|
-
databaseName?: string;
|
91
|
-
firstLsn?: string;
|
92
|
-
isBackupRestored?: boolean;
|
93
|
-
lastLsn?: string;
|
94
|
-
lastModifiedTime?: Date;
|
95
|
-
listOfBackupFiles?: BackupFileInfo[];
|
96
|
-
}
|
97
|
-
|
98
|
-
// @public
|
99
|
-
export type BackupType = string;
|
100
|
-
|
101
|
-
// @public
|
102
|
-
export interface BlobShare {
|
103
|
-
sasUri: string;
|
104
|
-
}
|
105
|
-
|
106
|
-
// @public
|
107
|
-
export interface CheckOCIDriverTaskInput {
|
108
|
-
serverVersion?: string;
|
109
|
-
}
|
110
|
-
|
111
|
-
// @public
|
112
|
-
export interface CheckOCIDriverTaskOutput {
|
113
|
-
installedDriver?: OracleOCIDriverInfo;
|
114
|
-
readonly validationErrors?: ReportableException[];
|
115
|
-
}
|
116
|
-
|
117
|
-
// @public
|
118
|
-
export interface CheckOCIDriverTaskProperties extends ProjectTaskProperties {
|
119
|
-
input?: CheckOCIDriverTaskInput;
|
120
|
-
readonly output?: CheckOCIDriverTaskOutput[];
|
121
|
-
taskType: "Service.Check.OCI";
|
122
|
-
}
|
123
|
-
|
124
|
-
// @public
|
125
|
-
export interface CommandProperties {
|
126
|
-
commandType: "Migrate.Sync.Complete.Database" | "Migrate.SqlServer.AzureDbSqlMi.Complete" | "cancel" | "finish" | "restart";
|
127
|
-
readonly errors?: ODataError[];
|
128
|
-
readonly state?: CommandState;
|
129
|
-
}
|
130
|
-
|
131
|
-
// @public (undocumented)
|
132
|
-
export type CommandPropertiesUnion = CommandProperties | MigrateSyncCompleteCommandProperties | MigrateMISyncCompleteCommandProperties | MongoDbCancelCommand | MongoDbFinishCommand | MongoDbRestartCommand;
|
133
|
-
|
134
|
-
// @public
|
135
|
-
export type CommandState = string;
|
136
|
-
|
137
|
-
// @public
|
138
|
-
export type CommandType = string;
|
139
|
-
|
140
|
-
// @public
|
141
|
-
export interface ConnectionInfo {
|
142
|
-
password?: string;
|
143
|
-
type: "MongoDbConnectionInfo" | "SqlConnectionInfo" | "MySqlConnectionInfo" | "OracleConnectionInfo" | "PostgreSqlConnectionInfo" | "MiSqlConnectionInfo";
|
144
|
-
userName?: string;
|
145
|
-
}
|
146
|
-
|
147
|
-
// @public (undocumented)
|
148
|
-
export type ConnectionInfoUnion = ConnectionInfo | MongoDbConnectionInfo | SqlConnectionInfo | MySqlConnectionInfo | OracleConnectionInfo | PostgreSqlConnectionInfo | MiSqlConnectionInfo;
|
149
|
-
|
150
|
-
// @public
|
151
|
-
export interface ConnectToMongoDbTaskProperties extends ProjectTaskProperties {
|
152
|
-
input?: MongoDbConnectionInfo;
|
153
|
-
readonly output?: MongoDbClusterInfo[];
|
154
|
-
taskType: "Connect.MongoDb";
|
155
|
-
}
|
156
|
-
|
157
|
-
// @public
|
158
|
-
export interface ConnectToSourceMySqlTaskInput {
|
159
|
-
checkPermissionsGroup?: ServerLevelPermissionsGroup;
|
160
|
-
isOfflineMigration?: boolean;
|
161
|
-
sourceConnectionInfo: MySqlConnectionInfo;
|
162
|
-
targetPlatform?: MySqlTargetPlatformType;
|
163
|
-
}
|
164
|
-
|
165
|
-
// @public
|
166
|
-
export interface ConnectToSourceMySqlTaskProperties extends ProjectTaskProperties {
|
167
|
-
input?: ConnectToSourceMySqlTaskInput;
|
168
|
-
readonly output?: ConnectToSourceNonSqlTaskOutput[];
|
169
|
-
taskType: "ConnectToSource.MySql";
|
170
|
-
}
|
171
|
-
|
172
|
-
// @public
|
173
|
-
export interface ConnectToSourceNonSqlTaskOutput {
|
174
|
-
readonly databases?: string[];
|
175
|
-
readonly id?: string;
|
176
|
-
readonly serverProperties?: ServerProperties;
|
177
|
-
readonly sourceServerBrandVersion?: string;
|
178
|
-
readonly validationErrors?: ReportableException[];
|
179
|
-
}
|
180
|
-
|
181
|
-
// @public
|
182
|
-
export interface ConnectToSourceOracleSyncTaskInput {
|
183
|
-
sourceConnectionInfo: OracleConnectionInfo;
|
184
|
-
}
|
185
|
-
|
186
|
-
// @public
|
187
|
-
export interface ConnectToSourceOracleSyncTaskOutput {
|
188
|
-
readonly databases?: string[];
|
189
|
-
readonly sourceServerBrandVersion?: string;
|
190
|
-
readonly sourceServerVersion?: string;
|
191
|
-
readonly validationErrors?: ReportableException[];
|
192
|
-
}
|
193
|
-
|
194
|
-
// @public
|
195
|
-
export interface ConnectToSourceOracleSyncTaskProperties extends ProjectTaskProperties {
|
196
|
-
input?: ConnectToSourceOracleSyncTaskInput;
|
197
|
-
readonly output?: ConnectToSourceOracleSyncTaskOutput[];
|
198
|
-
taskType: "ConnectToSource.Oracle.Sync";
|
199
|
-
}
|
200
|
-
|
201
|
-
// @public
|
202
|
-
export interface ConnectToSourcePostgreSqlSyncTaskInput {
|
203
|
-
sourceConnectionInfo: PostgreSqlConnectionInfo;
|
204
|
-
}
|
205
|
-
|
206
|
-
// @public
|
207
|
-
export interface ConnectToSourcePostgreSqlSyncTaskOutput {
|
208
|
-
readonly databases?: string[];
|
209
|
-
readonly id?: string;
|
210
|
-
readonly sourceServerBrandVersion?: string;
|
211
|
-
readonly sourceServerVersion?: string;
|
212
|
-
readonly validationErrors?: ReportableException[];
|
213
|
-
}
|
214
|
-
|
215
|
-
// @public
|
216
|
-
export interface ConnectToSourcePostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
217
|
-
input?: ConnectToSourcePostgreSqlSyncTaskInput;
|
218
|
-
readonly output?: ConnectToSourcePostgreSqlSyncTaskOutput[];
|
219
|
-
taskType: "ConnectToSource.PostgreSql.Sync";
|
220
|
-
}
|
221
|
-
|
222
|
-
// @public
|
223
|
-
export interface ConnectToSourceSqlServerSyncTaskProperties extends ProjectTaskProperties {
|
224
|
-
input?: ConnectToSourceSqlServerTaskInput;
|
225
|
-
readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];
|
226
|
-
taskType: "ConnectToSource.SqlServer.Sync";
|
227
|
-
}
|
228
|
-
|
229
|
-
// @public
|
230
|
-
export interface ConnectToSourceSqlServerTaskInput {
|
231
|
-
checkPermissionsGroup?: ServerLevelPermissionsGroup;
|
232
|
-
collectAgentJobs?: boolean;
|
233
|
-
collectDatabases?: boolean;
|
234
|
-
collectLogins?: boolean;
|
235
|
-
collectTdeCertificateInfo?: boolean;
|
236
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
237
|
-
validateSsisCatalogOnly?: boolean;
|
238
|
-
}
|
239
|
-
|
240
|
-
// @public
|
241
|
-
export interface ConnectToSourceSqlServerTaskOutput {
|
242
|
-
readonly id?: string;
|
243
|
-
resultType: "TaskLevelOutput" | "DatabaseLevelOutput" | "LoginLevelOutput" | "AgentJobLevelOutput";
|
244
|
-
}
|
245
|
-
|
246
|
-
// @public
|
247
|
-
export interface ConnectToSourceSqlServerTaskOutputAgentJobLevel extends ConnectToSourceSqlServerTaskOutput {
|
248
|
-
readonly isEnabled?: boolean;
|
249
|
-
readonly jobCategory?: string;
|
250
|
-
readonly jobOwner?: string;
|
251
|
-
readonly lastExecutedOn?: Date;
|
252
|
-
readonly migrationEligibility?: MigrationEligibilityInfo;
|
253
|
-
readonly name?: string;
|
254
|
-
resultType: "AgentJobLevelOutput";
|
255
|
-
readonly validationErrors?: ReportableException[];
|
256
|
-
}
|
257
|
-
|
258
|
-
// @public
|
259
|
-
export interface ConnectToSourceSqlServerTaskOutputDatabaseLevel extends ConnectToSourceSqlServerTaskOutput {
|
260
|
-
readonly compatibilityLevel?: DatabaseCompatLevel;
|
261
|
-
readonly databaseFiles?: DatabaseFileInfo[];
|
262
|
-
readonly databaseState?: DatabaseState;
|
263
|
-
readonly name?: string;
|
264
|
-
resultType: "DatabaseLevelOutput";
|
265
|
-
readonly sizeMB?: number;
|
266
|
-
}
|
267
|
-
|
268
|
-
// @public
|
269
|
-
export interface ConnectToSourceSqlServerTaskOutputLoginLevel extends ConnectToSourceSqlServerTaskOutput {
|
270
|
-
readonly defaultDatabase?: string;
|
271
|
-
readonly isEnabled?: boolean;
|
272
|
-
readonly loginType?: LoginType;
|
273
|
-
readonly migrationEligibility?: MigrationEligibilityInfo;
|
274
|
-
readonly name?: string;
|
275
|
-
resultType: "LoginLevelOutput";
|
276
|
-
}
|
277
|
-
|
278
|
-
// @public
|
279
|
-
export interface ConnectToSourceSqlServerTaskOutputTaskLevel extends ConnectToSourceSqlServerTaskOutput {
|
280
|
-
readonly agentJobs?: string;
|
281
|
-
readonly databases?: string;
|
282
|
-
readonly databaseTdeCertificateMapping?: string;
|
283
|
-
readonly logins?: string;
|
284
|
-
resultType: "TaskLevelOutput";
|
285
|
-
readonly sourceServerBrandVersion?: string;
|
286
|
-
readonly sourceServerVersion?: string;
|
287
|
-
readonly validationErrors?: ReportableException[];
|
288
|
-
}
|
289
|
-
|
290
|
-
// @public (undocumented)
|
291
|
-
export type ConnectToSourceSqlServerTaskOutputUnion = ConnectToSourceSqlServerTaskOutput | ConnectToSourceSqlServerTaskOutputTaskLevel | ConnectToSourceSqlServerTaskOutputDatabaseLevel | ConnectToSourceSqlServerTaskOutputLoginLevel | ConnectToSourceSqlServerTaskOutputAgentJobLevel;
|
292
|
-
|
293
|
-
// @public
|
294
|
-
export interface ConnectToSourceSqlServerTaskProperties extends ProjectTaskProperties {
|
295
|
-
input?: ConnectToSourceSqlServerTaskInput;
|
296
|
-
readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];
|
297
|
-
taskType: "ConnectToSource.SqlServer";
|
298
|
-
}
|
299
|
-
|
300
|
-
// @public
|
301
|
-
export interface ConnectToTargetAzureDbForMySqlTaskInput {
|
302
|
-
isOfflineMigration?: boolean;
|
303
|
-
sourceConnectionInfo: MySqlConnectionInfo;
|
304
|
-
targetConnectionInfo: MySqlConnectionInfo;
|
305
|
-
}
|
306
|
-
|
307
|
-
// @public
|
308
|
-
export interface ConnectToTargetAzureDbForMySqlTaskOutput {
|
309
|
-
readonly databases?: string[];
|
310
|
-
readonly id?: string;
|
311
|
-
readonly serverVersion?: string;
|
312
|
-
readonly targetServerBrandVersion?: string;
|
313
|
-
readonly validationErrors?: ReportableException[];
|
314
|
-
}
|
315
|
-
|
316
|
-
// @public
|
317
|
-
export interface ConnectToTargetAzureDbForMySqlTaskProperties extends ProjectTaskProperties {
|
318
|
-
input?: ConnectToTargetAzureDbForMySqlTaskInput;
|
319
|
-
readonly output?: ConnectToTargetAzureDbForMySqlTaskOutput[];
|
320
|
-
taskType: "ConnectToTarget.AzureDbForMySql";
|
321
|
-
}
|
322
|
-
|
323
|
-
// @public
|
324
|
-
export interface ConnectToTargetAzureDbForPostgreSqlSyncTaskInput {
|
325
|
-
sourceConnectionInfo: PostgreSqlConnectionInfo;
|
326
|
-
targetConnectionInfo: PostgreSqlConnectionInfo;
|
327
|
-
}
|
328
|
-
|
329
|
-
// @public
|
330
|
-
export interface ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput {
|
331
|
-
readonly databases?: string[];
|
332
|
-
readonly id?: string;
|
333
|
-
readonly targetServerBrandVersion?: string;
|
334
|
-
readonly targetServerVersion?: string;
|
335
|
-
readonly validationErrors?: ReportableException[];
|
336
|
-
}
|
337
|
-
|
338
|
-
// @public
|
339
|
-
export interface ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
340
|
-
input?: ConnectToTargetAzureDbForPostgreSqlSyncTaskInput;
|
341
|
-
readonly output?: ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput[];
|
342
|
-
taskType: "ConnectToTarget.AzureDbForPostgreSql.Sync";
|
343
|
-
}
|
344
|
-
|
345
|
-
// @public
|
346
|
-
export interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput {
|
347
|
-
targetConnectionInfo: PostgreSqlConnectionInfo;
|
348
|
-
}
|
349
|
-
|
350
|
-
// @public
|
351
|
-
export interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput {
|
352
|
-
readonly databases?: string[];
|
353
|
-
databaseSchemaMap?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem[];
|
354
|
-
readonly targetServerBrandVersion?: string;
|
355
|
-
readonly targetServerVersion?: string;
|
356
|
-
readonly validationErrors?: ReportableException[];
|
357
|
-
}
|
358
|
-
|
359
|
-
// @public (undocumented)
|
360
|
-
export interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem {
|
361
|
-
// (undocumented)
|
362
|
-
database?: string;
|
363
|
-
// (undocumented)
|
364
|
-
schemas?: string[];
|
365
|
-
}
|
366
|
-
|
367
|
-
// @public
|
368
|
-
export interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
369
|
-
input?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput;
|
370
|
-
readonly output?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput[];
|
371
|
-
taskType: "ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync";
|
372
|
-
}
|
373
|
-
|
374
|
-
// @public
|
375
|
-
export interface ConnectToTargetSqlDbSyncTaskInput {
|
376
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
377
|
-
targetConnectionInfo: SqlConnectionInfo;
|
378
|
-
}
|
379
|
-
|
380
|
-
// @public
|
381
|
-
export interface ConnectToTargetSqlDbSyncTaskProperties extends ProjectTaskProperties {
|
382
|
-
input?: ConnectToTargetSqlDbSyncTaskInput;
|
383
|
-
readonly output?: ConnectToTargetSqlDbTaskOutput[];
|
384
|
-
taskType: "ConnectToTarget.SqlDb.Sync";
|
385
|
-
}
|
386
|
-
|
387
|
-
// @public
|
388
|
-
export interface ConnectToTargetSqlDbTaskInput {
|
389
|
-
targetConnectionInfo: SqlConnectionInfo;
|
390
|
-
}
|
391
|
-
|
392
|
-
// @public
|
393
|
-
export interface ConnectToTargetSqlDbTaskOutput {
|
394
|
-
readonly databases?: string;
|
395
|
-
readonly id?: string;
|
396
|
-
readonly targetServerBrandVersion?: string;
|
397
|
-
readonly targetServerVersion?: string;
|
398
|
-
}
|
399
|
-
|
400
|
-
// @public
|
401
|
-
export interface ConnectToTargetSqlDbTaskProperties extends ProjectTaskProperties {
|
402
|
-
input?: ConnectToTargetSqlDbTaskInput;
|
403
|
-
readonly output?: ConnectToTargetSqlDbTaskOutput[];
|
404
|
-
taskType: "ConnectToTarget.SqlDb";
|
405
|
-
}
|
406
|
-
|
407
|
-
// @public
|
408
|
-
export interface ConnectToTargetSqlMISyncTaskInput {
|
409
|
-
azureApp: AzureActiveDirectoryApp;
|
410
|
-
targetConnectionInfo: MiSqlConnectionInfo;
|
411
|
-
}
|
412
|
-
|
413
|
-
// @public
|
414
|
-
export interface ConnectToTargetSqlMISyncTaskOutput {
|
415
|
-
readonly targetServerBrandVersion?: string;
|
416
|
-
readonly targetServerVersion?: string;
|
417
|
-
readonly validationErrors?: ReportableException[];
|
418
|
-
}
|
419
|
-
|
420
|
-
// @public
|
421
|
-
export interface ConnectToTargetSqlMISyncTaskProperties extends ProjectTaskProperties {
|
422
|
-
input?: ConnectToTargetSqlMISyncTaskInput;
|
423
|
-
readonly output?: ConnectToTargetSqlMISyncTaskOutput[];
|
424
|
-
taskType: "ConnectToTarget.AzureSqlDbMI.Sync.LRS";
|
425
|
-
}
|
426
|
-
|
427
|
-
// @public
|
428
|
-
export interface ConnectToTargetSqlMITaskInput {
|
429
|
-
collectAgentJobs?: boolean;
|
430
|
-
collectLogins?: boolean;
|
431
|
-
targetConnectionInfo: SqlConnectionInfo;
|
432
|
-
validateSsisCatalogOnly?: boolean;
|
433
|
-
}
|
434
|
-
|
435
|
-
// @public
|
436
|
-
export interface ConnectToTargetSqlMITaskOutput {
|
437
|
-
readonly agentJobs?: string[];
|
438
|
-
readonly id?: string;
|
439
|
-
readonly logins?: string[];
|
440
|
-
readonly targetServerBrandVersion?: string;
|
441
|
-
readonly targetServerVersion?: string;
|
442
|
-
readonly validationErrors?: ReportableException[];
|
443
|
-
}
|
444
|
-
|
445
|
-
// @public
|
446
|
-
export interface ConnectToTargetSqlMITaskProperties extends ProjectTaskProperties {
|
447
|
-
input?: ConnectToTargetSqlMITaskInput;
|
448
|
-
readonly output?: ConnectToTargetSqlMITaskOutput[];
|
449
|
-
taskType: "ConnectToTarget.AzureSqlDbMI";
|
450
|
-
}
|
451
|
-
|
452
|
-
// @public
|
453
|
-
export type CreatedByType = string;
|
454
|
-
|
455
|
-
// @public
|
456
|
-
export interface Database {
|
457
|
-
collation?: string;
|
458
|
-
compatibilityLevel?: DatabaseCompatLevel;
|
459
|
-
databaseState?: DatabaseState;
|
460
|
-
fqdn?: string;
|
461
|
-
id?: string;
|
462
|
-
installId?: string;
|
463
|
-
name?: string;
|
464
|
-
serverCoreCount?: number;
|
465
|
-
serverDefaultBackupPath?: string;
|
466
|
-
serverDefaultDataPath?: string;
|
467
|
-
serverDefaultLogPath?: string;
|
468
|
-
serverEdition?: string;
|
469
|
-
serverId?: string;
|
470
|
-
serverLevel?: string;
|
471
|
-
serverName?: string;
|
472
|
-
serverVersion?: string;
|
473
|
-
serverVisibleOnlineCoreCount?: number;
|
474
|
-
}
|
475
|
-
|
476
|
-
// @public
|
477
|
-
export interface DatabaseBackupInfo {
|
478
|
-
readonly backupFiles?: string[];
|
479
|
-
readonly backupFinishDate?: Date;
|
480
|
-
readonly backupType?: BackupType;
|
481
|
-
readonly databaseName?: string;
|
482
|
-
readonly familyCount?: number;
|
483
|
-
readonly isCompressed?: boolean;
|
484
|
-
readonly isDamaged?: boolean;
|
485
|
-
readonly position?: number;
|
486
|
-
}
|
487
|
-
|
488
|
-
// @public
|
489
|
-
export type DatabaseCompatLevel = string;
|
490
|
-
|
491
|
-
// @public
|
492
|
-
export interface DatabaseFileInfo {
|
493
|
-
databaseName?: string;
|
494
|
-
fileType?: DatabaseFileType;
|
495
|
-
id?: string;
|
496
|
-
logicalName?: string;
|
497
|
-
physicalFullName?: string;
|
498
|
-
restoreFullName?: string;
|
499
|
-
sizeMB?: number;
|
500
|
-
}
|
501
|
-
|
502
|
-
// @public
|
503
|
-
export interface DatabaseFileInput {
|
504
|
-
fileType?: DatabaseFileType;
|
505
|
-
id?: string;
|
506
|
-
logicalName?: string;
|
507
|
-
physicalFullName?: string;
|
508
|
-
restoreFullName?: string;
|
509
|
-
}
|
510
|
-
|
511
|
-
// @public
|
512
|
-
export type DatabaseFileType = string;
|
513
|
-
|
514
|
-
// @public
|
515
|
-
export interface DatabaseInfo {
|
516
|
-
sourceDatabaseName: string;
|
517
|
-
}
|
518
|
-
|
519
|
-
// @public
|
520
|
-
export interface DatabaseMigration extends ProxyResource {
|
521
|
-
properties?: DatabaseMigrationPropertiesUnion;
|
522
|
-
readonly systemData?: SystemData;
|
523
|
-
}
|
524
|
-
|
525
|
-
// @public
|
526
|
-
export interface DatabaseMigrationListResult {
|
527
|
-
readonly nextLink?: string;
|
528
|
-
readonly value?: DatabaseMigration[];
|
529
|
-
}
|
530
|
-
|
531
|
-
// @public
|
532
|
-
export interface DatabaseMigrationProperties {
|
533
|
-
readonly endedOn?: Date;
|
534
|
-
kind: "SqlMi" | "SqlVm";
|
535
|
-
readonly migrationFailureError?: ErrorInfo;
|
536
|
-
migrationOperationId?: string;
|
537
|
-
migrationService?: string;
|
538
|
-
readonly migrationStatus?: string;
|
539
|
-
readonly provisioningState?: string;
|
540
|
-
scope?: string;
|
541
|
-
sourceDatabaseName?: string;
|
542
|
-
sourceSqlConnection?: SqlConnectionInformation;
|
543
|
-
readonly startedOn?: Date;
|
544
|
-
}
|
545
|
-
|
546
|
-
// @public
|
547
|
-
export interface DatabaseMigrationPropertiesSqlMi extends DatabaseMigrationProperties {
|
548
|
-
backupConfiguration?: BackupConfiguration;
|
549
|
-
kind: "SqlMi";
|
550
|
-
readonly migrationStatusDetails?: MigrationStatusDetails;
|
551
|
-
offlineConfiguration?: OfflineConfiguration;
|
552
|
-
provisioningError?: string;
|
553
|
-
targetDatabaseCollation?: string;
|
554
|
-
}
|
555
|
-
|
556
|
-
// @public
|
557
|
-
export interface DatabaseMigrationPropertiesSqlVm extends DatabaseMigrationProperties {
|
558
|
-
backupConfiguration?: BackupConfiguration;
|
559
|
-
kind: "SqlVm";
|
560
|
-
readonly migrationStatusDetails?: MigrationStatusDetails;
|
561
|
-
offlineConfiguration?: OfflineConfiguration;
|
562
|
-
provisioningError?: string;
|
563
|
-
targetDatabaseCollation?: string;
|
564
|
-
}
|
565
|
-
|
566
|
-
// @public (undocumented)
|
567
|
-
export type DatabaseMigrationPropertiesUnion = DatabaseMigrationProperties | DatabaseMigrationPropertiesSqlMi | DatabaseMigrationPropertiesSqlVm;
|
568
|
-
|
569
|
-
// @public
|
570
|
-
export interface DatabaseMigrationSqlMi extends ProxyResource {
|
571
|
-
properties?: DatabaseMigrationPropertiesSqlMi;
|
572
|
-
readonly systemData?: SystemData;
|
573
|
-
}
|
574
|
-
|
575
|
-
// @public
|
576
|
-
export interface DatabaseMigrationSqlVm extends ProxyResource {
|
577
|
-
properties?: DatabaseMigrationPropertiesSqlVm;
|
578
|
-
readonly systemData?: SystemData;
|
579
|
-
}
|
580
|
-
|
581
|
-
// @public
|
582
|
-
export interface DatabaseMigrationsSqlMi {
|
583
|
-
beginCancel(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
584
|
-
beginCancelAndWait(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCancelOptionalParams): Promise<void>;
|
585
|
-
beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlMi, options?: DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabaseMigrationsSqlMiCreateOrUpdateResponse>, DatabaseMigrationsSqlMiCreateOrUpdateResponse>>;
|
586
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlMi, options?: DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams): Promise<DatabaseMigrationsSqlMiCreateOrUpdateResponse>;
|
587
|
-
beginCutover(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCutoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
588
|
-
beginCutoverAndWait(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCutoverOptionalParams): Promise<void>;
|
589
|
-
get(resourceGroupName: string, managedInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlMiGetOptionalParams): Promise<DatabaseMigrationsSqlMiGetResponse>;
|
590
|
-
}
|
591
|
-
|
592
|
-
// @public
|
593
|
-
export interface DatabaseMigrationsSqlMiCancelOptionalParams extends coreClient.OperationOptions {
|
594
|
-
resumeFrom?: string;
|
595
|
-
updateIntervalInMs?: number;
|
596
|
-
}
|
597
|
-
|
598
|
-
// @public
|
599
|
-
export interface DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
600
|
-
resumeFrom?: string;
|
601
|
-
updateIntervalInMs?: number;
|
602
|
-
}
|
603
|
-
|
604
|
-
// @public
|
605
|
-
export type DatabaseMigrationsSqlMiCreateOrUpdateResponse = DatabaseMigrationSqlMi;
|
606
|
-
|
607
|
-
// @public
|
608
|
-
export interface DatabaseMigrationsSqlMiCutoverOptionalParams extends coreClient.OperationOptions {
|
609
|
-
resumeFrom?: string;
|
610
|
-
updateIntervalInMs?: number;
|
611
|
-
}
|
612
|
-
|
613
|
-
// @public
|
614
|
-
export interface DatabaseMigrationsSqlMiGetOptionalParams extends coreClient.OperationOptions {
|
615
|
-
expand?: string;
|
616
|
-
migrationOperationId?: string;
|
617
|
-
}
|
618
|
-
|
619
|
-
// @public
|
620
|
-
export type DatabaseMigrationsSqlMiGetResponse = DatabaseMigrationSqlMi;
|
621
|
-
|
622
|
-
// @public
|
623
|
-
export interface DatabaseMigrationsSqlVm {
|
624
|
-
beginCancel(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
625
|
-
beginCancelAndWait(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCancelOptionalParams): Promise<void>;
|
626
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: DatabaseMigrationSqlVm, options?: DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabaseMigrationsSqlVmCreateOrUpdateResponse>, DatabaseMigrationsSqlVmCreateOrUpdateResponse>>;
|
627
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: DatabaseMigrationSqlVm, options?: DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams): Promise<DatabaseMigrationsSqlVmCreateOrUpdateResponse>;
|
628
|
-
beginCutover(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCutoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
629
|
-
beginCutoverAndWait(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCutoverOptionalParams): Promise<void>;
|
630
|
-
get(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, options?: DatabaseMigrationsSqlVmGetOptionalParams): Promise<DatabaseMigrationsSqlVmGetResponse>;
|
631
|
-
}
|
632
|
-
|
633
|
-
// @public
|
634
|
-
export interface DatabaseMigrationsSqlVmCancelOptionalParams extends coreClient.OperationOptions {
|
635
|
-
resumeFrom?: string;
|
636
|
-
updateIntervalInMs?: number;
|
637
|
-
}
|
638
|
-
|
639
|
-
// @public
|
640
|
-
export interface DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
641
|
-
resumeFrom?: string;
|
642
|
-
updateIntervalInMs?: number;
|
643
|
-
}
|
644
|
-
|
645
|
-
// @public
|
646
|
-
export type DatabaseMigrationsSqlVmCreateOrUpdateResponse = DatabaseMigrationSqlVm;
|
647
|
-
|
648
|
-
// @public
|
649
|
-
export interface DatabaseMigrationsSqlVmCutoverOptionalParams extends coreClient.OperationOptions {
|
650
|
-
resumeFrom?: string;
|
651
|
-
updateIntervalInMs?: number;
|
652
|
-
}
|
653
|
-
|
654
|
-
// @public
|
655
|
-
export interface DatabaseMigrationsSqlVmGetOptionalParams extends coreClient.OperationOptions {
|
656
|
-
expand?: string;
|
657
|
-
migrationOperationId?: string;
|
658
|
-
}
|
659
|
-
|
660
|
-
// @public
|
661
|
-
export type DatabaseMigrationsSqlVmGetResponse = DatabaseMigrationSqlVm;
|
662
|
-
|
663
|
-
// @public
|
664
|
-
export type DatabaseMigrationStage = string;
|
665
|
-
|
666
|
-
// @public
|
667
|
-
export type DatabaseMigrationState = string;
|
668
|
-
|
669
|
-
// @public
|
670
|
-
export interface DatabaseObjectName {
|
671
|
-
readonly databaseName?: string;
|
672
|
-
readonly objectName?: string;
|
673
|
-
objectType?: ObjectType;
|
674
|
-
readonly schemaName?: string;
|
675
|
-
}
|
676
|
-
|
677
|
-
// @public
|
678
|
-
export type DatabaseState = string;
|
679
|
-
|
680
|
-
// @public
|
681
|
-
export interface DatabaseSummaryResult extends DataItemMigrationSummaryResult {
|
682
|
-
readonly sizeMB?: number;
|
683
|
-
}
|
684
|
-
|
685
|
-
// @public
|
686
|
-
export interface DatabaseTable {
|
687
|
-
readonly hasRows?: boolean;
|
688
|
-
readonly name?: string;
|
689
|
-
}
|
690
|
-
|
691
|
-
// @public
|
692
|
-
export interface DataIntegrityValidationResult {
|
693
|
-
failedObjects?: {
|
694
|
-
[propertyName: string]: string;
|
695
|
-
};
|
696
|
-
validationErrors?: ValidationError;
|
697
|
-
}
|
698
|
-
|
699
|
-
// @public
|
700
|
-
export interface DataItemMigrationSummaryResult {
|
701
|
-
readonly endedOn?: Date;
|
702
|
-
readonly errorPrefix?: string;
|
703
|
-
readonly itemsCompletedCount?: number;
|
704
|
-
readonly itemsCount?: number;
|
705
|
-
readonly name?: string;
|
706
|
-
readonly resultPrefix?: string;
|
707
|
-
readonly startedOn?: Date;
|
708
|
-
readonly state?: MigrationState;
|
709
|
-
readonly statusMessage?: string;
|
710
|
-
}
|
711
|
-
|
712
|
-
// @public
|
713
|
-
export interface DataMigrationError {
|
714
|
-
readonly message?: string;
|
715
|
-
type?: ErrorType;
|
716
|
-
}
|
717
|
-
|
718
|
-
// @public (undocumented)
|
719
|
-
export class DataMigrationManagementClient extends coreClient.ServiceClient {
|
720
|
-
// (undocumented)
|
721
|
-
$host: string;
|
722
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataMigrationManagementClientOptionalParams);
|
723
|
-
// (undocumented)
|
724
|
-
apiVersion: string;
|
725
|
-
// (undocumented)
|
726
|
-
databaseMigrationsSqlMi: DatabaseMigrationsSqlMi;
|
727
|
-
// (undocumented)
|
728
|
-
databaseMigrationsSqlVm: DatabaseMigrationsSqlVm;
|
729
|
-
// (undocumented)
|
730
|
-
files: Files;
|
731
|
-
// (undocumented)
|
732
|
-
operations: Operations;
|
733
|
-
// (undocumented)
|
734
|
-
projects: Projects;
|
735
|
-
// (undocumented)
|
736
|
-
resourceSkus: ResourceSkus;
|
737
|
-
// (undocumented)
|
738
|
-
services: Services;
|
739
|
-
// (undocumented)
|
740
|
-
serviceTasks: ServiceTasks;
|
741
|
-
// (undocumented)
|
742
|
-
sqlMigrationServices: SqlMigrationServices;
|
743
|
-
// (undocumented)
|
744
|
-
subscriptionId: string;
|
745
|
-
// (undocumented)
|
746
|
-
tasks: Tasks;
|
747
|
-
// (undocumented)
|
748
|
-
usages: Usages;
|
749
|
-
}
|
750
|
-
|
751
|
-
// @public
|
752
|
-
export interface DataMigrationManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
753
|
-
$host?: string;
|
754
|
-
apiVersion?: string;
|
755
|
-
endpoint?: string;
|
756
|
-
}
|
757
|
-
|
758
|
-
// @public
|
759
|
-
export interface DataMigrationProjectMetadata {
|
760
|
-
readonly selectedMigrationTables?: MigrationTableMetadata[];
|
761
|
-
readonly sourceServerName?: string;
|
762
|
-
readonly sourceServerPort?: string;
|
763
|
-
readonly sourceUsername?: string;
|
764
|
-
readonly targetDbName?: string;
|
765
|
-
readonly targetServerName?: string;
|
766
|
-
readonly targetUsername?: string;
|
767
|
-
readonly targetUsingWinAuth?: boolean;
|
768
|
-
}
|
769
|
-
|
770
|
-
// @public
|
771
|
-
export type DataMigrationResultCode = string;
|
772
|
-
|
773
|
-
// @public
|
774
|
-
export interface DataMigrationService extends TrackedResource {
|
775
|
-
autoStopDelay?: string;
|
776
|
-
deleteResourcesOnStop?: boolean;
|
777
|
-
etag?: string;
|
778
|
-
kind?: string;
|
779
|
-
readonly provisioningState?: ServiceProvisioningState;
|
780
|
-
publicKey?: string;
|
781
|
-
sku?: ServiceSku;
|
782
|
-
virtualNicId?: string;
|
783
|
-
virtualSubnetId?: string;
|
784
|
-
}
|
785
|
-
|
786
|
-
// @public
|
787
|
-
export interface DataMigrationServiceList {
|
788
|
-
nextLink?: string;
|
789
|
-
value?: DataMigrationService[];
|
790
|
-
}
|
791
|
-
|
792
|
-
// @public
|
793
|
-
export interface DataMigrationServiceStatusResponse {
|
794
|
-
agentVersion?: string;
|
795
|
-
status?: string;
|
796
|
-
supportedTaskTypes?: string[];
|
797
|
-
vmSize?: string;
|
798
|
-
}
|
799
|
-
|
800
|
-
// @public
|
801
|
-
export interface DeleteNode {
|
802
|
-
integrationRuntimeName?: string;
|
803
|
-
nodeName?: string;
|
804
|
-
}
|
805
|
-
|
806
|
-
// @public
|
807
|
-
export interface ErrorInfo {
|
808
|
-
readonly code?: string;
|
809
|
-
readonly message?: string;
|
810
|
-
}
|
811
|
-
|
812
|
-
// @public
|
813
|
-
export type ErrorType = string;
|
814
|
-
|
815
|
-
// @public
|
816
|
-
export interface ExecutionStatistics {
|
817
|
-
cpuTimeMs?: number;
|
818
|
-
elapsedTimeMs?: number;
|
819
|
-
executionCount?: number;
|
820
|
-
hasErrors?: boolean;
|
821
|
-
sqlErrors?: string[];
|
822
|
-
waitStats?: {
|
823
|
-
[propertyName: string]: WaitStatistics;
|
824
|
-
};
|
825
|
-
}
|
826
|
-
|
827
|
-
// @public
|
828
|
-
export interface FileList {
|
829
|
-
nextLink?: string;
|
830
|
-
value?: ProjectFile[];
|
831
|
-
}
|
832
|
-
|
833
|
-
// @public
|
834
|
-
export interface Files {
|
835
|
-
createOrUpdate(groupName: string, serviceName: string, projectName: string, fileName: string, parameters: ProjectFile, options?: FilesCreateOrUpdateOptionalParams): Promise<FilesCreateOrUpdateResponse>;
|
836
|
-
delete(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesDeleteOptionalParams): Promise<void>;
|
837
|
-
get(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesGetOptionalParams): Promise<FilesGetResponse>;
|
838
|
-
list(groupName: string, serviceName: string, projectName: string, options?: FilesListOptionalParams): PagedAsyncIterableIterator<ProjectFile>;
|
839
|
-
read(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesReadOptionalParams): Promise<FilesReadResponse>;
|
840
|
-
readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesReadWriteOptionalParams): Promise<FilesReadWriteResponse>;
|
841
|
-
update(groupName: string, serviceName: string, projectName: string, fileName: string, parameters: ProjectFile, options?: FilesUpdateOptionalParams): Promise<FilesUpdateResponse>;
|
842
|
-
}
|
843
|
-
|
844
|
-
// @public
|
845
|
-
export interface FilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
846
|
-
}
|
847
|
-
|
848
|
-
// @public
|
849
|
-
export type FilesCreateOrUpdateResponse = ProjectFile;
|
850
|
-
|
851
|
-
// @public
|
852
|
-
export interface FilesDeleteOptionalParams extends coreClient.OperationOptions {
|
853
|
-
}
|
854
|
-
|
855
|
-
// @public
|
856
|
-
export interface FilesGetOptionalParams extends coreClient.OperationOptions {
|
857
|
-
}
|
858
|
-
|
859
|
-
// @public
|
860
|
-
export type FilesGetResponse = ProjectFile;
|
861
|
-
|
862
|
-
// @public
|
863
|
-
export interface FileShare {
|
864
|
-
password?: string;
|
865
|
-
path: string;
|
866
|
-
userName?: string;
|
867
|
-
}
|
868
|
-
|
869
|
-
// @public
|
870
|
-
export interface FilesListNextOptionalParams extends coreClient.OperationOptions {
|
871
|
-
}
|
872
|
-
|
873
|
-
// @public
|
874
|
-
export type FilesListNextResponse = FileList;
|
875
|
-
|
876
|
-
// @public
|
877
|
-
export interface FilesListOptionalParams extends coreClient.OperationOptions {
|
878
|
-
}
|
879
|
-
|
880
|
-
// @public
|
881
|
-
export type FilesListResponse = FileList;
|
882
|
-
|
883
|
-
// @public
|
884
|
-
export interface FilesReadOptionalParams extends coreClient.OperationOptions {
|
885
|
-
}
|
886
|
-
|
887
|
-
// @public
|
888
|
-
export type FilesReadResponse = FileStorageInfo;
|
889
|
-
|
890
|
-
// @public
|
891
|
-
export interface FilesReadWriteOptionalParams extends coreClient.OperationOptions {
|
892
|
-
}
|
893
|
-
|
894
|
-
// @public
|
895
|
-
export type FilesReadWriteResponse = FileStorageInfo;
|
896
|
-
|
897
|
-
// @public
|
898
|
-
export interface FileStorageInfo {
|
899
|
-
headers?: {
|
900
|
-
[propertyName: string]: string;
|
901
|
-
};
|
902
|
-
uri?: string;
|
903
|
-
}
|
904
|
-
|
905
|
-
// @public
|
906
|
-
export interface FilesUpdateOptionalParams extends coreClient.OperationOptions {
|
907
|
-
}
|
908
|
-
|
909
|
-
// @public
|
910
|
-
export type FilesUpdateResponse = ProjectFile;
|
911
|
-
|
912
|
-
// @public
|
913
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
914
|
-
|
915
|
-
// @public
|
916
|
-
export interface GetProjectDetailsNonSqlTaskInput {
|
917
|
-
projectLocation: string;
|
918
|
-
projectName: string;
|
919
|
-
}
|
920
|
-
|
921
|
-
// @public
|
922
|
-
export interface GetTdeCertificatesSqlTaskInput {
|
923
|
-
backupFileShare: FileShare;
|
924
|
-
connectionInfo: SqlConnectionInfo;
|
925
|
-
selectedCertificates: SelectedCertificateInput[];
|
926
|
-
}
|
927
|
-
|
928
|
-
// @public
|
929
|
-
export interface GetTdeCertificatesSqlTaskOutput {
|
930
|
-
readonly base64EncodedCertificates?: string;
|
931
|
-
readonly validationErrors?: ReportableException[];
|
932
|
-
}
|
933
|
-
|
934
|
-
// @public
|
935
|
-
export interface GetTdeCertificatesSqlTaskProperties extends ProjectTaskProperties {
|
936
|
-
input?: GetTdeCertificatesSqlTaskInput;
|
937
|
-
readonly output?: GetTdeCertificatesSqlTaskOutput[];
|
938
|
-
taskType: "GetTDECertificates.Sql";
|
939
|
-
}
|
940
|
-
|
941
|
-
// @public
|
942
|
-
export interface GetUserTablesMySqlTaskInput {
|
943
|
-
connectionInfo: MySqlConnectionInfo;
|
944
|
-
selectedDatabases: string[];
|
945
|
-
}
|
946
|
-
|
947
|
-
// @public
|
948
|
-
export interface GetUserTablesMySqlTaskOutput {
|
949
|
-
readonly databasesToTables?: string;
|
950
|
-
readonly id?: string;
|
951
|
-
readonly validationErrors?: ReportableException[];
|
952
|
-
}
|
953
|
-
|
954
|
-
// @public
|
955
|
-
export interface GetUserTablesMySqlTaskProperties extends ProjectTaskProperties {
|
956
|
-
input?: GetUserTablesMySqlTaskInput;
|
957
|
-
readonly output?: GetUserTablesMySqlTaskOutput[];
|
958
|
-
taskType: "GetUserTablesMySql";
|
959
|
-
}
|
960
|
-
|
961
|
-
// @public
|
962
|
-
export interface GetUserTablesOracleTaskInput {
|
963
|
-
connectionInfo: OracleConnectionInfo;
|
964
|
-
selectedSchemas: string[];
|
965
|
-
}
|
966
|
-
|
967
|
-
// @public
|
968
|
-
export interface GetUserTablesOracleTaskOutput {
|
969
|
-
readonly schemaName?: string;
|
970
|
-
readonly tables?: DatabaseTable[];
|
971
|
-
readonly validationErrors?: ReportableException[];
|
972
|
-
}
|
973
|
-
|
974
|
-
// @public
|
975
|
-
export interface GetUserTablesOracleTaskProperties extends ProjectTaskProperties {
|
976
|
-
input?: GetUserTablesOracleTaskInput;
|
977
|
-
readonly output?: GetUserTablesOracleTaskOutput[];
|
978
|
-
taskType: "GetUserTablesOracle";
|
979
|
-
}
|
980
|
-
|
981
|
-
// @public
|
982
|
-
export interface GetUserTablesPostgreSqlTaskInput {
|
983
|
-
connectionInfo: PostgreSqlConnectionInfo;
|
984
|
-
selectedDatabases: string[];
|
985
|
-
}
|
986
|
-
|
987
|
-
// @public
|
988
|
-
export interface GetUserTablesPostgreSqlTaskOutput {
|
989
|
-
readonly databaseName?: string;
|
990
|
-
readonly tables?: DatabaseTable[];
|
991
|
-
readonly validationErrors?: ReportableException[];
|
992
|
-
}
|
993
|
-
|
994
|
-
// @public
|
995
|
-
export interface GetUserTablesPostgreSqlTaskProperties extends ProjectTaskProperties {
|
996
|
-
input?: GetUserTablesPostgreSqlTaskInput;
|
997
|
-
readonly output?: GetUserTablesPostgreSqlTaskOutput[];
|
998
|
-
taskType: "GetUserTablesPostgreSql";
|
999
|
-
}
|
1000
|
-
|
1001
|
-
// @public
|
1002
|
-
export interface GetUserTablesSqlSyncTaskInput {
|
1003
|
-
selectedSourceDatabases: string[];
|
1004
|
-
selectedTargetDatabases: string[];
|
1005
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
1006
|
-
targetConnectionInfo: SqlConnectionInfo;
|
1007
|
-
}
|
1008
|
-
|
1009
|
-
// @public
|
1010
|
-
export interface GetUserTablesSqlSyncTaskOutput {
|
1011
|
-
readonly databasesToSourceTables?: string;
|
1012
|
-
readonly databasesToTargetTables?: string;
|
1013
|
-
readonly tableValidationErrors?: string;
|
1014
|
-
readonly validationErrors?: ReportableException[];
|
1015
|
-
}
|
1016
|
-
|
1017
|
-
// @public
|
1018
|
-
export interface GetUserTablesSqlSyncTaskProperties extends ProjectTaskProperties {
|
1019
|
-
input?: GetUserTablesSqlSyncTaskInput;
|
1020
|
-
readonly output?: GetUserTablesSqlSyncTaskOutput[];
|
1021
|
-
taskType: "GetUserTables.AzureSqlDb.Sync";
|
1022
|
-
}
|
1023
|
-
|
1024
|
-
// @public
|
1025
|
-
export interface GetUserTablesSqlTaskInput {
|
1026
|
-
connectionInfo: SqlConnectionInfo;
|
1027
|
-
selectedDatabases: string[];
|
1028
|
-
}
|
1029
|
-
|
1030
|
-
// @public
|
1031
|
-
export interface GetUserTablesSqlTaskOutput {
|
1032
|
-
readonly databasesToTables?: string;
|
1033
|
-
readonly id?: string;
|
1034
|
-
readonly validationErrors?: ReportableException[];
|
1035
|
-
}
|
1036
|
-
|
1037
|
-
// @public
|
1038
|
-
export interface GetUserTablesSqlTaskProperties extends ProjectTaskProperties {
|
1039
|
-
input?: GetUserTablesSqlTaskInput;
|
1040
|
-
readonly output?: GetUserTablesSqlTaskOutput[];
|
1041
|
-
taskType: "GetUserTables.Sql";
|
1042
|
-
}
|
1043
|
-
|
1044
|
-
// @public
|
1045
|
-
export interface InstallOCIDriverTaskInput {
|
1046
|
-
driverPackageName?: string;
|
1047
|
-
}
|
1048
|
-
|
1049
|
-
// @public
|
1050
|
-
export interface InstallOCIDriverTaskOutput {
|
1051
|
-
readonly validationErrors?: ReportableException[];
|
1052
|
-
}
|
1053
|
-
|
1054
|
-
// @public
|
1055
|
-
export interface InstallOCIDriverTaskProperties extends ProjectTaskProperties {
|
1056
|
-
input?: InstallOCIDriverTaskInput;
|
1057
|
-
readonly output?: InstallOCIDriverTaskOutput[];
|
1058
|
-
taskType: "Service.Install.OCI";
|
1059
|
-
}
|
1060
|
-
|
1061
|
-
// @public
|
1062
|
-
export interface IntegrationRuntimeMonitoringData {
|
1063
|
-
readonly name?: string;
|
1064
|
-
readonly nodes?: NodeMonitoringData[];
|
1065
|
-
}
|
1066
|
-
|
1067
|
-
// @public
|
1068
|
-
export enum KnownAuthenticationType {
|
1069
|
-
ActiveDirectoryIntegrated = "ActiveDirectoryIntegrated",
|
1070
|
-
ActiveDirectoryPassword = "ActiveDirectoryPassword",
|
1071
|
-
None = "None",
|
1072
|
-
SqlAuthentication = "SqlAuthentication",
|
1073
|
-
WindowsAuthentication = "WindowsAuthentication"
|
1074
|
-
}
|
1075
|
-
|
1076
|
-
// @public
|
1077
|
-
export enum KnownBackupFileStatus {
|
1078
|
-
Arrived = "Arrived",
|
1079
|
-
Cancelled = "Cancelled",
|
1080
|
-
Queued = "Queued",
|
1081
|
-
Restored = "Restored",
|
1082
|
-
Restoring = "Restoring",
|
1083
|
-
Uploaded = "Uploaded",
|
1084
|
-
Uploading = "Uploading"
|
1085
|
-
}
|
1086
|
-
|
1087
|
-
// @public
|
1088
|
-
export enum KnownBackupMode {
|
1089
|
-
CreateBackup = "CreateBackup",
|
1090
|
-
ExistingBackup = "ExistingBackup"
|
1091
|
-
}
|
1092
|
-
|
1093
|
-
// @public
|
1094
|
-
export enum KnownBackupType {
|
1095
|
-
Database = "Database",
|
1096
|
-
DifferentialDatabase = "DifferentialDatabase",
|
1097
|
-
DifferentialFile = "DifferentialFile",
|
1098
|
-
DifferentialPartial = "DifferentialPartial",
|
1099
|
-
File = "File",
|
1100
|
-
Partial = "Partial",
|
1101
|
-
TransactionLog = "TransactionLog"
|
1102
|
-
}
|
1103
|
-
|
1104
|
-
// @public
|
1105
|
-
export enum KnownCommandState {
|
1106
|
-
Accepted = "Accepted",
|
1107
|
-
Failed = "Failed",
|
1108
|
-
Running = "Running",
|
1109
|
-
Succeeded = "Succeeded",
|
1110
|
-
Unknown = "Unknown"
|
1111
|
-
}
|
1112
|
-
|
1113
|
-
// @public
|
1114
|
-
export enum KnownCommandType {
|
1115
|
-
Cancel = "cancel",
|
1116
|
-
Finish = "finish",
|
1117
|
-
MigrateSqlServerAzureDbSqlMiComplete = "Migrate.SqlServer.AzureDbSqlMi.Complete",
|
1118
|
-
MigrateSyncCompleteDatabase = "Migrate.Sync.Complete.Database",
|
1119
|
-
Restart = "restart"
|
1120
|
-
}
|
1121
|
-
|
1122
|
-
// @public
|
1123
|
-
export enum KnownCreatedByType {
|
1124
|
-
Application = "Application",
|
1125
|
-
Key = "Key",
|
1126
|
-
ManagedIdentity = "ManagedIdentity",
|
1127
|
-
User = "User"
|
1128
|
-
}
|
1129
|
-
|
1130
|
-
// @public
|
1131
|
-
export enum KnownDatabaseCompatLevel {
|
1132
|
-
CompatLevel100 = "CompatLevel100",
|
1133
|
-
CompatLevel110 = "CompatLevel110",
|
1134
|
-
CompatLevel120 = "CompatLevel120",
|
1135
|
-
CompatLevel130 = "CompatLevel130",
|
1136
|
-
CompatLevel140 = "CompatLevel140",
|
1137
|
-
CompatLevel80 = "CompatLevel80",
|
1138
|
-
CompatLevel90 = "CompatLevel90"
|
1139
|
-
}
|
1140
|
-
|
1141
|
-
// @public
|
1142
|
-
export enum KnownDatabaseFileType {
|
1143
|
-
Filestream = "Filestream",
|
1144
|
-
Fulltext = "Fulltext",
|
1145
|
-
Log = "Log",
|
1146
|
-
NotSupported = "NotSupported",
|
1147
|
-
Rows = "Rows"
|
1148
|
-
}
|
1149
|
-
|
1150
|
-
// @public
|
1151
|
-
export enum KnownDatabaseMigrationStage {
|
1152
|
-
Backup = "Backup",
|
1153
|
-
Completed = "Completed",
|
1154
|
-
FileCopy = "FileCopy",
|
1155
|
-
Initialize = "Initialize",
|
1156
|
-
None = "None",
|
1157
|
-
Restore = "Restore"
|
1158
|
-
}
|
1159
|
-
|
1160
|
-
// @public
|
1161
|
-
export enum KnownDatabaseMigrationState {
|
1162
|
-
Cancelled = "CANCELLED",
|
1163
|
-
Completed = "COMPLETED",
|
1164
|
-
CutoverStart = "CUTOVER_START",
|
1165
|
-
Failed = "FAILED",
|
1166
|
-
FullBackupUploadStart = "FULL_BACKUP_UPLOAD_START",
|
1167
|
-
Initial = "INITIAL",
|
1168
|
-
LOGShippingStart = "LOG_SHIPPING_START",
|
1169
|
-
PostCutoverComplete = "POST_CUTOVER_COMPLETE",
|
1170
|
-
Undefined = "UNDEFINED",
|
1171
|
-
UploadLOGFilesStart = "UPLOAD_LOG_FILES_START"
|
1172
|
-
}
|
1173
|
-
|
1174
|
-
// @public
|
1175
|
-
export enum KnownDatabaseState {
|
1176
|
-
Copying = "Copying",
|
1177
|
-
Emergency = "Emergency",
|
1178
|
-
Offline = "Offline",
|
1179
|
-
OfflineSecondary = "OfflineSecondary",
|
1180
|
-
Online = "Online",
|
1181
|
-
Recovering = "Recovering",
|
1182
|
-
RecoveryPending = "RecoveryPending",
|
1183
|
-
Restoring = "Restoring",
|
1184
|
-
Suspect = "Suspect"
|
1185
|
-
}
|
1186
|
-
|
1187
|
-
// @public
|
1188
|
-
export enum KnownDataMigrationResultCode {
|
1189
|
-
Completed = "Completed",
|
1190
|
-
FatalError = "FatalError",
|
1191
|
-
Initial = "Initial",
|
1192
|
-
ObjectNotExistsInSource = "ObjectNotExistsInSource",
|
1193
|
-
ObjectNotExistsInTarget = "ObjectNotExistsInTarget",
|
1194
|
-
TargetObjectIsInaccessible = "TargetObjectIsInaccessible"
|
1195
|
-
}
|
1196
|
-
|
1197
|
-
// @public
|
1198
|
-
export enum KnownErrorType {
|
1199
|
-
Default = "Default",
|
1200
|
-
Error = "Error",
|
1201
|
-
Warning = "Warning"
|
1202
|
-
}
|
1203
|
-
|
1204
|
-
// @public
|
1205
|
-
export enum KnownLoginMigrationStage {
|
1206
|
-
AssignRoleMembership = "AssignRoleMembership",
|
1207
|
-
AssignRoleOwnership = "AssignRoleOwnership",
|
1208
|
-
Completed = "Completed",
|
1209
|
-
EstablishObjectPermissions = "EstablishObjectPermissions",
|
1210
|
-
EstablishServerPermissions = "EstablishServerPermissions",
|
1211
|
-
EstablishUserMapping = "EstablishUserMapping",
|
1212
|
-
Initialize = "Initialize",
|
1213
|
-
LoginMigration = "LoginMigration",
|
1214
|
-
None = "None"
|
1215
|
-
}
|
1216
|
-
|
1217
|
-
// @public
|
1218
|
-
export enum KnownLoginType {
|
1219
|
-
AsymmetricKey = "AsymmetricKey",
|
1220
|
-
Certificate = "Certificate",
|
1221
|
-
ExternalGroup = "ExternalGroup",
|
1222
|
-
ExternalUser = "ExternalUser",
|
1223
|
-
SqlLogin = "SqlLogin",
|
1224
|
-
WindowsGroup = "WindowsGroup",
|
1225
|
-
WindowsUser = "WindowsUser"
|
1226
|
-
}
|
1227
|
-
|
1228
|
-
// @public
|
1229
|
-
export enum KnownMigrationState {
|
1230
|
-
Completed = "Completed",
|
1231
|
-
Failed = "Failed",
|
1232
|
-
InProgress = "InProgress",
|
1233
|
-
None = "None",
|
1234
|
-
Skipped = "Skipped",
|
1235
|
-
Stopped = "Stopped",
|
1236
|
-
Warning = "Warning"
|
1237
|
-
}
|
1238
|
-
|
1239
|
-
// @public
|
1240
|
-
export enum KnownMigrationStatus {
|
1241
|
-
Completed = "Completed",
|
1242
|
-
CompletedWithWarnings = "CompletedWithWarnings",
|
1243
|
-
Configured = "Configured",
|
1244
|
-
Connecting = "Connecting",
|
1245
|
-
Default = "Default",
|
1246
|
-
Error = "Error",
|
1247
|
-
Running = "Running",
|
1248
|
-
SelectLogins = "SelectLogins",
|
1249
|
-
SourceAndTargetSelected = "SourceAndTargetSelected",
|
1250
|
-
Stopped = "Stopped"
|
1251
|
-
}
|
1252
|
-
|
1253
|
-
// @public
|
1254
|
-
export enum KnownMongoDbClusterType {
|
1255
|
-
BlobContainer = "BlobContainer",
|
1256
|
-
CosmosDb = "CosmosDb",
|
1257
|
-
MongoDb = "MongoDb"
|
1258
|
-
}
|
1259
|
-
|
1260
|
-
// @public
|
1261
|
-
export enum KnownMongoDbErrorType {
|
1262
|
-
Error = "Error",
|
1263
|
-
ValidationError = "ValidationError",
|
1264
|
-
Warning = "Warning"
|
1265
|
-
}
|
1266
|
-
|
1267
|
-
// @public
|
1268
|
-
export enum KnownMongoDbMigrationState {
|
1269
|
-
Canceled = "Canceled",
|
1270
|
-
Complete = "Complete",
|
1271
|
-
Copying = "Copying",
|
1272
|
-
Failed = "Failed",
|
1273
|
-
Finalizing = "Finalizing",
|
1274
|
-
Initializing = "Initializing",
|
1275
|
-
InitialReplay = "InitialReplay",
|
1276
|
-
NotStarted = "NotStarted",
|
1277
|
-
Replaying = "Replaying",
|
1278
|
-
Restarting = "Restarting",
|
1279
|
-
ValidatingInput = "ValidatingInput"
|
1280
|
-
}
|
1281
|
-
|
1282
|
-
// @public
|
1283
|
-
export enum KnownMongoDbProgressResultType {
|
1284
|
-
Collection = "Collection",
|
1285
|
-
Database = "Database",
|
1286
|
-
Migration = "Migration"
|
1287
|
-
}
|
1288
|
-
|
1289
|
-
// @public
|
1290
|
-
export enum KnownMongoDbReplication {
|
1291
|
-
Continuous = "Continuous",
|
1292
|
-
Disabled = "Disabled",
|
1293
|
-
OneTime = "OneTime"
|
1294
|
-
}
|
1295
|
-
|
1296
|
-
// @public
|
1297
|
-
export enum KnownMongoDbShardKeyOrder {
|
1298
|
-
Forward = "Forward",
|
1299
|
-
Hashed = "Hashed",
|
1300
|
-
Reverse = "Reverse"
|
1301
|
-
}
|
1302
|
-
|
1303
|
-
// @public
|
1304
|
-
export enum KnownMySqlTargetPlatformType {
|
1305
|
-
AzureDbForMySQL = "AzureDbForMySQL",
|
1306
|
-
SqlServer = "SqlServer"
|
1307
|
-
}
|
1308
|
-
|
1309
|
-
// @public
|
1310
|
-
export enum KnownNameCheckFailureReason {
|
1311
|
-
AlreadyExists = "AlreadyExists",
|
1312
|
-
Invalid = "Invalid"
|
1313
|
-
}
|
1314
|
-
|
1315
|
-
// @public
|
1316
|
-
export enum KnownObjectType {
|
1317
|
-
Function = "Function",
|
1318
|
-
StoredProcedures = "StoredProcedures",
|
1319
|
-
Table = "Table",
|
1320
|
-
User = "User",
|
1321
|
-
View = "View"
|
1322
|
-
}
|
1323
|
-
|
1324
|
-
// @public
|
1325
|
-
export enum KnownOperationOrigin {
|
1326
|
-
System = "system",
|
1327
|
-
User = "user"
|
1328
|
-
}
|
1329
|
-
|
1330
|
-
// @public
|
1331
|
-
export enum KnownProjectProvisioningState {
|
1332
|
-
Deleting = "Deleting",
|
1333
|
-
Succeeded = "Succeeded"
|
1334
|
-
}
|
1335
|
-
|
1336
|
-
// @public
|
1337
|
-
export enum KnownProjectSourcePlatform {
|
1338
|
-
MongoDb = "MongoDb",
|
1339
|
-
MySQL = "MySQL",
|
1340
|
-
PostgreSql = "PostgreSql",
|
1341
|
-
SQL = "SQL",
|
1342
|
-
Unknown = "Unknown"
|
1343
|
-
}
|
1344
|
-
|
1345
|
-
// @public
|
1346
|
-
export enum KnownProjectTargetPlatform {
|
1347
|
-
AzureDbForMySql = "AzureDbForMySql",
|
1348
|
-
AzureDbForPostgreSql = "AzureDbForPostgreSql",
|
1349
|
-
MongoDb = "MongoDb",
|
1350
|
-
Sqldb = "SQLDB",
|
1351
|
-
Sqlmi = "SQLMI",
|
1352
|
-
Unknown = "Unknown"
|
1353
|
-
}
|
1354
|
-
|
1355
|
-
// @public
|
1356
|
-
export enum KnownReplicateMigrationState {
|
1357
|
-
ActionRequired = "ACTION_REQUIRED",
|
1358
|
-
Complete = "COMPLETE",
|
1359
|
-
Failed = "FAILED",
|
1360
|
-
Pending = "PENDING",
|
1361
|
-
Undefined = "UNDEFINED",
|
1362
|
-
Validating = "VALIDATING"
|
1363
|
-
}
|
1364
|
-
|
1365
|
-
// @public
|
1366
|
-
export enum KnownResourceSkuCapacityScaleType {
|
1367
|
-
Automatic = "Automatic",
|
1368
|
-
Manual = "Manual",
|
1369
|
-
None = "None"
|
1370
|
-
}
|
1371
|
-
|
1372
|
-
// @public
|
1373
|
-
export enum KnownResourceSkuRestrictionsReasonCode {
|
1374
|
-
NotAvailableForSubscription = "NotAvailableForSubscription",
|
1375
|
-
QuotaId = "QuotaId"
|
1376
|
-
}
|
1377
|
-
|
1378
|
-
// @public
|
1379
|
-
export enum KnownResourceSkuRestrictionsType {
|
1380
|
-
Location = "location"
|
1381
|
-
}
|
1382
|
-
|
1383
|
-
// @public
|
1384
|
-
export enum KnownResourceType {
|
1385
|
-
SqlMi = "SqlMi",
|
1386
|
-
SqlVm = "SqlVm"
|
1387
|
-
}
|
1388
|
-
|
1389
|
-
// @public
|
1390
|
-
export enum KnownScenarioSource {
|
1391
|
-
Access = "Access",
|
1392
|
-
DB2 = "DB2",
|
1393
|
-
MongoDB = "MongoDB",
|
1394
|
-
MySQL = "MySQL",
|
1395
|
-
MySqlrds = "MySQLRDS",
|
1396
|
-
Oracle = "Oracle",
|
1397
|
-
PostgreSQL = "PostgreSQL",
|
1398
|
-
PostgreSqlrds = "PostgreSQLRDS",
|
1399
|
-
SQL = "SQL",
|
1400
|
-
Sqlrds = "SQLRDS",
|
1401
|
-
Sybase = "Sybase"
|
1402
|
-
}
|
1403
|
-
|
1404
|
-
// @public
|
1405
|
-
export enum KnownScenarioTarget {
|
1406
|
-
AzureDBForMySql = "AzureDBForMySql",
|
1407
|
-
AzureDBForPostgresSQL = "AzureDBForPostgresSQL",
|
1408
|
-
MongoDB = "MongoDB",
|
1409
|
-
Sqldb = "SQLDB",
|
1410
|
-
Sqldw = "SQLDW",
|
1411
|
-
Sqlmi = "SQLMI",
|
1412
|
-
SQLServer = "SQLServer"
|
1413
|
-
}
|
1414
|
-
|
1415
|
-
// @public
|
1416
|
-
export enum KnownSchemaMigrationOption {
|
1417
|
-
ExtractFromSource = "ExtractFromSource",
|
1418
|
-
None = "None",
|
1419
|
-
UseStorageFile = "UseStorageFile"
|
1420
|
-
}
|
1421
|
-
|
1422
|
-
// @public
|
1423
|
-
export enum KnownSchemaMigrationStage {
|
1424
|
-
CollectingObjects = "CollectingObjects",
|
1425
|
-
Completed = "Completed",
|
1426
|
-
CompletedWithWarnings = "CompletedWithWarnings",
|
1427
|
-
DeployingSchema = "DeployingSchema",
|
1428
|
-
DownloadingScript = "DownloadingScript",
|
1429
|
-
Failed = "Failed",
|
1430
|
-
GeneratingScript = "GeneratingScript",
|
1431
|
-
NotStarted = "NotStarted",
|
1432
|
-
UploadingScript = "UploadingScript",
|
1433
|
-
ValidatingInputs = "ValidatingInputs"
|
1434
|
-
}
|
1435
|
-
|
1436
|
-
// @public
|
1437
|
-
export enum KnownServiceProvisioningState {
|
1438
|
-
Accepted = "Accepted",
|
1439
|
-
Deleting = "Deleting",
|
1440
|
-
Deploying = "Deploying",
|
1441
|
-
Failed = "Failed",
|
1442
|
-
FailedToStart = "FailedToStart",
|
1443
|
-
FailedToStop = "FailedToStop",
|
1444
|
-
Starting = "Starting",
|
1445
|
-
Stopped = "Stopped",
|
1446
|
-
Stopping = "Stopping",
|
1447
|
-
Succeeded = "Succeeded"
|
1448
|
-
}
|
1449
|
-
|
1450
|
-
// @public
|
1451
|
-
export enum KnownServiceScalability {
|
1452
|
-
Automatic = "automatic",
|
1453
|
-
Manual = "manual",
|
1454
|
-
None = "none"
|
1455
|
-
}
|
1456
|
-
|
1457
|
-
// @public
|
1458
|
-
export enum KnownSeverity {
|
1459
|
-
Error = "Error",
|
1460
|
-
Message = "Message",
|
1461
|
-
Warning = "Warning"
|
1462
|
-
}
|
1463
|
-
|
1464
|
-
// @public
|
1465
|
-
export enum KnownSqlSourcePlatform {
|
1466
|
-
SqlOnPrem = "SqlOnPrem"
|
1467
|
-
}
|
1468
|
-
|
1469
|
-
// @public
|
1470
|
-
export enum KnownSsisMigrationOverwriteOption {
|
1471
|
-
Ignore = "Ignore",
|
1472
|
-
Overwrite = "Overwrite"
|
1473
|
-
}
|
1474
|
-
|
1475
|
-
// @public
|
1476
|
-
export enum KnownSsisMigrationStage {
|
1477
|
-
Completed = "Completed",
|
1478
|
-
Initialize = "Initialize",
|
1479
|
-
InProgress = "InProgress",
|
1480
|
-
None = "None"
|
1481
|
-
}
|
1482
|
-
|
1483
|
-
// @public
|
1484
|
-
export enum KnownSsisStoreType {
|
1485
|
-
SsisCatalog = "SsisCatalog"
|
1486
|
-
}
|
1487
|
-
|
1488
|
-
// @public
|
1489
|
-
export enum KnownSyncDatabaseMigrationReportingState {
|
1490
|
-
BackupCompleted = "BACKUP_COMPLETED",
|
1491
|
-
BackupINProgress = "BACKUP_IN_PROGRESS",
|
1492
|
-
Cancelled = "CANCELLED",
|
1493
|
-
Cancelling = "CANCELLING",
|
1494
|
-
Complete = "COMPLETE",
|
1495
|
-
Completing = "COMPLETING",
|
1496
|
-
Configuring = "CONFIGURING",
|
1497
|
-
Failed = "FAILED",
|
1498
|
-
Initialiazing = "INITIALIAZING",
|
1499
|
-
ReadyTOComplete = "READY_TO_COMPLETE",
|
1500
|
-
RestoreCompleted = "RESTORE_COMPLETED",
|
1501
|
-
RestoreINProgress = "RESTORE_IN_PROGRESS",
|
1502
|
-
Running = "RUNNING",
|
1503
|
-
Starting = "STARTING",
|
1504
|
-
Undefined = "UNDEFINED",
|
1505
|
-
Validating = "VALIDATING",
|
1506
|
-
ValidationComplete = "VALIDATION_COMPLETE",
|
1507
|
-
ValidationFailed = "VALIDATION_FAILED"
|
1508
|
-
}
|
1509
|
-
|
1510
|
-
// @public
|
1511
|
-
export enum KnownSyncTableMigrationState {
|
1512
|
-
BeforeLoad = "BEFORE_LOAD",
|
1513
|
-
Canceled = "CANCELED",
|
1514
|
-
Completed = "COMPLETED",
|
1515
|
-
Error = "ERROR",
|
1516
|
-
Failed = "FAILED",
|
1517
|
-
FullLoad = "FULL_LOAD"
|
1518
|
-
}
|
1519
|
-
|
1520
|
-
// @public
|
1521
|
-
export enum KnownTaskState {
|
1522
|
-
Canceled = "Canceled",
|
1523
|
-
Failed = "Failed",
|
1524
|
-
FailedInputValidation = "FailedInputValidation",
|
1525
|
-
Faulted = "Faulted",
|
1526
|
-
Queued = "Queued",
|
1527
|
-
Running = "Running",
|
1528
|
-
Succeeded = "Succeeded",
|
1529
|
-
Unknown = "Unknown"
|
1530
|
-
}
|
1531
|
-
|
1532
|
-
// @public
|
1533
|
-
export enum KnownTaskType {
|
1534
|
-
ConnectMongoDb = "Connect.MongoDb",
|
1535
|
-
ConnectToSourceMySql = "ConnectToSource.MySql",
|
1536
|
-
ConnectToSourceOracleSync = "ConnectToSource.Oracle.Sync",
|
1537
|
-
ConnectToSourcePostgreSqlSync = "ConnectToSource.PostgreSql.Sync",
|
1538
|
-
ConnectToSourceSqlServer = "ConnectToSource.SqlServer",
|
1539
|
-
ConnectToSourceSqlServerSync = "ConnectToSource.SqlServer.Sync",
|
1540
|
-
ConnectToTargetAzureDbForMySql = "ConnectToTarget.AzureDbForMySql",
|
1541
|
-
ConnectToTargetAzureDbForPostgreSqlSync = "ConnectToTarget.AzureDbForPostgreSql.Sync",
|
1542
|
-
ConnectToTargetAzureSqlDbMI = "ConnectToTarget.AzureSqlDbMI",
|
1543
|
-
ConnectToTargetAzureSqlDbMISyncLRS = "ConnectToTarget.AzureSqlDbMI.Sync.LRS",
|
1544
|
-
ConnectToTargetOracleAzureDbForPostgreSqlSync = "ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync",
|
1545
|
-
ConnectToTargetSqlDb = "ConnectToTarget.SqlDb",
|
1546
|
-
ConnectToTargetSqlDbSync = "ConnectToTarget.SqlDb.Sync",
|
1547
|
-
GetTDECertificatesSql = "GetTDECertificates.Sql",
|
1548
|
-
GetUserTablesAzureSqlDbSync = "GetUserTables.AzureSqlDb.Sync",
|
1549
|
-
GetUserTablesMySql = "GetUserTablesMySql",
|
1550
|
-
GetUserTablesOracle = "GetUserTablesOracle",
|
1551
|
-
GetUserTablesPostgreSql = "GetUserTablesPostgreSql",
|
1552
|
-
GetUserTablesSql = "GetUserTables.Sql",
|
1553
|
-
MigrateMongoDb = "Migrate.MongoDb",
|
1554
|
-
MigrateMySqlAzureDbForMySql = "Migrate.MySql.AzureDbForMySql",
|
1555
|
-
MigrateMySqlAzureDbForMySqlSync = "Migrate.MySql.AzureDbForMySql.Sync",
|
1556
|
-
MigrateOracleAzureDbForPostgreSqlSync = "Migrate.Oracle.AzureDbForPostgreSql.Sync",
|
1557
|
-
MigratePostgreSqlAzureDbForPostgreSqlSyncV2 = "Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2",
|
1558
|
-
MigrateSchemaSqlServerSqlDb = "MigrateSchemaSqlServerSqlDb",
|
1559
|
-
MigrateSqlServerAzureSqlDbMI = "Migrate.SqlServer.AzureSqlDbMI",
|
1560
|
-
MigrateSqlServerAzureSqlDbMISyncLRS = "Migrate.SqlServer.AzureSqlDbMI.Sync.LRS",
|
1561
|
-
MigrateSqlServerAzureSqlDbSync = "Migrate.SqlServer.AzureSqlDb.Sync",
|
1562
|
-
MigrateSqlServerSqlDb = "Migrate.SqlServer.SqlDb",
|
1563
|
-
MigrateSsis = "Migrate.Ssis",
|
1564
|
-
ServiceCheckOCI = "Service.Check.OCI",
|
1565
|
-
ServiceInstallOCI = "Service.Install.OCI",
|
1566
|
-
ServiceUploadOCI = "Service.Upload.OCI",
|
1567
|
-
ValidateMigrationInputSqlServerAzureSqlDbMI = "ValidateMigrationInput.SqlServer.AzureSqlDbMI",
|
1568
|
-
ValidateMigrationInputSqlServerAzureSqlDbMISyncLRS = "ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS",
|
1569
|
-
ValidateMigrationInputSqlServerSqlDbSync = "ValidateMigrationInput.SqlServer.SqlDb.Sync",
|
1570
|
-
ValidateMongoDb = "Validate.MongoDb",
|
1571
|
-
ValidateOracleAzureDbPostgreSqlSync = "Validate.Oracle.AzureDbPostgreSql.Sync"
|
1572
|
-
}
|
1573
|
-
|
1574
|
-
// @public
|
1575
|
-
export enum KnownUpdateActionType {
|
1576
|
-
AddedOnTarget = "AddedOnTarget",
|
1577
|
-
ChangedOnTarget = "ChangedOnTarget",
|
1578
|
-
DeletedOnTarget = "DeletedOnTarget"
|
1579
|
-
}
|
1580
|
-
|
1581
|
-
// @public
|
1582
|
-
export enum KnownValidationStatus {
|
1583
|
-
Completed = "Completed",
|
1584
|
-
CompletedWithIssues = "CompletedWithIssues",
|
1585
|
-
Default = "Default",
|
1586
|
-
Failed = "Failed",
|
1587
|
-
Initialized = "Initialized",
|
1588
|
-
InProgress = "InProgress",
|
1589
|
-
NotStarted = "NotStarted",
|
1590
|
-
Stopped = "Stopped"
|
1591
|
-
}
|
1592
|
-
|
1593
|
-
// @public
|
1594
|
-
export type LoginMigrationStage = string;
|
1595
|
-
|
1596
|
-
// @public
|
1597
|
-
export type LoginType = string;
|
1598
|
-
|
1599
|
-
// @public
|
1600
|
-
export interface MigrateMISyncCompleteCommandInput {
|
1601
|
-
sourceDatabaseName: string;
|
1602
|
-
}
|
1603
|
-
|
1604
|
-
// @public
|
1605
|
-
export interface MigrateMISyncCompleteCommandOutput {
|
1606
|
-
errors?: ReportableException[];
|
1607
|
-
}
|
1608
|
-
|
1609
|
-
// @public
|
1610
|
-
export interface MigrateMISyncCompleteCommandProperties extends CommandProperties {
|
1611
|
-
commandType: "Migrate.SqlServer.AzureDbSqlMi.Complete";
|
1612
|
-
input?: MigrateMISyncCompleteCommandInput;
|
1613
|
-
readonly output?: MigrateMISyncCompleteCommandOutput;
|
1614
|
-
}
|
1615
|
-
|
1616
|
-
// @public
|
1617
|
-
export interface MigrateMongoDbTaskProperties extends ProjectTaskProperties {
|
1618
|
-
input?: MongoDbMigrationSettings;
|
1619
|
-
readonly output?: MongoDbProgressUnion[];
|
1620
|
-
taskType: "Migrate.MongoDb";
|
1621
|
-
}
|
1622
|
-
|
1623
|
-
// @public
|
1624
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineDatabaseInput {
|
1625
|
-
name?: string;
|
1626
|
-
tableMap?: {
|
1627
|
-
[propertyName: string]: string;
|
1628
|
-
};
|
1629
|
-
targetDatabaseName?: string;
|
1630
|
-
}
|
1631
|
-
|
1632
|
-
// @public
|
1633
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskInput {
|
1634
|
-
makeSourceServerReadOnly?: boolean;
|
1635
|
-
optionalAgentSettings?: {
|
1636
|
-
[propertyName: string]: string;
|
1637
|
-
};
|
1638
|
-
selectedDatabases: MigrateMySqlAzureDbForMySqlOfflineDatabaseInput[];
|
1639
|
-
sourceConnectionInfo: MySqlConnectionInfo;
|
1640
|
-
startedOn?: Date;
|
1641
|
-
targetConnectionInfo: MySqlConnectionInfo;
|
1642
|
-
}
|
1643
|
-
|
1644
|
-
// @public
|
1645
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
1646
|
-
readonly id?: string;
|
1647
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "TableLevelOutput" | "ErrorOutput";
|
1648
|
-
}
|
1649
|
-
|
1650
|
-
// @public (undocumented)
|
1651
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
1652
|
-
readonly databaseName?: string;
|
1653
|
-
readonly endedOn?: Date;
|
1654
|
-
readonly errorCount?: number;
|
1655
|
-
readonly errorPrefix?: string;
|
1656
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
1657
|
-
readonly lastStorageUpdate?: Date;
|
1658
|
-
readonly message?: string;
|
1659
|
-
readonly numberOfObjects?: number;
|
1660
|
-
readonly numberOfObjectsCompleted?: number;
|
1661
|
-
readonly objectSummary?: string;
|
1662
|
-
readonly resultPrefix?: string;
|
1663
|
-
resultType: "DatabaseLevelOutput";
|
1664
|
-
readonly stage?: DatabaseMigrationStage;
|
1665
|
-
readonly startedOn?: Date;
|
1666
|
-
readonly state?: MigrationState;
|
1667
|
-
readonly statusMessage?: string;
|
1668
|
-
}
|
1669
|
-
|
1670
|
-
// @public (undocumented)
|
1671
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputError extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
1672
|
-
readonly error?: ReportableException;
|
1673
|
-
resultType: "ErrorOutput";
|
1674
|
-
}
|
1675
|
-
|
1676
|
-
// @public (undocumented)
|
1677
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
1678
|
-
databases?: string;
|
1679
|
-
readonly databaseSummary?: string;
|
1680
|
-
readonly durationInSeconds?: number;
|
1681
|
-
readonly endedOn?: Date;
|
1682
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
1683
|
-
readonly lastStorageUpdate?: Date;
|
1684
|
-
readonly message?: string;
|
1685
|
-
migrationReportResult?: MigrationReportResult;
|
1686
|
-
resultType: "MigrationLevelOutput";
|
1687
|
-
readonly sourceServerBrandVersion?: string;
|
1688
|
-
readonly sourceServerVersion?: string;
|
1689
|
-
readonly startedOn?: Date;
|
1690
|
-
readonly status?: MigrationStatus;
|
1691
|
-
readonly statusMessage?: string;
|
1692
|
-
readonly targetServerBrandVersion?: string;
|
1693
|
-
readonly targetServerVersion?: string;
|
1694
|
-
}
|
1695
|
-
|
1696
|
-
// @public (undocumented)
|
1697
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
1698
|
-
readonly endedOn?: Date;
|
1699
|
-
readonly errorPrefix?: string;
|
1700
|
-
readonly itemsCompletedCount?: number;
|
1701
|
-
readonly itemsCount?: number;
|
1702
|
-
readonly lastStorageUpdate?: Date;
|
1703
|
-
readonly objectName?: string;
|
1704
|
-
readonly resultPrefix?: string;
|
1705
|
-
resultType: "TableLevelOutput";
|
1706
|
-
readonly startedOn?: Date;
|
1707
|
-
readonly state?: MigrationState;
|
1708
|
-
readonly statusMessage?: string;
|
1709
|
-
}
|
1710
|
-
|
1711
|
-
// @public (undocumented)
|
1712
|
-
export type MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion = MigrateMySqlAzureDbForMySqlOfflineTaskOutput | MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputError;
|
1713
|
-
|
1714
|
-
// @public
|
1715
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskProperties extends ProjectTaskProperties {
|
1716
|
-
input?: MigrateMySqlAzureDbForMySqlOfflineTaskInput;
|
1717
|
-
readonly output?: MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion[];
|
1718
|
-
taskType: "Migrate.MySql.AzureDbForMySql";
|
1719
|
-
}
|
1720
|
-
|
1721
|
-
// @public
|
1722
|
-
export interface MigrateMySqlAzureDbForMySqlSyncDatabaseInput {
|
1723
|
-
migrationSetting?: {
|
1724
|
-
[propertyName: string]: string;
|
1725
|
-
};
|
1726
|
-
name?: string;
|
1727
|
-
sourceSetting?: {
|
1728
|
-
[propertyName: string]: string;
|
1729
|
-
};
|
1730
|
-
tableMap?: {
|
1731
|
-
[propertyName: string]: string;
|
1732
|
-
};
|
1733
|
-
targetDatabaseName?: string;
|
1734
|
-
targetSetting?: {
|
1735
|
-
[propertyName: string]: string;
|
1736
|
-
};
|
1737
|
-
}
|
1738
|
-
|
1739
|
-
// @public
|
1740
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskInput {
|
1741
|
-
selectedDatabases: MigrateMySqlAzureDbForMySqlSyncDatabaseInput[];
|
1742
|
-
sourceConnectionInfo: MySqlConnectionInfo;
|
1743
|
-
targetConnectionInfo: MySqlConnectionInfo;
|
1744
|
-
}
|
1745
|
-
|
1746
|
-
// @public
|
1747
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskOutput {
|
1748
|
-
readonly id?: string;
|
1749
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "TableLevelOutput" | "ErrorOutput" | "DatabaseLevelErrorOutput";
|
1750
|
-
}
|
1751
|
-
|
1752
|
-
// @public (undocumented)
|
1753
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {
|
1754
|
-
errorMessage?: string;
|
1755
|
-
events?: SyncMigrationDatabaseErrorEvent[];
|
1756
|
-
resultType: "DatabaseLevelErrorOutput";
|
1757
|
-
}
|
1758
|
-
|
1759
|
-
// @public (undocumented)
|
1760
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {
|
1761
|
-
readonly appliedChanges?: number;
|
1762
|
-
readonly cdcDeleteCounter?: number;
|
1763
|
-
readonly cdcInsertCounter?: number;
|
1764
|
-
readonly cdcUpdateCounter?: number;
|
1765
|
-
readonly databaseName?: string;
|
1766
|
-
readonly endedOn?: Date;
|
1767
|
-
readonly fullLoadCompletedTables?: number;
|
1768
|
-
readonly fullLoadErroredTables?: number;
|
1769
|
-
readonly fullLoadLoadingTables?: number;
|
1770
|
-
readonly fullLoadQueuedTables?: number;
|
1771
|
-
readonly incomingChanges?: number;
|
1772
|
-
readonly initializationCompleted?: boolean;
|
1773
|
-
readonly latency?: number;
|
1774
|
-
readonly migrationState?: SyncDatabaseMigrationReportingState;
|
1775
|
-
resultType: "DatabaseLevelOutput";
|
1776
|
-
readonly startedOn?: Date;
|
1777
|
-
}
|
1778
|
-
|
1779
|
-
// @public (undocumented)
|
1780
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskOutputError extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {
|
1781
|
-
readonly error?: ReportableException;
|
1782
|
-
resultType: "ErrorOutput";
|
1783
|
-
}
|
1784
|
-
|
1785
|
-
// @public (undocumented)
|
1786
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {
|
1787
|
-
readonly endedOn?: Date;
|
1788
|
-
resultType: "MigrationLevelOutput";
|
1789
|
-
readonly sourceServer?: string;
|
1790
|
-
readonly sourceServerVersion?: string;
|
1791
|
-
readonly startedOn?: Date;
|
1792
|
-
readonly targetServer?: string;
|
1793
|
-
readonly targetServerVersion?: string;
|
1794
|
-
}
|
1795
|
-
|
1796
|
-
// @public (undocumented)
|
1797
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {
|
1798
|
-
readonly cdcDeleteCounter?: string;
|
1799
|
-
readonly cdcInsertCounter?: string;
|
1800
|
-
readonly cdcUpdateCounter?: string;
|
1801
|
-
readonly databaseName?: string;
|
1802
|
-
readonly dataErrorsCounter?: number;
|
1803
|
-
readonly fullLoadEndedOn?: Date;
|
1804
|
-
readonly fullLoadEstFinishTime?: Date;
|
1805
|
-
readonly fullLoadStartedOn?: Date;
|
1806
|
-
readonly fullLoadTotalRows?: number;
|
1807
|
-
readonly lastModifiedTime?: Date;
|
1808
|
-
resultType: "TableLevelOutput";
|
1809
|
-
readonly state?: SyncTableMigrationState;
|
1810
|
-
readonly tableName?: string;
|
1811
|
-
readonly totalChangesApplied?: number;
|
1812
|
-
}
|
1813
|
-
|
1814
|
-
// @public (undocumented)
|
1815
|
-
export type MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion = MigrateMySqlAzureDbForMySqlSyncTaskOutput | MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel | MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel | MigrateMySqlAzureDbForMySqlSyncTaskOutputError | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError;
|
1816
|
-
|
1817
|
-
// @public
|
1818
|
-
export interface MigrateMySqlAzureDbForMySqlSyncTaskProperties extends ProjectTaskProperties {
|
1819
|
-
input?: MigrateMySqlAzureDbForMySqlSyncTaskInput;
|
1820
|
-
readonly output?: MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion[];
|
1821
|
-
taskType: "Migrate.MySql.AzureDbForMySql.Sync";
|
1822
|
-
}
|
1823
|
-
|
1824
|
-
// @public
|
1825
|
-
export interface MigrateOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
1826
|
-
input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput;
|
1827
|
-
readonly output?: MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion[];
|
1828
|
-
taskType: "Migrate.Oracle.AzureDbForPostgreSql.Sync";
|
1829
|
-
}
|
1830
|
-
|
1831
|
-
// @public
|
1832
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncDatabaseInput {
|
1833
|
-
caseManipulation?: string;
|
1834
|
-
migrationSetting?: {
|
1835
|
-
[propertyName: string]: string;
|
1836
|
-
};
|
1837
|
-
name?: string;
|
1838
|
-
schemaName?: string;
|
1839
|
-
sourceSetting?: {
|
1840
|
-
[propertyName: string]: string;
|
1841
|
-
};
|
1842
|
-
tableMap?: {
|
1843
|
-
[propertyName: string]: string;
|
1844
|
-
};
|
1845
|
-
targetDatabaseName?: string;
|
1846
|
-
targetSetting?: {
|
1847
|
-
[propertyName: string]: string;
|
1848
|
-
};
|
1849
|
-
}
|
1850
|
-
|
1851
|
-
// @public
|
1852
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskInput {
|
1853
|
-
selectedDatabases: MigrateOracleAzureDbPostgreSqlSyncDatabaseInput[];
|
1854
|
-
sourceConnectionInfo: OracleConnectionInfo;
|
1855
|
-
targetConnectionInfo: PostgreSqlConnectionInfo;
|
1856
|
-
}
|
1857
|
-
|
1858
|
-
// @public
|
1859
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskOutput {
|
1860
|
-
readonly id?: string;
|
1861
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "TableLevelOutput" | "ErrorOutput" | "DatabaseLevelErrorOutput";
|
1862
|
-
}
|
1863
|
-
|
1864
|
-
// @public (undocumented)
|
1865
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {
|
1866
|
-
errorMessage?: string;
|
1867
|
-
events?: SyncMigrationDatabaseErrorEvent[];
|
1868
|
-
resultType: "DatabaseLevelErrorOutput";
|
1869
|
-
}
|
1870
|
-
|
1871
|
-
// @public (undocumented)
|
1872
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {
|
1873
|
-
readonly appliedChanges?: number;
|
1874
|
-
readonly cdcDeleteCounter?: number;
|
1875
|
-
readonly cdcInsertCounter?: number;
|
1876
|
-
readonly cdcUpdateCounter?: number;
|
1877
|
-
readonly databaseName?: string;
|
1878
|
-
readonly endedOn?: Date;
|
1879
|
-
readonly fullLoadCompletedTables?: number;
|
1880
|
-
readonly fullLoadErroredTables?: number;
|
1881
|
-
readonly fullLoadLoadingTables?: number;
|
1882
|
-
readonly fullLoadQueuedTables?: number;
|
1883
|
-
readonly incomingChanges?: number;
|
1884
|
-
readonly initializationCompleted?: boolean;
|
1885
|
-
readonly latency?: number;
|
1886
|
-
readonly migrationState?: SyncDatabaseMigrationReportingState;
|
1887
|
-
resultType: "DatabaseLevelOutput";
|
1888
|
-
readonly startedOn?: Date;
|
1889
|
-
}
|
1890
|
-
|
1891
|
-
// @public (undocumented)
|
1892
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputError extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {
|
1893
|
-
readonly error?: ReportableException;
|
1894
|
-
resultType: "ErrorOutput";
|
1895
|
-
}
|
1896
|
-
|
1897
|
-
// @public (undocumented)
|
1898
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {
|
1899
|
-
readonly endedOn?: Date;
|
1900
|
-
resultType: "MigrationLevelOutput";
|
1901
|
-
readonly sourceServer?: string;
|
1902
|
-
readonly sourceServerVersion?: string;
|
1903
|
-
readonly startedOn?: Date;
|
1904
|
-
readonly targetServer?: string;
|
1905
|
-
readonly targetServerVersion?: string;
|
1906
|
-
}
|
1907
|
-
|
1908
|
-
// @public (undocumented)
|
1909
|
-
export interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {
|
1910
|
-
readonly cdcDeleteCounter?: number;
|
1911
|
-
readonly cdcInsertCounter?: number;
|
1912
|
-
readonly cdcUpdateCounter?: number;
|
1913
|
-
readonly databaseName?: string;
|
1914
|
-
readonly dataErrorsCounter?: number;
|
1915
|
-
readonly fullLoadEndedOn?: Date;
|
1916
|
-
readonly fullLoadEstFinishTime?: Date;
|
1917
|
-
readonly fullLoadStartedOn?: Date;
|
1918
|
-
readonly fullLoadTotalRows?: number;
|
1919
|
-
readonly lastModifiedTime?: Date;
|
1920
|
-
resultType: "TableLevelOutput";
|
1921
|
-
readonly state?: SyncTableMigrationState;
|
1922
|
-
readonly tableName?: string;
|
1923
|
-
readonly totalChangesApplied?: number;
|
1924
|
-
}
|
1925
|
-
|
1926
|
-
// @public (undocumented)
|
1927
|
-
export type MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion = MigrateOracleAzureDbPostgreSqlSyncTaskOutput | MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputError | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError;
|
1928
|
-
|
1929
|
-
// @public
|
1930
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput {
|
1931
|
-
migrationSetting?: {
|
1932
|
-
[propertyName: string]: string;
|
1933
|
-
};
|
1934
|
-
name?: string;
|
1935
|
-
selectedTables?: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput[];
|
1936
|
-
sourceSetting?: {
|
1937
|
-
[propertyName: string]: string;
|
1938
|
-
};
|
1939
|
-
targetDatabaseName?: string;
|
1940
|
-
targetSetting?: {
|
1941
|
-
[propertyName: string]: string;
|
1942
|
-
};
|
1943
|
-
}
|
1944
|
-
|
1945
|
-
// @public
|
1946
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput {
|
1947
|
-
name?: string;
|
1948
|
-
}
|
1949
|
-
|
1950
|
-
// @public
|
1951
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput {
|
1952
|
-
encryptedKeyForSecureFields?: string;
|
1953
|
-
selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[];
|
1954
|
-
sourceConnectionInfo: PostgreSqlConnectionInfo;
|
1955
|
-
targetConnectionInfo: PostgreSqlConnectionInfo;
|
1956
|
-
}
|
1957
|
-
|
1958
|
-
// @public
|
1959
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {
|
1960
|
-
readonly id?: string;
|
1961
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "TableLevelOutput" | "ErrorOutput" | "DatabaseLevelErrorOutput";
|
1962
|
-
}
|
1963
|
-
|
1964
|
-
// @public (undocumented)
|
1965
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {
|
1966
|
-
errorMessage?: string;
|
1967
|
-
events?: SyncMigrationDatabaseErrorEvent[];
|
1968
|
-
resultType: "DatabaseLevelErrorOutput";
|
1969
|
-
}
|
1970
|
-
|
1971
|
-
// @public (undocumented)
|
1972
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {
|
1973
|
-
readonly appliedChanges?: number;
|
1974
|
-
readonly cdcDeleteCounter?: number;
|
1975
|
-
readonly cdcInsertCounter?: number;
|
1976
|
-
readonly cdcUpdateCounter?: number;
|
1977
|
-
readonly databaseName?: string;
|
1978
|
-
readonly endedOn?: Date;
|
1979
|
-
readonly fullLoadCompletedTables?: number;
|
1980
|
-
readonly fullLoadErroredTables?: number;
|
1981
|
-
readonly fullLoadLoadingTables?: number;
|
1982
|
-
readonly fullLoadQueuedTables?: number;
|
1983
|
-
readonly incomingChanges?: number;
|
1984
|
-
readonly initializationCompleted?: boolean;
|
1985
|
-
readonly latency?: number;
|
1986
|
-
readonly migrationState?: SyncDatabaseMigrationReportingState;
|
1987
|
-
resultType: "DatabaseLevelOutput";
|
1988
|
-
readonly startedOn?: Date;
|
1989
|
-
}
|
1990
|
-
|
1991
|
-
// @public (undocumented)
|
1992
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {
|
1993
|
-
readonly error?: ReportableException;
|
1994
|
-
events?: SyncMigrationDatabaseErrorEvent[];
|
1995
|
-
resultType: "ErrorOutput";
|
1996
|
-
}
|
1997
|
-
|
1998
|
-
// @public (undocumented)
|
1999
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {
|
2000
|
-
databaseCount?: number;
|
2001
|
-
readonly endedOn?: Date;
|
2002
|
-
resultType: "MigrationLevelOutput";
|
2003
|
-
readonly sourceServer?: string;
|
2004
|
-
readonly sourceServerType?: ScenarioSource;
|
2005
|
-
readonly sourceServerVersion?: string;
|
2006
|
-
readonly startedOn?: Date;
|
2007
|
-
readonly state?: ReplicateMigrationState;
|
2008
|
-
readonly targetServer?: string;
|
2009
|
-
readonly targetServerType?: ScenarioTarget;
|
2010
|
-
readonly targetServerVersion?: string;
|
2011
|
-
}
|
2012
|
-
|
2013
|
-
// @public (undocumented)
|
2014
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {
|
2015
|
-
readonly cdcDeleteCounter?: number;
|
2016
|
-
readonly cdcInsertCounter?: number;
|
2017
|
-
readonly cdcUpdateCounter?: number;
|
2018
|
-
readonly databaseName?: string;
|
2019
|
-
readonly dataErrorsCounter?: number;
|
2020
|
-
readonly fullLoadEndedOn?: Date;
|
2021
|
-
readonly fullLoadEstFinishTime?: Date;
|
2022
|
-
readonly fullLoadStartedOn?: Date;
|
2023
|
-
readonly fullLoadTotalRows?: number;
|
2024
|
-
readonly lastModifiedTime?: Date;
|
2025
|
-
resultType: "TableLevelOutput";
|
2026
|
-
readonly state?: SyncTableMigrationState;
|
2027
|
-
readonly tableName?: string;
|
2028
|
-
readonly totalChangesApplied?: number;
|
2029
|
-
}
|
2030
|
-
|
2031
|
-
// @public (undocumented)
|
2032
|
-
export type MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion = MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError;
|
2033
|
-
|
2034
|
-
// @public
|
2035
|
-
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
2036
|
-
createdOn?: string;
|
2037
|
-
input?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput;
|
2038
|
-
readonly output?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion[];
|
2039
|
-
taskId?: string;
|
2040
|
-
taskType: "Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2";
|
2041
|
-
}
|
2042
|
-
|
2043
|
-
// @public
|
2044
|
-
export interface MigrateSchemaSqlServerSqlDbDatabaseInput {
|
2045
|
-
id?: string;
|
2046
|
-
name?: string;
|
2047
|
-
schemaSetting?: SchemaMigrationSetting;
|
2048
|
-
targetDatabaseName?: string;
|
2049
|
-
}
|
2050
|
-
|
2051
|
-
// @public
|
2052
|
-
export interface MigrateSchemaSqlServerSqlDbTaskInput extends SqlMigrationTaskInput {
|
2053
|
-
encryptedKeyForSecureFields?: string;
|
2054
|
-
selectedDatabases: MigrateSchemaSqlServerSqlDbDatabaseInput[];
|
2055
|
-
startedOn?: string;
|
2056
|
-
}
|
2057
|
-
|
2058
|
-
// @public
|
2059
|
-
export interface MigrateSchemaSqlServerSqlDbTaskOutput {
|
2060
|
-
readonly id?: string;
|
2061
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "SchemaErrorOutput" | "ErrorOutput";
|
2062
|
-
}
|
2063
|
-
|
2064
|
-
// @public (undocumented)
|
2065
|
-
export interface MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel extends MigrateSchemaSqlServerSqlDbTaskOutput {
|
2066
|
-
readonly databaseErrorResultPrefix?: string;
|
2067
|
-
readonly databaseName?: string;
|
2068
|
-
readonly endedOn?: Date;
|
2069
|
-
readonly fileId?: string;
|
2070
|
-
readonly numberOfFailedOperations?: number;
|
2071
|
-
readonly numberOfSuccessfulOperations?: number;
|
2072
|
-
resultType: "DatabaseLevelOutput";
|
2073
|
-
readonly schemaErrorResultPrefix?: string;
|
2074
|
-
readonly stage?: SchemaMigrationStage;
|
2075
|
-
readonly startedOn?: Date;
|
2076
|
-
readonly state?: MigrationState;
|
2077
|
-
}
|
2078
|
-
|
2079
|
-
// @public (undocumented)
|
2080
|
-
export interface MigrateSchemaSqlServerSqlDbTaskOutputError extends MigrateSchemaSqlServerSqlDbTaskOutput {
|
2081
|
-
readonly commandText?: string;
|
2082
|
-
readonly errorText?: string;
|
2083
|
-
resultType: "SchemaErrorOutput";
|
2084
|
-
}
|
2085
|
-
|
2086
|
-
// @public (undocumented)
|
2087
|
-
export interface MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel extends MigrateSchemaSqlServerSqlDbTaskOutput {
|
2088
|
-
readonly endedOn?: Date;
|
2089
|
-
resultType: "MigrationLevelOutput";
|
2090
|
-
readonly sourceServerBrandVersion?: string;
|
2091
|
-
readonly sourceServerVersion?: string;
|
2092
|
-
readonly startedOn?: Date;
|
2093
|
-
readonly state?: MigrationState;
|
2094
|
-
readonly targetServerBrandVersion?: string;
|
2095
|
-
readonly targetServerVersion?: string;
|
2096
|
-
}
|
2097
|
-
|
2098
|
-
// @public (undocumented)
|
2099
|
-
export type MigrateSchemaSqlServerSqlDbTaskOutputUnion = MigrateSchemaSqlServerSqlDbTaskOutput | MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel | MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel | MigrateSchemaSqlServerSqlDbTaskOutputError | MigrateSchemaSqlTaskOutputError;
|
2100
|
-
|
2101
|
-
// @public
|
2102
|
-
export interface MigrateSchemaSqlServerSqlDbTaskProperties extends ProjectTaskProperties {
|
2103
|
-
createdOn?: string;
|
2104
|
-
input?: MigrateSchemaSqlServerSqlDbTaskInput;
|
2105
|
-
readonly output?: MigrateSchemaSqlServerSqlDbTaskOutputUnion[];
|
2106
|
-
taskId?: string;
|
2107
|
-
taskType: "MigrateSchemaSqlServerSqlDb";
|
2108
|
-
}
|
2109
|
-
|
2110
|
-
// @public (undocumented)
|
2111
|
-
export interface MigrateSchemaSqlTaskOutputError extends MigrateSchemaSqlServerSqlDbTaskOutput {
|
2112
|
-
readonly error?: ReportableException;
|
2113
|
-
resultType: "ErrorOutput";
|
2114
|
-
}
|
2115
|
-
|
2116
|
-
// @public
|
2117
|
-
export interface MigrateSqlServerDatabaseInput {
|
2118
|
-
backupAndRestoreFolder?: string;
|
2119
|
-
databaseFiles?: DatabaseFileInput[];
|
2120
|
-
name?: string;
|
2121
|
-
restoreDatabaseName?: string;
|
2122
|
-
}
|
2123
|
-
|
2124
|
-
// @public
|
2125
|
-
export interface MigrateSqlServerSqlDbDatabaseInput {
|
2126
|
-
id?: string;
|
2127
|
-
makeSourceDbReadOnly?: boolean;
|
2128
|
-
name?: string;
|
2129
|
-
schemaSetting?: Record<string, unknown>;
|
2130
|
-
tableMap?: {
|
2131
|
-
[propertyName: string]: string;
|
2132
|
-
};
|
2133
|
-
targetDatabaseName?: string;
|
2134
|
-
}
|
2135
|
-
|
2136
|
-
// @public
|
2137
|
-
export interface MigrateSqlServerSqlDbSyncDatabaseInput {
|
2138
|
-
id?: string;
|
2139
|
-
migrationSetting?: {
|
2140
|
-
[propertyName: string]: string;
|
2141
|
-
};
|
2142
|
-
name?: string;
|
2143
|
-
schemaName?: string;
|
2144
|
-
sourceSetting?: {
|
2145
|
-
[propertyName: string]: string;
|
2146
|
-
};
|
2147
|
-
tableMap?: {
|
2148
|
-
[propertyName: string]: string;
|
2149
|
-
};
|
2150
|
-
targetDatabaseName?: string;
|
2151
|
-
targetSetting?: {
|
2152
|
-
[propertyName: string]: string;
|
2153
|
-
};
|
2154
|
-
}
|
2155
|
-
|
2156
|
-
// @public
|
2157
|
-
export interface MigrateSqlServerSqlDbSyncTaskInput extends SqlMigrationTaskInput {
|
2158
|
-
selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[];
|
2159
|
-
validationOptions?: MigrationValidationOptions;
|
2160
|
-
}
|
2161
|
-
|
2162
|
-
// @public
|
2163
|
-
export interface MigrateSqlServerSqlDbSyncTaskOutput {
|
2164
|
-
readonly id?: string;
|
2165
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "TableLevelOutput" | "ErrorOutput" | "DatabaseLevelErrorOutput";
|
2166
|
-
}
|
2167
|
-
|
2168
|
-
// @public (undocumented)
|
2169
|
-
export interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseError extends MigrateSqlServerSqlDbSyncTaskOutput {
|
2170
|
-
errorMessage?: string;
|
2171
|
-
events?: SyncMigrationDatabaseErrorEvent[];
|
2172
|
-
resultType: "DatabaseLevelErrorOutput";
|
2173
|
-
}
|
2174
|
-
|
2175
|
-
// @public (undocumented)
|
2176
|
-
export interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel extends MigrateSqlServerSqlDbSyncTaskOutput {
|
2177
|
-
readonly appliedChanges?: number;
|
2178
|
-
readonly cdcDeleteCounter?: number;
|
2179
|
-
readonly cdcInsertCounter?: number;
|
2180
|
-
readonly cdcUpdateCounter?: number;
|
2181
|
-
readonly databaseName?: string;
|
2182
|
-
readonly endedOn?: Date;
|
2183
|
-
readonly fullLoadCompletedTables?: number;
|
2184
|
-
readonly fullLoadErroredTables?: number;
|
2185
|
-
readonly fullLoadLoadingTables?: number;
|
2186
|
-
readonly fullLoadQueuedTables?: number;
|
2187
|
-
readonly incomingChanges?: number;
|
2188
|
-
readonly initializationCompleted?: boolean;
|
2189
|
-
readonly latency?: number;
|
2190
|
-
readonly migrationState?: SyncDatabaseMigrationReportingState;
|
2191
|
-
resultType: "DatabaseLevelOutput";
|
2192
|
-
readonly startedOn?: Date;
|
2193
|
-
}
|
2194
|
-
|
2195
|
-
// @public (undocumented)
|
2196
|
-
export interface MigrateSqlServerSqlDbSyncTaskOutputError extends MigrateSqlServerSqlDbSyncTaskOutput {
|
2197
|
-
readonly error?: ReportableException;
|
2198
|
-
resultType: "ErrorOutput";
|
2199
|
-
}
|
2200
|
-
|
2201
|
-
// @public (undocumented)
|
2202
|
-
export interface MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel extends MigrateSqlServerSqlDbSyncTaskOutput {
|
2203
|
-
readonly databaseCount?: number;
|
2204
|
-
readonly endedOn?: Date;
|
2205
|
-
resultType: "MigrationLevelOutput";
|
2206
|
-
readonly sourceServer?: string;
|
2207
|
-
readonly sourceServerVersion?: string;
|
2208
|
-
readonly startedOn?: Date;
|
2209
|
-
readonly targetServer?: string;
|
2210
|
-
readonly targetServerVersion?: string;
|
2211
|
-
}
|
2212
|
-
|
2213
|
-
// @public (undocumented)
|
2214
|
-
export interface MigrateSqlServerSqlDbSyncTaskOutputTableLevel extends MigrateSqlServerSqlDbSyncTaskOutput {
|
2215
|
-
readonly cdcDeleteCounter?: number;
|
2216
|
-
readonly cdcInsertCounter?: number;
|
2217
|
-
readonly cdcUpdateCounter?: number;
|
2218
|
-
readonly databaseName?: string;
|
2219
|
-
readonly dataErrorsCounter?: number;
|
2220
|
-
readonly fullLoadEndedOn?: Date;
|
2221
|
-
readonly fullLoadEstFinishTime?: Date;
|
2222
|
-
readonly fullLoadStartedOn?: Date;
|
2223
|
-
readonly fullLoadTotalRows?: number;
|
2224
|
-
readonly lastModifiedTime?: Date;
|
2225
|
-
resultType: "TableLevelOutput";
|
2226
|
-
readonly state?: SyncTableMigrationState;
|
2227
|
-
readonly tableName?: string;
|
2228
|
-
readonly totalChangesApplied?: number;
|
2229
|
-
}
|
2230
|
-
|
2231
|
-
// @public (undocumented)
|
2232
|
-
export type MigrateSqlServerSqlDbSyncTaskOutputUnion = MigrateSqlServerSqlDbSyncTaskOutput | MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel | MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel | MigrateSqlServerSqlDbSyncTaskOutputTableLevel | MigrateSqlServerSqlDbSyncTaskOutputError | MigrateSqlServerSqlDbSyncTaskOutputDatabaseError;
|
2233
|
-
|
2234
|
-
// @public
|
2235
|
-
export interface MigrateSqlServerSqlDbSyncTaskProperties extends ProjectTaskProperties {
|
2236
|
-
input?: MigrateSqlServerSqlDbSyncTaskInput;
|
2237
|
-
readonly output?: MigrateSqlServerSqlDbSyncTaskOutputUnion[];
|
2238
|
-
taskType: "Migrate.SqlServer.AzureSqlDb.Sync";
|
2239
|
-
}
|
2240
|
-
|
2241
|
-
// @public
|
2242
|
-
export interface MigrateSqlServerSqlDbTaskInput extends SqlMigrationTaskInput {
|
2243
|
-
encryptedKeyForSecureFields?: string;
|
2244
|
-
selectedDatabases: MigrateSqlServerSqlDbDatabaseInput[];
|
2245
|
-
startedOn?: string;
|
2246
|
-
validationOptions?: MigrationValidationOptions;
|
2247
|
-
}
|
2248
|
-
|
2249
|
-
// @public
|
2250
|
-
export interface MigrateSqlServerSqlDbTaskOutput {
|
2251
|
-
readonly id?: string;
|
2252
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "TableLevelOutput" | "ErrorOutput" | "MigrationValidationOutput" | "MigrationDatabaseLevelValidationOutput";
|
2253
|
-
}
|
2254
|
-
|
2255
|
-
// @public (undocumented)
|
2256
|
-
export interface MigrateSqlServerSqlDbTaskOutputDatabaseLevel extends MigrateSqlServerSqlDbTaskOutput {
|
2257
|
-
readonly databaseName?: string;
|
2258
|
-
readonly endedOn?: Date;
|
2259
|
-
readonly errorCount?: number;
|
2260
|
-
readonly errorPrefix?: string;
|
2261
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2262
|
-
readonly message?: string;
|
2263
|
-
readonly numberOfObjects?: number;
|
2264
|
-
readonly numberOfObjectsCompleted?: number;
|
2265
|
-
readonly objectSummary?: string;
|
2266
|
-
readonly resultPrefix?: string;
|
2267
|
-
resultType: "DatabaseLevelOutput";
|
2268
|
-
readonly stage?: DatabaseMigrationStage;
|
2269
|
-
readonly startedOn?: Date;
|
2270
|
-
readonly state?: MigrationState;
|
2271
|
-
readonly statusMessage?: string;
|
2272
|
-
}
|
2273
|
-
|
2274
|
-
// @public (undocumented)
|
2275
|
-
export interface MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult extends MigrateSqlServerSqlDbTaskOutput, MigrationValidationDatabaseLevelResult {
|
2276
|
-
resultType: "MigrationDatabaseLevelValidationOutput";
|
2277
|
-
}
|
2278
|
-
|
2279
|
-
// @public (undocumented)
|
2280
|
-
export interface MigrateSqlServerSqlDbTaskOutputError extends MigrateSqlServerSqlDbTaskOutput {
|
2281
|
-
readonly error?: ReportableException;
|
2282
|
-
resultType: "ErrorOutput";
|
2283
|
-
}
|
2284
|
-
|
2285
|
-
// @public (undocumented)
|
2286
|
-
export interface MigrateSqlServerSqlDbTaskOutputMigrationLevel extends MigrateSqlServerSqlDbTaskOutput {
|
2287
|
-
readonly databases?: string;
|
2288
|
-
readonly databaseSummary?: string;
|
2289
|
-
readonly durationInSeconds?: number;
|
2290
|
-
readonly endedOn?: Date;
|
2291
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2292
|
-
readonly message?: string;
|
2293
|
-
migrationReportResult?: MigrationReportResult;
|
2294
|
-
migrationValidationResult?: MigrationValidationResult;
|
2295
|
-
resultType: "MigrationLevelOutput";
|
2296
|
-
readonly sourceServerBrandVersion?: string;
|
2297
|
-
readonly sourceServerVersion?: string;
|
2298
|
-
readonly startedOn?: Date;
|
2299
|
-
readonly status?: MigrationStatus;
|
2300
|
-
readonly statusMessage?: string;
|
2301
|
-
readonly targetServerBrandVersion?: string;
|
2302
|
-
readonly targetServerVersion?: string;
|
2303
|
-
}
|
2304
|
-
|
2305
|
-
// @public (undocumented)
|
2306
|
-
export interface MigrateSqlServerSqlDbTaskOutputTableLevel extends MigrateSqlServerSqlDbTaskOutput {
|
2307
|
-
readonly endedOn?: Date;
|
2308
|
-
readonly errorPrefix?: string;
|
2309
|
-
readonly itemsCompletedCount?: number;
|
2310
|
-
readonly itemsCount?: number;
|
2311
|
-
readonly objectName?: string;
|
2312
|
-
readonly resultPrefix?: string;
|
2313
|
-
resultType: "TableLevelOutput";
|
2314
|
-
readonly startedOn?: Date;
|
2315
|
-
readonly state?: MigrationState;
|
2316
|
-
readonly statusMessage?: string;
|
2317
|
-
}
|
2318
|
-
|
2319
|
-
// @public (undocumented)
|
2320
|
-
export type MigrateSqlServerSqlDbTaskOutputUnion = MigrateSqlServerSqlDbTaskOutput | MigrateSqlServerSqlDbTaskOutputMigrationLevel | MigrateSqlServerSqlDbTaskOutputDatabaseLevel | MigrateSqlServerSqlDbTaskOutputTableLevel | MigrateSqlServerSqlDbTaskOutputError | MigrateSqlServerSqlDbTaskOutputValidationResult | MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult;
|
2321
|
-
|
2322
|
-
// @public (undocumented)
|
2323
|
-
export interface MigrateSqlServerSqlDbTaskOutputValidationResult extends MigrateSqlServerSqlDbTaskOutput, MigrationValidationResult {
|
2324
|
-
resultType: "MigrationValidationOutput";
|
2325
|
-
}
|
2326
|
-
|
2327
|
-
// @public
|
2328
|
-
export interface MigrateSqlServerSqlDbTaskProperties extends ProjectTaskProperties {
|
2329
|
-
input?: MigrateSqlServerSqlDbTaskInput;
|
2330
|
-
isCloneable?: boolean;
|
2331
|
-
readonly output?: MigrateSqlServerSqlDbTaskOutputUnion[];
|
2332
|
-
taskId?: string;
|
2333
|
-
taskType: "Migrate.SqlServer.SqlDb";
|
2334
|
-
}
|
2335
|
-
|
2336
|
-
// @public
|
2337
|
-
export interface MigrateSqlServerSqlMIDatabaseInput {
|
2338
|
-
backupFilePaths?: string[];
|
2339
|
-
backupFileShare?: FileShare;
|
2340
|
-
id?: string;
|
2341
|
-
name: string;
|
2342
|
-
restoreDatabaseName: string;
|
2343
|
-
}
|
2344
|
-
|
2345
|
-
// @public
|
2346
|
-
export interface MigrateSqlServerSqlMISyncTaskInput extends SqlServerSqlMISyncTaskInput {
|
2347
|
-
}
|
2348
|
-
|
2349
|
-
// @public
|
2350
|
-
export interface MigrateSqlServerSqlMISyncTaskOutput {
|
2351
|
-
readonly id?: string;
|
2352
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "ErrorOutput";
|
2353
|
-
}
|
2354
|
-
|
2355
|
-
// @public (undocumented)
|
2356
|
-
export interface MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel extends MigrateSqlServerSqlMISyncTaskOutput {
|
2357
|
-
readonly activeBackupSets?: BackupSetInfo[];
|
2358
|
-
readonly containerName?: string;
|
2359
|
-
readonly endedOn?: Date;
|
2360
|
-
readonly errorPrefix?: string;
|
2361
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2362
|
-
readonly fullBackupSetInfo?: BackupSetInfo;
|
2363
|
-
readonly isFullBackupRestored?: boolean;
|
2364
|
-
readonly lastRestoredBackupSetInfo?: BackupSetInfo;
|
2365
|
-
readonly migrationState?: DatabaseMigrationState;
|
2366
|
-
resultType: "DatabaseLevelOutput";
|
2367
|
-
readonly sourceDatabaseName?: string;
|
2368
|
-
readonly startedOn?: Date;
|
2369
|
-
}
|
2370
|
-
|
2371
|
-
// @public (undocumented)
|
2372
|
-
export interface MigrateSqlServerSqlMISyncTaskOutputError extends MigrateSqlServerSqlMISyncTaskOutput {
|
2373
|
-
readonly error?: ReportableException;
|
2374
|
-
resultType: "ErrorOutput";
|
2375
|
-
}
|
2376
|
-
|
2377
|
-
// @public (undocumented)
|
2378
|
-
export interface MigrateSqlServerSqlMISyncTaskOutputMigrationLevel extends MigrateSqlServerSqlMISyncTaskOutput {
|
2379
|
-
readonly databaseCount?: number;
|
2380
|
-
readonly databaseErrorCount?: number;
|
2381
|
-
readonly endedOn?: Date;
|
2382
|
-
resultType: "MigrationLevelOutput";
|
2383
|
-
readonly sourceServerBrandVersion?: string;
|
2384
|
-
readonly sourceServerName?: string;
|
2385
|
-
readonly sourceServerVersion?: string;
|
2386
|
-
readonly startedOn?: Date;
|
2387
|
-
readonly state?: MigrationState;
|
2388
|
-
readonly targetServerBrandVersion?: string;
|
2389
|
-
readonly targetServerName?: string;
|
2390
|
-
readonly targetServerVersion?: string;
|
2391
|
-
}
|
2392
|
-
|
2393
|
-
// @public (undocumented)
|
2394
|
-
export type MigrateSqlServerSqlMISyncTaskOutputUnion = MigrateSqlServerSqlMISyncTaskOutput | MigrateSqlServerSqlMISyncTaskOutputMigrationLevel | MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel | MigrateSqlServerSqlMISyncTaskOutputError;
|
2395
|
-
|
2396
|
-
// @public
|
2397
|
-
export interface MigrateSqlServerSqlMISyncTaskProperties extends ProjectTaskProperties {
|
2398
|
-
input?: MigrateSqlServerSqlMISyncTaskInput;
|
2399
|
-
readonly output?: MigrateSqlServerSqlMISyncTaskOutputUnion[];
|
2400
|
-
taskType: "Migrate.SqlServer.AzureSqlDbMI.Sync.LRS";
|
2401
|
-
}
|
2402
|
-
|
2403
|
-
// @public
|
2404
|
-
export interface MigrateSqlServerSqlMITaskInput extends SqlMigrationTaskInput {
|
2405
|
-
aadDomainName?: string;
|
2406
|
-
backupBlobShare: BlobShare;
|
2407
|
-
backupFileShare?: FileShare;
|
2408
|
-
backupMode?: BackupMode;
|
2409
|
-
selectedAgentJobs?: string[];
|
2410
|
-
selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];
|
2411
|
-
selectedLogins?: string[];
|
2412
|
-
startedOn?: string;
|
2413
|
-
}
|
2414
|
-
|
2415
|
-
// @public
|
2416
|
-
export interface MigrateSqlServerSqlMITaskOutput {
|
2417
|
-
readonly id?: string;
|
2418
|
-
resultType: "MigrationLevelOutput" | "DatabaseLevelOutput" | "AgentJobLevelOutput" | "LoginLevelOutput" | "ErrorOutput";
|
2419
|
-
}
|
2420
|
-
|
2421
|
-
// @public (undocumented)
|
2422
|
-
export interface MigrateSqlServerSqlMITaskOutputAgentJobLevel extends MigrateSqlServerSqlMITaskOutput {
|
2423
|
-
readonly endedOn?: Date;
|
2424
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2425
|
-
readonly isEnabled?: boolean;
|
2426
|
-
readonly message?: string;
|
2427
|
-
readonly name?: string;
|
2428
|
-
resultType: "AgentJobLevelOutput";
|
2429
|
-
readonly startedOn?: Date;
|
2430
|
-
readonly state?: MigrationState;
|
2431
|
-
}
|
2432
|
-
|
2433
|
-
// @public (undocumented)
|
2434
|
-
export interface MigrateSqlServerSqlMITaskOutputDatabaseLevel extends MigrateSqlServerSqlMITaskOutput {
|
2435
|
-
readonly databaseName?: string;
|
2436
|
-
readonly endedOn?: Date;
|
2437
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2438
|
-
readonly message?: string;
|
2439
|
-
resultType: "DatabaseLevelOutput";
|
2440
|
-
readonly sizeMB?: number;
|
2441
|
-
readonly stage?: DatabaseMigrationStage;
|
2442
|
-
readonly startedOn?: Date;
|
2443
|
-
readonly state?: MigrationState;
|
2444
|
-
}
|
2445
|
-
|
2446
|
-
// @public (undocumented)
|
2447
|
-
export interface MigrateSqlServerSqlMITaskOutputError extends MigrateSqlServerSqlMITaskOutput {
|
2448
|
-
readonly error?: ReportableException;
|
2449
|
-
resultType: "ErrorOutput";
|
2450
|
-
}
|
2451
|
-
|
2452
|
-
// @public (undocumented)
|
2453
|
-
export interface MigrateSqlServerSqlMITaskOutputLoginLevel extends MigrateSqlServerSqlMITaskOutput {
|
2454
|
-
readonly endedOn?: Date;
|
2455
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2456
|
-
readonly loginName?: string;
|
2457
|
-
readonly message?: string;
|
2458
|
-
resultType: "LoginLevelOutput";
|
2459
|
-
readonly stage?: LoginMigrationStage;
|
2460
|
-
readonly startedOn?: Date;
|
2461
|
-
readonly state?: MigrationState;
|
2462
|
-
}
|
2463
|
-
|
2464
|
-
// @public (undocumented)
|
2465
|
-
export interface MigrateSqlServerSqlMITaskOutputMigrationLevel extends MigrateSqlServerSqlMITaskOutput {
|
2466
|
-
readonly agentJobs?: string;
|
2467
|
-
readonly databases?: string;
|
2468
|
-
readonly endedOn?: Date;
|
2469
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2470
|
-
readonly logins?: string;
|
2471
|
-
readonly message?: string;
|
2472
|
-
readonly orphanedUsersInfo?: OrphanedUserInfo[];
|
2473
|
-
resultType: "MigrationLevelOutput";
|
2474
|
-
readonly serverRoleResults?: string;
|
2475
|
-
readonly sourceServerBrandVersion?: string;
|
2476
|
-
readonly sourceServerVersion?: string;
|
2477
|
-
readonly startedOn?: Date;
|
2478
|
-
readonly state?: MigrationState;
|
2479
|
-
readonly status?: MigrationStatus;
|
2480
|
-
readonly targetServerBrandVersion?: string;
|
2481
|
-
readonly targetServerVersion?: string;
|
2482
|
-
}
|
2483
|
-
|
2484
|
-
// @public (undocumented)
|
2485
|
-
export type MigrateSqlServerSqlMITaskOutputUnion = MigrateSqlServerSqlMITaskOutput | MigrateSqlServerSqlMITaskOutputMigrationLevel | MigrateSqlServerSqlMITaskOutputDatabaseLevel | MigrateSqlServerSqlMITaskOutputAgentJobLevel | MigrateSqlServerSqlMITaskOutputLoginLevel | MigrateSqlServerSqlMITaskOutputError;
|
2486
|
-
|
2487
|
-
// @public
|
2488
|
-
export interface MigrateSqlServerSqlMITaskProperties extends ProjectTaskProperties {
|
2489
|
-
input?: MigrateSqlServerSqlMITaskInput;
|
2490
|
-
readonly output?: MigrateSqlServerSqlMITaskOutputUnion[];
|
2491
|
-
taskId?: string;
|
2492
|
-
taskType: "Migrate.SqlServer.AzureSqlDbMI";
|
2493
|
-
}
|
2494
|
-
|
2495
|
-
// @public
|
2496
|
-
export interface MigrateSsisTaskInput extends SqlMigrationTaskInput {
|
2497
|
-
ssisMigrationInfo: SsisMigrationInfo;
|
2498
|
-
}
|
2499
|
-
|
2500
|
-
// @public
|
2501
|
-
export interface MigrateSsisTaskOutput {
|
2502
|
-
readonly id?: string;
|
2503
|
-
resultType: "MigrationLevelOutput" | "SsisProjectLevelOutput";
|
2504
|
-
}
|
2505
|
-
|
2506
|
-
// @public (undocumented)
|
2507
|
-
export interface MigrateSsisTaskOutputMigrationLevel extends MigrateSsisTaskOutput {
|
2508
|
-
readonly endedOn?: Date;
|
2509
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2510
|
-
readonly message?: string;
|
2511
|
-
resultType: "MigrationLevelOutput";
|
2512
|
-
readonly sourceServerBrandVersion?: string;
|
2513
|
-
readonly sourceServerVersion?: string;
|
2514
|
-
readonly stage?: SsisMigrationStage;
|
2515
|
-
readonly startedOn?: Date;
|
2516
|
-
readonly status?: MigrationStatus;
|
2517
|
-
readonly targetServerBrandVersion?: string;
|
2518
|
-
readonly targetServerVersion?: string;
|
2519
|
-
}
|
2520
|
-
|
2521
|
-
// @public (undocumented)
|
2522
|
-
export interface MigrateSsisTaskOutputProjectLevel extends MigrateSsisTaskOutput {
|
2523
|
-
readonly endedOn?: Date;
|
2524
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
2525
|
-
readonly folderName?: string;
|
2526
|
-
readonly message?: string;
|
2527
|
-
readonly projectName?: string;
|
2528
|
-
resultType: "SsisProjectLevelOutput";
|
2529
|
-
readonly stage?: SsisMigrationStage;
|
2530
|
-
readonly startedOn?: Date;
|
2531
|
-
readonly state?: MigrationState;
|
2532
|
-
}
|
2533
|
-
|
2534
|
-
// @public (undocumented)
|
2535
|
-
export type MigrateSsisTaskOutputUnion = MigrateSsisTaskOutput | MigrateSsisTaskOutputMigrationLevel | MigrateSsisTaskOutputProjectLevel;
|
2536
|
-
|
2537
|
-
// @public
|
2538
|
-
export interface MigrateSsisTaskProperties extends ProjectTaskProperties {
|
2539
|
-
input?: MigrateSsisTaskInput;
|
2540
|
-
readonly output?: MigrateSsisTaskOutputUnion[];
|
2541
|
-
taskType: "Migrate.Ssis";
|
2542
|
-
}
|
2543
|
-
|
2544
|
-
// @public
|
2545
|
-
export interface MigrateSyncCompleteCommandInput {
|
2546
|
-
commitTimeStamp?: Date;
|
2547
|
-
databaseName: string;
|
2548
|
-
}
|
2549
|
-
|
2550
|
-
// @public
|
2551
|
-
export interface MigrateSyncCompleteCommandOutput {
|
2552
|
-
readonly errors?: ReportableException[];
|
2553
|
-
readonly id?: string;
|
2554
|
-
}
|
2555
|
-
|
2556
|
-
// @public
|
2557
|
-
export interface MigrateSyncCompleteCommandProperties extends CommandProperties {
|
2558
|
-
commandType: "Migrate.Sync.Complete.Database";
|
2559
|
-
input?: MigrateSyncCompleteCommandInput;
|
2560
|
-
readonly output?: MigrateSyncCompleteCommandOutput;
|
2561
|
-
}
|
2562
|
-
|
2563
|
-
// @public
|
2564
|
-
export interface MigrationEligibilityInfo {
|
2565
|
-
readonly isEligibleForMigration?: boolean;
|
2566
|
-
readonly validationMessages?: string[];
|
2567
|
-
}
|
2568
|
-
|
2569
|
-
// @public
|
2570
|
-
export interface MigrationOperationInput {
|
2571
|
-
migrationOperationId?: string;
|
2572
|
-
}
|
2573
|
-
|
2574
|
-
// @public
|
2575
|
-
export interface MigrationReportResult {
|
2576
|
-
id?: string;
|
2577
|
-
reportUrl?: string;
|
2578
|
-
}
|
2579
|
-
|
2580
|
-
// @public
|
2581
|
-
export type MigrationState = string;
|
2582
|
-
|
2583
|
-
// @public
|
2584
|
-
export type MigrationStatus = string;
|
2585
|
-
|
2586
|
-
// @public
|
2587
|
-
export interface MigrationStatusDetails {
|
2588
|
-
readonly activeBackupSets?: SqlBackupSetInfo[];
|
2589
|
-
readonly blobContainerName?: string;
|
2590
|
-
readonly completeRestoreErrorMessage?: string;
|
2591
|
-
readonly currentRestoringFilename?: string;
|
2592
|
-
readonly fileUploadBlockingErrors?: string[];
|
2593
|
-
readonly fullBackupSetInfo?: SqlBackupSetInfo;
|
2594
|
-
readonly invalidFiles?: string[];
|
2595
|
-
readonly isFullBackupRestored?: boolean;
|
2596
|
-
readonly lastRestoredBackupSetInfo?: SqlBackupSetInfo;
|
2597
|
-
readonly lastRestoredFilename?: string;
|
2598
|
-
readonly migrationState?: string;
|
2599
|
-
readonly pendingLogBackupsCount?: number;
|
2600
|
-
readonly restoreBlockingReason?: string;
|
2601
|
-
}
|
2602
|
-
|
2603
|
-
// @public
|
2604
|
-
export interface MigrationTableMetadata {
|
2605
|
-
readonly sourceTableName?: string;
|
2606
|
-
readonly targetTableName?: string;
|
2607
|
-
}
|
2608
|
-
|
2609
|
-
// @public
|
2610
|
-
export interface MigrationValidationDatabaseLevelResult {
|
2611
|
-
readonly dataIntegrityValidationResult?: DataIntegrityValidationResult;
|
2612
|
-
readonly endedOn?: Date;
|
2613
|
-
readonly id?: string;
|
2614
|
-
readonly migrationId?: string;
|
2615
|
-
readonly queryAnalysisValidationResult?: QueryAnalysisValidationResult;
|
2616
|
-
readonly schemaValidationResult?: SchemaComparisonValidationResult;
|
2617
|
-
readonly sourceDatabaseName?: string;
|
2618
|
-
readonly startedOn?: Date;
|
2619
|
-
readonly status?: ValidationStatus;
|
2620
|
-
readonly targetDatabaseName?: string;
|
2621
|
-
}
|
2622
|
-
|
2623
|
-
// @public
|
2624
|
-
export interface MigrationValidationDatabaseSummaryResult {
|
2625
|
-
readonly endedOn?: Date;
|
2626
|
-
readonly id?: string;
|
2627
|
-
readonly migrationId?: string;
|
2628
|
-
readonly sourceDatabaseName?: string;
|
2629
|
-
readonly startedOn?: Date;
|
2630
|
-
readonly status?: ValidationStatus;
|
2631
|
-
readonly targetDatabaseName?: string;
|
2632
|
-
}
|
2633
|
-
|
2634
|
-
// @public
|
2635
|
-
export interface MigrationValidationOptions {
|
2636
|
-
enableDataIntegrityValidation?: boolean;
|
2637
|
-
enableQueryAnalysisValidation?: boolean;
|
2638
|
-
enableSchemaValidation?: boolean;
|
2639
|
-
}
|
2640
|
-
|
2641
|
-
// @public
|
2642
|
-
export interface MigrationValidationResult {
|
2643
|
-
readonly id?: string;
|
2644
|
-
readonly migrationId?: string;
|
2645
|
-
readonly status?: ValidationStatus;
|
2646
|
-
summaryResults?: {
|
2647
|
-
[propertyName: string]: MigrationValidationDatabaseSummaryResult;
|
2648
|
-
};
|
2649
|
-
}
|
2650
|
-
|
2651
|
-
// @public
|
2652
|
-
export interface MiSqlConnectionInfo extends ConnectionInfo {
|
2653
|
-
managedInstanceResourceId: string;
|
2654
|
-
type: "MiSqlConnectionInfo";
|
2655
|
-
}
|
2656
|
-
|
2657
|
-
// @public
|
2658
|
-
export interface MongoDbCancelCommand extends CommandProperties {
|
2659
|
-
commandType: "cancel";
|
2660
|
-
input?: MongoDbCommandInput;
|
2661
|
-
}
|
2662
|
-
|
2663
|
-
// @public
|
2664
|
-
export interface MongoDbClusterInfo {
|
2665
|
-
databases: MongoDbDatabaseInfo[];
|
2666
|
-
supportsSharding: boolean;
|
2667
|
-
type: MongoDbClusterType;
|
2668
|
-
version: string;
|
2669
|
-
}
|
2670
|
-
|
2671
|
-
// @public
|
2672
|
-
export type MongoDbClusterType = string;
|
2673
|
-
|
2674
|
-
// @public
|
2675
|
-
export interface MongoDbCollectionInfo extends MongoDbObjectInfo {
|
2676
|
-
databaseName: string;
|
2677
|
-
isCapped: boolean;
|
2678
|
-
isSystemCollection: boolean;
|
2679
|
-
isView: boolean;
|
2680
|
-
shardKey?: MongoDbShardKeyInfo;
|
2681
|
-
supportsSharding: boolean;
|
2682
|
-
viewOf?: string;
|
2683
|
-
}
|
2684
|
-
|
2685
|
-
// @public
|
2686
|
-
export interface MongoDbCollectionProgress extends MongoDbProgress {
|
2687
|
-
resultType: "Collection";
|
2688
|
-
}
|
2689
|
-
|
2690
|
-
// @public
|
2691
|
-
export interface MongoDbCollectionSettings {
|
2692
|
-
canDelete?: boolean;
|
2693
|
-
shardKey?: MongoDbShardKeySetting;
|
2694
|
-
targetRUs?: number;
|
2695
|
-
}
|
2696
|
-
|
2697
|
-
// @public
|
2698
|
-
export interface MongoDbCommandInput {
|
2699
|
-
objectName?: string;
|
2700
|
-
}
|
2701
|
-
|
2702
|
-
// @public
|
2703
|
-
export interface MongoDbConnectionInfo extends ConnectionInfo {
|
2704
|
-
additionalSettings?: string;
|
2705
|
-
connectionString: string;
|
2706
|
-
dataSource?: string;
|
2707
|
-
encryptConnection?: boolean;
|
2708
|
-
// (undocumented)
|
2709
|
-
enforceSSL?: boolean;
|
2710
|
-
port?: number;
|
2711
|
-
serverBrandVersion?: string;
|
2712
|
-
type: "MongoDbConnectionInfo";
|
2713
|
-
}
|
2714
|
-
|
2715
|
-
// @public
|
2716
|
-
export interface MongoDbDatabaseInfo extends MongoDbObjectInfo {
|
2717
|
-
collections: MongoDbCollectionInfo[];
|
2718
|
-
supportsSharding: boolean;
|
2719
|
-
}
|
2720
|
-
|
2721
|
-
// @public
|
2722
|
-
export interface MongoDbDatabaseProgress extends MongoDbProgress {
|
2723
|
-
collections?: {
|
2724
|
-
[propertyName: string]: MongoDbCollectionProgress;
|
2725
|
-
};
|
2726
|
-
resultType: "Database";
|
2727
|
-
}
|
2728
|
-
|
2729
|
-
// @public
|
2730
|
-
export interface MongoDbDatabaseSettings {
|
2731
|
-
collections: {
|
2732
|
-
[propertyName: string]: MongoDbCollectionSettings;
|
2733
|
-
};
|
2734
|
-
targetRUs?: number;
|
2735
|
-
}
|
2736
|
-
|
2737
|
-
// @public
|
2738
|
-
export interface MongoDbError {
|
2739
|
-
code?: string;
|
2740
|
-
count?: number;
|
2741
|
-
message?: string;
|
2742
|
-
type?: MongoDbErrorType;
|
2743
|
-
}
|
2744
|
-
|
2745
|
-
// @public
|
2746
|
-
export type MongoDbErrorType = string;
|
2747
|
-
|
2748
|
-
// @public
|
2749
|
-
export interface MongoDbFinishCommand extends CommandProperties {
|
2750
|
-
commandType: "finish";
|
2751
|
-
input?: MongoDbFinishCommandInput;
|
2752
|
-
}
|
2753
|
-
|
2754
|
-
// @public
|
2755
|
-
export interface MongoDbFinishCommandInput extends MongoDbCommandInput {
|
2756
|
-
immediate: boolean;
|
2757
|
-
}
|
2758
|
-
|
2759
|
-
// @public
|
2760
|
-
export interface MongoDbMigrationProgress extends MongoDbProgress {
|
2761
|
-
databases?: {
|
2762
|
-
[propertyName: string]: MongoDbDatabaseProgress;
|
2763
|
-
};
|
2764
|
-
resultType: "Migration";
|
2765
|
-
}
|
2766
|
-
|
2767
|
-
// @public
|
2768
|
-
export interface MongoDbMigrationSettings {
|
2769
|
-
boostRUs?: number;
|
2770
|
-
databases: {
|
2771
|
-
[propertyName: string]: MongoDbDatabaseSettings;
|
2772
|
-
};
|
2773
|
-
replication?: MongoDbReplication;
|
2774
|
-
source: MongoDbConnectionInfo;
|
2775
|
-
target: MongoDbConnectionInfo;
|
2776
|
-
throttling?: MongoDbThrottlingSettings;
|
2777
|
-
}
|
2778
|
-
|
2779
|
-
// @public
|
2780
|
-
export type MongoDbMigrationState = string;
|
2781
|
-
|
2782
|
-
// @public
|
2783
|
-
export interface MongoDbObjectInfo {
|
2784
|
-
averageDocumentSize: number;
|
2785
|
-
dataSize: number;
|
2786
|
-
documentCount: number;
|
2787
|
-
name: string;
|
2788
|
-
qualifiedName: string;
|
2789
|
-
}
|
2790
|
-
|
2791
|
-
// @public
|
2792
|
-
export interface MongoDbProgress {
|
2793
|
-
bytesCopied: number;
|
2794
|
-
documentsCopied: number;
|
2795
|
-
elapsedTime: string;
|
2796
|
-
errors: {
|
2797
|
-
[propertyName: string]: MongoDbError;
|
2798
|
-
};
|
2799
|
-
eventsPending: number;
|
2800
|
-
eventsReplayed: number;
|
2801
|
-
lastEventTime?: Date;
|
2802
|
-
lastReplayTime?: Date;
|
2803
|
-
name?: string;
|
2804
|
-
qualifiedName?: string;
|
2805
|
-
resultType: "Collection" | "Database" | "Migration";
|
2806
|
-
// (undocumented)
|
2807
|
-
state: MongoDbMigrationState;
|
2808
|
-
totalBytes: number;
|
2809
|
-
totalDocuments: number;
|
2810
|
-
}
|
2811
|
-
|
2812
|
-
// @public
|
2813
|
-
export type MongoDbProgressResultType = string;
|
2814
|
-
|
2815
|
-
// @public (undocumented)
|
2816
|
-
export type MongoDbProgressUnion = MongoDbProgress | MongoDbCollectionProgress | MongoDbDatabaseProgress | MongoDbMigrationProgress;
|
2817
|
-
|
2818
|
-
// @public
|
2819
|
-
export type MongoDbReplication = string;
|
2820
|
-
|
2821
|
-
// @public
|
2822
|
-
export interface MongoDbRestartCommand extends CommandProperties {
|
2823
|
-
commandType: "restart";
|
2824
|
-
input?: MongoDbCommandInput;
|
2825
|
-
}
|
2826
|
-
|
2827
|
-
// @public
|
2828
|
-
export interface MongoDbShardKeyField {
|
2829
|
-
name: string;
|
2830
|
-
order: MongoDbShardKeyOrder;
|
2831
|
-
}
|
2832
|
-
|
2833
|
-
// @public
|
2834
|
-
export interface MongoDbShardKeyInfo {
|
2835
|
-
fields: MongoDbShardKeyField[];
|
2836
|
-
isUnique: boolean;
|
2837
|
-
}
|
2838
|
-
|
2839
|
-
// @public
|
2840
|
-
export type MongoDbShardKeyOrder = string;
|
2841
|
-
|
2842
|
-
// @public
|
2843
|
-
export interface MongoDbShardKeySetting {
|
2844
|
-
fields: MongoDbShardKeyField[];
|
2845
|
-
isUnique: boolean;
|
2846
|
-
}
|
2847
|
-
|
2848
|
-
// @public
|
2849
|
-
export interface MongoDbThrottlingSettings {
|
2850
|
-
maxParallelism?: number;
|
2851
|
-
minFreeCpu?: number;
|
2852
|
-
minFreeMemoryMb?: number;
|
2853
|
-
}
|
2854
|
-
|
2855
|
-
// @public
|
2856
|
-
export interface MySqlConnectionInfo extends ConnectionInfo {
|
2857
|
-
dataSource?: string;
|
2858
|
-
encryptConnection?: boolean;
|
2859
|
-
port: number;
|
2860
|
-
serverName: string;
|
2861
|
-
type: "MySqlConnectionInfo";
|
2862
|
-
}
|
2863
|
-
|
2864
|
-
// @public
|
2865
|
-
export type MySqlTargetPlatformType = string;
|
2866
|
-
|
2867
|
-
// @public
|
2868
|
-
export interface NameAvailabilityRequest {
|
2869
|
-
name?: string;
|
2870
|
-
type?: string;
|
2871
|
-
}
|
2872
|
-
|
2873
|
-
// @public
|
2874
|
-
export interface NameAvailabilityResponse {
|
2875
|
-
message?: string;
|
2876
|
-
nameAvailable?: boolean;
|
2877
|
-
reason?: NameCheckFailureReason;
|
2878
|
-
}
|
2879
|
-
|
2880
|
-
// @public
|
2881
|
-
export type NameCheckFailureReason = string;
|
2882
|
-
|
2883
|
-
// @public (undocumented)
|
2884
|
-
export interface NodeMonitoringData {
|
2885
|
-
readonly additionalProperties?: {
|
2886
|
-
[propertyName: string]: Record<string, unknown>;
|
2887
|
-
};
|
2888
|
-
readonly availableMemoryInMB?: number;
|
2889
|
-
readonly concurrentJobsLimit?: number;
|
2890
|
-
readonly concurrentJobsRunning?: number;
|
2891
|
-
readonly cpuUtilization?: number;
|
2892
|
-
readonly maxConcurrentJobs?: number;
|
2893
|
-
readonly nodeName?: string;
|
2894
|
-
readonly receivedBytes?: number;
|
2895
|
-
readonly sentBytes?: number;
|
2896
|
-
}
|
2897
|
-
|
2898
|
-
// @public
|
2899
|
-
export interface NonSqlDataMigrationTable {
|
2900
|
-
sourceName?: string;
|
2901
|
-
}
|
2902
|
-
|
2903
|
-
// @public
|
2904
|
-
export interface NonSqlDataMigrationTableResult {
|
2905
|
-
readonly elapsedTimeInMiliseconds?: number;
|
2906
|
-
readonly errors?: DataMigrationError[];
|
2907
|
-
readonly resultCode?: DataMigrationResultCode;
|
2908
|
-
readonly sourceName?: string;
|
2909
|
-
readonly sourceRowCount?: number;
|
2910
|
-
readonly targetName?: string;
|
2911
|
-
readonly targetRowCount?: number;
|
2912
|
-
}
|
2913
|
-
|
2914
|
-
// @public
|
2915
|
-
export interface NonSqlMigrationTaskInput {
|
2916
|
-
projectLocation: string;
|
2917
|
-
projectName: string;
|
2918
|
-
selectedTables: NonSqlDataMigrationTable[];
|
2919
|
-
targetConnectionInfo: SqlConnectionInfo;
|
2920
|
-
targetDatabaseName: string;
|
2921
|
-
}
|
2922
|
-
|
2923
|
-
// @public
|
2924
|
-
export interface NonSqlMigrationTaskOutput {
|
2925
|
-
readonly dataMigrationTableResults?: string;
|
2926
|
-
readonly endedOn?: Date;
|
2927
|
-
readonly id?: string;
|
2928
|
-
readonly progressMessage?: string;
|
2929
|
-
readonly sourceServerName?: string;
|
2930
|
-
readonly startedOn?: Date;
|
2931
|
-
readonly status?: MigrationStatus;
|
2932
|
-
readonly targetServerName?: string;
|
2933
|
-
}
|
2934
|
-
|
2935
|
-
// @public
|
2936
|
-
export type ObjectType = string;
|
2937
|
-
|
2938
|
-
// @public
|
2939
|
-
export interface ODataError {
|
2940
|
-
code?: string;
|
2941
|
-
details?: ODataError[];
|
2942
|
-
message?: string;
|
2943
|
-
}
|
2944
|
-
|
2945
|
-
// @public
|
2946
|
-
export interface OfflineConfiguration {
|
2947
|
-
lastBackupName?: string;
|
2948
|
-
offline?: boolean;
|
2949
|
-
}
|
2950
|
-
|
2951
|
-
// @public
|
2952
|
-
export interface OperationListResult {
|
2953
|
-
readonly nextLink?: string;
|
2954
|
-
readonly value?: OperationsDefinition[];
|
2955
|
-
}
|
2956
|
-
|
2957
|
-
// @public
|
2958
|
-
export type OperationOrigin = string;
|
2959
|
-
|
2960
|
-
// @public
|
2961
|
-
export interface Operations {
|
2962
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationsDefinition>;
|
2963
|
-
}
|
2964
|
-
|
2965
|
-
// @public (undocumented)
|
2966
|
-
export interface OperationsDefinition {
|
2967
|
-
readonly display?: OperationsDisplayDefinition;
|
2968
|
-
isDataAction?: boolean;
|
2969
|
-
readonly name?: string;
|
2970
|
-
readonly origin?: OperationOrigin;
|
2971
|
-
readonly properties?: {
|
2972
|
-
[propertyName: string]: Record<string, unknown>;
|
2973
|
-
};
|
2974
|
-
}
|
2975
|
-
|
2976
|
-
// @public (undocumented)
|
2977
|
-
export interface OperationsDisplayDefinition {
|
2978
|
-
readonly description?: string;
|
2979
|
-
readonly operation?: string;
|
2980
|
-
readonly provider?: string;
|
2981
|
-
readonly resource?: string;
|
2982
|
-
}
|
2983
|
-
|
2984
|
-
// @public
|
2985
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
2986
|
-
}
|
2987
|
-
|
2988
|
-
// @public
|
2989
|
-
export type OperationsListNextResponse = OperationListResult;
|
2990
|
-
|
2991
|
-
// @public
|
2992
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
2993
|
-
}
|
2994
|
-
|
2995
|
-
// @public
|
2996
|
-
export type OperationsListResponse = OperationListResult;
|
2997
|
-
|
2998
|
-
// @public
|
2999
|
-
export interface OracleConnectionInfo extends ConnectionInfo {
|
3000
|
-
dataSource: string;
|
3001
|
-
type: "OracleConnectionInfo";
|
3002
|
-
}
|
3003
|
-
|
3004
|
-
// @public
|
3005
|
-
export interface OracleOCIDriverInfo {
|
3006
|
-
readonly archiveChecksum?: string;
|
3007
|
-
readonly assemblyVersion?: string;
|
3008
|
-
readonly driverName?: string;
|
3009
|
-
readonly driverSize?: string;
|
3010
|
-
readonly oracleChecksum?: string;
|
3011
|
-
readonly supportedOracleVersions?: string[];
|
3012
|
-
}
|
3013
|
-
|
3014
|
-
// @public
|
3015
|
-
export interface OrphanedUserInfo {
|
3016
|
-
databaseName?: string;
|
3017
|
-
name?: string;
|
3018
|
-
}
|
3019
|
-
|
3020
|
-
// @public
|
3021
|
-
export interface PostgreSqlConnectionInfo extends ConnectionInfo {
|
3022
|
-
databaseName?: string;
|
3023
|
-
dataSource?: string;
|
3024
|
-
encryptConnection?: boolean;
|
3025
|
-
port: number;
|
3026
|
-
serverName: string;
|
3027
|
-
serverVersion?: string;
|
3028
|
-
trustServerCertificate?: boolean;
|
3029
|
-
type: "PostgreSqlConnectionInfo";
|
3030
|
-
}
|
3031
|
-
|
3032
|
-
// @public
|
3033
|
-
export interface Project extends TrackedResource {
|
3034
|
-
azureAuthenticationInfo?: string;
|
3035
|
-
readonly creationTime?: Date;
|
3036
|
-
databasesInfo?: DatabaseInfo[];
|
3037
|
-
eTag?: string;
|
3038
|
-
readonly provisioningState?: ProjectProvisioningState;
|
3039
|
-
sourceConnectionInfo?: ConnectionInfoUnion;
|
3040
|
-
sourcePlatform?: ProjectSourcePlatform;
|
3041
|
-
targetConnectionInfo?: ConnectionInfoUnion;
|
3042
|
-
targetPlatform?: ProjectTargetPlatform;
|
3043
|
-
}
|
3044
|
-
|
3045
|
-
// @public
|
3046
|
-
export interface ProjectFile extends Resource {
|
3047
|
-
etag?: string;
|
3048
|
-
properties?: ProjectFileProperties;
|
3049
|
-
readonly systemData?: SystemData;
|
3050
|
-
}
|
3051
|
-
|
3052
|
-
// @public
|
3053
|
-
export interface ProjectFileProperties {
|
3054
|
-
extension?: string;
|
3055
|
-
filePath?: string;
|
3056
|
-
readonly lastModified?: Date;
|
3057
|
-
mediaType?: string;
|
3058
|
-
readonly size?: number;
|
3059
|
-
}
|
3060
|
-
|
3061
|
-
// @public
|
3062
|
-
export interface ProjectList {
|
3063
|
-
nextLink?: string;
|
3064
|
-
value?: Project[];
|
3065
|
-
}
|
3066
|
-
|
3067
|
-
// @public
|
3068
|
-
export type ProjectProvisioningState = string;
|
3069
|
-
|
3070
|
-
// @public
|
3071
|
-
export interface Projects {
|
3072
|
-
createOrUpdate(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
|
3073
|
-
delete(groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
|
3074
|
-
get(groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
3075
|
-
list(groupName: string, serviceName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
3076
|
-
update(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
3077
|
-
}
|
3078
|
-
|
3079
|
-
// @public
|
3080
|
-
export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3081
|
-
}
|
3082
|
-
|
3083
|
-
// @public
|
3084
|
-
export type ProjectsCreateOrUpdateResponse = Project;
|
3085
|
-
|
3086
|
-
// @public
|
3087
|
-
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
3088
|
-
deleteRunningTasks?: boolean;
|
3089
|
-
}
|
3090
|
-
|
3091
|
-
// @public
|
3092
|
-
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
3093
|
-
}
|
3094
|
-
|
3095
|
-
// @public
|
3096
|
-
export type ProjectsGetResponse = Project;
|
3097
|
-
|
3098
|
-
// @public
|
3099
|
-
export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
3100
|
-
}
|
3101
|
-
|
3102
|
-
// @public
|
3103
|
-
export type ProjectsListNextResponse = ProjectList;
|
3104
|
-
|
3105
|
-
// @public
|
3106
|
-
export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
3107
|
-
}
|
3108
|
-
|
3109
|
-
// @public
|
3110
|
-
export type ProjectsListResponse = ProjectList;
|
3111
|
-
|
3112
|
-
// @public
|
3113
|
-
export type ProjectSourcePlatform = string;
|
3114
|
-
|
3115
|
-
// @public
|
3116
|
-
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
3117
|
-
}
|
3118
|
-
|
3119
|
-
// @public
|
3120
|
-
export type ProjectsUpdateResponse = Project;
|
3121
|
-
|
3122
|
-
// @public
|
3123
|
-
export type ProjectTargetPlatform = string;
|
3124
|
-
|
3125
|
-
// @public
|
3126
|
-
export interface ProjectTask extends Resource {
|
3127
|
-
etag?: string;
|
3128
|
-
properties?: ProjectTaskPropertiesUnion;
|
3129
|
-
readonly systemData?: SystemData;
|
3130
|
-
}
|
3131
|
-
|
3132
|
-
// @public
|
3133
|
-
export interface ProjectTaskProperties {
|
3134
|
-
clientData?: {
|
3135
|
-
[propertyName: string]: string;
|
3136
|
-
};
|
3137
|
-
readonly commands?: CommandPropertiesUnion[];
|
3138
|
-
readonly errors?: ODataError[];
|
3139
|
-
readonly state?: TaskState;
|
3140
|
-
taskType: "MigrateSchemaSqlServerSqlDb" | "Service.Check.OCI" | "Service.Upload.OCI" | "Service.Install.OCI" | "Connect.MongoDb" | "ConnectToSource.SqlServer" | "ConnectToSource.SqlServer.Sync" | "ConnectToSource.PostgreSql.Sync" | "ConnectToSource.MySql" | "ConnectToSource.Oracle.Sync" | "ConnectToTarget.SqlDb" | "ConnectToTarget.SqlDb.Sync" | "ConnectToTarget.AzureDbForPostgreSql.Sync" | "ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync" | "GetUserTables.Sql" | "GetUserTables.AzureSqlDb.Sync" | "GetUserTablesOracle" | "GetUserTablesPostgreSql" | "GetUserTablesMySql" | "ConnectToTarget.AzureSqlDbMI" | "ConnectToTarget.AzureSqlDbMI.Sync.LRS" | "ConnectToTarget.AzureDbForMySql" | "Migrate.MongoDb" | "Migrate.SqlServer.AzureSqlDbMI" | "Migrate.SqlServer.AzureSqlDbMI.Sync.LRS" | "Migrate.SqlServer.SqlDb" | "Migrate.SqlServer.AzureSqlDb.Sync" | "Migrate.MySql.AzureDbForMySql.Sync" | "Migrate.MySql.AzureDbForMySql" | "Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2" | "Migrate.Oracle.AzureDbForPostgreSql.Sync" | "ValidateMigrationInput.SqlServer.SqlDb.Sync" | "ValidateMigrationInput.SqlServer.AzureSqlDbMI" | "ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS" | "Validate.MongoDb" | "Validate.Oracle.AzureDbPostgreSql.Sync" | "GetTDECertificates.Sql" | "Migrate.Ssis";
|
3141
|
-
}
|
3142
|
-
|
3143
|
-
// @public (undocumented)
|
3144
|
-
export type ProjectTaskPropertiesUnion = ProjectTaskProperties | MigrateSchemaSqlServerSqlDbTaskProperties | CheckOCIDriverTaskProperties | UploadOCIDriverTaskProperties | InstallOCIDriverTaskProperties | ConnectToMongoDbTaskProperties | ConnectToSourceSqlServerTaskProperties | ConnectToSourceSqlServerSyncTaskProperties | ConnectToSourcePostgreSqlSyncTaskProperties | ConnectToSourceMySqlTaskProperties | ConnectToSourceOracleSyncTaskProperties | ConnectToTargetSqlDbTaskProperties | ConnectToTargetSqlDbSyncTaskProperties | ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties | ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties | GetUserTablesSqlTaskProperties | GetUserTablesSqlSyncTaskProperties | GetUserTablesOracleTaskProperties | GetUserTablesPostgreSqlTaskProperties | GetUserTablesMySqlTaskProperties | ConnectToTargetSqlMITaskProperties | ConnectToTargetSqlMISyncTaskProperties | ConnectToTargetAzureDbForMySqlTaskProperties | MigrateMongoDbTaskProperties | MigrateSqlServerSqlMITaskProperties | MigrateSqlServerSqlMISyncTaskProperties | MigrateSqlServerSqlDbTaskProperties | MigrateSqlServerSqlDbSyncTaskProperties | MigrateMySqlAzureDbForMySqlSyncTaskProperties | MigrateMySqlAzureDbForMySqlOfflineTaskProperties | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties | MigrateOracleAzureDbForPostgreSqlSyncTaskProperties | ValidateMigrationInputSqlServerSqlDbSyncTaskProperties | ValidateMigrationInputSqlServerSqlMITaskProperties | ValidateMigrationInputSqlServerSqlMISyncTaskProperties | ValidateMongoDbTaskProperties | ValidateOracleAzureDbForPostgreSqlSyncTaskProperties | GetTdeCertificatesSqlTaskProperties | MigrateSsisTaskProperties;
|
3145
|
-
|
3146
|
-
// @public (undocumented)
|
3147
|
-
export interface ProxyResource {
|
3148
|
-
readonly id?: string;
|
3149
|
-
readonly name?: string;
|
3150
|
-
readonly type?: string;
|
3151
|
-
}
|
3152
|
-
|
3153
|
-
// @public
|
3154
|
-
export interface QueryAnalysisValidationResult {
|
3155
|
-
queryResults?: QueryExecutionResult;
|
3156
|
-
validationErrors?: ValidationError;
|
3157
|
-
}
|
3158
|
-
|
3159
|
-
// @public
|
3160
|
-
export interface QueryExecutionResult {
|
3161
|
-
queryText?: string;
|
3162
|
-
sourceResult?: ExecutionStatistics;
|
3163
|
-
statementsInBatch?: number;
|
3164
|
-
targetResult?: ExecutionStatistics;
|
3165
|
-
}
|
3166
|
-
|
3167
|
-
// @public
|
3168
|
-
export interface Quota {
|
3169
|
-
currentValue?: number;
|
3170
|
-
id?: string;
|
3171
|
-
limit?: number;
|
3172
|
-
name?: QuotaName;
|
3173
|
-
unit?: string;
|
3174
|
-
}
|
3175
|
-
|
3176
|
-
// @public
|
3177
|
-
export interface QuotaList {
|
3178
|
-
nextLink?: string;
|
3179
|
-
value?: Quota[];
|
3180
|
-
}
|
3181
|
-
|
3182
|
-
// @public
|
3183
|
-
export interface QuotaName {
|
3184
|
-
localizedValue?: string;
|
3185
|
-
value?: string;
|
3186
|
-
}
|
3187
|
-
|
3188
|
-
// @public
|
3189
|
-
export interface RegenAuthKeys {
|
3190
|
-
authKey1?: string;
|
3191
|
-
authKey2?: string;
|
3192
|
-
keyName?: string;
|
3193
|
-
}
|
3194
|
-
|
3195
|
-
// @public
|
3196
|
-
export type ReplicateMigrationState = string;
|
3197
|
-
|
3198
|
-
// @public
|
3199
|
-
export interface ReportableException {
|
3200
|
-
actionableMessage?: string;
|
3201
|
-
filePath?: string;
|
3202
|
-
hResult?: number;
|
3203
|
-
lineNumber?: string;
|
3204
|
-
message?: string;
|
3205
|
-
stackTrace?: string;
|
3206
|
-
}
|
3207
|
-
|
3208
|
-
// @public
|
3209
|
-
export interface Resource {
|
3210
|
-
readonly id?: string;
|
3211
|
-
readonly name?: string;
|
3212
|
-
readonly type?: string;
|
3213
|
-
}
|
3214
|
-
|
3215
|
-
// @public
|
3216
|
-
export interface ResourceSku {
|
3217
|
-
readonly apiVersions?: string[];
|
3218
|
-
readonly capabilities?: ResourceSkuCapabilities[];
|
3219
|
-
readonly capacity?: ResourceSkuCapacity;
|
3220
|
-
readonly costs?: ResourceSkuCosts[];
|
3221
|
-
readonly family?: string;
|
3222
|
-
readonly kind?: string;
|
3223
|
-
readonly locations?: string[];
|
3224
|
-
readonly name?: string;
|
3225
|
-
readonly resourceType?: string;
|
3226
|
-
readonly restrictions?: ResourceSkuRestrictions[];
|
3227
|
-
readonly size?: string;
|
3228
|
-
readonly tier?: string;
|
3229
|
-
}
|
3230
|
-
|
3231
|
-
// @public
|
3232
|
-
export interface ResourceSkuCapabilities {
|
3233
|
-
readonly name?: string;
|
3234
|
-
readonly value?: string;
|
3235
|
-
}
|
3236
|
-
|
3237
|
-
// @public
|
3238
|
-
export interface ResourceSkuCapacity {
|
3239
|
-
readonly default?: number;
|
3240
|
-
readonly maximum?: number;
|
3241
|
-
readonly minimum?: number;
|
3242
|
-
readonly scaleType?: ResourceSkuCapacityScaleType;
|
3243
|
-
}
|
3244
|
-
|
3245
|
-
// @public
|
3246
|
-
export type ResourceSkuCapacityScaleType = string;
|
3247
|
-
|
3248
|
-
// @public
|
3249
|
-
export interface ResourceSkuCosts {
|
3250
|
-
readonly extendedUnit?: string;
|
3251
|
-
readonly meterID?: string;
|
3252
|
-
readonly quantity?: number;
|
3253
|
-
}
|
3254
|
-
|
3255
|
-
// @public
|
3256
|
-
export interface ResourceSkuRestrictions {
|
3257
|
-
readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
|
3258
|
-
readonly type?: ResourceSkuRestrictionsType;
|
3259
|
-
readonly values?: string[];
|
3260
|
-
}
|
3261
|
-
|
3262
|
-
// @public
|
3263
|
-
export type ResourceSkuRestrictionsReasonCode = string;
|
3264
|
-
|
3265
|
-
// @public
|
3266
|
-
export type ResourceSkuRestrictionsType = string;
|
3267
|
-
|
3268
|
-
// @public
|
3269
|
-
export interface ResourceSkus {
|
3270
|
-
listSkus(options?: ResourceSkusListSkusOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
|
3271
|
-
}
|
3272
|
-
|
3273
|
-
// @public
|
3274
|
-
export interface ResourceSkusListSkusNextOptionalParams extends coreClient.OperationOptions {
|
3275
|
-
}
|
3276
|
-
|
3277
|
-
// @public
|
3278
|
-
export type ResourceSkusListSkusNextResponse = ResourceSkusResult;
|
3279
|
-
|
3280
|
-
// @public
|
3281
|
-
export interface ResourceSkusListSkusOptionalParams extends coreClient.OperationOptions {
|
3282
|
-
}
|
3283
|
-
|
3284
|
-
// @public
|
3285
|
-
export type ResourceSkusListSkusResponse = ResourceSkusResult;
|
3286
|
-
|
3287
|
-
// @public
|
3288
|
-
export interface ResourceSkusResult {
|
3289
|
-
nextLink?: string;
|
3290
|
-
value: ResourceSku[];
|
3291
|
-
}
|
3292
|
-
|
3293
|
-
// @public
|
3294
|
-
export type ResourceType = string;
|
3295
|
-
|
3296
|
-
// @public
|
3297
|
-
export type ScenarioSource = string;
|
3298
|
-
|
3299
|
-
// @public
|
3300
|
-
export type ScenarioTarget = string;
|
3301
|
-
|
3302
|
-
// @public
|
3303
|
-
export interface SchemaComparisonValidationResult {
|
3304
|
-
schemaDifferences?: SchemaComparisonValidationResultType;
|
3305
|
-
sourceDatabaseObjectCount?: {
|
3306
|
-
[propertyName: string]: number;
|
3307
|
-
};
|
3308
|
-
targetDatabaseObjectCount?: {
|
3309
|
-
[propertyName: string]: number;
|
3310
|
-
};
|
3311
|
-
validationErrors?: ValidationError;
|
3312
|
-
}
|
3313
|
-
|
3314
|
-
// @public
|
3315
|
-
export interface SchemaComparisonValidationResultType {
|
3316
|
-
objectName?: string;
|
3317
|
-
objectType?: ObjectType;
|
3318
|
-
updateAction?: UpdateActionType;
|
3319
|
-
}
|
3320
|
-
|
3321
|
-
// @public
|
3322
|
-
export type SchemaMigrationOption = string;
|
3323
|
-
|
3324
|
-
// @public
|
3325
|
-
export interface SchemaMigrationSetting {
|
3326
|
-
fileId?: string;
|
3327
|
-
fileName?: string;
|
3328
|
-
schemaOption?: SchemaMigrationOption;
|
3329
|
-
}
|
3330
|
-
|
3331
|
-
// @public
|
3332
|
-
export type SchemaMigrationStage = string;
|
3333
|
-
|
3334
|
-
// @public
|
3335
|
-
export interface SelectedCertificateInput {
|
3336
|
-
certificateName: string;
|
3337
|
-
password: string;
|
3338
|
-
}
|
3339
|
-
|
3340
|
-
// @public
|
3341
|
-
export type ServerLevelPermissionsGroup = "Default" | "MigrationFromSqlServerToAzureDB" | "MigrationFromSqlServerToAzureMI" | "MigrationFromMySQLToAzureDBForMySQL";
|
3342
|
-
|
3343
|
-
// @public
|
3344
|
-
export interface ServerProperties {
|
3345
|
-
readonly serverDatabaseCount?: number;
|
3346
|
-
readonly serverEdition?: string;
|
3347
|
-
readonly serverName?: string;
|
3348
|
-
readonly serverOperatingSystemVersion?: string;
|
3349
|
-
readonly serverPlatform?: string;
|
3350
|
-
readonly serverVersion?: string;
|
3351
|
-
}
|
3352
|
-
|
3353
|
-
// @public
|
3354
|
-
export interface ServiceOperation {
|
3355
|
-
display?: ServiceOperationDisplay;
|
3356
|
-
name?: string;
|
3357
|
-
}
|
3358
|
-
|
3359
|
-
// @public
|
3360
|
-
export interface ServiceOperationDisplay {
|
3361
|
-
description?: string;
|
3362
|
-
operation?: string;
|
3363
|
-
provider?: string;
|
3364
|
-
resource?: string;
|
3365
|
-
}
|
3366
|
-
|
3367
|
-
// @public
|
3368
|
-
export interface ServiceOperationList {
|
3369
|
-
nextLink?: string;
|
3370
|
-
value?: ServiceOperation[];
|
3371
|
-
}
|
3372
|
-
|
3373
|
-
// @public
|
3374
|
-
export type ServiceProvisioningState = string;
|
3375
|
-
|
3376
|
-
// @public
|
3377
|
-
export interface Services {
|
3378
|
-
beginCreateOrUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
|
3379
|
-
beginCreateOrUpdateAndWait(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
|
3380
|
-
beginDelete(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
3381
|
-
beginDeleteAndWait(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
3382
|
-
beginStart(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
3383
|
-
beginStartAndWait(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<void>;
|
3384
|
-
beginStop(groupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
3385
|
-
beginStopAndWait(groupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<void>;
|
3386
|
-
beginUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
|
3387
|
-
beginUpdateAndWait(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
|
3388
|
-
checkChildrenNameAvailability(groupName: string, serviceName: string, parameters: NameAvailabilityRequest, options?: ServicesCheckChildrenNameAvailabilityOptionalParams): Promise<ServicesCheckChildrenNameAvailabilityResponse>;
|
3389
|
-
checkNameAvailability(location: string, parameters: NameAvailabilityRequest, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesCheckNameAvailabilityResponse>;
|
3390
|
-
checkStatus(groupName: string, serviceName: string, options?: ServicesCheckStatusOptionalParams): Promise<ServicesCheckStatusResponse>;
|
3391
|
-
get(groupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
3392
|
-
list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
|
3393
|
-
listByResourceGroup(groupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
|
3394
|
-
listSkus(groupName: string, serviceName: string, options?: ServicesListSkusOptionalParams): PagedAsyncIterableIterator<AvailableServiceSku>;
|
3395
|
-
}
|
3396
|
-
|
3397
|
-
// @public
|
3398
|
-
export type ServiceScalability = string;
|
3399
|
-
|
3400
|
-
// @public
|
3401
|
-
export interface ServicesCheckChildrenNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
3402
|
-
}
|
3403
|
-
|
3404
|
-
// @public
|
3405
|
-
export type ServicesCheckChildrenNameAvailabilityResponse = NameAvailabilityResponse;
|
3406
|
-
|
3407
|
-
// @public
|
3408
|
-
export interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
3409
|
-
}
|
3410
|
-
|
3411
|
-
// @public
|
3412
|
-
export type ServicesCheckNameAvailabilityResponse = NameAvailabilityResponse;
|
3413
|
-
|
3414
|
-
// @public
|
3415
|
-
export interface ServicesCheckStatusOptionalParams extends coreClient.OperationOptions {
|
3416
|
-
}
|
3417
|
-
|
3418
|
-
// @public
|
3419
|
-
export type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse;
|
3420
|
-
|
3421
|
-
// @public
|
3422
|
-
export interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3423
|
-
resumeFrom?: string;
|
3424
|
-
updateIntervalInMs?: number;
|
3425
|
-
}
|
3426
|
-
|
3427
|
-
// @public
|
3428
|
-
export type ServicesCreateOrUpdateResponse = DataMigrationService;
|
3429
|
-
|
3430
|
-
// @public
|
3431
|
-
export interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
3432
|
-
deleteRunningTasks?: boolean;
|
3433
|
-
resumeFrom?: string;
|
3434
|
-
updateIntervalInMs?: number;
|
3435
|
-
}
|
3436
|
-
|
3437
|
-
// @public
|
3438
|
-
export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
3439
|
-
}
|
3440
|
-
|
3441
|
-
// @public
|
3442
|
-
export type ServicesGetResponse = DataMigrationService;
|
3443
|
-
|
3444
|
-
// @public
|
3445
|
-
export interface ServiceSku {
|
3446
|
-
capacity?: number;
|
3447
|
-
family?: string;
|
3448
|
-
name?: string;
|
3449
|
-
size?: string;
|
3450
|
-
tier?: string;
|
3451
|
-
}
|
3452
|
-
|
3453
|
-
// @public
|
3454
|
-
export interface ServiceSkuList {
|
3455
|
-
nextLink?: string;
|
3456
|
-
value?: AvailableServiceSku[];
|
3457
|
-
}
|
3458
|
-
|
3459
|
-
// @public
|
3460
|
-
export interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
3461
|
-
}
|
3462
|
-
|
3463
|
-
// @public
|
3464
|
-
export type ServicesListByResourceGroupNextResponse = DataMigrationServiceList;
|
3465
|
-
|
3466
|
-
// @public
|
3467
|
-
export interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
3468
|
-
}
|
3469
|
-
|
3470
|
-
// @public
|
3471
|
-
export type ServicesListByResourceGroupResponse = DataMigrationServiceList;
|
3472
|
-
|
3473
|
-
// @public
|
3474
|
-
export interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
3475
|
-
}
|
3476
|
-
|
3477
|
-
// @public
|
3478
|
-
export type ServicesListNextResponse = DataMigrationServiceList;
|
3479
|
-
|
3480
|
-
// @public
|
3481
|
-
export interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
3482
|
-
}
|
3483
|
-
|
3484
|
-
// @public
|
3485
|
-
export type ServicesListResponse = DataMigrationServiceList;
|
3486
|
-
|
3487
|
-
// @public
|
3488
|
-
export interface ServicesListSkusNextOptionalParams extends coreClient.OperationOptions {
|
3489
|
-
}
|
3490
|
-
|
3491
|
-
// @public
|
3492
|
-
export type ServicesListSkusNextResponse = ServiceSkuList;
|
3493
|
-
|
3494
|
-
// @public
|
3495
|
-
export interface ServicesListSkusOptionalParams extends coreClient.OperationOptions {
|
3496
|
-
}
|
3497
|
-
|
3498
|
-
// @public
|
3499
|
-
export type ServicesListSkusResponse = ServiceSkuList;
|
3500
|
-
|
3501
|
-
// @public
|
3502
|
-
export interface ServicesStartOptionalParams extends coreClient.OperationOptions {
|
3503
|
-
resumeFrom?: string;
|
3504
|
-
updateIntervalInMs?: number;
|
3505
|
-
}
|
3506
|
-
|
3507
|
-
// @public
|
3508
|
-
export interface ServicesStopOptionalParams extends coreClient.OperationOptions {
|
3509
|
-
resumeFrom?: string;
|
3510
|
-
updateIntervalInMs?: number;
|
3511
|
-
}
|
3512
|
-
|
3513
|
-
// @public
|
3514
|
-
export interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
3515
|
-
resumeFrom?: string;
|
3516
|
-
updateIntervalInMs?: number;
|
3517
|
-
}
|
3518
|
-
|
3519
|
-
// @public
|
3520
|
-
export type ServicesUpdateResponse = DataMigrationService;
|
3521
|
-
|
3522
|
-
// @public
|
3523
|
-
export interface ServiceTasks {
|
3524
|
-
cancel(groupName: string, serviceName: string, taskName: string, options?: ServiceTasksCancelOptionalParams): Promise<ServiceTasksCancelResponse>;
|
3525
|
-
createOrUpdate(groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksCreateOrUpdateOptionalParams): Promise<ServiceTasksCreateOrUpdateResponse>;
|
3526
|
-
delete(groupName: string, serviceName: string, taskName: string, options?: ServiceTasksDeleteOptionalParams): Promise<void>;
|
3527
|
-
get(groupName: string, serviceName: string, taskName: string, options?: ServiceTasksGetOptionalParams): Promise<ServiceTasksGetResponse>;
|
3528
|
-
list(groupName: string, serviceName: string, options?: ServiceTasksListOptionalParams): PagedAsyncIterableIterator<ProjectTask>;
|
3529
|
-
update(groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksUpdateOptionalParams): Promise<ServiceTasksUpdateResponse>;
|
3530
|
-
}
|
3531
|
-
|
3532
|
-
// @public
|
3533
|
-
export interface ServiceTasksCancelOptionalParams extends coreClient.OperationOptions {
|
3534
|
-
}
|
3535
|
-
|
3536
|
-
// @public
|
3537
|
-
export type ServiceTasksCancelResponse = ProjectTask;
|
3538
|
-
|
3539
|
-
// @public
|
3540
|
-
export interface ServiceTasksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3541
|
-
}
|
3542
|
-
|
3543
|
-
// @public
|
3544
|
-
export type ServiceTasksCreateOrUpdateResponse = ProjectTask;
|
3545
|
-
|
3546
|
-
// @public
|
3547
|
-
export interface ServiceTasksDeleteOptionalParams extends coreClient.OperationOptions {
|
3548
|
-
deleteRunningTasks?: boolean;
|
3549
|
-
}
|
3550
|
-
|
3551
|
-
// @public
|
3552
|
-
export interface ServiceTasksGetOptionalParams extends coreClient.OperationOptions {
|
3553
|
-
expand?: string;
|
3554
|
-
}
|
3555
|
-
|
3556
|
-
// @public
|
3557
|
-
export type ServiceTasksGetResponse = ProjectTask;
|
3558
|
-
|
3559
|
-
// @public
|
3560
|
-
export interface ServiceTasksListNextOptionalParams extends coreClient.OperationOptions {
|
3561
|
-
taskType?: string;
|
3562
|
-
}
|
3563
|
-
|
3564
|
-
// @public
|
3565
|
-
export type ServiceTasksListNextResponse = TaskList;
|
3566
|
-
|
3567
|
-
// @public
|
3568
|
-
export interface ServiceTasksListOptionalParams extends coreClient.OperationOptions {
|
3569
|
-
taskType?: string;
|
3570
|
-
}
|
3571
|
-
|
3572
|
-
// @public
|
3573
|
-
export type ServiceTasksListResponse = TaskList;
|
3574
|
-
|
3575
|
-
// @public
|
3576
|
-
export interface ServiceTasksUpdateOptionalParams extends coreClient.OperationOptions {
|
3577
|
-
}
|
3578
|
-
|
3579
|
-
// @public
|
3580
|
-
export type ServiceTasksUpdateResponse = ProjectTask;
|
3581
|
-
|
3582
|
-
// @public
|
3583
|
-
export type Severity = string;
|
3584
|
-
|
3585
|
-
// @public
|
3586
|
-
export interface SourceLocation {
|
3587
|
-
azureBlob?: AzureBlob;
|
3588
|
-
fileShare?: SqlFileShare;
|
3589
|
-
}
|
3590
|
-
|
3591
|
-
// @public
|
3592
|
-
export interface SqlBackupFileInfo {
|
3593
|
-
readonly copyDuration?: number;
|
3594
|
-
readonly copyThroughput?: number;
|
3595
|
-
readonly dataRead?: number;
|
3596
|
-
readonly dataWritten?: number;
|
3597
|
-
readonly familySequenceNumber?: number;
|
3598
|
-
readonly fileName?: string;
|
3599
|
-
readonly status?: string;
|
3600
|
-
readonly totalSize?: number;
|
3601
|
-
}
|
3602
|
-
|
3603
|
-
// @public
|
3604
|
-
export interface SqlBackupSetInfo {
|
3605
|
-
readonly backupFinishDate?: Date;
|
3606
|
-
readonly backupSetId?: string;
|
3607
|
-
readonly backupStartDate?: Date;
|
3608
|
-
readonly backupType?: string;
|
3609
|
-
readonly familyCount?: number;
|
3610
|
-
readonly firstLSN?: string;
|
3611
|
-
readonly hasBackupChecksums?: boolean;
|
3612
|
-
readonly ignoreReasons?: string[];
|
3613
|
-
readonly isBackupRestored?: boolean;
|
3614
|
-
readonly lastLSN?: string;
|
3615
|
-
readonly listOfBackupFiles?: SqlBackupFileInfo[];
|
3616
|
-
}
|
3617
|
-
|
3618
|
-
// @public
|
3619
|
-
export interface SqlConnectionInfo extends ConnectionInfo {
|
3620
|
-
additionalSettings?: string;
|
3621
|
-
authentication?: AuthenticationType;
|
3622
|
-
dataSource: string;
|
3623
|
-
encryptConnection?: boolean;
|
3624
|
-
platform?: SqlSourcePlatform;
|
3625
|
-
port?: string;
|
3626
|
-
resourceId?: string;
|
3627
|
-
serverName?: string;
|
3628
|
-
trustServerCertificate?: boolean;
|
3629
|
-
type: "SqlConnectionInfo";
|
3630
|
-
}
|
3631
|
-
|
3632
|
-
// @public
|
3633
|
-
export interface SqlConnectionInformation {
|
3634
|
-
authentication?: string;
|
3635
|
-
dataSource?: string;
|
3636
|
-
encryptConnection?: boolean;
|
3637
|
-
password?: string;
|
3638
|
-
trustServerCertificate?: boolean;
|
3639
|
-
userName?: string;
|
3640
|
-
}
|
3641
|
-
|
3642
|
-
// @public
|
3643
|
-
export interface SqlFileShare {
|
3644
|
-
password?: string;
|
3645
|
-
path?: string;
|
3646
|
-
username?: string;
|
3647
|
-
}
|
3648
|
-
|
3649
|
-
// @public
|
3650
|
-
export interface SqlMigrationListResult {
|
3651
|
-
readonly nextLink?: string;
|
3652
|
-
readonly value?: SqlMigrationService[];
|
3653
|
-
}
|
3654
|
-
|
3655
|
-
// @public
|
3656
|
-
export interface SqlMigrationService extends TrackedResource {
|
3657
|
-
readonly integrationRuntimeState?: string;
|
3658
|
-
readonly provisioningState?: string;
|
3659
|
-
}
|
3660
|
-
|
3661
|
-
// @public
|
3662
|
-
export interface SqlMigrationServices {
|
3663
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlMigrationServicesCreateOrUpdateResponse>, SqlMigrationServicesCreateOrUpdateResponse>>;
|
3664
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<SqlMigrationServicesCreateOrUpdateResponse>;
|
3665
|
-
beginDelete(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
3666
|
-
beginDeleteAndWait(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<void>;
|
3667
|
-
beginUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlMigrationServicesUpdateResponse>, SqlMigrationServicesUpdateResponse>>;
|
3668
|
-
beginUpdateAndWait(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams): Promise<SqlMigrationServicesUpdateResponse>;
|
3669
|
-
deleteNode(resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams): Promise<SqlMigrationServicesDeleteNodeResponse>;
|
3670
|
-
get(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams): Promise<SqlMigrationServicesGetResponse>;
|
3671
|
-
listAuthKeys(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListAuthKeysOptionalParams): Promise<SqlMigrationServicesListAuthKeysResponse>;
|
3672
|
-
listByResourceGroup(resourceGroupName: string, options?: SqlMigrationServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlMigrationService>;
|
3673
|
-
listBySubscription(options?: SqlMigrationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SqlMigrationService>;
|
3674
|
-
listMigrations(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMigrationsOptionalParams): PagedAsyncIterableIterator<DatabaseMigration>;
|
3675
|
-
listMonitoringData(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMonitoringDataOptionalParams): Promise<SqlMigrationServicesListMonitoringDataResponse>;
|
3676
|
-
regenerateAuthKeys(resourceGroupName: string, sqlMigrationServiceName: string, parameters: RegenAuthKeys, options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams): Promise<SqlMigrationServicesRegenerateAuthKeysResponse>;
|
3677
|
-
}
|
3678
|
-
|
3679
|
-
// @public
|
3680
|
-
export interface SqlMigrationServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3681
|
-
resumeFrom?: string;
|
3682
|
-
updateIntervalInMs?: number;
|
3683
|
-
}
|
3684
|
-
|
3685
|
-
// @public
|
3686
|
-
export type SqlMigrationServicesCreateOrUpdateResponse = SqlMigrationService;
|
3687
|
-
|
3688
|
-
// @public
|
3689
|
-
export interface SqlMigrationServicesDeleteNodeOptionalParams extends coreClient.OperationOptions {
|
3690
|
-
}
|
3691
|
-
|
3692
|
-
// @public
|
3693
|
-
export type SqlMigrationServicesDeleteNodeResponse = DeleteNode;
|
3694
|
-
|
3695
|
-
// @public
|
3696
|
-
export interface SqlMigrationServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
3697
|
-
resumeFrom?: string;
|
3698
|
-
updateIntervalInMs?: number;
|
3699
|
-
}
|
3700
|
-
|
3701
|
-
// @public
|
3702
|
-
export interface SqlMigrationServicesGetOptionalParams extends coreClient.OperationOptions {
|
3703
|
-
}
|
3704
|
-
|
3705
|
-
// @public
|
3706
|
-
export type SqlMigrationServicesGetResponse = SqlMigrationService;
|
3707
|
-
|
3708
|
-
// @public
|
3709
|
-
export interface SqlMigrationServicesListAuthKeysOptionalParams extends coreClient.OperationOptions {
|
3710
|
-
}
|
3711
|
-
|
3712
|
-
// @public
|
3713
|
-
export type SqlMigrationServicesListAuthKeysResponse = AuthenticationKeys;
|
3714
|
-
|
3715
|
-
// @public
|
3716
|
-
export interface SqlMigrationServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
3717
|
-
}
|
3718
|
-
|
3719
|
-
// @public
|
3720
|
-
export type SqlMigrationServicesListByResourceGroupNextResponse = SqlMigrationListResult;
|
3721
|
-
|
3722
|
-
// @public
|
3723
|
-
export interface SqlMigrationServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
3724
|
-
}
|
3725
|
-
|
3726
|
-
// @public
|
3727
|
-
export type SqlMigrationServicesListByResourceGroupResponse = SqlMigrationListResult;
|
3728
|
-
|
3729
|
-
// @public
|
3730
|
-
export interface SqlMigrationServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
3731
|
-
}
|
3732
|
-
|
3733
|
-
// @public
|
3734
|
-
export type SqlMigrationServicesListBySubscriptionNextResponse = SqlMigrationListResult;
|
3735
|
-
|
3736
|
-
// @public
|
3737
|
-
export interface SqlMigrationServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
3738
|
-
}
|
3739
|
-
|
3740
|
-
// @public
|
3741
|
-
export type SqlMigrationServicesListBySubscriptionResponse = SqlMigrationListResult;
|
3742
|
-
|
3743
|
-
// @public
|
3744
|
-
export interface SqlMigrationServicesListMigrationsNextOptionalParams extends coreClient.OperationOptions {
|
3745
|
-
}
|
3746
|
-
|
3747
|
-
// @public
|
3748
|
-
export type SqlMigrationServicesListMigrationsNextResponse = DatabaseMigrationListResult;
|
3749
|
-
|
3750
|
-
// @public
|
3751
|
-
export interface SqlMigrationServicesListMigrationsOptionalParams extends coreClient.OperationOptions {
|
3752
|
-
}
|
3753
|
-
|
3754
|
-
// @public
|
3755
|
-
export type SqlMigrationServicesListMigrationsResponse = DatabaseMigrationListResult;
|
3756
|
-
|
3757
|
-
// @public
|
3758
|
-
export interface SqlMigrationServicesListMonitoringDataOptionalParams extends coreClient.OperationOptions {
|
3759
|
-
}
|
3760
|
-
|
3761
|
-
// @public
|
3762
|
-
export type SqlMigrationServicesListMonitoringDataResponse = IntegrationRuntimeMonitoringData;
|
3763
|
-
|
3764
|
-
// @public
|
3765
|
-
export interface SqlMigrationServicesRegenerateAuthKeysOptionalParams extends coreClient.OperationOptions {
|
3766
|
-
}
|
3767
|
-
|
3768
|
-
// @public
|
3769
|
-
export type SqlMigrationServicesRegenerateAuthKeysResponse = RegenAuthKeys;
|
3770
|
-
|
3771
|
-
// @public
|
3772
|
-
export interface SqlMigrationServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
3773
|
-
resumeFrom?: string;
|
3774
|
-
updateIntervalInMs?: number;
|
3775
|
-
}
|
3776
|
-
|
3777
|
-
// @public
|
3778
|
-
export type SqlMigrationServicesUpdateResponse = SqlMigrationService;
|
3779
|
-
|
3780
|
-
// @public
|
3781
|
-
export interface SqlMigrationServiceUpdate {
|
3782
|
-
tags?: {
|
3783
|
-
[propertyName: string]: string;
|
3784
|
-
};
|
3785
|
-
}
|
3786
|
-
|
3787
|
-
// @public
|
3788
|
-
export interface SqlMigrationTaskInput {
|
3789
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
3790
|
-
targetConnectionInfo: SqlConnectionInfo;
|
3791
|
-
}
|
3792
|
-
|
3793
|
-
// @public
|
3794
|
-
export interface SqlServerSqlMISyncTaskInput {
|
3795
|
-
azureApp: AzureActiveDirectoryApp;
|
3796
|
-
backupFileShare?: FileShare;
|
3797
|
-
selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];
|
3798
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
3799
|
-
storageResourceId: string;
|
3800
|
-
targetConnectionInfo: MiSqlConnectionInfo;
|
3801
|
-
}
|
3802
|
-
|
3803
|
-
// @public
|
3804
|
-
export type SqlSourcePlatform = string;
|
3805
|
-
|
3806
|
-
// @public
|
3807
|
-
export interface SsisMigrationInfo {
|
3808
|
-
environmentOverwriteOption?: SsisMigrationOverwriteOption;
|
3809
|
-
projectOverwriteOption?: SsisMigrationOverwriteOption;
|
3810
|
-
ssisStoreType?: SsisStoreType;
|
3811
|
-
}
|
3812
|
-
|
3813
|
-
// @public
|
3814
|
-
export type SsisMigrationOverwriteOption = string;
|
3815
|
-
|
3816
|
-
// @public
|
3817
|
-
export type SsisMigrationStage = string;
|
3818
|
-
|
3819
|
-
// @public
|
3820
|
-
export type SsisStoreType = string;
|
3821
|
-
|
3822
|
-
// @public
|
3823
|
-
export interface StartMigrationScenarioServerRoleResult {
|
3824
|
-
readonly exceptionsAndWarnings?: ReportableException[];
|
3825
|
-
readonly name?: string;
|
3826
|
-
readonly state?: MigrationState;
|
3827
|
-
}
|
3828
|
-
|
3829
|
-
// @public
|
3830
|
-
export type SyncDatabaseMigrationReportingState = string;
|
3831
|
-
|
3832
|
-
// @public
|
3833
|
-
export interface SyncMigrationDatabaseErrorEvent {
|
3834
|
-
readonly eventText?: string;
|
3835
|
-
readonly eventTypeString?: string;
|
3836
|
-
readonly timestampString?: string;
|
3837
|
-
}
|
3838
|
-
|
3839
|
-
// @public
|
3840
|
-
export type SyncTableMigrationState = string;
|
3841
|
-
|
3842
|
-
// @public (undocumented)
|
3843
|
-
export interface SystemData {
|
3844
|
-
// (undocumented)
|
3845
|
-
createdAt?: Date;
|
3846
|
-
// (undocumented)
|
3847
|
-
createdBy?: string;
|
3848
|
-
// (undocumented)
|
3849
|
-
createdByType?: CreatedByType;
|
3850
|
-
// (undocumented)
|
3851
|
-
lastModifiedAt?: Date;
|
3852
|
-
// (undocumented)
|
3853
|
-
lastModifiedBy?: string;
|
3854
|
-
// (undocumented)
|
3855
|
-
lastModifiedByType?: CreatedByType;
|
3856
|
-
}
|
3857
|
-
|
3858
|
-
// @public
|
3859
|
-
export interface TargetLocation {
|
3860
|
-
accountKey?: string;
|
3861
|
-
storageAccountResourceId?: string;
|
3862
|
-
}
|
3863
|
-
|
3864
|
-
// @public
|
3865
|
-
export interface TaskList {
|
3866
|
-
nextLink?: string;
|
3867
|
-
value?: ProjectTask[];
|
3868
|
-
}
|
3869
|
-
|
3870
|
-
// @public
|
3871
|
-
export interface Tasks {
|
3872
|
-
cancel(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksCancelOptionalParams): Promise<TasksCancelResponse>;
|
3873
|
-
command(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: CommandPropertiesUnion, options?: TasksCommandOptionalParams): Promise<TasksCommandResponse>;
|
3874
|
-
createOrUpdate(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: ProjectTask, options?: TasksCreateOrUpdateOptionalParams): Promise<TasksCreateOrUpdateResponse>;
|
3875
|
-
delete(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<void>;
|
3876
|
-
get(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksGetOptionalParams): Promise<TasksGetResponse>;
|
3877
|
-
list(groupName: string, serviceName: string, projectName: string, options?: TasksListOptionalParams): PagedAsyncIterableIterator<ProjectTask>;
|
3878
|
-
update(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: ProjectTask, options?: TasksUpdateOptionalParams): Promise<TasksUpdateResponse>;
|
3879
|
-
}
|
3880
|
-
|
3881
|
-
// @public
|
3882
|
-
export interface TasksCancelOptionalParams extends coreClient.OperationOptions {
|
3883
|
-
}
|
3884
|
-
|
3885
|
-
// @public
|
3886
|
-
export type TasksCancelResponse = ProjectTask;
|
3887
|
-
|
3888
|
-
// @public
|
3889
|
-
export interface TasksCommandOptionalParams extends coreClient.OperationOptions {
|
3890
|
-
}
|
3891
|
-
|
3892
|
-
// @public
|
3893
|
-
export type TasksCommandResponse = CommandPropertiesUnion;
|
3894
|
-
|
3895
|
-
// @public
|
3896
|
-
export interface TasksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3897
|
-
}
|
3898
|
-
|
3899
|
-
// @public
|
3900
|
-
export type TasksCreateOrUpdateResponse = ProjectTask;
|
3901
|
-
|
3902
|
-
// @public
|
3903
|
-
export interface TasksDeleteOptionalParams extends coreClient.OperationOptions {
|
3904
|
-
deleteRunningTasks?: boolean;
|
3905
|
-
}
|
3906
|
-
|
3907
|
-
// @public
|
3908
|
-
export interface TasksGetOptionalParams extends coreClient.OperationOptions {
|
3909
|
-
expand?: string;
|
3910
|
-
}
|
3911
|
-
|
3912
|
-
// @public
|
3913
|
-
export type TasksGetResponse = ProjectTask;
|
3914
|
-
|
3915
|
-
// @public
|
3916
|
-
export interface TasksListNextOptionalParams extends coreClient.OperationOptions {
|
3917
|
-
taskType?: string;
|
3918
|
-
}
|
3919
|
-
|
3920
|
-
// @public
|
3921
|
-
export type TasksListNextResponse = TaskList;
|
3922
|
-
|
3923
|
-
// @public
|
3924
|
-
export interface TasksListOptionalParams extends coreClient.OperationOptions {
|
3925
|
-
taskType?: string;
|
3926
|
-
}
|
3927
|
-
|
3928
|
-
// @public
|
3929
|
-
export type TasksListResponse = TaskList;
|
3930
|
-
|
3931
|
-
// @public
|
3932
|
-
export type TaskState = string;
|
3933
|
-
|
3934
|
-
// @public
|
3935
|
-
export interface TasksUpdateOptionalParams extends coreClient.OperationOptions {
|
3936
|
-
}
|
3937
|
-
|
3938
|
-
// @public
|
3939
|
-
export type TasksUpdateResponse = ProjectTask;
|
3940
|
-
|
3941
|
-
// @public
|
3942
|
-
export type TaskType = string;
|
3943
|
-
|
3944
|
-
// @public (undocumented)
|
3945
|
-
export interface TrackedResource {
|
3946
|
-
readonly id?: string;
|
3947
|
-
// (undocumented)
|
3948
|
-
location?: string;
|
3949
|
-
readonly name?: string;
|
3950
|
-
readonly systemData?: SystemData;
|
3951
|
-
tags?: {
|
3952
|
-
[propertyName: string]: string;
|
3953
|
-
};
|
3954
|
-
readonly type?: string;
|
3955
|
-
}
|
3956
|
-
|
3957
|
-
// @public
|
3958
|
-
export type UpdateActionType = string;
|
3959
|
-
|
3960
|
-
// @public
|
3961
|
-
export interface UploadOCIDriverTaskInput {
|
3962
|
-
driverShare?: FileShare;
|
3963
|
-
}
|
3964
|
-
|
3965
|
-
// @public
|
3966
|
-
export interface UploadOCIDriverTaskOutput {
|
3967
|
-
readonly driverPackageName?: string;
|
3968
|
-
readonly validationErrors?: ReportableException[];
|
3969
|
-
}
|
3970
|
-
|
3971
|
-
// @public
|
3972
|
-
export interface UploadOCIDriverTaskProperties extends ProjectTaskProperties {
|
3973
|
-
input?: UploadOCIDriverTaskInput;
|
3974
|
-
readonly output?: UploadOCIDriverTaskOutput[];
|
3975
|
-
taskType: "Service.Upload.OCI";
|
3976
|
-
}
|
3977
|
-
|
3978
|
-
// @public
|
3979
|
-
export interface Usages {
|
3980
|
-
list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Quota>;
|
3981
|
-
}
|
3982
|
-
|
3983
|
-
// @public
|
3984
|
-
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
3985
|
-
}
|
3986
|
-
|
3987
|
-
// @public
|
3988
|
-
export type UsagesListNextResponse = QuotaList;
|
3989
|
-
|
3990
|
-
// @public
|
3991
|
-
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
3992
|
-
}
|
3993
|
-
|
3994
|
-
// @public
|
3995
|
-
export type UsagesListResponse = QuotaList;
|
3996
|
-
|
3997
|
-
// @public
|
3998
|
-
export interface ValidateMigrationInputSqlServerSqlDbSyncTaskProperties extends ProjectTaskProperties {
|
3999
|
-
input?: ValidateSyncMigrationInputSqlServerTaskInput;
|
4000
|
-
readonly output?: ValidateSyncMigrationInputSqlServerTaskOutput[];
|
4001
|
-
taskType: "ValidateMigrationInput.SqlServer.SqlDb.Sync";
|
4002
|
-
}
|
4003
|
-
|
4004
|
-
// @public
|
4005
|
-
export interface ValidateMigrationInputSqlServerSqlMISyncTaskInput extends SqlServerSqlMISyncTaskInput {
|
4006
|
-
}
|
4007
|
-
|
4008
|
-
// @public
|
4009
|
-
export interface ValidateMigrationInputSqlServerSqlMISyncTaskOutput {
|
4010
|
-
readonly id?: string;
|
4011
|
-
readonly name?: string;
|
4012
|
-
readonly validationErrors?: ReportableException[];
|
4013
|
-
}
|
4014
|
-
|
4015
|
-
// @public
|
4016
|
-
export interface ValidateMigrationInputSqlServerSqlMISyncTaskProperties extends ProjectTaskProperties {
|
4017
|
-
input?: ValidateMigrationInputSqlServerSqlMISyncTaskInput;
|
4018
|
-
readonly output?: ValidateMigrationInputSqlServerSqlMISyncTaskOutput[];
|
4019
|
-
taskType: "ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS";
|
4020
|
-
}
|
4021
|
-
|
4022
|
-
// @public
|
4023
|
-
export interface ValidateMigrationInputSqlServerSqlMITaskInput {
|
4024
|
-
backupBlobShare: BlobShare;
|
4025
|
-
backupFileShare?: FileShare;
|
4026
|
-
backupMode?: BackupMode;
|
4027
|
-
selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];
|
4028
|
-
selectedLogins?: string[];
|
4029
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
4030
|
-
targetConnectionInfo: SqlConnectionInfo;
|
4031
|
-
}
|
4032
|
-
|
4033
|
-
// @public
|
4034
|
-
export interface ValidateMigrationInputSqlServerSqlMITaskOutput {
|
4035
|
-
readonly backupFolderErrors?: ReportableException[];
|
4036
|
-
readonly backupShareCredentialsErrors?: ReportableException[];
|
4037
|
-
readonly backupStorageAccountErrors?: ReportableException[];
|
4038
|
-
databaseBackupInfo?: DatabaseBackupInfo;
|
4039
|
-
readonly existingBackupErrors?: ReportableException[];
|
4040
|
-
readonly id?: string;
|
4041
|
-
readonly name?: string;
|
4042
|
-
readonly restoreDatabaseNameErrors?: ReportableException[];
|
4043
|
-
}
|
4044
|
-
|
4045
|
-
// @public
|
4046
|
-
export interface ValidateMigrationInputSqlServerSqlMITaskProperties extends ProjectTaskProperties {
|
4047
|
-
input?: ValidateMigrationInputSqlServerSqlMITaskInput;
|
4048
|
-
readonly output?: ValidateMigrationInputSqlServerSqlMITaskOutput[];
|
4049
|
-
taskType: "ValidateMigrationInput.SqlServer.AzureSqlDbMI";
|
4050
|
-
}
|
4051
|
-
|
4052
|
-
// @public
|
4053
|
-
export interface ValidateMongoDbTaskProperties extends ProjectTaskProperties {
|
4054
|
-
input?: MongoDbMigrationSettings;
|
4055
|
-
readonly output?: MongoDbMigrationProgress[];
|
4056
|
-
taskType: "Validate.MongoDb";
|
4057
|
-
}
|
4058
|
-
|
4059
|
-
// @public
|
4060
|
-
export interface ValidateOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
4061
|
-
input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput;
|
4062
|
-
readonly output?: ValidateOracleAzureDbPostgreSqlSyncTaskOutput[];
|
4063
|
-
taskType: "Validate.Oracle.AzureDbPostgreSql.Sync";
|
4064
|
-
}
|
4065
|
-
|
4066
|
-
// @public
|
4067
|
-
export interface ValidateOracleAzureDbPostgreSqlSyncTaskOutput {
|
4068
|
-
readonly validationErrors?: ReportableException[];
|
4069
|
-
}
|
4070
|
-
|
4071
|
-
// @public
|
4072
|
-
export interface ValidateSyncMigrationInputSqlServerTaskInput {
|
4073
|
-
selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[];
|
4074
|
-
sourceConnectionInfo: SqlConnectionInfo;
|
4075
|
-
targetConnectionInfo: SqlConnectionInfo;
|
4076
|
-
}
|
4077
|
-
|
4078
|
-
// @public
|
4079
|
-
export interface ValidateSyncMigrationInputSqlServerTaskOutput {
|
4080
|
-
readonly id?: string;
|
4081
|
-
readonly name?: string;
|
4082
|
-
readonly validationErrors?: ReportableException[];
|
4083
|
-
}
|
4084
|
-
|
4085
|
-
// @public
|
4086
|
-
export interface ValidationError {
|
4087
|
-
severity?: Severity;
|
4088
|
-
text?: string;
|
4089
|
-
}
|
4090
|
-
|
4091
|
-
// @public
|
4092
|
-
export type ValidationStatus = string;
|
4093
|
-
|
4094
|
-
// @public
|
4095
|
-
export interface WaitStatistics {
|
4096
|
-
waitCount?: number;
|
4097
|
-
waitTimeMs?: number;
|
4098
|
-
waitType?: string;
|
4099
|
-
}
|
4100
|
-
|
4101
|
-
// (No @packageDocumentation comment for this package)
|
4102
|
-
|
4103
|
-
```
|