@azure/arm-datamigration 3.0.0-alpha.20250721.1 → 3.0.0-alpha.20250723.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/dataMigrationManagementClient.d.ts +5 -1
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/browser/dataMigrationManagementClient.js +19 -32
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +6 -11
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +12 -24
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +968 -216
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +52 -8
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +47 -14
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +5531 -5222
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +21 -12
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +184 -110
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operations/files.js +83 -67
- package/dist/browser/operations/files.js.map +1 -1
- package/dist/browser/operations/index.d.ts +4 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +4 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/migrationServices.d.ts +144 -0
- package/dist/browser/operations/migrationServices.d.ts.map +1 -0
- package/dist/browser/operations/migrationServices.js +676 -0
- package/dist/browser/operations/migrationServices.js.map +1 -0
- package/dist/browser/operations/operations.js +47 -31
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/projects.js +73 -57
- package/dist/browser/operations/projects.js.map +1 -1
- package/dist/browser/operations/resourceSkus.d.ts +2 -2
- package/dist/browser/operations/resourceSkus.js +52 -36
- package/dist/browser/operations/resourceSkus.js.map +1 -1
- package/dist/browser/operations/serviceTasks.d.ts +16 -13
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operations/serviceTasks.js +95 -76
- package/dist/browser/operations/serviceTasks.js.map +1 -1
- package/dist/browser/operations/services.d.ts +59 -58
- package/dist/browser/operations/services.d.ts.map +1 -1
- package/dist/browser/operations/services.js +332 -288
- package/dist/browser/operations/services.js.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.js +240 -194
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operations/tasks.d.ts +20 -20
- package/dist/browser/operations/tasks.js +105 -89
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operations/usages.d.ts +4 -4
- package/dist/browser/operations/usages.js +55 -39
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operationsInterfaces/files.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +4 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
- package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/projects.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts +53 -52
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/services.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +4 -4
- package/dist/browser/pagingHelper.js +8 -6
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts +5 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.js +18 -31
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +6 -11
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +13 -26
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +968 -216
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +54 -10
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +47 -14
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +5538 -5229
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +21 -12
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +184 -110
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +93 -97
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +93 -97
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operations/files.js +82 -67
- package/dist/commonjs/operations/files.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +4 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/migrationServices.d.ts +144 -0
- package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationServices.js +680 -0
- package/dist/commonjs/operations/migrationServices.js.map +1 -0
- package/dist/commonjs/operations/operations.js +46 -31
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/projects.js +72 -57
- package/dist/commonjs/operations/projects.js.map +1 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +2 -2
- package/dist/commonjs/operations/resourceSkus.js +51 -36
- package/dist/commonjs/operations/resourceSkus.js.map +1 -1
- package/dist/commonjs/operations/serviceTasks.d.ts +16 -13
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operations/serviceTasks.js +94 -76
- package/dist/commonjs/operations/serviceTasks.js.map +1 -1
- package/dist/commonjs/operations/services.d.ts +59 -58
- package/dist/commonjs/operations/services.d.ts.map +1 -1
- package/dist/commonjs/operations/services.js +329 -286
- package/dist/commonjs/operations/services.js.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +237 -192
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operations/tasks.d.ts +20 -20
- package/dist/commonjs/operations/tasks.js +104 -89
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts +4 -4
- package/dist/commonjs/operations/usages.js +54 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/files.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.d.ts +53 -52
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +4 -4
- package/dist/commonjs/pagingHelper.js +8 -6
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/dataMigrationManagementClient.d.ts +5 -1
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/esm/dataMigrationManagementClient.js +19 -32
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +6 -11
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +12 -24
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +968 -216
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +52 -8
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +47 -14
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +5531 -5222
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +21 -12
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +184 -110
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operations/files.js +83 -67
- package/dist/esm/operations/files.js.map +1 -1
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +4 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/migrationServices.d.ts +144 -0
- package/dist/esm/operations/migrationServices.d.ts.map +1 -0
- package/dist/esm/operations/migrationServices.js +676 -0
- package/dist/esm/operations/migrationServices.js.map +1 -0
- package/dist/esm/operations/operations.js +47 -31
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/projects.js +73 -57
- package/dist/esm/operations/projects.js.map +1 -1
- package/dist/esm/operations/resourceSkus.d.ts +2 -2
- package/dist/esm/operations/resourceSkus.js +52 -36
- package/dist/esm/operations/resourceSkus.js.map +1 -1
- package/dist/esm/operations/serviceTasks.d.ts +16 -13
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operations/serviceTasks.js +95 -76
- package/dist/esm/operations/serviceTasks.js.map +1 -1
- package/dist/esm/operations/services.d.ts +59 -58
- package/dist/esm/operations/services.d.ts.map +1 -1
- package/dist/esm/operations/services.js +332 -288
- package/dist/esm/operations/services.js.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.js +240 -194
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operations/tasks.d.ts +20 -20
- package/dist/esm/operations/tasks.js +105 -89
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operations/usages.d.ts +4 -4
- package/dist/esm/operations/usages.js +55 -39
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operationsInterfaces/files.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +4 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/projects.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/services.d.ts +53 -52
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/services.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +4 -4
- package/dist/esm/pagingHelper.js +8 -6
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts +5 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.js +19 -32
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +6 -11
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +12 -24
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +968 -216
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +52 -8
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +47 -14
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +5531 -5222
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +21 -12
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +184 -110
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operations/files.js +83 -67
- package/dist/react-native/operations/files.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +4 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/migrationServices.d.ts +144 -0
- package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/migrationServices.js +676 -0
- package/dist/react-native/operations/migrationServices.js.map +1 -0
- package/dist/react-native/operations/operations.js +47 -31
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/projects.js +73 -57
- package/dist/react-native/operations/projects.js.map +1 -1
- package/dist/react-native/operations/resourceSkus.d.ts +2 -2
- package/dist/react-native/operations/resourceSkus.js +52 -36
- package/dist/react-native/operations/resourceSkus.js.map +1 -1
- package/dist/react-native/operations/serviceTasks.d.ts +16 -13
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operations/serviceTasks.js +95 -76
- package/dist/react-native/operations/serviceTasks.js.map +1 -1
- package/dist/react-native/operations/services.d.ts +59 -58
- package/dist/react-native/operations/services.d.ts.map +1 -1
- package/dist/react-native/operations/services.js +332 -288
- package/dist/react-native/operations/services.js.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.js +240 -194
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operations/tasks.d.ts +20 -20
- package/dist/react-native/operations/tasks.js +105 -89
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts +4 -4
- package/dist/react-native/operations/usages.js +55 -39
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operationsInterfaces/files.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +4 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +53 -52
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/services.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +4 -4
- package/dist/react-native/pagingHelper.js +8 -6
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +26 -27
- package/CHANGELOG.md +0 -21
- package/review/arm-datamigration-node.api.md +0 -4103
@@ -18,7 +18,6 @@ const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
18
|
/// <reference lib="esnext.asynciterable" />
|
19
19
|
/** Class containing SqlMigrationServices operations. */
|
20
20
|
class SqlMigrationServicesImpl {
|
21
|
-
client;
|
22
21
|
/**
|
23
22
|
* Initialize a new instance of the class SqlMigrationServices class.
|
24
23
|
* @param client Reference to the service client
|
@@ -42,35 +41,52 @@ class SqlMigrationServicesImpl {
|
|
42
41
|
return this;
|
43
42
|
},
|
44
43
|
byPage: (settings) => {
|
45
|
-
if (settings
|
44
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
46
45
|
throw new Error("maxPageSize is not supported by this operation.");
|
47
46
|
}
|
48
47
|
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
49
|
-
}
|
48
|
+
},
|
50
49
|
};
|
51
50
|
}
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
51
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
52
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
53
|
+
let result;
|
54
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
55
|
+
if (!continuationToken) {
|
56
|
+
result = yield tslib_1.__await(this._listByResourceGroup(resourceGroupName, options));
|
57
|
+
let page = result.value || [];
|
58
|
+
continuationToken = result.nextLink;
|
59
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
60
|
+
yield yield tslib_1.__await(page);
|
61
|
+
}
|
62
|
+
while (continuationToken) {
|
63
|
+
result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
64
|
+
continuationToken = result.nextLink;
|
65
|
+
let page = result.value || [];
|
66
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
67
|
+
yield yield tslib_1.__await(page);
|
68
|
+
}
|
69
|
+
});
|
69
70
|
}
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
71
|
+
listByResourceGroupPagingAll(resourceGroupName, options) {
|
72
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
73
|
+
var _a, e_1, _b, _c;
|
74
|
+
try {
|
75
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
76
|
+
_c = _f.value;
|
77
|
+
_d = false;
|
78
|
+
const page = _c;
|
79
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
80
|
+
}
|
81
|
+
}
|
82
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
83
|
+
finally {
|
84
|
+
try {
|
85
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
86
|
+
}
|
87
|
+
finally { if (e_1) throw e_1.error; }
|
88
|
+
}
|
89
|
+
});
|
74
90
|
}
|
75
91
|
/**
|
76
92
|
* Retrieve the List of database migrations attached to the service.
|
@@ -89,35 +105,52 @@ class SqlMigrationServicesImpl {
|
|
89
105
|
return this;
|
90
106
|
},
|
91
107
|
byPage: (settings) => {
|
92
|
-
if (settings
|
108
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
93
109
|
throw new Error("maxPageSize is not supported by this operation.");
|
94
110
|
}
|
95
111
|
return this.listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options, settings);
|
96
|
-
}
|
112
|
+
},
|
97
113
|
};
|
98
114
|
}
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
115
|
+
listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options, settings) {
|
116
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listMigrationsPagingPage_1() {
|
117
|
+
let result;
|
118
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
119
|
+
if (!continuationToken) {
|
120
|
+
result = yield tslib_1.__await(this._listMigrations(resourceGroupName, sqlMigrationServiceName, options));
|
121
|
+
let page = result.value || [];
|
122
|
+
continuationToken = result.nextLink;
|
123
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
124
|
+
yield yield tslib_1.__await(page);
|
125
|
+
}
|
126
|
+
while (continuationToken) {
|
127
|
+
result = yield tslib_1.__await(this._listMigrationsNext(resourceGroupName, sqlMigrationServiceName, continuationToken, options));
|
128
|
+
continuationToken = result.nextLink;
|
129
|
+
let page = result.value || [];
|
130
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
131
|
+
yield yield tslib_1.__await(page);
|
132
|
+
}
|
133
|
+
});
|
116
134
|
}
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
135
|
+
listMigrationsPagingAll(resourceGroupName, sqlMigrationServiceName, options) {
|
136
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listMigrationsPagingAll_1() {
|
137
|
+
var _a, e_2, _b, _c;
|
138
|
+
try {
|
139
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
140
|
+
_c = _f.value;
|
141
|
+
_d = false;
|
142
|
+
const page = _c;
|
143
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
144
|
+
}
|
145
|
+
}
|
146
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
147
|
+
finally {
|
148
|
+
try {
|
149
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
150
|
+
}
|
151
|
+
finally { if (e_2) throw e_2.error; }
|
152
|
+
}
|
153
|
+
});
|
121
154
|
}
|
122
155
|
/**
|
123
156
|
* Retrieve all SQL migration services in the subscriptions.
|
@@ -133,38 +166,55 @@ class SqlMigrationServicesImpl {
|
|
133
166
|
return this;
|
134
167
|
},
|
135
168
|
byPage: (settings) => {
|
136
|
-
if (settings
|
169
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
137
170
|
throw new Error("maxPageSize is not supported by this operation.");
|
138
171
|
}
|
139
172
|
return this.listBySubscriptionPagingPage(options, settings);
|
140
|
-
}
|
173
|
+
},
|
141
174
|
};
|
142
175
|
}
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
176
|
+
listBySubscriptionPagingPage(options, settings) {
|
177
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
178
|
+
let result;
|
179
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
180
|
+
if (!continuationToken) {
|
181
|
+
result = yield tslib_1.__await(this._listBySubscription(options));
|
182
|
+
let page = result.value || [];
|
183
|
+
continuationToken = result.nextLink;
|
184
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
185
|
+
yield yield tslib_1.__await(page);
|
186
|
+
}
|
187
|
+
while (continuationToken) {
|
188
|
+
result = yield tslib_1.__await(this._listBySubscriptionNext(continuationToken, options));
|
189
|
+
continuationToken = result.nextLink;
|
190
|
+
let page = result.value || [];
|
191
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
192
|
+
yield yield tslib_1.__await(page);
|
193
|
+
}
|
194
|
+
});
|
160
195
|
}
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
196
|
+
listBySubscriptionPagingAll(options) {
|
197
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
198
|
+
var _a, e_3, _b, _c;
|
199
|
+
try {
|
200
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
201
|
+
_c = _f.value;
|
202
|
+
_d = false;
|
203
|
+
const page = _c;
|
204
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
205
|
+
}
|
206
|
+
}
|
207
|
+
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
208
|
+
finally {
|
209
|
+
try {
|
210
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
211
|
+
}
|
212
|
+
finally { if (e_3) throw e_3.error; }
|
213
|
+
}
|
214
|
+
});
|
165
215
|
}
|
166
216
|
/**
|
167
|
-
* Retrieve the Migration Service
|
217
|
+
* Retrieve the Database Migration Service
|
168
218
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
169
219
|
* value from the Azure Resource Manager API or the portal.
|
170
220
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -174,7 +224,7 @@ class SqlMigrationServicesImpl {
|
|
174
224
|
return this.client.sendOperationRequest({ resourceGroupName, sqlMigrationServiceName, options }, getOperationSpec);
|
175
225
|
}
|
176
226
|
/**
|
177
|
-
* Create or Update
|
227
|
+
* Create or Update Database Migration Service.
|
178
228
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
179
229
|
* value from the Azure Resource Manager API or the portal.
|
180
230
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -185,40 +235,39 @@ class SqlMigrationServicesImpl {
|
|
185
235
|
const directSendOperation = async (args, spec) => {
|
186
236
|
return this.client.sendOperationRequest(args, spec);
|
187
237
|
};
|
188
|
-
const
|
238
|
+
const sendOperationFn = async (args, spec) => {
|
239
|
+
var _a;
|
189
240
|
let currentRawResponse = undefined;
|
190
|
-
const providedCallback = args.options
|
241
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
191
242
|
const callback = (rawResponse, flatResponse) => {
|
192
243
|
currentRawResponse = rawResponse;
|
193
|
-
providedCallback
|
194
|
-
};
|
195
|
-
const updatedArgs = {
|
196
|
-
...args,
|
197
|
-
options: {
|
198
|
-
...args.options,
|
199
|
-
onResponse: callback
|
200
|
-
}
|
244
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
201
245
|
};
|
246
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
202
247
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
203
248
|
return {
|
204
249
|
flatResponse,
|
205
250
|
rawResponse: {
|
206
251
|
statusCode: currentRawResponse.status,
|
207
252
|
body: currentRawResponse.parsedBody,
|
208
|
-
headers: currentRawResponse.headers.toJSON()
|
209
|
-
}
|
253
|
+
headers: currentRawResponse.headers.toJSON(),
|
254
|
+
},
|
210
255
|
};
|
211
256
|
};
|
212
|
-
const lro =
|
213
|
-
|
214
|
-
|
215
|
-
|
257
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
258
|
+
sendOperationFn,
|
259
|
+
args: { resourceGroupName, sqlMigrationServiceName, parameters, options },
|
260
|
+
spec: createOrUpdateOperationSpec,
|
261
|
+
});
|
262
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
263
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
264
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
216
265
|
});
|
217
266
|
await poller.poll();
|
218
267
|
return poller;
|
219
268
|
}
|
220
269
|
/**
|
221
|
-
* Create or Update
|
270
|
+
* Create or Update Database Migration Service.
|
222
271
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
223
272
|
* value from the Azure Resource Manager API or the portal.
|
224
273
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -230,7 +279,7 @@ class SqlMigrationServicesImpl {
|
|
230
279
|
return poller.pollUntilDone();
|
231
280
|
}
|
232
281
|
/**
|
233
|
-
* Delete
|
282
|
+
* Delete Database Migration Service.
|
234
283
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
235
284
|
* value from the Azure Resource Manager API or the portal.
|
236
285
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -240,40 +289,39 @@ class SqlMigrationServicesImpl {
|
|
240
289
|
const directSendOperation = async (args, spec) => {
|
241
290
|
return this.client.sendOperationRequest(args, spec);
|
242
291
|
};
|
243
|
-
const
|
292
|
+
const sendOperationFn = async (args, spec) => {
|
293
|
+
var _a;
|
244
294
|
let currentRawResponse = undefined;
|
245
|
-
const providedCallback = args.options
|
295
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
246
296
|
const callback = (rawResponse, flatResponse) => {
|
247
297
|
currentRawResponse = rawResponse;
|
248
|
-
providedCallback
|
249
|
-
};
|
250
|
-
const updatedArgs = {
|
251
|
-
...args,
|
252
|
-
options: {
|
253
|
-
...args.options,
|
254
|
-
onResponse: callback
|
255
|
-
}
|
298
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
256
299
|
};
|
300
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
257
301
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
258
302
|
return {
|
259
303
|
flatResponse,
|
260
304
|
rawResponse: {
|
261
305
|
statusCode: currentRawResponse.status,
|
262
306
|
body: currentRawResponse.parsedBody,
|
263
|
-
headers: currentRawResponse.headers.toJSON()
|
264
|
-
}
|
307
|
+
headers: currentRawResponse.headers.toJSON(),
|
308
|
+
},
|
265
309
|
};
|
266
310
|
};
|
267
|
-
const lro =
|
268
|
-
|
269
|
-
|
270
|
-
|
311
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
312
|
+
sendOperationFn,
|
313
|
+
args: { resourceGroupName, sqlMigrationServiceName, options },
|
314
|
+
spec: deleteOperationSpec,
|
315
|
+
});
|
316
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
317
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
318
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
271
319
|
});
|
272
320
|
await poller.poll();
|
273
321
|
return poller;
|
274
322
|
}
|
275
323
|
/**
|
276
|
-
* Delete
|
324
|
+
* Delete Database Migration Service.
|
277
325
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
278
326
|
* value from the Azure Resource Manager API or the portal.
|
279
327
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -284,7 +332,7 @@ class SqlMigrationServicesImpl {
|
|
284
332
|
return poller.pollUntilDone();
|
285
333
|
}
|
286
334
|
/**
|
287
|
-
* Update
|
335
|
+
* Update Database Migration Service.
|
288
336
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
289
337
|
* value from the Azure Resource Manager API or the portal.
|
290
338
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -295,40 +343,39 @@ class SqlMigrationServicesImpl {
|
|
295
343
|
const directSendOperation = async (args, spec) => {
|
296
344
|
return this.client.sendOperationRequest(args, spec);
|
297
345
|
};
|
298
|
-
const
|
346
|
+
const sendOperationFn = async (args, spec) => {
|
347
|
+
var _a;
|
299
348
|
let currentRawResponse = undefined;
|
300
|
-
const providedCallback = args.options
|
349
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
301
350
|
const callback = (rawResponse, flatResponse) => {
|
302
351
|
currentRawResponse = rawResponse;
|
303
|
-
providedCallback
|
304
|
-
};
|
305
|
-
const updatedArgs = {
|
306
|
-
...args,
|
307
|
-
options: {
|
308
|
-
...args.options,
|
309
|
-
onResponse: callback
|
310
|
-
}
|
352
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
311
353
|
};
|
354
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
312
355
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
313
356
|
return {
|
314
357
|
flatResponse,
|
315
358
|
rawResponse: {
|
316
359
|
statusCode: currentRawResponse.status,
|
317
360
|
body: currentRawResponse.parsedBody,
|
318
|
-
headers: currentRawResponse.headers.toJSON()
|
319
|
-
}
|
361
|
+
headers: currentRawResponse.headers.toJSON(),
|
362
|
+
},
|
320
363
|
};
|
321
364
|
};
|
322
|
-
const lro =
|
323
|
-
|
324
|
-
|
325
|
-
|
365
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
366
|
+
sendOperationFn,
|
367
|
+
args: { resourceGroupName, sqlMigrationServiceName, parameters, options },
|
368
|
+
spec: updateOperationSpec,
|
369
|
+
});
|
370
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
371
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
372
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
326
373
|
});
|
327
374
|
await poller.poll();
|
328
375
|
return poller;
|
329
376
|
}
|
330
377
|
/**
|
331
|
-
* Update
|
378
|
+
* Update Database Migration Service.
|
332
379
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
333
380
|
* value from the Azure Resource Manager API or the portal.
|
334
381
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -391,7 +438,8 @@ class SqlMigrationServicesImpl {
|
|
391
438
|
return this.client.sendOperationRequest({ resourceGroupName, sqlMigrationServiceName, options }, listMigrationsOperationSpec);
|
392
439
|
}
|
393
440
|
/**
|
394
|
-
* Retrieve the
|
441
|
+
* Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database
|
442
|
+
* Migration Service.
|
395
443
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
396
444
|
* value from the Azure Resource Manager API or the portal.
|
397
445
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -445,49 +493,49 @@ const getOperationSpec = {
|
|
445
493
|
httpMethod: "GET",
|
446
494
|
responses: {
|
447
495
|
200: {
|
448
|
-
bodyMapper: Mappers.SqlMigrationService
|
496
|
+
bodyMapper: Mappers.SqlMigrationService,
|
449
497
|
},
|
450
|
-
default: {}
|
498
|
+
default: {},
|
451
499
|
},
|
452
500
|
queryParameters: [Parameters.apiVersion],
|
453
501
|
urlParameters: [
|
454
502
|
Parameters.$host,
|
455
503
|
Parameters.resourceGroupName,
|
456
504
|
Parameters.subscriptionId,
|
457
|
-
Parameters.sqlMigrationServiceName
|
505
|
+
Parameters.sqlMigrationServiceName,
|
458
506
|
],
|
459
507
|
headerParameters: [Parameters.accept],
|
460
|
-
serializer
|
508
|
+
serializer,
|
461
509
|
};
|
462
510
|
const createOrUpdateOperationSpec = {
|
463
511
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
464
512
|
httpMethod: "PUT",
|
465
513
|
responses: {
|
466
514
|
200: {
|
467
|
-
bodyMapper: Mappers.SqlMigrationService
|
515
|
+
bodyMapper: Mappers.SqlMigrationService,
|
468
516
|
},
|
469
517
|
201: {
|
470
|
-
bodyMapper: Mappers.SqlMigrationService
|
518
|
+
bodyMapper: Mappers.SqlMigrationService,
|
471
519
|
},
|
472
520
|
202: {
|
473
|
-
bodyMapper: Mappers.SqlMigrationService
|
521
|
+
bodyMapper: Mappers.SqlMigrationService,
|
474
522
|
},
|
475
523
|
204: {
|
476
|
-
bodyMapper: Mappers.SqlMigrationService
|
524
|
+
bodyMapper: Mappers.SqlMigrationService,
|
477
525
|
},
|
478
|
-
default: {}
|
526
|
+
default: {},
|
479
527
|
},
|
480
|
-
requestBody: Parameters.
|
528
|
+
requestBody: Parameters.parameters7,
|
481
529
|
queryParameters: [Parameters.apiVersion],
|
482
530
|
urlParameters: [
|
483
531
|
Parameters.$host,
|
484
532
|
Parameters.resourceGroupName,
|
485
533
|
Parameters.subscriptionId,
|
486
|
-
Parameters.sqlMigrationServiceName
|
534
|
+
Parameters.sqlMigrationServiceName,
|
487
535
|
],
|
488
536
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
489
537
|
mediaType: "json",
|
490
|
-
serializer
|
538
|
+
serializer,
|
491
539
|
};
|
492
540
|
const deleteOperationSpec = {
|
493
541
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
@@ -498,226 +546,223 @@ const deleteOperationSpec = {
|
|
498
546
|
Parameters.$host,
|
499
547
|
Parameters.resourceGroupName,
|
500
548
|
Parameters.subscriptionId,
|
501
|
-
Parameters.sqlMigrationServiceName
|
549
|
+
Parameters.sqlMigrationServiceName,
|
502
550
|
],
|
503
|
-
serializer
|
551
|
+
serializer,
|
504
552
|
};
|
505
553
|
const updateOperationSpec = {
|
506
554
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
507
555
|
httpMethod: "PATCH",
|
508
556
|
responses: {
|
509
557
|
200: {
|
510
|
-
bodyMapper: Mappers.SqlMigrationService
|
558
|
+
bodyMapper: Mappers.SqlMigrationService,
|
511
559
|
},
|
512
560
|
201: {
|
513
|
-
bodyMapper: Mappers.SqlMigrationService
|
561
|
+
bodyMapper: Mappers.SqlMigrationService,
|
514
562
|
},
|
515
563
|
202: {
|
516
|
-
bodyMapper: Mappers.SqlMigrationService
|
564
|
+
bodyMapper: Mappers.SqlMigrationService,
|
517
565
|
},
|
518
566
|
204: {
|
519
|
-
bodyMapper: Mappers.SqlMigrationService
|
567
|
+
bodyMapper: Mappers.SqlMigrationService,
|
520
568
|
},
|
521
|
-
default: {}
|
569
|
+
default: {},
|
522
570
|
},
|
523
|
-
requestBody: Parameters.
|
571
|
+
requestBody: Parameters.parameters8,
|
524
572
|
queryParameters: [Parameters.apiVersion],
|
525
573
|
urlParameters: [
|
526
574
|
Parameters.$host,
|
527
575
|
Parameters.resourceGroupName,
|
528
576
|
Parameters.subscriptionId,
|
529
|
-
Parameters.sqlMigrationServiceName
|
577
|
+
Parameters.sqlMigrationServiceName,
|
530
578
|
],
|
531
579
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
532
580
|
mediaType: "json",
|
533
|
-
serializer
|
581
|
+
serializer,
|
534
582
|
};
|
535
583
|
const listByResourceGroupOperationSpec = {
|
536
584
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices",
|
537
585
|
httpMethod: "GET",
|
538
586
|
responses: {
|
539
587
|
200: {
|
540
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
588
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
541
589
|
},
|
542
|
-
default: {}
|
590
|
+
default: {},
|
543
591
|
},
|
544
592
|
queryParameters: [Parameters.apiVersion],
|
545
593
|
urlParameters: [
|
546
594
|
Parameters.$host,
|
547
595
|
Parameters.resourceGroupName,
|
548
|
-
Parameters.subscriptionId
|
596
|
+
Parameters.subscriptionId,
|
549
597
|
],
|
550
598
|
headerParameters: [Parameters.accept],
|
551
|
-
serializer
|
599
|
+
serializer,
|
552
600
|
};
|
553
601
|
const listAuthKeysOperationSpec = {
|
554
602
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys",
|
555
603
|
httpMethod: "POST",
|
556
604
|
responses: {
|
557
605
|
200: {
|
558
|
-
bodyMapper: Mappers.AuthenticationKeys
|
606
|
+
bodyMapper: Mappers.AuthenticationKeys,
|
559
607
|
},
|
560
|
-
default: {}
|
608
|
+
default: {},
|
561
609
|
},
|
562
610
|
queryParameters: [Parameters.apiVersion],
|
563
611
|
urlParameters: [
|
564
612
|
Parameters.$host,
|
565
613
|
Parameters.resourceGroupName,
|
566
614
|
Parameters.subscriptionId,
|
567
|
-
Parameters.sqlMigrationServiceName
|
615
|
+
Parameters.sqlMigrationServiceName,
|
568
616
|
],
|
569
617
|
headerParameters: [Parameters.accept],
|
570
|
-
serializer
|
618
|
+
serializer,
|
571
619
|
};
|
572
620
|
const regenerateAuthKeysOperationSpec = {
|
573
621
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/regenerateAuthKeys",
|
574
622
|
httpMethod: "POST",
|
575
623
|
responses: {
|
576
624
|
200: {
|
577
|
-
bodyMapper: Mappers.RegenAuthKeys
|
625
|
+
bodyMapper: Mappers.RegenAuthKeys,
|
578
626
|
},
|
579
|
-
default: {}
|
627
|
+
default: {},
|
580
628
|
},
|
581
|
-
requestBody: Parameters.
|
629
|
+
requestBody: Parameters.parameters9,
|
582
630
|
queryParameters: [Parameters.apiVersion],
|
583
631
|
urlParameters: [
|
584
632
|
Parameters.$host,
|
585
633
|
Parameters.resourceGroupName,
|
586
634
|
Parameters.subscriptionId,
|
587
|
-
Parameters.sqlMigrationServiceName
|
635
|
+
Parameters.sqlMigrationServiceName,
|
588
636
|
],
|
589
637
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
590
638
|
mediaType: "json",
|
591
|
-
serializer
|
639
|
+
serializer,
|
592
640
|
};
|
593
641
|
const deleteNodeOperationSpec = {
|
594
642
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/deleteNode",
|
595
643
|
httpMethod: "POST",
|
596
644
|
responses: {
|
597
645
|
200: {
|
598
|
-
bodyMapper: Mappers.DeleteNode
|
646
|
+
bodyMapper: Mappers.DeleteNode,
|
599
647
|
},
|
600
|
-
default: {}
|
648
|
+
default: {},
|
601
649
|
},
|
602
|
-
requestBody: Parameters.
|
650
|
+
requestBody: Parameters.parameters10,
|
603
651
|
queryParameters: [Parameters.apiVersion],
|
604
652
|
urlParameters: [
|
605
653
|
Parameters.$host,
|
606
654
|
Parameters.resourceGroupName,
|
607
655
|
Parameters.subscriptionId,
|
608
|
-
Parameters.sqlMigrationServiceName
|
656
|
+
Parameters.sqlMigrationServiceName,
|
609
657
|
],
|
610
658
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
611
659
|
mediaType: "json",
|
612
|
-
serializer
|
660
|
+
serializer,
|
613
661
|
};
|
614
662
|
const listMigrationsOperationSpec = {
|
615
663
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMigrations",
|
616
664
|
httpMethod: "GET",
|
617
665
|
responses: {
|
618
666
|
200: {
|
619
|
-
bodyMapper: Mappers.DatabaseMigrationListResult
|
667
|
+
bodyMapper: Mappers.DatabaseMigrationListResult,
|
620
668
|
},
|
621
|
-
default: {}
|
669
|
+
default: {},
|
622
670
|
},
|
623
671
|
queryParameters: [Parameters.apiVersion],
|
624
672
|
urlParameters: [
|
625
673
|
Parameters.$host,
|
626
674
|
Parameters.resourceGroupName,
|
627
675
|
Parameters.subscriptionId,
|
628
|
-
Parameters.sqlMigrationServiceName
|
676
|
+
Parameters.sqlMigrationServiceName,
|
629
677
|
],
|
630
678
|
headerParameters: [Parameters.accept],
|
631
|
-
serializer
|
679
|
+
serializer,
|
632
680
|
};
|
633
681
|
const listMonitoringDataOperationSpec = {
|
634
682
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMonitoringData",
|
635
683
|
httpMethod: "POST",
|
636
684
|
responses: {
|
637
685
|
200: {
|
638
|
-
bodyMapper: Mappers.IntegrationRuntimeMonitoringData
|
686
|
+
bodyMapper: Mappers.IntegrationRuntimeMonitoringData,
|
639
687
|
},
|
640
|
-
default: {}
|
688
|
+
default: {},
|
641
689
|
},
|
642
690
|
queryParameters: [Parameters.apiVersion],
|
643
691
|
urlParameters: [
|
644
692
|
Parameters.$host,
|
645
693
|
Parameters.resourceGroupName,
|
646
694
|
Parameters.subscriptionId,
|
647
|
-
Parameters.sqlMigrationServiceName
|
695
|
+
Parameters.sqlMigrationServiceName,
|
648
696
|
],
|
649
697
|
headerParameters: [Parameters.accept],
|
650
|
-
serializer
|
698
|
+
serializer,
|
651
699
|
};
|
652
700
|
const listBySubscriptionOperationSpec = {
|
653
701
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices",
|
654
702
|
httpMethod: "GET",
|
655
703
|
responses: {
|
656
704
|
200: {
|
657
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
705
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
658
706
|
},
|
659
|
-
default: {}
|
707
|
+
default: {},
|
660
708
|
},
|
661
709
|
queryParameters: [Parameters.apiVersion],
|
662
710
|
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
663
711
|
headerParameters: [Parameters.accept],
|
664
|
-
serializer
|
712
|
+
serializer,
|
665
713
|
};
|
666
714
|
const listByResourceGroupNextOperationSpec = {
|
667
715
|
path: "{nextLink}",
|
668
716
|
httpMethod: "GET",
|
669
717
|
responses: {
|
670
718
|
200: {
|
671
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
719
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
672
720
|
},
|
673
|
-
default: {}
|
721
|
+
default: {},
|
674
722
|
},
|
675
|
-
queryParameters: [Parameters.apiVersion],
|
676
723
|
urlParameters: [
|
677
724
|
Parameters.$host,
|
678
725
|
Parameters.resourceGroupName,
|
679
726
|
Parameters.subscriptionId,
|
680
|
-
Parameters.nextLink
|
727
|
+
Parameters.nextLink,
|
681
728
|
],
|
682
729
|
headerParameters: [Parameters.accept],
|
683
|
-
serializer
|
730
|
+
serializer,
|
684
731
|
};
|
685
732
|
const listMigrationsNextOperationSpec = {
|
686
733
|
path: "{nextLink}",
|
687
734
|
httpMethod: "GET",
|
688
735
|
responses: {
|
689
736
|
200: {
|
690
|
-
bodyMapper: Mappers.DatabaseMigrationListResult
|
737
|
+
bodyMapper: Mappers.DatabaseMigrationListResult,
|
691
738
|
},
|
692
|
-
default: {}
|
739
|
+
default: {},
|
693
740
|
},
|
694
|
-
queryParameters: [Parameters.apiVersion],
|
695
741
|
urlParameters: [
|
696
742
|
Parameters.$host,
|
697
743
|
Parameters.resourceGroupName,
|
698
744
|
Parameters.subscriptionId,
|
699
745
|
Parameters.nextLink,
|
700
|
-
Parameters.sqlMigrationServiceName
|
746
|
+
Parameters.sqlMigrationServiceName,
|
701
747
|
],
|
702
748
|
headerParameters: [Parameters.accept],
|
703
|
-
serializer
|
749
|
+
serializer,
|
704
750
|
};
|
705
751
|
const listBySubscriptionNextOperationSpec = {
|
706
752
|
path: "{nextLink}",
|
707
753
|
httpMethod: "GET",
|
708
754
|
responses: {
|
709
755
|
200: {
|
710
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
756
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
711
757
|
},
|
712
|
-
default: {}
|
758
|
+
default: {},
|
713
759
|
},
|
714
|
-
queryParameters: [Parameters.apiVersion],
|
715
760
|
urlParameters: [
|
716
761
|
Parameters.$host,
|
717
762
|
Parameters.subscriptionId,
|
718
|
-
Parameters.nextLink
|
763
|
+
Parameters.nextLink,
|
719
764
|
],
|
720
765
|
headerParameters: [Parameters.accept],
|
721
|
-
serializer
|
766
|
+
serializer,
|
722
767
|
};
|
723
768
|
//# sourceMappingURL=sqlMigrationServices.js.map
|