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