@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,5 +1,5 @@
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
2
|
-
export type
|
2
|
+
export type DatabaseMigrationBasePropertiesUnion = DatabaseMigrationBaseProperties | DatabaseMigrationPropertiesCosmosDbMongo | DatabaseMigrationPropertiesUnion;
|
3
3
|
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;
|
4
4
|
export type CommandPropertiesUnion = CommandProperties | MigrateSyncCompleteCommandProperties | MigrateMISyncCompleteCommandProperties | MongoDbCancelCommand | MongoDbFinishCommand | MongoDbRestartCommand;
|
5
5
|
export type ConnectionInfoUnion = ConnectionInfo | MongoDbConnectionInfo | SqlConnectionInfo | MySqlConnectionInfo | OracleConnectionInfo | PostgreSqlConnectionInfo | MiSqlConnectionInfo;
|
@@ -15,14 +15,341 @@ export type MigrateSsisTaskOutputUnion = MigrateSsisTaskOutput | MigrateSsisTask
|
|
15
15
|
export type MongoDbProgressUnion = MongoDbProgress | MongoDbCollectionProgress | MongoDbDatabaseProgress | MongoDbMigrationProgress;
|
16
16
|
export type MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion = MigrateOracleAzureDbPostgreSqlSyncTaskOutput | MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputError | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError;
|
17
17
|
export type MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion = MigrateMySqlAzureDbForMySqlOfflineTaskOutput | MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputError;
|
18
|
+
export type DatabaseMigrationPropertiesUnion = DatabaseMigrationProperties | DatabaseMigrationPropertiesSqlDb | DatabaseMigrationPropertiesSqlMi | DatabaseMigrationPropertiesSqlVm;
|
19
|
+
/** Mongo Connection */
|
20
|
+
export interface MongoConnectionInformation {
|
21
|
+
/** Host of mongo connection. */
|
22
|
+
host?: string;
|
23
|
+
/** Port of mongo connection. */
|
24
|
+
port?: number;
|
25
|
+
/** User name to connect to Mongo. */
|
26
|
+
userName?: string;
|
27
|
+
/**
|
28
|
+
* Password to connect to Mongo.
|
29
|
+
* This value contains a credential. Consider obscuring before showing to users
|
30
|
+
*/
|
31
|
+
password?: string;
|
32
|
+
/** Whether to UseSsl or UseTls to connect to Mongo. Default is true. */
|
33
|
+
useSsl?: boolean;
|
34
|
+
/** ConnectionString to connect to Mongo. */
|
35
|
+
connectionString?: string;
|
36
|
+
}
|
37
|
+
/** Mongo source and target database and collection details. */
|
38
|
+
export interface MongoMigrationCollection {
|
39
|
+
/** Source database name. */
|
40
|
+
sourceDatabase?: string;
|
41
|
+
/** Source collection name. */
|
42
|
+
sourceCollection?: string;
|
43
|
+
/** Target database name. */
|
44
|
+
targetDatabase?: string;
|
45
|
+
/** Target collection name. */
|
46
|
+
targetCollection?: string;
|
47
|
+
/**
|
48
|
+
* Detailed migration status. Not included by default.
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
50
|
+
*/
|
51
|
+
readonly migrationProgressDetails?: MongoMigrationProgressDetails;
|
52
|
+
}
|
53
|
+
/** Detailed status of collection migration. */
|
54
|
+
export interface MongoMigrationProgressDetails {
|
55
|
+
/**
|
56
|
+
* Migration Status
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
58
|
+
*/
|
59
|
+
readonly migrationStatus?: MongoMigrationStatus;
|
60
|
+
/**
|
61
|
+
* Migration Error
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
63
|
+
*/
|
64
|
+
readonly migrationError?: string;
|
65
|
+
/**
|
66
|
+
* Source Document Count
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
68
|
+
*/
|
69
|
+
readonly sourceDocumentCount?: number;
|
70
|
+
/**
|
71
|
+
* Processed Document Count
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
73
|
+
*/
|
74
|
+
readonly processedDocumentCount?: number;
|
75
|
+
/**
|
76
|
+
* Migration duration
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
78
|
+
*/
|
79
|
+
readonly durationInSeconds?: number;
|
80
|
+
}
|
81
|
+
/** Database Migration Base Resource properties. */
|
82
|
+
export interface DatabaseMigrationBaseProperties {
|
83
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
84
|
+
kind: "MongoToCosmosDbMongo" | "DatabaseMigrationProperties" | "SqlDb" | "SqlMi" | "SqlVm";
|
85
|
+
/** Resource Id of the target resource. */
|
86
|
+
scope?: string;
|
87
|
+
/**
|
88
|
+
* Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.
|
89
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
90
|
+
*/
|
91
|
+
readonly provisioningState?: ProvisioningState;
|
92
|
+
/**
|
93
|
+
* Migration status.
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
95
|
+
*/
|
96
|
+
readonly migrationStatus?: string;
|
97
|
+
/**
|
98
|
+
* Database migration start time.
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
100
|
+
*/
|
101
|
+
readonly startedOn?: Date;
|
102
|
+
/**
|
103
|
+
* Database migration end time.
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
105
|
+
*/
|
106
|
+
readonly endedOn?: Date;
|
107
|
+
/** Resource Id of the Migration Service. */
|
108
|
+
migrationService?: string;
|
109
|
+
/** ID for current migration operation. */
|
110
|
+
migrationOperationId?: string;
|
111
|
+
/**
|
112
|
+
* Error details in case of migration failure.
|
113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
114
|
+
*/
|
115
|
+
readonly migrationFailureError?: ErrorInfo;
|
116
|
+
/** Error message for migration provisioning failure, if any. */
|
117
|
+
provisioningError?: string;
|
118
|
+
}
|
119
|
+
/** Error details */
|
120
|
+
export interface ErrorInfo {
|
121
|
+
/**
|
122
|
+
* Error code.
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
124
|
+
*/
|
125
|
+
readonly code?: string;
|
126
|
+
/**
|
127
|
+
* Error message.
|
128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
129
|
+
*/
|
130
|
+
readonly message?: string;
|
131
|
+
}
|
132
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
133
|
+
export interface Resource {
|
134
|
+
/**
|
135
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
137
|
+
*/
|
138
|
+
readonly id?: string;
|
139
|
+
/**
|
140
|
+
* The name of the resource
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
142
|
+
*/
|
143
|
+
readonly name?: string;
|
144
|
+
/**
|
145
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
147
|
+
*/
|
148
|
+
readonly type?: string;
|
149
|
+
/**
|
150
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
152
|
+
*/
|
153
|
+
readonly systemData?: SystemData;
|
154
|
+
}
|
155
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
18
156
|
export interface SystemData {
|
157
|
+
/** The identity that created the resource. */
|
158
|
+
createdBy?: string;
|
159
|
+
/** The type of identity that created the resource. */
|
160
|
+
createdByType?: CreatedByType;
|
161
|
+
/** The timestamp of resource creation (UTC). */
|
162
|
+
createdAt?: Date;
|
163
|
+
/** The identity that last modified the resource. */
|
164
|
+
lastModifiedBy?: string;
|
165
|
+
/** The type of identity that last modified the resource. */
|
166
|
+
lastModifiedByType?: CreatedByType;
|
167
|
+
/** The timestamp of resource last modification (UTC) */
|
168
|
+
lastModifiedAt?: Date;
|
169
|
+
}
|
170
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
171
|
+
export interface ErrorResponse {
|
172
|
+
/** The error object. */
|
173
|
+
error?: ErrorDetail;
|
174
|
+
}
|
175
|
+
/** The error detail. */
|
176
|
+
export interface ErrorDetail {
|
177
|
+
/**
|
178
|
+
* The error code.
|
179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
180
|
+
*/
|
181
|
+
readonly code?: string;
|
182
|
+
/**
|
183
|
+
* The error message.
|
184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
185
|
+
*/
|
186
|
+
readonly message?: string;
|
187
|
+
/**
|
188
|
+
* The error target.
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
190
|
+
*/
|
191
|
+
readonly target?: string;
|
192
|
+
/**
|
193
|
+
* The error details.
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
195
|
+
*/
|
196
|
+
readonly details?: ErrorDetail[];
|
197
|
+
/**
|
198
|
+
* The error additional info.
|
199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
200
|
+
*/
|
201
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
202
|
+
}
|
203
|
+
/** The resource management error additional info. */
|
204
|
+
export interface ErrorAdditionalInfo {
|
205
|
+
/**
|
206
|
+
* The additional info type.
|
207
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
208
|
+
*/
|
209
|
+
readonly type?: string;
|
210
|
+
/**
|
211
|
+
* The additional info.
|
212
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
213
|
+
*/
|
214
|
+
readonly info?: Record<string, unknown>;
|
215
|
+
}
|
216
|
+
/** A list of Database Migrations. */
|
217
|
+
export interface DatabaseMigrationCosmosDbMongoListResult {
|
218
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
219
|
+
readonly value?: DatabaseMigrationCosmosDbMongo[];
|
220
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
221
|
+
readonly nextLink?: string;
|
222
|
+
}
|
223
|
+
/** Detailed status of current Sql Db migration. */
|
224
|
+
export interface SqlDbMigrationStatusDetails {
|
225
|
+
/**
|
226
|
+
* Current State of Migration.
|
227
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
228
|
+
*/
|
229
|
+
readonly migrationState?: string;
|
230
|
+
/**
|
231
|
+
* Sql Data Copy errors, if any.
|
232
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
233
|
+
*/
|
234
|
+
readonly sqlDataCopyErrors?: string[];
|
235
|
+
/**
|
236
|
+
* Details on progress of ADF copy activities.
|
237
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
238
|
+
*/
|
239
|
+
readonly listOfCopyProgressDetails?: CopyProgressDetails[];
|
240
|
+
}
|
241
|
+
/** Details on progress of ADF copy activity */
|
242
|
+
export interface CopyProgressDetails {
|
243
|
+
/**
|
244
|
+
* Table Name
|
245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
246
|
+
*/
|
247
|
+
readonly tableName?: string;
|
248
|
+
/**
|
249
|
+
* Status of the Copy activity (InProgress, Succeeded, Failed, Canceled).
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
251
|
+
*/
|
252
|
+
readonly status?: string;
|
253
|
+
/**
|
254
|
+
* Type of parallel copy (Dynamic range, Physical partition, none).
|
255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
256
|
+
*/
|
257
|
+
readonly parallelCopyType?: string;
|
258
|
+
/**
|
259
|
+
* The degree of parallelization.
|
260
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
261
|
+
*/
|
262
|
+
readonly usedParallelCopies?: number;
|
263
|
+
/**
|
264
|
+
* Bytes read
|
265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
266
|
+
*/
|
267
|
+
readonly dataRead?: number;
|
268
|
+
/**
|
269
|
+
* Bytes written
|
270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
271
|
+
*/
|
272
|
+
readonly dataWritten?: number;
|
273
|
+
/**
|
274
|
+
* Rows read
|
275
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
276
|
+
*/
|
277
|
+
readonly rowsRead?: number;
|
278
|
+
/**
|
279
|
+
* Rows Copied
|
280
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
281
|
+
*/
|
282
|
+
readonly rowsCopied?: number;
|
283
|
+
/**
|
284
|
+
* Copy Start
|
285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
286
|
+
*/
|
287
|
+
readonly copyStart?: Date;
|
288
|
+
/**
|
289
|
+
* Copy throughput in KBps
|
290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
291
|
+
*/
|
292
|
+
readonly copyThroughput?: number;
|
293
|
+
/**
|
294
|
+
* Copy Duration in seconds
|
295
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
296
|
+
*/
|
297
|
+
readonly copyDuration?: number;
|
298
|
+
}
|
299
|
+
/** Source SQL Connection */
|
300
|
+
export interface SqlConnectionInformation {
|
301
|
+
/** Data source. */
|
302
|
+
dataSource?: string;
|
303
|
+
/** Authentication type. */
|
304
|
+
authentication?: string;
|
305
|
+
/** User name to connect to source SQL. */
|
306
|
+
userName?: string;
|
307
|
+
/**
|
308
|
+
* Password to connect to source SQL.
|
309
|
+
* This value contains a credential. Consider obscuring before showing to users
|
310
|
+
*/
|
311
|
+
password?: string;
|
312
|
+
/** Whether to encrypt connection or not. */
|
313
|
+
encryptConnection?: boolean;
|
314
|
+
/** Whether to trust server certificate or not. */
|
315
|
+
trustServerCertificate?: boolean;
|
316
|
+
}
|
317
|
+
/** Offline configuration */
|
318
|
+
export interface SqlDbOfflineConfiguration {
|
319
|
+
/**
|
320
|
+
* Offline migration
|
321
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
322
|
+
*/
|
323
|
+
readonly offline?: boolean;
|
324
|
+
}
|
325
|
+
export interface ProxyResourceAutoGenerated {
|
326
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
327
|
+
readonly id?: string;
|
328
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
329
|
+
readonly name?: string;
|
330
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
331
|
+
readonly type?: string;
|
332
|
+
/**
|
333
|
+
* Metadata pertaining to creation and last modification of the resource.
|
334
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
335
|
+
*/
|
336
|
+
readonly systemData?: SystemDataAutoGenerated;
|
337
|
+
}
|
338
|
+
export interface SystemDataAutoGenerated {
|
19
339
|
createdBy?: string;
|
340
|
+
/** The type of identity that created the resource. */
|
20
341
|
createdByType?: CreatedByType;
|
21
342
|
createdAt?: Date;
|
22
343
|
lastModifiedBy?: string;
|
344
|
+
/** The type of identity that created the resource. */
|
23
345
|
lastModifiedByType?: CreatedByType;
|
24
346
|
lastModifiedAt?: Date;
|
25
347
|
}
|
348
|
+
/** Migration Operation Input */
|
349
|
+
export interface MigrationOperationInput {
|
350
|
+
/** ID tracking migration operation. */
|
351
|
+
migrationOperationId?: string;
|
352
|
+
}
|
26
353
|
/** Detailed status of current migration. */
|
27
354
|
export interface MigrationStatusDetails {
|
28
355
|
/**
|
@@ -205,6 +532,11 @@ export interface SourceLocation {
|
|
205
532
|
fileShare?: SqlFileShare;
|
206
533
|
/** Source Azure Blob. */
|
207
534
|
azureBlob?: AzureBlob;
|
535
|
+
/**
|
536
|
+
* Backup storage Type.
|
537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
538
|
+
*/
|
539
|
+
readonly fileStorageType?: string;
|
208
540
|
}
|
209
541
|
/** File share */
|
210
542
|
export interface SqlFileShare {
|
@@ -212,11 +544,18 @@ export interface SqlFileShare {
|
|
212
544
|
path?: string;
|
213
545
|
/** Username to access the file share location for backups. */
|
214
546
|
username?: string;
|
215
|
-
/**
|
547
|
+
/**
|
548
|
+
* Password for username to access file share location.
|
549
|
+
* This value contains a credential. Consider obscuring before showing to users
|
550
|
+
*/
|
216
551
|
password?: string;
|
217
552
|
}
|
218
553
|
/** Azure Blob Details */
|
219
554
|
export interface AzureBlob {
|
555
|
+
/** Authentication type used for accessing Azure Blob Storage. */
|
556
|
+
authType?: AuthType;
|
557
|
+
/** Identity details for authentication using a Managed Identity. */
|
558
|
+
identity?: ManagedServiceIdentity;
|
220
559
|
/** Resource Id of the storage account where backups are stored. */
|
221
560
|
storageAccountResourceId?: string;
|
222
561
|
/** Storage Account Key. */
|
@@ -224,100 +563,51 @@ export interface AzureBlob {
|
|
224
563
|
/** Blob container name where backups are stored. */
|
225
564
|
blobContainerName?: string;
|
226
565
|
}
|
227
|
-
/**
|
228
|
-
export interface
|
229
|
-
/** Resource Id of the storage account copying backups. */
|
230
|
-
storageAccountResourceId?: string;
|
231
|
-
/** Storage Account Key. */
|
232
|
-
accountKey?: string;
|
233
|
-
}
|
234
|
-
/** Offline configuration */
|
235
|
-
export interface OfflineConfiguration {
|
236
|
-
/** Offline migration */
|
237
|
-
offline?: boolean;
|
238
|
-
/** Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share. */
|
239
|
-
lastBackupName?: string;
|
240
|
-
}
|
241
|
-
/** Database Migration Resource properties. */
|
242
|
-
export interface DatabaseMigrationProperties {
|
243
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
244
|
-
kind: "SqlMi" | "SqlVm";
|
245
|
-
/** Scope of the database. */
|
246
|
-
scope?: string;
|
566
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
567
|
+
export interface ManagedServiceIdentity {
|
247
568
|
/**
|
248
|
-
*
|
569
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
249
570
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
250
571
|
*/
|
251
|
-
readonly
|
572
|
+
readonly principalId?: string;
|
252
573
|
/**
|
253
|
-
*
|
574
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
254
575
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
255
576
|
*/
|
256
|
-
readonly
|
257
|
-
/**
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
* Database migration end time.
|
264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
265
|
-
*/
|
266
|
-
readonly endedOn?: Date;
|
267
|
-
/** Source SQL Server connection details. */
|
268
|
-
sourceSqlConnection?: SqlConnectionInformation;
|
269
|
-
/** Name of the source database. */
|
270
|
-
sourceDatabaseName?: string;
|
271
|
-
/** Resource Id of the Migration Service. */
|
272
|
-
migrationService?: string;
|
273
|
-
/** ID tracking current migration operation. */
|
274
|
-
migrationOperationId?: string;
|
275
|
-
/**
|
276
|
-
* Error details in case of migration failure.
|
277
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
278
|
-
*/
|
279
|
-
readonly migrationFailureError?: ErrorInfo;
|
280
|
-
}
|
281
|
-
/** Source SQL Connection */
|
282
|
-
export interface SqlConnectionInformation {
|
283
|
-
/** Data source. */
|
284
|
-
dataSource?: string;
|
285
|
-
/** Authentication type. */
|
286
|
-
authentication?: string;
|
287
|
-
/** User name to connect to source SQL. */
|
288
|
-
userName?: string;
|
289
|
-
/** Password to connect to source SQL. */
|
290
|
-
password?: string;
|
291
|
-
/** Whether to encrypt connection or not. */
|
292
|
-
encryptConnection?: boolean;
|
293
|
-
/** Whether to trust server certificate or not. */
|
294
|
-
trustServerCertificate?: boolean;
|
577
|
+
readonly tenantId?: string;
|
578
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
579
|
+
type: ManagedServiceIdentityType;
|
580
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
581
|
+
userAssignedIdentities?: {
|
582
|
+
[propertyName: string]: UserAssignedIdentity | null;
|
583
|
+
};
|
295
584
|
}
|
296
|
-
/**
|
297
|
-
export interface
|
585
|
+
/** User assigned identity properties */
|
586
|
+
export interface UserAssignedIdentity {
|
298
587
|
/**
|
299
|
-
*
|
588
|
+
* The principal ID of the assigned identity.
|
300
589
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
301
590
|
*/
|
302
|
-
readonly
|
591
|
+
readonly principalId?: string;
|
303
592
|
/**
|
304
|
-
*
|
593
|
+
* The client ID of the assigned identity.
|
305
594
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
306
595
|
*/
|
307
|
-
readonly
|
596
|
+
readonly clientId?: string;
|
308
597
|
}
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
readonly type?: string;
|
598
|
+
/** Target Location details for optional copy of backups */
|
599
|
+
export interface TargetLocation {
|
600
|
+
/** Resource Id of the storage account copying backups. */
|
601
|
+
storageAccountResourceId?: string;
|
602
|
+
/** Storage Account Key. */
|
603
|
+
accountKey?: string;
|
316
604
|
}
|
317
|
-
/**
|
318
|
-
export interface
|
319
|
-
/**
|
320
|
-
|
605
|
+
/** Offline configuration */
|
606
|
+
export interface OfflineConfiguration {
|
607
|
+
/** Offline migration */
|
608
|
+
offline?: boolean;
|
609
|
+
/** Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share. */
|
610
|
+
lastBackupName?: string;
|
321
611
|
}
|
322
612
|
/** Result of the request to list SQL operations. */
|
323
613
|
export interface OperationListResult {
|
@@ -353,7 +643,28 @@ export interface OperationsDisplayDefinition {
|
|
353
643
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
354
644
|
readonly description?: string;
|
355
645
|
}
|
356
|
-
|
646
|
+
/** An update to a Migration Service. */
|
647
|
+
export interface MigrationServiceUpdate {
|
648
|
+
/** Dictionary of <string> */
|
649
|
+
tags?: {
|
650
|
+
[propertyName: string]: string;
|
651
|
+
};
|
652
|
+
}
|
653
|
+
/** A list of Migration Service. */
|
654
|
+
export interface MigrationServiceListResult {
|
655
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
656
|
+
readonly value?: MigrationService[];
|
657
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
658
|
+
readonly nextLink?: string;
|
659
|
+
}
|
660
|
+
/** A list of Database Migrations. */
|
661
|
+
export interface DatabaseMigrationBaseListResult {
|
662
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
663
|
+
readonly value?: DatabaseMigrationBase[];
|
664
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
665
|
+
readonly nextLink?: string;
|
666
|
+
}
|
667
|
+
export interface TrackedResourceAutoGenerated {
|
357
668
|
location?: string;
|
358
669
|
/** Dictionary of <string> */
|
359
670
|
tags?: {
|
@@ -366,7 +677,7 @@ export interface TrackedResource {
|
|
366
677
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
367
678
|
readonly type?: string;
|
368
679
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
369
|
-
readonly systemData?:
|
680
|
+
readonly systemData?: SystemDataAutoGenerated;
|
370
681
|
}
|
371
682
|
/** An update to a SQL Migration Service. */
|
372
683
|
export interface SqlMigrationServiceUpdate {
|
@@ -474,14 +785,14 @@ export interface NodeMonitoringData {
|
|
474
785
|
*/
|
475
786
|
readonly receivedBytes?: number;
|
476
787
|
}
|
477
|
-
/** The DMS List SKUs operation response. */
|
788
|
+
/** The DMS (classic) List SKUs operation response. */
|
478
789
|
export interface ResourceSkusResult {
|
479
790
|
/** The list of SKUs available for the subscription. */
|
480
791
|
value: ResourceSku[];
|
481
|
-
/** The uri to fetch the next page of DMS SKUs. Call ListNext() with this to fetch the next page of DMS SKUs. */
|
792
|
+
/** The uri to fetch the next page of DMS (classic) SKUs. Call ListNext() with this to fetch the next page of DMS (classic) SKUs. */
|
482
793
|
nextLink?: string;
|
483
794
|
}
|
484
|
-
/** Describes an available DMS SKU. */
|
795
|
+
/** Describes an available DMS (classic) SKU. */
|
485
796
|
export interface ResourceSku {
|
486
797
|
/**
|
487
798
|
* The type of resource the SKU applies to.
|
@@ -494,7 +805,7 @@ export interface ResourceSku {
|
|
494
805
|
*/
|
495
806
|
readonly name?: string;
|
496
807
|
/**
|
497
|
-
* Specifies the tier of DMS in a scale set.
|
808
|
+
* Specifies the tier of DMS (classic) in a scale set.
|
498
809
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
499
810
|
*/
|
500
811
|
readonly tier?: string;
|
@@ -624,7 +935,7 @@ export interface ApiError {
|
|
624
935
|
* Metadata pertaining to creation and last modification of the resource.
|
625
936
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
626
937
|
*/
|
627
|
-
readonly systemData?:
|
938
|
+
readonly systemData?: SystemDataAutoGenerated;
|
628
939
|
}
|
629
940
|
/** Error information in OData format. */
|
630
941
|
export interface ODataError {
|
@@ -652,6 +963,8 @@ export interface ServiceSku {
|
|
652
963
|
export interface DataMigrationServiceStatusResponse {
|
653
964
|
/** The DMS instance agent version */
|
654
965
|
agentVersion?: string;
|
966
|
+
/** Agent Configuration */
|
967
|
+
agentConfiguration?: Record<string, unknown>;
|
655
968
|
/** The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed' */
|
656
969
|
status?: string;
|
657
970
|
/** The services virtual machine size, such as 'Standard_D2_v2' */
|
@@ -704,7 +1017,7 @@ export interface TaskList {
|
|
704
1017
|
/** URL to load the next page of tasks */
|
705
1018
|
nextLink?: string;
|
706
1019
|
}
|
707
|
-
/** Base class for all types of DMS task properties. If task is not supported by current client, this object is returned. */
|
1020
|
+
/** Base class for all types of DMS (classic) task properties. If task is not supported by current client, this object is returned. */
|
708
1021
|
export interface ProjectTaskProperties {
|
709
1022
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
710
1023
|
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";
|
@@ -728,7 +1041,7 @@ export interface ProjectTaskProperties {
|
|
728
1041
|
[propertyName: string]: string;
|
729
1042
|
};
|
730
1043
|
}
|
731
|
-
/** Base class for all types of DMS command properties. If command is not supported by current client, this object is returned. */
|
1044
|
+
/** Base class for all types of DMS (classic) command properties. If command is not supported by current client, this object is returned. */
|
732
1045
|
export interface CommandProperties {
|
733
1046
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
734
1047
|
commandType: "Migrate.Sync.Complete.Database" | "Migrate.SqlServer.AzureDbSqlMi.Complete" | "cancel" | "finish" | "restart";
|
@@ -744,7 +1057,7 @@ export interface CommandProperties {
|
|
744
1057
|
readonly state?: CommandState;
|
745
1058
|
}
|
746
1059
|
/** ARM resource. */
|
747
|
-
export interface
|
1060
|
+
export interface ResourceAutoGenerated {
|
748
1061
|
/**
|
749
1062
|
* Resource ID.
|
750
1063
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -791,6 +1104,17 @@ export interface ProjectList {
|
|
791
1104
|
/** URL to load the next page of projects */
|
792
1105
|
nextLink?: string;
|
793
1106
|
}
|
1107
|
+
/** Azure Active Directory Application */
|
1108
|
+
export interface AzureActiveDirectoryApp {
|
1109
|
+
/** Application ID of the Azure Active Directory Application */
|
1110
|
+
applicationId?: string;
|
1111
|
+
/** Key used to authenticate to the Azure Active Directory Application */
|
1112
|
+
appKey?: string;
|
1113
|
+
/** Tenant id of the customer */
|
1114
|
+
tenantId?: string;
|
1115
|
+
/** Ignore checking azure permissions on the AAD app */
|
1116
|
+
ignoreAzurePermissions?: boolean;
|
1117
|
+
}
|
794
1118
|
/** Defines the connection properties of a server */
|
795
1119
|
export interface ConnectionInfo {
|
796
1120
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
@@ -912,15 +1236,6 @@ export interface MigrateMISyncCompleteCommandOutput {
|
|
912
1236
|
/** List of errors that happened during the command execution */
|
913
1237
|
errors?: ReportableException[];
|
914
1238
|
}
|
915
|
-
/** Azure Active Directory Application */
|
916
|
-
export interface AzureActiveDirectoryApp {
|
917
|
-
/** Application ID of the Azure Active Directory Application */
|
918
|
-
applicationId: string;
|
919
|
-
/** Key used to authenticate to the Azure Active Directory Application */
|
920
|
-
appKey: string;
|
921
|
-
/** Tenant id of the customer */
|
922
|
-
tenantId: string;
|
923
|
-
}
|
924
1239
|
/** Information of backup set */
|
925
1240
|
export interface BackupSetInfo {
|
926
1241
|
/** Id for the set of backup files */
|
@@ -987,6 +1302,8 @@ export interface ConnectToSourceSqlServerTaskInput {
|
|
987
1302
|
collectTdeCertificateInfo?: boolean;
|
988
1303
|
/** Flag for whether to validate SSIS catalog is reachable on the source server. */
|
989
1304
|
validateSsisCatalogOnly?: boolean;
|
1305
|
+
/** encrypted key for secure fields */
|
1306
|
+
encryptedKeyForSecureFields?: string;
|
990
1307
|
}
|
991
1308
|
/** Output for the task that validates connection to SQL Server and also validates source server requirements */
|
992
1309
|
export interface ConnectToSourceSqlServerTaskOutput {
|
@@ -1102,6 +1419,8 @@ export interface ConnectToTargetAzureDbForMySqlTaskOutput {
|
|
1102
1419
|
export interface ConnectToTargetSqlDbTaskInput {
|
1103
1420
|
/** Connection information for target SQL DB */
|
1104
1421
|
targetConnectionInfo: SqlConnectionInfo;
|
1422
|
+
/** Boolean flag indicating whether to query object counts for each database on the target server */
|
1423
|
+
queryObjectCounts?: boolean;
|
1105
1424
|
}
|
1106
1425
|
/** Output for the task that validates connection to SQL DB and target server requirements */
|
1107
1426
|
export interface ConnectToTargetSqlDbTaskOutput {
|
@@ -1130,7 +1449,7 @@ export interface ConnectToTargetSqlDbTaskOutput {
|
|
1130
1449
|
export interface ConnectToTargetSqlMISyncTaskInput {
|
1131
1450
|
/** Connection information for Azure SQL Database Managed Instance */
|
1132
1451
|
targetConnectionInfo: MiSqlConnectionInfo;
|
1133
|
-
/** Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */
|
1452
|
+
/** Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */
|
1134
1453
|
azureApp: AzureActiveDirectoryApp;
|
1135
1454
|
}
|
1136
1455
|
/** Output for the task that validates connection to Azure SQL Database Managed Instance. */
|
@@ -1353,6 +1672,8 @@ export interface GetUserTablesSqlTaskInput {
|
|
1353
1672
|
connectionInfo: SqlConnectionInfo;
|
1354
1673
|
/** List of database names to collect tables for */
|
1355
1674
|
selectedDatabases: string[];
|
1675
|
+
/** encrypted key for secure fields */
|
1676
|
+
encryptedKeyForSecureFields?: string;
|
1356
1677
|
}
|
1357
1678
|
/** Output of the task that collects user tables for the given list of databases */
|
1358
1679
|
export interface GetUserTablesSqlTaskOutput {
|
@@ -1479,16 +1800,26 @@ export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput {
|
|
1479
1800
|
sourceConnectionInfo: PostgreSqlConnectionInfo;
|
1480
1801
|
/** encrypted key for secure fields */
|
1481
1802
|
encryptedKeyForSecureFields?: string;
|
1803
|
+
/**
|
1804
|
+
* Migration start time
|
1805
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1806
|
+
*/
|
1807
|
+
readonly startedOn?: Date;
|
1482
1808
|
}
|
1483
1809
|
/** Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs */
|
1484
1810
|
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput {
|
1485
1811
|
/** Name of the database */
|
1486
1812
|
name?: string;
|
1813
|
+
/**
|
1814
|
+
* Result identifier
|
1815
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1816
|
+
*/
|
1817
|
+
readonly id?: string;
|
1487
1818
|
/** Name of target database. Note: Target database will be truncated before starting migration. */
|
1488
1819
|
targetDatabaseName?: string;
|
1489
1820
|
/** Migration settings which tune the migration behavior */
|
1490
1821
|
migrationSetting?: {
|
1491
|
-
[propertyName: string]:
|
1822
|
+
[propertyName: string]: any;
|
1492
1823
|
};
|
1493
1824
|
/** Source settings to tune source endpoint migration behavior */
|
1494
1825
|
sourceSetting?: {
|
@@ -1853,7 +2184,7 @@ export interface SqlServerSqlMISyncTaskInput {
|
|
1853
2184
|
sourceConnectionInfo: SqlConnectionInfo;
|
1854
2185
|
/** Connection information for Azure SQL Database Managed Instance */
|
1855
2186
|
targetConnectionInfo: MiSqlConnectionInfo;
|
1856
|
-
/** Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */
|
2187
|
+
/** Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */
|
1857
2188
|
azureApp: AzureActiveDirectoryApp;
|
1858
2189
|
}
|
1859
2190
|
/** Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs */
|
@@ -1882,7 +2213,7 @@ export interface MigrateSqlServerSqlMISyncTaskOutput {
|
|
1882
2213
|
/** Blob container storage information. */
|
1883
2214
|
export interface BlobShare {
|
1884
2215
|
/** SAS URI of Azure Storage Account Container. */
|
1885
|
-
sasUri
|
2216
|
+
sasUri?: string;
|
1886
2217
|
}
|
1887
2218
|
/** Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance. */
|
1888
2219
|
export interface MigrateSqlServerSqlMITaskOutput {
|
@@ -1896,7 +2227,7 @@ export interface MigrateSqlServerSqlMITaskOutput {
|
|
1896
2227
|
}
|
1897
2228
|
/** SSIS migration info with SSIS store type, overwrite policy. */
|
1898
2229
|
export interface SsisMigrationInfo {
|
1899
|
-
/** The SSIS store type of source, only SSIS catalog is supported now in DMS */
|
2230
|
+
/** The SSIS store type of source, only SSIS catalog is supported now in DMS (classic) */
|
1900
2231
|
ssisStoreType?: SsisStoreType;
|
1901
2232
|
/** The overwrite option for the SSIS project migration */
|
1902
2233
|
projectOverwriteOption?: SsisMigrationOverwriteOption;
|
@@ -2013,7 +2344,7 @@ export interface MongoDbShardKeySetting {
|
|
2013
2344
|
/** The fields within the shard key */
|
2014
2345
|
fields: MongoDbShardKeyField[];
|
2015
2346
|
/** Whether the shard key is unique */
|
2016
|
-
isUnique
|
2347
|
+
isUnique?: boolean;
|
2017
2348
|
}
|
2018
2349
|
/** Describes how an individual MongoDB database should be migrated */
|
2019
2350
|
export interface MongoDbDatabaseSettings {
|
@@ -2295,7 +2626,7 @@ export interface InstallOCIDriverTaskOutput {
|
|
2295
2626
|
*/
|
2296
2627
|
readonly validationErrors?: ReportableException[];
|
2297
2628
|
}
|
2298
|
-
/** Description of an action supported by the Database Migration Service */
|
2629
|
+
/** Description of an action supported by the Azure Database Migration Service (classic) */
|
2299
2630
|
export interface ServiceOperation {
|
2300
2631
|
/** The fully qualified action name, e.g. Microsoft.DataMigration/services/read */
|
2301
2632
|
name?: string;
|
@@ -2397,6 +2728,8 @@ export interface MigrateMySqlAzureDbForMySqlOfflineTaskInput {
|
|
2397
2728
|
optionalAgentSettings?: {
|
2398
2729
|
[propertyName: string]: string;
|
2399
2730
|
};
|
2731
|
+
/** encrypted key for secure fields */
|
2732
|
+
encryptedKeyForSecureFields?: string;
|
2400
2733
|
}
|
2401
2734
|
/** Database specific information for offline MySQL to Azure Database for MySQL migration task inputs */
|
2402
2735
|
export interface MigrateMySqlAzureDbForMySqlOfflineDatabaseInput {
|
@@ -2835,74 +3168,62 @@ export interface StartMigrationScenarioServerRoleResult {
|
|
2835
3168
|
*/
|
2836
3169
|
readonly exceptionsAndWarnings?: ReportableException[];
|
2837
3170
|
}
|
2838
|
-
/** Database Migration Resource properties for
|
2839
|
-
export interface
|
3171
|
+
/** Database Migration Resource properties for CosmosDb for Mongo. */
|
3172
|
+
export interface DatabaseMigrationPropertiesCosmosDbMongo extends DatabaseMigrationBaseProperties {
|
2840
3173
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2841
|
-
kind: "
|
2842
|
-
/**
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2847
|
-
|
2848
|
-
targetDatabaseCollation?: string;
|
2849
|
-
/** Error message for migration provisioning failure, if any. */
|
2850
|
-
provisioningError?: string;
|
2851
|
-
/** Backup configuration info. */
|
2852
|
-
backupConfiguration?: BackupConfiguration;
|
2853
|
-
/** Offline configuration. */
|
2854
|
-
offlineConfiguration?: OfflineConfiguration;
|
3174
|
+
kind: "MongoToCosmosDbMongo";
|
3175
|
+
/** Source Mongo connection details. */
|
3176
|
+
sourceMongoConnection?: MongoConnectionInformation;
|
3177
|
+
/** Target Cosmos DB Mongo connection details. */
|
3178
|
+
targetMongoConnection?: MongoConnectionInformation;
|
3179
|
+
/** List of Mongo Collections to be migrated. */
|
3180
|
+
collectionList?: MongoMigrationCollection[];
|
2855
3181
|
}
|
2856
|
-
/** Database Migration Resource properties
|
2857
|
-
export interface
|
3182
|
+
/** Database Migration Resource properties. */
|
3183
|
+
export interface DatabaseMigrationProperties extends DatabaseMigrationBaseProperties {
|
2858
3184
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2859
|
-
kind: "SqlVm";
|
3185
|
+
kind: "DatabaseMigrationProperties" | "SqlDb" | "SqlMi" | "SqlVm";
|
3186
|
+
/** Source SQL Server connection details. */
|
3187
|
+
sourceSqlConnection?: SqlConnectionInformation;
|
3188
|
+
/** Name of the source database. */
|
3189
|
+
sourceDatabaseName?: string;
|
2860
3190
|
/**
|
2861
|
-
*
|
3191
|
+
* Name of the source sql server.
|
2862
3192
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2863
3193
|
*/
|
2864
|
-
readonly
|
3194
|
+
readonly sourceServerName?: string;
|
2865
3195
|
/** Database collation to be used for the target database. */
|
2866
3196
|
targetDatabaseCollation?: string;
|
2867
|
-
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
3197
|
+
}
|
3198
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
3199
|
+
export interface ProxyResource extends Resource {
|
3200
|
+
}
|
3201
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
3202
|
+
export interface TrackedResource extends Resource {
|
3203
|
+
/** Resource tags. */
|
3204
|
+
tags?: {
|
3205
|
+
[propertyName: string]: string;
|
3206
|
+
};
|
3207
|
+
/** The geo-location where the resource lives */
|
3208
|
+
location: string;
|
3209
|
+
}
|
3210
|
+
/** Database Migration Resource for SQL Database. */
|
3211
|
+
export interface DatabaseMigrationSqlDb extends ProxyResourceAutoGenerated {
|
3212
|
+
/** Database Migration Resource properties for SQL database. */
|
3213
|
+
properties?: DatabaseMigrationPropertiesSqlDb;
|
2873
3214
|
}
|
2874
3215
|
/** Database Migration Resource for SQL Managed Instance. */
|
2875
|
-
export interface DatabaseMigrationSqlMi extends
|
2876
|
-
/**
|
2877
|
-
* Metadata pertaining to creation and last modification of the resource.
|
2878
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2879
|
-
*/
|
2880
|
-
readonly systemData?: SystemData;
|
3216
|
+
export interface DatabaseMigrationSqlMi extends ProxyResourceAutoGenerated {
|
2881
3217
|
/** Database Migration Resource properties for SQL Managed Instance. */
|
2882
3218
|
properties?: DatabaseMigrationPropertiesSqlMi;
|
2883
3219
|
}
|
2884
3220
|
/** Database Migration Resource for SQL Virtual Machine. */
|
2885
|
-
export interface DatabaseMigrationSqlVm extends
|
2886
|
-
/**
|
2887
|
-
* Metadata pertaining to creation and last modification of the resource.
|
2888
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2889
|
-
*/
|
2890
|
-
readonly systemData?: SystemData;
|
3221
|
+
export interface DatabaseMigrationSqlVm extends ProxyResourceAutoGenerated {
|
2891
3222
|
/** Database Migration Resource properties for SQL Virtual Machine. */
|
2892
3223
|
properties?: DatabaseMigrationPropertiesSqlVm;
|
2893
3224
|
}
|
2894
|
-
/** Database Migration Resource. */
|
2895
|
-
export interface DatabaseMigration extends ProxyResource {
|
2896
|
-
/**
|
2897
|
-
* Metadata pertaining to creation and last modification of the resource.
|
2898
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2899
|
-
*/
|
2900
|
-
readonly systemData?: SystemData;
|
2901
|
-
/** Database Migration Resource properties. */
|
2902
|
-
properties?: DatabaseMigrationPropertiesUnion;
|
2903
|
-
}
|
2904
3225
|
/** A SQL Migration Service. */
|
2905
|
-
export interface SqlMigrationService extends
|
3226
|
+
export interface SqlMigrationService extends TrackedResourceAutoGenerated {
|
2906
3227
|
/**
|
2907
3228
|
* Provisioning state to track the async operation status.
|
2908
3229
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -2914,8 +3235,8 @@ export interface SqlMigrationService extends TrackedResource {
|
|
2914
3235
|
*/
|
2915
3236
|
readonly integrationRuntimeState?: string;
|
2916
3237
|
}
|
2917
|
-
/**
|
2918
|
-
export interface DataMigrationService extends
|
3238
|
+
/** An Azure Database Migration Service (classic) resource */
|
3239
|
+
export interface DataMigrationService extends TrackedResourceAutoGenerated {
|
2919
3240
|
/** HTTP strong entity tag value. Ignored if submitted */
|
2920
3241
|
etag?: string;
|
2921
3242
|
/** The resource kind. Only 'vm' (the default) is supported. */
|
@@ -2939,13 +3260,13 @@ export interface DataMigrationService extends TrackedResource {
|
|
2939
3260
|
deleteResourcesOnStop?: boolean;
|
2940
3261
|
}
|
2941
3262
|
/** A project resource */
|
2942
|
-
export interface Project extends
|
3263
|
+
export interface Project extends TrackedResourceAutoGenerated {
|
2943
3264
|
/** HTTP strong entity tag value. This is ignored if submitted. */
|
2944
|
-
|
3265
|
+
etag?: string;
|
2945
3266
|
/** Source platform for the project */
|
2946
3267
|
sourcePlatform?: ProjectSourcePlatform;
|
2947
3268
|
/** Field that defines the Azure active directory application info, used to connect to the target Azure resource */
|
2948
|
-
azureAuthenticationInfo?:
|
3269
|
+
azureAuthenticationInfo?: AzureActiveDirectoryApp;
|
2949
3270
|
/** Target platform for the project */
|
2950
3271
|
targetPlatform?: ProjectTargetPlatform;
|
2951
3272
|
/**
|
@@ -2980,6 +3301,8 @@ export interface MigrateSchemaSqlServerSqlDbTaskProperties extends ProjectTaskPr
|
|
2980
3301
|
createdOn?: string;
|
2981
3302
|
/** Task id */
|
2982
3303
|
taskId?: string;
|
3304
|
+
/** whether the task can be cloned or not */
|
3305
|
+
isCloneable?: boolean;
|
2983
3306
|
}
|
2984
3307
|
/** Properties for the task that checks for OCI drivers. */
|
2985
3308
|
export interface CheckOCIDriverTaskProperties extends ProjectTaskProperties {
|
@@ -3040,6 +3363,8 @@ export interface ConnectToSourceSqlServerTaskProperties extends ProjectTaskPrope
|
|
3040
3363
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3041
3364
|
*/
|
3042
3365
|
readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];
|
3366
|
+
/** Task id */
|
3367
|
+
taskId?: string;
|
3043
3368
|
}
|
3044
3369
|
/** Properties for the task that validates connection to SQL Server and source server requirements for online migration */
|
3045
3370
|
export interface ConnectToSourceSqlServerSyncTaskProperties extends ProjectTaskProperties {
|
@@ -3100,6 +3425,8 @@ export interface ConnectToTargetSqlDbTaskProperties extends ProjectTaskPropertie
|
|
3100
3425
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3101
3426
|
*/
|
3102
3427
|
readonly output?: ConnectToTargetSqlDbTaskOutput[];
|
3428
|
+
/** DateTime in UTC when the task was created */
|
3429
|
+
createdOn?: string;
|
3103
3430
|
}
|
3104
3431
|
/** Properties for the task that validates connection to SQL DB and target server requirements for online migration */
|
3105
3432
|
export interface ConnectToTargetSqlDbSyncTaskProperties extends ProjectTaskProperties {
|
@@ -3148,6 +3475,8 @@ export interface GetUserTablesSqlTaskProperties extends ProjectTaskProperties {
|
|
3148
3475
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3149
3476
|
*/
|
3150
3477
|
readonly output?: GetUserTablesSqlTaskOutput[];
|
3478
|
+
/** Task id */
|
3479
|
+
taskId?: string;
|
3151
3480
|
}
|
3152
3481
|
/** Properties for the task that collects user tables for the given list of databases */
|
3153
3482
|
export interface GetUserTablesSqlSyncTaskProperties extends ProjectTaskProperties {
|
@@ -3255,6 +3584,12 @@ export interface MigrateSqlServerSqlMITaskProperties extends ProjectTaskProperti
|
|
3255
3584
|
readonly output?: MigrateSqlServerSqlMITaskOutputUnion[];
|
3256
3585
|
/** task id */
|
3257
3586
|
taskId?: string;
|
3587
|
+
/** DateTime in UTC when the task was created */
|
3588
|
+
createdOn?: string;
|
3589
|
+
/** parent task id */
|
3590
|
+
parentTaskId?: string;
|
3591
|
+
/** whether the task can be cloned or not */
|
3592
|
+
isCloneable?: boolean;
|
3258
3593
|
}
|
3259
3594
|
/** Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance sync scenario */
|
3260
3595
|
export interface MigrateSqlServerSqlMISyncTaskProperties extends ProjectTaskProperties {
|
@@ -3267,6 +3602,8 @@ export interface MigrateSqlServerSqlMISyncTaskProperties extends ProjectTaskProp
|
|
3267
3602
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3268
3603
|
*/
|
3269
3604
|
readonly output?: MigrateSqlServerSqlMISyncTaskOutputUnion[];
|
3605
|
+
/** DateTime in UTC when the task was created */
|
3606
|
+
createdOn?: string;
|
3270
3607
|
}
|
3271
3608
|
/** Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database */
|
3272
3609
|
export interface MigrateSqlServerSqlDbTaskProperties extends ProjectTaskProperties {
|
@@ -3283,6 +3620,8 @@ export interface MigrateSqlServerSqlDbTaskProperties extends ProjectTaskProperti
|
|
3283
3620
|
taskId?: string;
|
3284
3621
|
/** whether the task can be cloned or not */
|
3285
3622
|
isCloneable?: boolean;
|
3623
|
+
/** DateTime in UTC when the task was created */
|
3624
|
+
createdOn?: string;
|
3286
3625
|
}
|
3287
3626
|
/** Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */
|
3288
3627
|
export interface MigrateSqlServerSqlDbSyncTaskProperties extends ProjectTaskProperties {
|
@@ -3319,6 +3658,10 @@ export interface MigrateMySqlAzureDbForMySqlOfflineTaskProperties extends Projec
|
|
3319
3658
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3320
3659
|
*/
|
3321
3660
|
readonly output?: MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion[];
|
3661
|
+
/** whether the task can be cloned or not */
|
3662
|
+
isCloneable?: boolean;
|
3663
|
+
/** Task id */
|
3664
|
+
taskId?: string;
|
3322
3665
|
}
|
3323
3666
|
/** Properties for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */
|
3324
3667
|
export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
@@ -3335,6 +3678,8 @@ export interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties extends
|
|
3335
3678
|
taskId?: string;
|
3336
3679
|
/** DateTime in UTC when the task was created */
|
3337
3680
|
createdOn?: string;
|
3681
|
+
/** whether the task can be cloned or not */
|
3682
|
+
isCloneable?: boolean;
|
3338
3683
|
}
|
3339
3684
|
/** Properties for the task that migrates Oracle to Azure Database for PostgreSQL for online migrations */
|
3340
3685
|
export interface MigrateOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {
|
@@ -3443,6 +3788,8 @@ export interface MigrateSyncCompleteCommandProperties extends CommandProperties
|
|
3443
3788
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3444
3789
|
*/
|
3445
3790
|
readonly output?: MigrateSyncCompleteCommandOutput;
|
3791
|
+
/** Command id */
|
3792
|
+
commandId?: string;
|
3446
3793
|
}
|
3447
3794
|
/** Properties for the command that completes online migration for an Azure SQL Database Managed Instance. */
|
3448
3795
|
export interface MigrateMISyncCompleteCommandProperties extends CommandProperties {
|
@@ -3478,7 +3825,7 @@ export interface MongoDbRestartCommand extends CommandProperties {
|
|
3478
3825
|
input?: MongoDbCommandInput;
|
3479
3826
|
}
|
3480
3827
|
/** A task resource */
|
3481
|
-
export interface ProjectTask extends
|
3828
|
+
export interface ProjectTask extends ResourceAutoGenerated {
|
3482
3829
|
/** HTTP strong entity tag value. This is ignored if submitted. */
|
3483
3830
|
etag?: string;
|
3484
3831
|
/** Custom task properties */
|
@@ -3487,10 +3834,10 @@ export interface ProjectTask extends Resource {
|
|
3487
3834
|
* Metadata pertaining to creation and last modification of the resource.
|
3488
3835
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3489
3836
|
*/
|
3490
|
-
readonly systemData?:
|
3837
|
+
readonly systemData?: SystemDataAutoGenerated;
|
3491
3838
|
}
|
3492
3839
|
/** A file resource */
|
3493
|
-
export interface ProjectFile extends
|
3840
|
+
export interface ProjectFile extends ResourceAutoGenerated {
|
3494
3841
|
/** HTTP strong entity tag value. This is ignored if submitted. */
|
3495
3842
|
etag?: string;
|
3496
3843
|
/** Custom file properties */
|
@@ -3499,7 +3846,7 @@ export interface ProjectFile extends Resource {
|
|
3499
3846
|
* Metadata pertaining to creation and last modification of the resource.
|
3500
3847
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3501
3848
|
*/
|
3502
|
-
readonly systemData?:
|
3849
|
+
readonly systemData?: SystemDataAutoGenerated;
|
3503
3850
|
}
|
3504
3851
|
/** Describes a connection to a MongoDB data source */
|
3505
3852
|
export interface MongoDbConnectionInfo extends ConnectionInfo {
|
@@ -3513,11 +3860,19 @@ export interface MongoDbConnectionInfo extends ConnectionInfo {
|
|
3513
3860
|
encryptConnection?: boolean;
|
3514
3861
|
/** server brand version */
|
3515
3862
|
serverBrandVersion?: string;
|
3863
|
+
/** server version */
|
3864
|
+
serverVersion?: string;
|
3865
|
+
/** name of the server */
|
3866
|
+
serverName?: string;
|
3867
|
+
/** Whether to trust the server certificate */
|
3868
|
+
trustServerCertificate?: boolean;
|
3516
3869
|
enforceSSL?: boolean;
|
3517
3870
|
/** port for server */
|
3518
3871
|
port?: number;
|
3519
3872
|
/** Additional connection settings */
|
3520
3873
|
additionalSettings?: string;
|
3874
|
+
/** Authentication type to use for connection */
|
3875
|
+
authentication?: AuthenticationType;
|
3521
3876
|
}
|
3522
3877
|
/** Information for connecting to SQL database server */
|
3523
3878
|
export interface SqlConnectionInfo extends ConnectionInfo {
|
@@ -3527,8 +3882,12 @@ export interface SqlConnectionInfo extends ConnectionInfo {
|
|
3527
3882
|
dataSource: string;
|
3528
3883
|
/** name of the server */
|
3529
3884
|
serverName?: string;
|
3530
|
-
/**
|
3531
|
-
port?:
|
3885
|
+
/** Port for Server */
|
3886
|
+
port?: number;
|
3887
|
+
/** server version */
|
3888
|
+
serverVersion?: string;
|
3889
|
+
/** server brand version */
|
3890
|
+
serverBrandVersion?: string;
|
3532
3891
|
/** Represents the ID of an HTTP resource represented by an Azure resource provider. */
|
3533
3892
|
resourceId?: string;
|
3534
3893
|
/** Authentication type to use for connection */
|
@@ -3554,6 +3913,10 @@ export interface MySqlConnectionInfo extends ConnectionInfo {
|
|
3554
3913
|
port: number;
|
3555
3914
|
/** Whether to encrypt the connection */
|
3556
3915
|
encryptConnection?: boolean;
|
3916
|
+
/** Authentication type to use for connection */
|
3917
|
+
authentication?: AuthenticationType;
|
3918
|
+
/** Additional connection settings */
|
3919
|
+
additionalSettings?: string;
|
3557
3920
|
}
|
3558
3921
|
/** Information for connecting to Oracle server */
|
3559
3922
|
export interface OracleConnectionInfo extends ConnectionInfo {
|
@@ -3561,6 +3924,14 @@ export interface OracleConnectionInfo extends ConnectionInfo {
|
|
3561
3924
|
type: "OracleConnectionInfo";
|
3562
3925
|
/** EZConnect or TNSName connection string. */
|
3563
3926
|
dataSource: string;
|
3927
|
+
/** name of the server */
|
3928
|
+
serverName?: string;
|
3929
|
+
/** server version */
|
3930
|
+
serverVersion?: string;
|
3931
|
+
/** port for server */
|
3932
|
+
port?: number;
|
3933
|
+
/** Authentication type to use for connection */
|
3934
|
+
authentication?: AuthenticationType;
|
3564
3935
|
}
|
3565
3936
|
/** Information for connecting to PostgreSQL server */
|
3566
3937
|
export interface PostgreSqlConnectionInfo extends ConnectionInfo {
|
@@ -3580,6 +3951,12 @@ export interface PostgreSqlConnectionInfo extends ConnectionInfo {
|
|
3580
3951
|
encryptConnection?: boolean;
|
3581
3952
|
/** Whether to trust the server certificate */
|
3582
3953
|
trustServerCertificate?: boolean;
|
3954
|
+
/** Additional connection settings */
|
3955
|
+
additionalSettings?: string;
|
3956
|
+
/** server brand version */
|
3957
|
+
serverBrandVersion?: string;
|
3958
|
+
/** Authentication type to use for connection */
|
3959
|
+
authentication?: AuthenticationType;
|
3583
3960
|
}
|
3584
3961
|
/** Properties required to create a connection to Azure SQL database Managed instance */
|
3585
3962
|
export interface MiSqlConnectionInfo extends ConnectionInfo {
|
@@ -3777,6 +4154,8 @@ export interface MigrateSqlServerSqlMITaskInput extends SqlMigrationTaskInput {
|
|
3777
4154
|
backupMode?: BackupMode;
|
3778
4155
|
/** Azure Active Directory domain name in the format of 'contoso.com' for federated Azure AD or 'contoso.onmicrosoft.com' for managed domain, required if and only if Windows logins are selected */
|
3779
4156
|
aadDomainName?: string;
|
4157
|
+
/** encrypted key for secure fields */
|
4158
|
+
encryptedKeyForSecureFields?: string;
|
3780
4159
|
}
|
3781
4160
|
/** Input for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance. */
|
3782
4161
|
export interface MigrateSsisTaskInput extends SqlMigrationTaskInput {
|
@@ -4743,6 +5122,8 @@ export interface DatabaseSummaryResult extends DataItemMigrationSummaryResult {
|
|
4743
5122
|
}
|
4744
5123
|
/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */
|
4745
5124
|
export interface MigrateSqlServerSqlMISyncTaskInput extends SqlServerSqlMISyncTaskInput {
|
5125
|
+
/** Number of database migrations to start in parallel */
|
5126
|
+
numberOfParallelDatabaseMigrations?: number;
|
4746
5127
|
}
|
4747
5128
|
/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */
|
4748
5129
|
export interface ValidateMigrationInputSqlServerSqlMISyncTaskInput extends SqlServerSqlMISyncTaskInput {
|
@@ -5580,74 +5961,275 @@ export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel exten
|
|
5580
5961
|
*/
|
5581
5962
|
readonly lastStorageUpdate?: Date;
|
5582
5963
|
/**
|
5583
|
-
* Summary of object results in the migration
|
5964
|
+
* Summary of object results in the migration
|
5965
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5966
|
+
*/
|
5967
|
+
readonly objectSummary?: string;
|
5968
|
+
}
|
5969
|
+
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
5970
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
5971
|
+
resultType: "TableLevelOutput";
|
5972
|
+
/**
|
5973
|
+
* Name of the item
|
5974
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5975
|
+
*/
|
5976
|
+
readonly objectName?: string;
|
5977
|
+
/**
|
5978
|
+
* Migration start time
|
5979
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5980
|
+
*/
|
5981
|
+
readonly startedOn?: Date;
|
5982
|
+
/**
|
5983
|
+
* Migration end time
|
5984
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5985
|
+
*/
|
5986
|
+
readonly endedOn?: Date;
|
5987
|
+
/**
|
5988
|
+
* Current state of migration
|
5989
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5990
|
+
*/
|
5991
|
+
readonly state?: MigrationState;
|
5992
|
+
/**
|
5993
|
+
* Status message
|
5994
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5995
|
+
*/
|
5996
|
+
readonly statusMessage?: string;
|
5997
|
+
/**
|
5998
|
+
* Number of items
|
5999
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
6000
|
+
*/
|
6001
|
+
readonly itemsCount?: number;
|
6002
|
+
/**
|
6003
|
+
* Number of successfully completed items
|
6004
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
6005
|
+
*/
|
6006
|
+
readonly itemsCompletedCount?: number;
|
6007
|
+
/**
|
6008
|
+
* Wildcard string prefix to use for querying all errors of the item
|
6009
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
6010
|
+
*/
|
6011
|
+
readonly errorPrefix?: string;
|
6012
|
+
/**
|
6013
|
+
* Wildcard string prefix to use for querying all sub-tem results of the item
|
6014
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
6015
|
+
*/
|
6016
|
+
readonly resultPrefix?: string;
|
6017
|
+
/**
|
6018
|
+
* Last time the storage was updated
|
6019
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
6020
|
+
*/
|
6021
|
+
readonly lastStorageUpdate?: Date;
|
6022
|
+
}
|
6023
|
+
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputError extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
6024
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
6025
|
+
resultType: "ErrorOutput";
|
6026
|
+
/**
|
6027
|
+
* Migration error
|
5584
6028
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5585
6029
|
*/
|
5586
|
-
readonly
|
6030
|
+
readonly error?: ReportableException;
|
5587
6031
|
}
|
5588
|
-
|
6032
|
+
/** Database Migration Resource properties for SQL database. */
|
6033
|
+
export interface DatabaseMigrationPropertiesSqlDb extends DatabaseMigrationProperties {
|
5589
6034
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
5590
|
-
|
6035
|
+
kind: "SqlDb";
|
5591
6036
|
/**
|
5592
|
-
*
|
6037
|
+
* Detailed migration status. Not included by default.
|
5593
6038
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5594
6039
|
*/
|
5595
|
-
readonly
|
6040
|
+
readonly migrationStatusDetails?: SqlDbMigrationStatusDetails;
|
6041
|
+
/** Target SQL DB connection details. */
|
6042
|
+
targetSqlConnection?: SqlConnectionInformation;
|
5596
6043
|
/**
|
5597
|
-
*
|
6044
|
+
* Offline configuration.
|
5598
6045
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5599
6046
|
*/
|
5600
|
-
readonly
|
6047
|
+
readonly offlineConfiguration?: SqlDbOfflineConfiguration;
|
6048
|
+
/** List of tables to copy. */
|
6049
|
+
tableList?: string[];
|
6050
|
+
}
|
6051
|
+
/** Database Migration Resource properties for SQL Managed Instance. */
|
6052
|
+
export interface DatabaseMigrationPropertiesSqlMi extends DatabaseMigrationProperties {
|
6053
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
6054
|
+
kind: "SqlMi";
|
5601
6055
|
/**
|
5602
|
-
*
|
6056
|
+
* Detailed migration status. Not included by default.
|
5603
6057
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5604
6058
|
*/
|
5605
|
-
readonly
|
6059
|
+
readonly migrationStatusDetails?: MigrationStatusDetails;
|
6060
|
+
/** Backup configuration info. */
|
6061
|
+
backupConfiguration?: BackupConfiguration;
|
6062
|
+
/** Offline configuration. */
|
6063
|
+
offlineConfiguration?: OfflineConfiguration;
|
6064
|
+
}
|
6065
|
+
/** Database Migration Resource properties for SQL Virtual Machine. */
|
6066
|
+
export interface DatabaseMigrationPropertiesSqlVm extends DatabaseMigrationProperties {
|
6067
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
6068
|
+
kind: "SqlVm";
|
5606
6069
|
/**
|
5607
|
-
*
|
6070
|
+
* Detailed migration status. Not included by default.
|
5608
6071
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5609
6072
|
*/
|
5610
|
-
readonly
|
6073
|
+
readonly migrationStatusDetails?: MigrationStatusDetails;
|
6074
|
+
/** Backup configuration info. */
|
6075
|
+
backupConfiguration?: BackupConfiguration;
|
6076
|
+
/** Offline configuration. */
|
6077
|
+
offlineConfiguration?: OfflineConfiguration;
|
6078
|
+
}
|
6079
|
+
/** Database Migration Resource for Mongo to CosmosDb. */
|
6080
|
+
export interface DatabaseMigrationCosmosDbMongo extends ProxyResource {
|
6081
|
+
kind?: ResourceType;
|
6082
|
+
/** Resource Id of the target resource. */
|
6083
|
+
scope?: string;
|
5611
6084
|
/**
|
5612
|
-
*
|
6085
|
+
* Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.
|
5613
6086
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5614
6087
|
*/
|
5615
|
-
readonly
|
6088
|
+
readonly provisioningState?: ProvisioningState;
|
5616
6089
|
/**
|
5617
|
-
*
|
6090
|
+
* Migration status.
|
5618
6091
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5619
6092
|
*/
|
5620
|
-
readonly
|
6093
|
+
readonly migrationStatus?: string;
|
5621
6094
|
/**
|
5622
|
-
*
|
6095
|
+
* Database migration start time.
|
5623
6096
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5624
6097
|
*/
|
5625
|
-
readonly
|
6098
|
+
readonly startedOn?: Date;
|
5626
6099
|
/**
|
5627
|
-
*
|
6100
|
+
* Database migration end time.
|
5628
6101
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5629
6102
|
*/
|
5630
|
-
readonly
|
6103
|
+
readonly endedOn?: Date;
|
6104
|
+
/** Resource Id of the Migration Service. */
|
6105
|
+
migrationService?: string;
|
6106
|
+
/** ID for current migration operation. */
|
6107
|
+
migrationOperationId?: string;
|
5631
6108
|
/**
|
5632
|
-
*
|
6109
|
+
* Error details in case of migration failure.
|
5633
6110
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5634
6111
|
*/
|
5635
|
-
readonly
|
6112
|
+
readonly migrationFailureError?: ErrorInfo;
|
6113
|
+
/** Error message for migration provisioning failure, if any. */
|
6114
|
+
provisioningError?: string;
|
6115
|
+
/** Source Mongo connection details. */
|
6116
|
+
sourceMongoConnection?: MongoConnectionInformation;
|
6117
|
+
/** Target Cosmos DB Mongo connection details. */
|
6118
|
+
targetMongoConnection?: MongoConnectionInformation;
|
6119
|
+
/** List of Mongo Collections to be migrated. */
|
6120
|
+
collectionList?: MongoMigrationCollection[];
|
6121
|
+
}
|
6122
|
+
/** Database Migration Resource. */
|
6123
|
+
export interface DatabaseMigrationBase extends ProxyResource {
|
6124
|
+
/** Database Migration Base Resource properties. */
|
6125
|
+
properties?: DatabaseMigrationBasePropertiesUnion;
|
6126
|
+
}
|
6127
|
+
/** Database Migration Resource. */
|
6128
|
+
export interface DatabaseMigration extends ProxyResource {
|
6129
|
+
/** Database Migration Resource properties. */
|
6130
|
+
properties?: DatabaseMigrationPropertiesUnion;
|
6131
|
+
}
|
6132
|
+
/** A Migration Service. */
|
6133
|
+
export interface MigrationService extends TrackedResource {
|
5636
6134
|
/**
|
5637
|
-
*
|
6135
|
+
* Provisioning state to track the async operation status.
|
5638
6136
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5639
6137
|
*/
|
5640
|
-
readonly
|
5641
|
-
}
|
5642
|
-
export interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputError extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {
|
5643
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
5644
|
-
resultType: "ErrorOutput";
|
6138
|
+
readonly provisioningState?: ProvisioningState;
|
5645
6139
|
/**
|
5646
|
-
*
|
6140
|
+
* Current state of the Integration runtime.
|
5647
6141
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5648
6142
|
*/
|
5649
|
-
readonly
|
6143
|
+
readonly integrationRuntimeState?: string;
|
6144
|
+
}
|
6145
|
+
/** Defines headers for DatabaseMigrationsMongoToCosmosDbRUMongo_delete operation. */
|
6146
|
+
export interface DatabaseMigrationsMongoToCosmosDbRUMongoDeleteHeaders {
|
6147
|
+
location?: string;
|
6148
|
+
}
|
6149
|
+
/** Defines headers for DatabaseMigrationsMongoToCosmosDbvCoreMongo_delete operation. */
|
6150
|
+
export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders {
|
6151
|
+
location?: string;
|
6152
|
+
}
|
6153
|
+
/** Defines headers for MigrationServices_delete operation. */
|
6154
|
+
export interface MigrationServicesDeleteHeaders {
|
6155
|
+
location?: string;
|
6156
|
+
}
|
6157
|
+
/** Defines headers for MigrationServices_update operation. */
|
6158
|
+
export interface MigrationServicesUpdateHeaders {
|
6159
|
+
location?: string;
|
6160
|
+
}
|
6161
|
+
/** Known values of {@link MongoMigrationStatus} that the service accepts. */
|
6162
|
+
export declare enum KnownMongoMigrationStatus {
|
6163
|
+
/** NotStarted */
|
6164
|
+
NotStarted = "NotStarted",
|
6165
|
+
/** InProgress */
|
6166
|
+
InProgress = "InProgress",
|
6167
|
+
/** Completed */
|
6168
|
+
Completed = "Completed",
|
6169
|
+
/** Failed */
|
6170
|
+
Failed = "Failed",
|
6171
|
+
/** Canceled */
|
6172
|
+
Canceled = "Canceled"
|
6173
|
+
}
|
6174
|
+
/**
|
6175
|
+
* Defines values for MongoMigrationStatus. \
|
6176
|
+
* {@link KnownMongoMigrationStatus} can be used interchangeably with MongoMigrationStatus,
|
6177
|
+
* this enum contains the known values that the service supports.
|
6178
|
+
* ### Known values supported by the service
|
6179
|
+
* **NotStarted** \
|
6180
|
+
* **InProgress** \
|
6181
|
+
* **Completed** \
|
6182
|
+
* **Failed** \
|
6183
|
+
* **Canceled**
|
6184
|
+
*/
|
6185
|
+
export type MongoMigrationStatus = string;
|
6186
|
+
/** Known values of {@link ResourceType} that the service accepts. */
|
6187
|
+
export declare enum KnownResourceType {
|
6188
|
+
/** SqlMi */
|
6189
|
+
SqlMi = "SqlMi",
|
6190
|
+
/** SqlVm */
|
6191
|
+
SqlVm = "SqlVm",
|
6192
|
+
/** SqlDb */
|
6193
|
+
SqlDb = "SqlDb",
|
6194
|
+
/** MongoToCosmosDbMongo */
|
6195
|
+
MongoToCosmosDbMongo = "MongoToCosmosDbMongo"
|
6196
|
+
}
|
6197
|
+
/**
|
6198
|
+
* Defines values for ResourceType. \
|
6199
|
+
* {@link KnownResourceType} can be used interchangeably with ResourceType,
|
6200
|
+
* this enum contains the known values that the service supports.
|
6201
|
+
* ### Known values supported by the service
|
6202
|
+
* **SqlMi** \
|
6203
|
+
* **SqlVm** \
|
6204
|
+
* **SqlDb** \
|
6205
|
+
* **MongoToCosmosDbMongo**
|
6206
|
+
*/
|
6207
|
+
export type ResourceType = string;
|
6208
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
6209
|
+
export declare enum KnownProvisioningState {
|
6210
|
+
/** Provisioning */
|
6211
|
+
Provisioning = "Provisioning",
|
6212
|
+
/** Updating */
|
6213
|
+
Updating = "Updating",
|
6214
|
+
/** Succeeded */
|
6215
|
+
Succeeded = "Succeeded",
|
6216
|
+
/** Failed */
|
6217
|
+
Failed = "Failed",
|
6218
|
+
/** Canceled */
|
6219
|
+
Canceled = "Canceled"
|
5650
6220
|
}
|
6221
|
+
/**
|
6222
|
+
* Defines values for ProvisioningState. \
|
6223
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
6224
|
+
* this enum contains the known values that the service supports.
|
6225
|
+
* ### Known values supported by the service
|
6226
|
+
* **Provisioning** \
|
6227
|
+
* **Updating** \
|
6228
|
+
* **Succeeded** \
|
6229
|
+
* **Failed** \
|
6230
|
+
* **Canceled**
|
6231
|
+
*/
|
6232
|
+
export type ProvisioningState = string;
|
5651
6233
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
5652
6234
|
export declare enum KnownCreatedByType {
|
5653
6235
|
/** User */
|
@@ -5670,22 +6252,28 @@ export declare enum KnownCreatedByType {
|
|
5670
6252
|
* **Key**
|
5671
6253
|
*/
|
5672
6254
|
export type CreatedByType = string;
|
5673
|
-
/** Known values of {@link
|
5674
|
-
export declare enum
|
5675
|
-
/**
|
5676
|
-
|
5677
|
-
/**
|
5678
|
-
|
6255
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
6256
|
+
export declare enum KnownManagedServiceIdentityType {
|
6257
|
+
/** None */
|
6258
|
+
None = "None",
|
6259
|
+
/** SystemAssigned */
|
6260
|
+
SystemAssigned = "SystemAssigned",
|
6261
|
+
/** UserAssigned */
|
6262
|
+
UserAssigned = "UserAssigned",
|
6263
|
+
/** SystemAssignedUserAssigned */
|
6264
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
5679
6265
|
}
|
5680
6266
|
/**
|
5681
|
-
* Defines values for
|
5682
|
-
* {@link
|
6267
|
+
* Defines values for ManagedServiceIdentityType. \
|
6268
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
5683
6269
|
* this enum contains the known values that the service supports.
|
5684
6270
|
* ### Known values supported by the service
|
5685
|
-
* **
|
5686
|
-
* **
|
6271
|
+
* **None** \
|
6272
|
+
* **SystemAssigned** \
|
6273
|
+
* **UserAssigned** \
|
6274
|
+
* **SystemAssigned,UserAssigned**
|
5687
6275
|
*/
|
5688
|
-
export type
|
6276
|
+
export type ManagedServiceIdentityType = string;
|
5689
6277
|
/** Known values of {@link OperationOrigin} that the service accepts. */
|
5690
6278
|
export declare enum KnownOperationOrigin {
|
5691
6279
|
/** User */
|
@@ -7120,13 +7708,119 @@ export declare enum KnownErrorType {
|
|
7120
7708
|
* **Error**
|
7121
7709
|
*/
|
7122
7710
|
export type ErrorType = string;
|
7711
|
+
/** Defines values for AuthType. */
|
7712
|
+
export type AuthType = "AccountKey" | "ManagedIdentity";
|
7123
7713
|
/** Defines values for ServerLevelPermissionsGroup. */
|
7124
|
-
export type ServerLevelPermissionsGroup = "Default" | "MigrationFromSqlServerToAzureDB" | "MigrationFromSqlServerToAzureMI" | "MigrationFromMySQLToAzureDBForMySQL";
|
7714
|
+
export type ServerLevelPermissionsGroup = "Default" | "MigrationFromSqlServerToAzureDB" | "MigrationFromSqlServerToAzureMI" | "MigrationFromMySQLToAzureDBForMySQL" | "MigrationFromSqlServerToAzureVM";
|
7715
|
+
/** Optional parameters. */
|
7716
|
+
export interface DatabaseMigrationsMongoToCosmosDbRUMongoGetOptionalParams extends coreClient.OperationOptions {
|
7717
|
+
}
|
7718
|
+
/** Contains response data for the get operation. */
|
7719
|
+
export type DatabaseMigrationsMongoToCosmosDbRUMongoGetResponse = DatabaseMigrationCosmosDbMongo;
|
7720
|
+
/** Optional parameters. */
|
7721
|
+
export interface DatabaseMigrationsMongoToCosmosDbRUMongoCreateOptionalParams extends coreClient.OperationOptions {
|
7722
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7723
|
+
updateIntervalInMs?: number;
|
7724
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7725
|
+
resumeFrom?: string;
|
7726
|
+
}
|
7727
|
+
/** Contains response data for the create operation. */
|
7728
|
+
export type DatabaseMigrationsMongoToCosmosDbRUMongoCreateResponse = DatabaseMigrationCosmosDbMongo;
|
7729
|
+
/** Optional parameters. */
|
7730
|
+
export interface DatabaseMigrationsMongoToCosmosDbRUMongoDeleteOptionalParams extends coreClient.OperationOptions {
|
7731
|
+
/** Optional force delete boolean. If this is provided as true, migration will be deleted even if active. */
|
7732
|
+
force?: boolean;
|
7733
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7734
|
+
updateIntervalInMs?: number;
|
7735
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7736
|
+
resumeFrom?: string;
|
7737
|
+
}
|
7738
|
+
/** Contains response data for the delete operation. */
|
7739
|
+
export type DatabaseMigrationsMongoToCosmosDbRUMongoDeleteResponse = DatabaseMigrationsMongoToCosmosDbRUMongoDeleteHeaders;
|
7740
|
+
/** Optional parameters. */
|
7741
|
+
export interface DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeOptionalParams extends coreClient.OperationOptions {
|
7742
|
+
}
|
7743
|
+
/** Contains response data for the getForScope operation. */
|
7744
|
+
export type DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeResponse = DatabaseMigrationCosmosDbMongoListResult;
|
7745
|
+
/** Optional parameters. */
|
7746
|
+
export interface DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeNextOptionalParams extends coreClient.OperationOptions {
|
7747
|
+
}
|
7748
|
+
/** Contains response data for the getForScopeNext operation. */
|
7749
|
+
export type DatabaseMigrationsMongoToCosmosDbRUMongoGetForScopeNextResponse = DatabaseMigrationCosmosDbMongoListResult;
|
7750
|
+
/** Optional parameters. */
|
7751
|
+
export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams extends coreClient.OperationOptions {
|
7752
|
+
}
|
7753
|
+
/** Contains response data for the get operation. */
|
7754
|
+
export type DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse = DatabaseMigrationCosmosDbMongo;
|
7755
|
+
/** Optional parameters. */
|
7756
|
+
export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams extends coreClient.OperationOptions {
|
7757
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7758
|
+
updateIntervalInMs?: number;
|
7759
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7760
|
+
resumeFrom?: string;
|
7761
|
+
}
|
7762
|
+
/** Contains response data for the create operation. */
|
7763
|
+
export type DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse = DatabaseMigrationCosmosDbMongo;
|
7764
|
+
/** Optional parameters. */
|
7765
|
+
export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams extends coreClient.OperationOptions {
|
7766
|
+
/** Optional force delete boolean. If this is provided as true, migration will be deleted even if active. */
|
7767
|
+
force?: boolean;
|
7768
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7769
|
+
updateIntervalInMs?: number;
|
7770
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7771
|
+
resumeFrom?: string;
|
7772
|
+
}
|
7773
|
+
/** Contains response data for the delete operation. */
|
7774
|
+
export type DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse = DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders;
|
7775
|
+
/** Optional parameters. */
|
7776
|
+
export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams extends coreClient.OperationOptions {
|
7777
|
+
}
|
7778
|
+
/** Contains response data for the getForScope operation. */
|
7779
|
+
export type DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeResponse = DatabaseMigrationCosmosDbMongoListResult;
|
7780
|
+
/** Optional parameters. */
|
7781
|
+
export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeNextOptionalParams extends coreClient.OperationOptions {
|
7782
|
+
}
|
7783
|
+
/** Contains response data for the getForScopeNext operation. */
|
7784
|
+
export type DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeNextResponse = DatabaseMigrationCosmosDbMongoListResult;
|
7785
|
+
/** Optional parameters. */
|
7786
|
+
export interface DatabaseMigrationsSqlDbGetOptionalParams extends coreClient.OperationOptions {
|
7787
|
+
/** Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved. */
|
7788
|
+
migrationOperationId?: string;
|
7789
|
+
/** Complete migration details be included in the response. */
|
7790
|
+
expand?: string;
|
7791
|
+
}
|
7792
|
+
/** Contains response data for the get operation. */
|
7793
|
+
export type DatabaseMigrationsSqlDbGetResponse = DatabaseMigrationSqlDb;
|
7794
|
+
/** Optional parameters. */
|
7795
|
+
export interface DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7796
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7797
|
+
updateIntervalInMs?: number;
|
7798
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7799
|
+
resumeFrom?: string;
|
7800
|
+
}
|
7801
|
+
/** Contains response data for the createOrUpdate operation. */
|
7802
|
+
export type DatabaseMigrationsSqlDbCreateOrUpdateResponse = DatabaseMigrationSqlDb;
|
7803
|
+
/** Optional parameters. */
|
7804
|
+
export interface DatabaseMigrationsSqlDbDeleteOptionalParams extends coreClient.OperationOptions {
|
7805
|
+
/** Optional force delete boolean. If this is provided as true, migration will be deleted even if active. */
|
7806
|
+
force?: boolean;
|
7807
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7808
|
+
updateIntervalInMs?: number;
|
7809
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7810
|
+
resumeFrom?: string;
|
7811
|
+
}
|
7812
|
+
/** Optional parameters. */
|
7813
|
+
export interface DatabaseMigrationsSqlDbCancelOptionalParams extends coreClient.OperationOptions {
|
7814
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7815
|
+
updateIntervalInMs?: number;
|
7816
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7817
|
+
resumeFrom?: string;
|
7818
|
+
}
|
7125
7819
|
/** Optional parameters. */
|
7126
7820
|
export interface DatabaseMigrationsSqlMiGetOptionalParams extends coreClient.OperationOptions {
|
7127
7821
|
/** Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved. */
|
7128
7822
|
migrationOperationId?: string;
|
7129
|
-
/**
|
7823
|
+
/** Complete migration details be included in the response. */
|
7130
7824
|
expand?: string;
|
7131
7825
|
}
|
7132
7826
|
/** Contains response data for the get operation. */
|
@@ -7158,7 +7852,7 @@ export interface DatabaseMigrationsSqlMiCutoverOptionalParams extends coreClient
|
|
7158
7852
|
export interface DatabaseMigrationsSqlVmGetOptionalParams extends coreClient.OperationOptions {
|
7159
7853
|
/** Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved. */
|
7160
7854
|
migrationOperationId?: string;
|
7161
|
-
/**
|
7855
|
+
/** Complete migration details be included in the response. */
|
7162
7856
|
expand?: string;
|
7163
7857
|
}
|
7164
7858
|
/** Contains response data for the get operation. */
|
@@ -7197,6 +7891,68 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
7197
7891
|
/** Contains response data for the listNext operation. */
|
7198
7892
|
export type OperationsListNextResponse = OperationListResult;
|
7199
7893
|
/** Optional parameters. */
|
7894
|
+
export interface MigrationServicesGetOptionalParams extends coreClient.OperationOptions {
|
7895
|
+
}
|
7896
|
+
/** Contains response data for the get operation. */
|
7897
|
+
export type MigrationServicesGetResponse = MigrationService;
|
7898
|
+
/** Optional parameters. */
|
7899
|
+
export interface MigrationServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7900
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7901
|
+
updateIntervalInMs?: number;
|
7902
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7903
|
+
resumeFrom?: string;
|
7904
|
+
}
|
7905
|
+
/** Contains response data for the createOrUpdate operation. */
|
7906
|
+
export type MigrationServicesCreateOrUpdateResponse = MigrationService;
|
7907
|
+
/** Optional parameters. */
|
7908
|
+
export interface MigrationServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
7909
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7910
|
+
updateIntervalInMs?: number;
|
7911
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7912
|
+
resumeFrom?: string;
|
7913
|
+
}
|
7914
|
+
/** Contains response data for the delete operation. */
|
7915
|
+
export type MigrationServicesDeleteResponse = MigrationServicesDeleteHeaders;
|
7916
|
+
/** Optional parameters. */
|
7917
|
+
export interface MigrationServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
7918
|
+
/** Delay to wait until next poll, in milliseconds. */
|
7919
|
+
updateIntervalInMs?: number;
|
7920
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
7921
|
+
resumeFrom?: string;
|
7922
|
+
}
|
7923
|
+
/** Contains response data for the update operation. */
|
7924
|
+
export type MigrationServicesUpdateResponse = MigrationService;
|
7925
|
+
/** Optional parameters. */
|
7926
|
+
export interface MigrationServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
7927
|
+
}
|
7928
|
+
/** Contains response data for the listByResourceGroup operation. */
|
7929
|
+
export type MigrationServicesListByResourceGroupResponse = MigrationServiceListResult;
|
7930
|
+
/** Optional parameters. */
|
7931
|
+
export interface MigrationServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
7932
|
+
}
|
7933
|
+
/** Contains response data for the listBySubscription operation. */
|
7934
|
+
export type MigrationServicesListBySubscriptionResponse = MigrationServiceListResult;
|
7935
|
+
/** Optional parameters. */
|
7936
|
+
export interface MigrationServicesListMigrationsOptionalParams extends coreClient.OperationOptions {
|
7937
|
+
}
|
7938
|
+
/** Contains response data for the listMigrations operation. */
|
7939
|
+
export type MigrationServicesListMigrationsResponse = DatabaseMigrationBaseListResult;
|
7940
|
+
/** Optional parameters. */
|
7941
|
+
export interface MigrationServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
7942
|
+
}
|
7943
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
7944
|
+
export type MigrationServicesListByResourceGroupNextResponse = MigrationServiceListResult;
|
7945
|
+
/** Optional parameters. */
|
7946
|
+
export interface MigrationServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
7947
|
+
}
|
7948
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
7949
|
+
export type MigrationServicesListBySubscriptionNextResponse = MigrationServiceListResult;
|
7950
|
+
/** Optional parameters. */
|
7951
|
+
export interface MigrationServicesListMigrationsNextOptionalParams extends coreClient.OperationOptions {
|
7952
|
+
}
|
7953
|
+
/** Contains response data for the listMigrationsNext operation. */
|
7954
|
+
export type MigrationServicesListMigrationsNextResponse = DatabaseMigrationBaseListResult;
|
7955
|
+
/** Optional parameters. */
|
7200
7956
|
export interface SqlMigrationServicesGetOptionalParams extends coreClient.OperationOptions {
|
7201
7957
|
}
|
7202
7958
|
/** Contains response data for the get operation. */
|
@@ -7418,8 +8174,6 @@ export interface TasksCommandOptionalParams extends coreClient.OperationOptions
|
|
7418
8174
|
export type TasksCommandResponse = CommandPropertiesUnion;
|
7419
8175
|
/** Optional parameters. */
|
7420
8176
|
export interface TasksListNextOptionalParams extends coreClient.OperationOptions {
|
7421
|
-
/** Filter tasks by task type */
|
7422
|
-
taskType?: string;
|
7423
8177
|
}
|
7424
8178
|
/** Contains response data for the listNext operation. */
|
7425
8179
|
export type TasksListNextResponse = TaskList;
|
@@ -7459,8 +8213,6 @@ export interface ServiceTasksCancelOptionalParams extends coreClient.OperationOp
|
|
7459
8213
|
export type ServiceTasksCancelResponse = ProjectTask;
|
7460
8214
|
/** Optional parameters. */
|
7461
8215
|
export interface ServiceTasksListNextOptionalParams extends coreClient.OperationOptions {
|
7462
|
-
/** Filter tasks by task type */
|
7463
|
-
taskType?: string;
|
7464
8216
|
}
|
7465
8217
|
/** Contains response data for the listNext operation. */
|
7466
8218
|
export type ServiceTasksListNextResponse = TaskList;
|