@azure/arm-datamigration 3.0.0-alpha.20250721.1 → 3.0.0-alpha.20250723.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/dataMigrationManagementClient.d.ts +5 -1
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/browser/dataMigrationManagementClient.js +19 -32
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +6 -11
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +12 -24
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +968 -216
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +52 -8
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +47 -14
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +5531 -5222
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +21 -12
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +184 -110
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operations/files.js +83 -67
- package/dist/browser/operations/files.js.map +1 -1
- package/dist/browser/operations/index.d.ts +4 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +4 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/migrationServices.d.ts +144 -0
- package/dist/browser/operations/migrationServices.d.ts.map +1 -0
- package/dist/browser/operations/migrationServices.js +676 -0
- package/dist/browser/operations/migrationServices.js.map +1 -0
- package/dist/browser/operations/operations.js +47 -31
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/projects.js +73 -57
- package/dist/browser/operations/projects.js.map +1 -1
- package/dist/browser/operations/resourceSkus.d.ts +2 -2
- package/dist/browser/operations/resourceSkus.js +52 -36
- package/dist/browser/operations/resourceSkus.js.map +1 -1
- package/dist/browser/operations/serviceTasks.d.ts +16 -13
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operations/serviceTasks.js +95 -76
- package/dist/browser/operations/serviceTasks.js.map +1 -1
- package/dist/browser/operations/services.d.ts +59 -58
- package/dist/browser/operations/services.d.ts.map +1 -1
- package/dist/browser/operations/services.js +332 -288
- package/dist/browser/operations/services.js.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.js +240 -194
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operations/tasks.d.ts +20 -20
- package/dist/browser/operations/tasks.js +105 -89
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operations/usages.d.ts +4 -4
- package/dist/browser/operations/usages.js +55 -39
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operationsInterfaces/files.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +4 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
- package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/projects.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts +53 -52
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/services.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +4 -4
- package/dist/browser/pagingHelper.js +8 -6
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts +5 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.js +18 -31
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +6 -11
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +13 -26
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +968 -216
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +54 -10
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +47 -14
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +5538 -5229
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +21 -12
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +184 -110
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +93 -97
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +93 -97
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operations/files.js +82 -67
- package/dist/commonjs/operations/files.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +4 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/migrationServices.d.ts +144 -0
- package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationServices.js +680 -0
- package/dist/commonjs/operations/migrationServices.js.map +1 -0
- package/dist/commonjs/operations/operations.js +46 -31
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/projects.js +72 -57
- package/dist/commonjs/operations/projects.js.map +1 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +2 -2
- package/dist/commonjs/operations/resourceSkus.js +51 -36
- package/dist/commonjs/operations/resourceSkus.js.map +1 -1
- package/dist/commonjs/operations/serviceTasks.d.ts +16 -13
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operations/serviceTasks.js +94 -76
- package/dist/commonjs/operations/serviceTasks.js.map +1 -1
- package/dist/commonjs/operations/services.d.ts +59 -58
- package/dist/commonjs/operations/services.d.ts.map +1 -1
- package/dist/commonjs/operations/services.js +329 -286
- package/dist/commonjs/operations/services.js.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +237 -192
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operations/tasks.d.ts +20 -20
- package/dist/commonjs/operations/tasks.js +104 -89
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts +4 -4
- package/dist/commonjs/operations/usages.js +54 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/files.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.d.ts +53 -52
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +4 -4
- package/dist/commonjs/pagingHelper.js +8 -6
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/dataMigrationManagementClient.d.ts +5 -1
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/esm/dataMigrationManagementClient.js +19 -32
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +6 -11
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +12 -24
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +968 -216
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +52 -8
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +47 -14
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +5531 -5222
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +21 -12
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +184 -110
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operations/files.js +83 -67
- package/dist/esm/operations/files.js.map +1 -1
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +4 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/migrationServices.d.ts +144 -0
- package/dist/esm/operations/migrationServices.d.ts.map +1 -0
- package/dist/esm/operations/migrationServices.js +676 -0
- package/dist/esm/operations/migrationServices.js.map +1 -0
- package/dist/esm/operations/operations.js +47 -31
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/projects.js +73 -57
- package/dist/esm/operations/projects.js.map +1 -1
- package/dist/esm/operations/resourceSkus.d.ts +2 -2
- package/dist/esm/operations/resourceSkus.js +52 -36
- package/dist/esm/operations/resourceSkus.js.map +1 -1
- package/dist/esm/operations/serviceTasks.d.ts +16 -13
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operations/serviceTasks.js +95 -76
- package/dist/esm/operations/serviceTasks.js.map +1 -1
- package/dist/esm/operations/services.d.ts +59 -58
- package/dist/esm/operations/services.d.ts.map +1 -1
- package/dist/esm/operations/services.js +332 -288
- package/dist/esm/operations/services.js.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.js +240 -194
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operations/tasks.d.ts +20 -20
- package/dist/esm/operations/tasks.js +105 -89
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operations/usages.d.ts +4 -4
- package/dist/esm/operations/usages.js +55 -39
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operationsInterfaces/files.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +4 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/projects.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/services.d.ts +53 -52
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/services.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +4 -4
- package/dist/esm/pagingHelper.js +8 -6
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts +5 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.js +19 -32
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +6 -11
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +12 -24
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +968 -216
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +52 -8
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +47 -14
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +5531 -5222
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +21 -12
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +184 -110
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +95 -99
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +95 -99
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operations/files.js +83 -67
- package/dist/react-native/operations/files.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +4 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/migrationServices.d.ts +144 -0
- package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/migrationServices.js +676 -0
- package/dist/react-native/operations/migrationServices.js.map +1 -0
- package/dist/react-native/operations/operations.js +47 -31
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/projects.js +73 -57
- package/dist/react-native/operations/projects.js.map +1 -1
- package/dist/react-native/operations/resourceSkus.d.ts +2 -2
- package/dist/react-native/operations/resourceSkus.js +52 -36
- package/dist/react-native/operations/resourceSkus.js.map +1 -1
- package/dist/react-native/operations/serviceTasks.d.ts +16 -13
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operations/serviceTasks.js +95 -76
- package/dist/react-native/operations/serviceTasks.js.map +1 -1
- package/dist/react-native/operations/services.d.ts +59 -58
- package/dist/react-native/operations/services.d.ts.map +1 -1
- package/dist/react-native/operations/services.js +332 -288
- package/dist/react-native/operations/services.js.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.js +240 -194
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operations/tasks.d.ts +20 -20
- package/dist/react-native/operations/tasks.js +105 -89
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts +4 -4
- package/dist/react-native/operations/usages.js +55 -39
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operationsInterfaces/files.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +4 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +53 -52
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/services.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +4 -4
- package/dist/react-native/pagingHelper.js +8 -6
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +26 -27
- package/CHANGELOG.md +0 -21
- package/review/arm-datamigration-node.api.md +0 -4103
@@ -1,52 +1,52 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import {
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
3
3
|
import { AvailableServiceSku, ServicesListSkusOptionalParams, DataMigrationService, ServicesListByResourceGroupOptionalParams, ServicesListOptionalParams, ServicesCreateOrUpdateOptionalParams, ServicesCreateOrUpdateResponse, ServicesGetOptionalParams, ServicesGetResponse, ServicesDeleteOptionalParams, ServicesUpdateOptionalParams, ServicesUpdateResponse, ServicesCheckStatusOptionalParams, ServicesCheckStatusResponse, ServicesStartOptionalParams, ServicesStopOptionalParams, NameAvailabilityRequest, ServicesCheckChildrenNameAvailabilityOptionalParams, ServicesCheckChildrenNameAvailabilityResponse, ServicesCheckNameAvailabilityOptionalParams, ServicesCheckNameAvailabilityResponse } from "../models/index.js";
|
4
4
|
/** Interface representing a Services. */
|
5
5
|
export interface Services {
|
6
6
|
/**
|
7
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
8
|
-
* skus action returns the list of SKUs that a service resource can be updated to.
|
7
|
+
* The services resource is the top-level resource that represents the Database Migration Service
|
8
|
+
* (classic). The skus action returns the list of SKUs that a service resource can be updated to.
|
9
9
|
* @param groupName Name of the resource group
|
10
10
|
* @param serviceName Name of the service
|
11
11
|
* @param options The options parameters.
|
12
12
|
*/
|
13
13
|
listSkus(groupName: string, serviceName: string, options?: ServicesListSkusOptionalParams): PagedAsyncIterableIterator<AvailableServiceSku>;
|
14
14
|
/**
|
15
|
-
* The Services resource is the top-level resource that represents the Database Migration Service
|
16
|
-
* method returns a list of service resources in a resource group.
|
15
|
+
* The Services resource is the top-level resource that represents the Azure Database Migration Service
|
16
|
+
* (classic). This method returns a list of service resources in a resource group.
|
17
17
|
* @param groupName Name of the resource group
|
18
18
|
* @param options The options parameters.
|
19
19
|
*/
|
20
20
|
listByResourceGroup(groupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
|
21
21
|
/**
|
22
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
23
|
-
* method returns a list of service resources in a subscription.
|
22
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
23
|
+
* (classic). This method returns a list of service resources in a subscription.
|
24
24
|
* @param options The options parameters.
|
25
25
|
*/
|
26
26
|
list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
|
27
27
|
/**
|
28
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
29
|
-
* PUT method creates a new service or updates an existing one. When a service is
|
30
|
-
* child resources (i.e. tasks) are unaffected. Services currently support a single
|
31
|
-
* refers to a VM-based service, although other kinds may be added in the future.
|
32
|
-
* change the kind, SKU, and network of the service, but if tasks are currently running
|
33
|
-
* service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will
|
34
|
-
* when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
|
28
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
29
|
+
* (classic). The PUT method creates a new service or updates an existing one. When a service is
|
30
|
+
* updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single
|
31
|
+
* kind, "vm", which refers to a VM-based service, although other kinds may be added in the future.
|
32
|
+
* This method can change the kind, SKU, and network of the service, but if tasks are currently running
|
33
|
+
* (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will
|
34
|
+
* reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
|
35
35
|
* property.
|
36
36
|
* @param groupName Name of the resource group
|
37
37
|
* @param serviceName Name of the service
|
38
38
|
* @param parameters Information about the service
|
39
39
|
* @param options The options parameters.
|
40
40
|
*/
|
41
|
-
beginCreateOrUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<
|
41
|
+
beginCreateOrUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
|
42
42
|
/**
|
43
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
44
|
-
* PUT method creates a new service or updates an existing one. When a service is
|
45
|
-
* child resources (i.e. tasks) are unaffected. Services currently support a single
|
46
|
-
* refers to a VM-based service, although other kinds may be added in the future.
|
47
|
-
* change the kind, SKU, and network of the service, but if tasks are currently running
|
48
|
-
* service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will
|
49
|
-
* when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
|
43
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
44
|
+
* (classic). The PUT method creates a new service or updates an existing one. When a service is
|
45
|
+
* updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single
|
46
|
+
* kind, "vm", which refers to a VM-based service, although other kinds may be added in the future.
|
47
|
+
* This method can change the kind, SKU, and network of the service, but if tasks are currently running
|
48
|
+
* (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will
|
49
|
+
* reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState
|
50
50
|
* property.
|
51
51
|
* @param groupName Name of the resource group
|
52
52
|
* @param serviceName Name of the service
|
@@ -55,45 +55,45 @@ export interface Services {
|
|
55
55
|
*/
|
56
56
|
beginCreateOrUpdateAndWait(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
|
57
57
|
/**
|
58
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
59
|
-
* GET method retrieves information about a service instance.
|
58
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
59
|
+
* (classic). The GET method retrieves information about a service instance.
|
60
60
|
* @param groupName Name of the resource group
|
61
61
|
* @param serviceName Name of the service
|
62
62
|
* @param options The options parameters.
|
63
63
|
*/
|
64
64
|
get(groupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
65
65
|
/**
|
66
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
67
|
-
* DELETE method deletes a service. Any running tasks will be canceled.
|
66
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
67
|
+
* (classic). The DELETE method deletes a service. Any running tasks will be canceled.
|
68
68
|
* @param groupName Name of the resource group
|
69
69
|
* @param serviceName Name of the service
|
70
70
|
* @param options The options parameters.
|
71
71
|
*/
|
72
|
-
beginDelete(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<
|
72
|
+
beginDelete(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
73
73
|
/**
|
74
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
75
|
-
* DELETE method deletes a service. Any running tasks will be canceled.
|
74
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
75
|
+
* (classic). The DELETE method deletes a service. Any running tasks will be canceled.
|
76
76
|
* @param groupName Name of the resource group
|
77
77
|
* @param serviceName Name of the service
|
78
78
|
* @param options The options parameters.
|
79
79
|
*/
|
80
80
|
beginDeleteAndWait(groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
81
81
|
/**
|
82
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
83
|
-
* PATCH method updates an existing service. This method can change the kind, SKU, and
|
84
|
-
* service, but if tasks are currently running (i.e. the service is busy), this will
|
85
|
-
* Request ("ServiceIsBusy").
|
82
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
83
|
+
* (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and
|
84
|
+
* network of the service, but if tasks are currently running (i.e. the service is busy), this will
|
85
|
+
* fail with 400 Bad Request ("ServiceIsBusy").
|
86
86
|
* @param groupName Name of the resource group
|
87
87
|
* @param serviceName Name of the service
|
88
88
|
* @param parameters Information about the service
|
89
89
|
* @param options The options parameters.
|
90
90
|
*/
|
91
|
-
beginUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<
|
91
|
+
beginUpdate(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
|
92
92
|
/**
|
93
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
94
|
-
* PATCH method updates an existing service. This method can change the kind, SKU, and
|
95
|
-
* service, but if tasks are currently running (i.e. the service is busy), this will
|
96
|
-
* Request ("ServiceIsBusy").
|
93
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
94
|
+
* (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and
|
95
|
+
* network of the service, but if tasks are currently running (i.e. the service is busy), this will
|
96
|
+
* fail with 400 Bad Request ("ServiceIsBusy").
|
97
97
|
* @param groupName Name of the resource group
|
98
98
|
* @param serviceName Name of the service
|
99
99
|
* @param parameters Information about the service
|
@@ -101,42 +101,43 @@ export interface Services {
|
|
101
101
|
*/
|
102
102
|
beginUpdateAndWait(groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
|
103
103
|
/**
|
104
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
105
|
-
* action performs a health check and returns the status of the service and virtual
|
104
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
105
|
+
* (classic). This action performs a health check and returns the status of the service and virtual
|
106
|
+
* machine size.
|
106
107
|
* @param groupName Name of the resource group
|
107
108
|
* @param serviceName Name of the service
|
108
109
|
* @param options The options parameters.
|
109
110
|
*/
|
110
111
|
checkStatus(groupName: string, serviceName: string, options?: ServicesCheckStatusOptionalParams): Promise<ServicesCheckStatusResponse>;
|
111
112
|
/**
|
112
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
113
|
-
* action starts the service and the service can be used for data migration.
|
113
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
114
|
+
* (classic). This action starts the service and the service can be used for data migration.
|
114
115
|
* @param groupName Name of the resource group
|
115
116
|
* @param serviceName Name of the service
|
116
117
|
* @param options The options parameters.
|
117
118
|
*/
|
118
|
-
beginStart(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<
|
119
|
+
beginStart(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
119
120
|
/**
|
120
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
121
|
-
* action starts the service and the service can be used for data migration.
|
121
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
122
|
+
* (classic). This action starts the service and the service can be used for data migration.
|
122
123
|
* @param groupName Name of the resource group
|
123
124
|
* @param serviceName Name of the service
|
124
125
|
* @param options The options parameters.
|
125
126
|
*/
|
126
127
|
beginStartAndWait(groupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<void>;
|
127
128
|
/**
|
128
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
129
|
-
* action stops the service and the service cannot be used for data migration. The
|
130
|
-
* be billed when the service is stopped.
|
129
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
130
|
+
* (classic). This action stops the service and the service cannot be used for data migration. The
|
131
|
+
* service owner won't be billed when the service is stopped.
|
131
132
|
* @param groupName Name of the resource group
|
132
133
|
* @param serviceName Name of the service
|
133
134
|
* @param options The options parameters.
|
134
135
|
*/
|
135
|
-
beginStop(groupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<
|
136
|
+
beginStop(groupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
136
137
|
/**
|
137
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
138
|
-
* action stops the service and the service cannot be used for data migration. The
|
139
|
-
* be billed when the service is stopped.
|
138
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
139
|
+
* (classic). This action stops the service and the service cannot be used for data migration. The
|
140
|
+
* service owner won't be billed when the service is stopped.
|
140
141
|
* @param groupName Name of the resource group
|
141
142
|
* @param serviceName Name of the service
|
142
143
|
* @param options The options parameters.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/services.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/services.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/services.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n AvailableServiceSku,\n ServicesListSkusOptionalParams,\n DataMigrationService,\n ServicesListByResourceGroupOptionalParams,\n ServicesListOptionalParams,\n ServicesCreateOrUpdateOptionalParams,\n ServicesCreateOrUpdateResponse,\n ServicesGetOptionalParams,\n ServicesGetResponse,\n ServicesDeleteOptionalParams,\n ServicesUpdateOptionalParams,\n ServicesUpdateResponse,\n ServicesCheckStatusOptionalParams,\n ServicesCheckStatusResponse,\n ServicesStartOptionalParams,\n ServicesStopOptionalParams,\n NameAvailabilityRequest,\n ServicesCheckChildrenNameAvailabilityOptionalParams,\n ServicesCheckChildrenNameAvailabilityResponse,\n ServicesCheckNameAvailabilityOptionalParams,\n ServicesCheckNameAvailabilityResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Services. */\nexport interface Services {\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * skus action returns the list of SKUs that a service resource can be updated to.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n listSkus(\n groupName: string,\n serviceName: string,\n options?: ServicesListSkusOptionalParams\n ): PagedAsyncIterableIterator<AvailableServiceSku>;\n /**\n * The Services resource is the top-level resource that represents the Database Migration Service. This\n * method returns a list of service resources in a resource group.\n * @param groupName Name of the resource group\n * @param options The options parameters.\n */\n listByResourceGroup(\n groupName: string,\n options?: ServicesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<DataMigrationService>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * method returns a list of service resources in a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ServicesListOptionalParams\n ): PagedAsyncIterableIterator<DataMigrationService>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * PUT method creates a new service or updates an existing one. When a service is updated, existing\n * child resources (i.e. tasks) are unaffected. Services currently support a single kind, \"vm\", which\n * refers to a VM-based service, although other kinds may be added in the future. This method can\n * change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the\n * service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\"). The provider will reply\n * when successful with 200 OK or 201 Created. Long-running operations use the provisioningState\n * property.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ServicesCreateOrUpdateResponse>,\n ServicesCreateOrUpdateResponse\n >\n >;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * PUT method creates a new service or updates an existing one. When a service is updated, existing\n * child resources (i.e. tasks) are unaffected. Services currently support a single kind, \"vm\", which\n * refers to a VM-based service, although other kinds may be added in the future. This method can\n * change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the\n * service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\"). The provider will reply\n * when successful with 200 OK or 201 Created. Long-running operations use the provisioningState\n * property.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesCreateOrUpdateOptionalParams\n ): Promise<ServicesCreateOrUpdateResponse>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * GET method retrieves information about a service instance.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n get(\n groupName: string,\n serviceName: string,\n options?: ServicesGetOptionalParams\n ): Promise<ServicesGetResponse>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * DELETE method deletes a service. Any running tasks will be canceled.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginDelete(\n groupName: string,\n serviceName: string,\n options?: ServicesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * DELETE method deletes a service. Any running tasks will be canceled.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n groupName: string,\n serviceName: string,\n options?: ServicesDeleteOptionalParams\n ): Promise<void>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * PATCH method updates an existing service. This method can change the kind, SKU, and network of the\n * service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad\n * Request (\"ServiceIsBusy\").\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginUpdate(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ServicesUpdateResponse>,\n ServicesUpdateResponse\n >\n >;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. The\n * PATCH method updates an existing service. This method can change the kind, SKU, and network of the\n * service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad\n * Request (\"ServiceIsBusy\").\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesUpdateOptionalParams\n ): Promise<ServicesUpdateResponse>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * action performs a health check and returns the status of the service and virtual machine size.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n checkStatus(\n groupName: string,\n serviceName: string,\n options?: ServicesCheckStatusOptionalParams\n ): Promise<ServicesCheckStatusResponse>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * action starts the service and the service can be used for data migration.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStart(\n groupName: string,\n serviceName: string,\n options?: ServicesStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * action starts the service and the service can be used for data migration.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStartAndWait(\n groupName: string,\n serviceName: string,\n options?: ServicesStartOptionalParams\n ): Promise<void>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * action stops the service and the service cannot be used for data migration. The service owner won't\n * be billed when the service is stopped.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStop(\n groupName: string,\n serviceName: string,\n options?: ServicesStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * action stops the service and the service cannot be used for data migration. The service owner won't\n * be billed when the service is stopped.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStopAndWait(\n groupName: string,\n serviceName: string,\n options?: ServicesStopOptionalParams\n ): Promise<void>;\n /**\n * This method checks whether a proposed nested resource name is valid and available.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Requested name to validate\n * @param options The options parameters.\n */\n checkChildrenNameAvailability(\n groupName: string,\n serviceName: string,\n parameters: NameAvailabilityRequest,\n options?: ServicesCheckChildrenNameAvailabilityOptionalParams\n ): Promise<ServicesCheckChildrenNameAvailabilityResponse>;\n /**\n * This method checks whether a proposed top-level resource name is valid and available.\n * @param location The Azure region of the operation\n * @param parameters Requested name to validate\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: NameAvailabilityRequest,\n options?: ServicesCheckNameAvailabilityOptionalParams\n ): Promise<ServicesCheckNameAvailabilityResponse>;\n}\n"]}
|
1
|
+
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/services.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AvailableServiceSku,\n ServicesListSkusOptionalParams,\n DataMigrationService,\n ServicesListByResourceGroupOptionalParams,\n ServicesListOptionalParams,\n ServicesCreateOrUpdateOptionalParams,\n ServicesCreateOrUpdateResponse,\n ServicesGetOptionalParams,\n ServicesGetResponse,\n ServicesDeleteOptionalParams,\n ServicesUpdateOptionalParams,\n ServicesUpdateResponse,\n ServicesCheckStatusOptionalParams,\n ServicesCheckStatusResponse,\n ServicesStartOptionalParams,\n ServicesStopOptionalParams,\n NameAvailabilityRequest,\n ServicesCheckChildrenNameAvailabilityOptionalParams,\n ServicesCheckChildrenNameAvailabilityResponse,\n ServicesCheckNameAvailabilityOptionalParams,\n ServicesCheckNameAvailabilityResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Services. */\nexport interface Services {\n /**\n * The services resource is the top-level resource that represents the Database Migration Service\n * (classic). The skus action returns the list of SKUs that a service resource can be updated to.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n listSkus(\n groupName: string,\n serviceName: string,\n options?: ServicesListSkusOptionalParams,\n ): PagedAsyncIterableIterator<AvailableServiceSku>;\n /**\n * The Services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This method returns a list of service resources in a resource group.\n * @param groupName Name of the resource group\n * @param options The options parameters.\n */\n listByResourceGroup(\n groupName: string,\n options?: ServicesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<DataMigrationService>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This method returns a list of service resources in a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ServicesListOptionalParams,\n ): PagedAsyncIterableIterator<DataMigrationService>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The PUT method creates a new service or updates an existing one. When a service is\n * updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single\n * kind, \"vm\", which refers to a VM-based service, although other kinds may be added in the future.\n * This method can change the kind, SKU, and network of the service, but if tasks are currently running\n * (i.e. the service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\"). The provider will\n * reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState\n * property.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServicesCreateOrUpdateResponse>,\n ServicesCreateOrUpdateResponse\n >\n >;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The PUT method creates a new service or updates an existing one. When a service is\n * updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single\n * kind, \"vm\", which refers to a VM-based service, although other kinds may be added in the future.\n * This method can change the kind, SKU, and network of the service, but if tasks are currently running\n * (i.e. the service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\"). The provider will\n * reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState\n * property.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesCreateOrUpdateOptionalParams,\n ): Promise<ServicesCreateOrUpdateResponse>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The GET method retrieves information about a service instance.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n get(\n groupName: string,\n serviceName: string,\n options?: ServicesGetOptionalParams,\n ): Promise<ServicesGetResponse>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The DELETE method deletes a service. Any running tasks will be canceled.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginDelete(\n groupName: string,\n serviceName: string,\n options?: ServicesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The DELETE method deletes a service. Any running tasks will be canceled.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n groupName: string,\n serviceName: string,\n options?: ServicesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and\n * network of the service, but if tasks are currently running (i.e. the service is busy), this will\n * fail with 400 Bad Request (\"ServiceIsBusy\").\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginUpdate(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServicesUpdateResponse>,\n ServicesUpdateResponse\n >\n >;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and\n * network of the service, but if tasks are currently running (i.e. the service is busy), this will\n * fail with 400 Bad Request (\"ServiceIsBusy\").\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Information about the service\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n groupName: string,\n serviceName: string,\n parameters: DataMigrationService,\n options?: ServicesUpdateOptionalParams,\n ): Promise<ServicesUpdateResponse>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This action performs a health check and returns the status of the service and virtual\n * machine size.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n checkStatus(\n groupName: string,\n serviceName: string,\n options?: ServicesCheckStatusOptionalParams,\n ): Promise<ServicesCheckStatusResponse>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This action starts the service and the service can be used for data migration.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStart(\n groupName: string,\n serviceName: string,\n options?: ServicesStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This action starts the service and the service can be used for data migration.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStartAndWait(\n groupName: string,\n serviceName: string,\n options?: ServicesStartOptionalParams,\n ): Promise<void>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This action stops the service and the service cannot be used for data migration. The\n * service owner won't be billed when the service is stopped.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStop(\n groupName: string,\n serviceName: string,\n options?: ServicesStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This action stops the service and the service cannot be used for data migration. The\n * service owner won't be billed when the service is stopped.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param options The options parameters.\n */\n beginStopAndWait(\n groupName: string,\n serviceName: string,\n options?: ServicesStopOptionalParams,\n ): Promise<void>;\n /**\n * This method checks whether a proposed nested resource name is valid and available.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param parameters Requested name to validate\n * @param options The options parameters.\n */\n checkChildrenNameAvailability(\n groupName: string,\n serviceName: string,\n parameters: NameAvailabilityRequest,\n options?: ServicesCheckChildrenNameAvailabilityOptionalParams,\n ): Promise<ServicesCheckChildrenNameAvailabilityResponse>;\n /**\n * This method checks whether a proposed top-level resource name is valid and available.\n * @param location The Azure region of the operation\n * @param parameters Requested name to validate\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: NameAvailabilityRequest,\n options?: ServicesCheckNameAvailabilityOptionalParams,\n ): Promise<ServicesCheckNameAvailabilityResponse>;\n}\n"]}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import {
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
3
3
|
import { SqlMigrationService, SqlMigrationServicesListByResourceGroupOptionalParams, DatabaseMigration, SqlMigrationServicesListMigrationsOptionalParams, SqlMigrationServicesListBySubscriptionOptionalParams, SqlMigrationServicesGetOptionalParams, SqlMigrationServicesGetResponse, SqlMigrationServicesCreateOrUpdateOptionalParams, SqlMigrationServicesCreateOrUpdateResponse, SqlMigrationServicesDeleteOptionalParams, SqlMigrationServiceUpdate, SqlMigrationServicesUpdateOptionalParams, SqlMigrationServicesUpdateResponse, SqlMigrationServicesListAuthKeysOptionalParams, SqlMigrationServicesListAuthKeysResponse, RegenAuthKeys, SqlMigrationServicesRegenerateAuthKeysOptionalParams, SqlMigrationServicesRegenerateAuthKeysResponse, DeleteNode, SqlMigrationServicesDeleteNodeOptionalParams, SqlMigrationServicesDeleteNodeResponse, SqlMigrationServicesListMonitoringDataOptionalParams, SqlMigrationServicesListMonitoringDataResponse } from "../models/index.js";
|
4
4
|
/** Interface representing a SqlMigrationServices. */
|
5
5
|
export interface SqlMigrationServices {
|
@@ -24,7 +24,7 @@ export interface SqlMigrationServices {
|
|
24
24
|
*/
|
25
25
|
listBySubscription(options?: SqlMigrationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SqlMigrationService>;
|
26
26
|
/**
|
27
|
-
* Retrieve the Migration Service
|
27
|
+
* Retrieve the Database Migration Service
|
28
28
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
29
29
|
* value from the Azure Resource Manager API or the portal.
|
30
30
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -32,16 +32,16 @@ export interface SqlMigrationServices {
|
|
32
32
|
*/
|
33
33
|
get(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams): Promise<SqlMigrationServicesGetResponse>;
|
34
34
|
/**
|
35
|
-
* Create or Update
|
35
|
+
* Create or Update Database Migration Service.
|
36
36
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
37
37
|
* value from the Azure Resource Manager API or the portal.
|
38
38
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
39
39
|
* @param parameters Details of SqlMigrationService resource.
|
40
40
|
* @param options The options parameters.
|
41
41
|
*/
|
42
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<
|
42
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlMigrationServicesCreateOrUpdateResponse>, SqlMigrationServicesCreateOrUpdateResponse>>;
|
43
43
|
/**
|
44
|
-
* Create or Update
|
44
|
+
* Create or Update Database Migration Service.
|
45
45
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
46
46
|
* value from the Azure Resource Manager API or the portal.
|
47
47
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -50,15 +50,15 @@ export interface SqlMigrationServices {
|
|
50
50
|
*/
|
51
51
|
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<SqlMigrationServicesCreateOrUpdateResponse>;
|
52
52
|
/**
|
53
|
-
* Delete
|
53
|
+
* Delete Database Migration Service.
|
54
54
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
55
55
|
* value from the Azure Resource Manager API or the portal.
|
56
56
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
57
57
|
* @param options The options parameters.
|
58
58
|
*/
|
59
|
-
beginDelete(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<
|
59
|
+
beginDelete(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
60
60
|
/**
|
61
|
-
* Delete
|
61
|
+
* Delete Database Migration Service.
|
62
62
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
63
63
|
* value from the Azure Resource Manager API or the portal.
|
64
64
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -66,16 +66,16 @@ export interface SqlMigrationServices {
|
|
66
66
|
*/
|
67
67
|
beginDeleteAndWait(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<void>;
|
68
68
|
/**
|
69
|
-
* Update
|
69
|
+
* Update Database Migration Service.
|
70
70
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
71
71
|
* value from the Azure Resource Manager API or the portal.
|
72
72
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
73
73
|
* @param parameters Details of SqlMigrationService resource.
|
74
74
|
* @param options The options parameters.
|
75
75
|
*/
|
76
|
-
beginUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams): Promise<
|
76
|
+
beginUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlMigrationServicesUpdateResponse>, SqlMigrationServicesUpdateResponse>>;
|
77
77
|
/**
|
78
|
-
* Update
|
78
|
+
* Update Database Migration Service.
|
79
79
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
80
80
|
* value from the Azure Resource Manager API or the portal.
|
81
81
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -110,7 +110,8 @@ export interface SqlMigrationServices {
|
|
110
110
|
*/
|
111
111
|
deleteNode(resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams): Promise<SqlMigrationServicesDeleteNodeResponse>;
|
112
112
|
/**
|
113
|
-
* Retrieve the
|
113
|
+
* Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database
|
114
|
+
* Migration Service.
|
114
115
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
115
116
|
* value from the Azure Resource Manager API or the portal.
|
116
117
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sqlMigrationServices.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlMigrationServices.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"sqlMigrationServices.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlMigrationServices.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sqlMigrationServices.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlMigrationServices.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n SqlMigrationService,\n SqlMigrationServicesListByResourceGroupOptionalParams,\n DatabaseMigration,\n SqlMigrationServicesListMigrationsOptionalParams,\n SqlMigrationServicesListBySubscriptionOptionalParams,\n SqlMigrationServicesGetOptionalParams,\n SqlMigrationServicesGetResponse,\n SqlMigrationServicesCreateOrUpdateOptionalParams,\n SqlMigrationServicesCreateOrUpdateResponse,\n SqlMigrationServicesDeleteOptionalParams,\n SqlMigrationServiceUpdate,\n SqlMigrationServicesUpdateOptionalParams,\n SqlMigrationServicesUpdateResponse,\n SqlMigrationServicesListAuthKeysOptionalParams,\n SqlMigrationServicesListAuthKeysResponse,\n RegenAuthKeys,\n SqlMigrationServicesRegenerateAuthKeysOptionalParams,\n SqlMigrationServicesRegenerateAuthKeysResponse,\n DeleteNode,\n SqlMigrationServicesDeleteNodeOptionalParams,\n SqlMigrationServicesDeleteNodeResponse,\n SqlMigrationServicesListMonitoringDataOptionalParams,\n SqlMigrationServicesListMonitoringDataResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SqlMigrationServices. */\nexport interface SqlMigrationServices {\n /**\n * Retrieve all SQL migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: SqlMigrationServicesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SqlMigrationService>;\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listMigrations(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListMigrationsOptionalParams\n ): PagedAsyncIterableIterator<DatabaseMigration>;\n /**\n * Retrieve all SQL migration services in the subscriptions.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: SqlMigrationServicesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SqlMigrationService>;\n /**\n * Retrieve the Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesGetOptionalParams\n ): Promise<SqlMigrationServicesGetResponse>;\n /**\n * Create or Update SQL Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationService,\n options?: SqlMigrationServicesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SqlMigrationServicesCreateOrUpdateResponse>,\n SqlMigrationServicesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update SQL Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationService,\n options?: SqlMigrationServicesCreateOrUpdateOptionalParams\n ): Promise<SqlMigrationServicesCreateOrUpdateResponse>;\n /**\n * Delete SQL Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Delete SQL Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesDeleteOptionalParams\n ): Promise<void>;\n /**\n * Update SQL Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationServiceUpdate,\n options?: SqlMigrationServicesUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SqlMigrationServicesUpdateResponse>,\n SqlMigrationServicesUpdateResponse\n >\n >;\n /**\n * Update SQL Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationServiceUpdate,\n options?: SqlMigrationServicesUpdateOptionalParams\n ): Promise<SqlMigrationServicesUpdateResponse>;\n /**\n * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listAuthKeys(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListAuthKeysOptionalParams\n ): Promise<SqlMigrationServicesListAuthKeysResponse>;\n /**\n * Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n regenerateAuthKeys(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: RegenAuthKeys,\n options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams\n ): Promise<SqlMigrationServicesRegenerateAuthKeysResponse>;\n /**\n * Delete the integration runtime node.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n deleteNode(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: DeleteNode,\n options?: SqlMigrationServicesDeleteNodeOptionalParams\n ): Promise<SqlMigrationServicesDeleteNodeResponse>;\n /**\n * Retrieve the Monitoring Data.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listMonitoringData(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListMonitoringDataOptionalParams\n ): Promise<SqlMigrationServicesListMonitoringDataResponse>;\n}\n"]}
|
1
|
+
{"version":3,"file":"sqlMigrationServices.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlMigrationServices.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SqlMigrationService,\n SqlMigrationServicesListByResourceGroupOptionalParams,\n DatabaseMigration,\n SqlMigrationServicesListMigrationsOptionalParams,\n SqlMigrationServicesListBySubscriptionOptionalParams,\n SqlMigrationServicesGetOptionalParams,\n SqlMigrationServicesGetResponse,\n SqlMigrationServicesCreateOrUpdateOptionalParams,\n SqlMigrationServicesCreateOrUpdateResponse,\n SqlMigrationServicesDeleteOptionalParams,\n SqlMigrationServiceUpdate,\n SqlMigrationServicesUpdateOptionalParams,\n SqlMigrationServicesUpdateResponse,\n SqlMigrationServicesListAuthKeysOptionalParams,\n SqlMigrationServicesListAuthKeysResponse,\n RegenAuthKeys,\n SqlMigrationServicesRegenerateAuthKeysOptionalParams,\n SqlMigrationServicesRegenerateAuthKeysResponse,\n DeleteNode,\n SqlMigrationServicesDeleteNodeOptionalParams,\n SqlMigrationServicesDeleteNodeResponse,\n SqlMigrationServicesListMonitoringDataOptionalParams,\n SqlMigrationServicesListMonitoringDataResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SqlMigrationServices. */\nexport interface SqlMigrationServices {\n /**\n * Retrieve all SQL migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: SqlMigrationServicesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<SqlMigrationService>;\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listMigrations(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListMigrationsOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigration>;\n /**\n * Retrieve all SQL migration services in the subscriptions.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: SqlMigrationServicesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<SqlMigrationService>;\n /**\n * Retrieve the Database Migration Service\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesGetOptionalParams,\n ): Promise<SqlMigrationServicesGetResponse>;\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationService,\n options?: SqlMigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SqlMigrationServicesCreateOrUpdateResponse>,\n SqlMigrationServicesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationService,\n options?: SqlMigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<SqlMigrationServicesCreateOrUpdateResponse>;\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationServiceUpdate,\n options?: SqlMigrationServicesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SqlMigrationServicesUpdateResponse>,\n SqlMigrationServicesUpdateResponse\n >\n >;\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationServiceUpdate,\n options?: SqlMigrationServicesUpdateOptionalParams,\n ): Promise<SqlMigrationServicesUpdateResponse>;\n /**\n * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listAuthKeys(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListAuthKeysOptionalParams,\n ): Promise<SqlMigrationServicesListAuthKeysResponse>;\n /**\n * Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n regenerateAuthKeys(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: RegenAuthKeys,\n options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams,\n ): Promise<SqlMigrationServicesRegenerateAuthKeysResponse>;\n /**\n * Delete the integration runtime node.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n deleteNode(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: DeleteNode,\n options?: SqlMigrationServicesDeleteNodeOptionalParams,\n ): Promise<SqlMigrationServicesDeleteNodeResponse>;\n /**\n * Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database\n * Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listMonitoringData(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListMonitoringDataOptionalParams,\n ): Promise<SqlMigrationServicesListMonitoringDataResponse>;\n}\n"]}
|
@@ -3,9 +3,9 @@ import { ProjectTask, TasksListOptionalParams, TasksCreateOrUpdateOptionalParams
|
|
3
3
|
/** Interface representing a Tasks. */
|
4
4
|
export interface Tasks {
|
5
5
|
/**
|
6
|
-
* The services resource is the top-level resource that represents the Database Migration Service
|
7
|
-
* method returns a list of tasks owned by a service resource. Some tasks may have a
|
8
|
-
* which indicates that an error occurred while querying the status of that task.
|
6
|
+
* The services resource is the top-level resource that represents the Azure Database Migration Service
|
7
|
+
* (classic). This method returns a list of tasks owned by a service resource. Some tasks may have a
|
8
|
+
* status of Unknown, which indicates that an error occurred while querying the status of that task.
|
9
9
|
* @param groupName Name of the resource group
|
10
10
|
* @param serviceName Name of the service
|
11
11
|
* @param projectName Name of the project
|
@@ -13,9 +13,9 @@ export interface Tasks {
|
|
13
13
|
*/
|
14
14
|
list(groupName: string, serviceName: string, projectName: string, options?: TasksListOptionalParams): PagedAsyncIterableIterator<ProjectTask>;
|
15
15
|
/**
|
16
|
-
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
17
|
-
* The PUT method creates a new task or updates an existing one, although since tasks have no
|
18
|
-
* custom properties, there is little reason to update an existing one.
|
16
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)
|
17
|
+
* instance. The PUT method creates a new task or updates an existing one, although since tasks have no
|
18
|
+
* mutable custom properties, there is little reason to update an existing one.
|
19
19
|
* @param groupName Name of the resource group
|
20
20
|
* @param serviceName Name of the service
|
21
21
|
* @param projectName Name of the project
|
@@ -25,8 +25,8 @@ export interface Tasks {
|
|
25
25
|
*/
|
26
26
|
createOrUpdate(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: ProjectTask, options?: TasksCreateOrUpdateOptionalParams): Promise<TasksCreateOrUpdateResponse>;
|
27
27
|
/**
|
28
|
-
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
29
|
-
* The GET method retrieves information about a task.
|
28
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)
|
29
|
+
* instance. The GET method retrieves information about a task.
|
30
30
|
* @param groupName Name of the resource group
|
31
31
|
* @param serviceName Name of the service
|
32
32
|
* @param projectName Name of the project
|
@@ -35,8 +35,8 @@ export interface Tasks {
|
|
35
35
|
*/
|
36
36
|
get(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksGetOptionalParams): Promise<TasksGetResponse>;
|
37
37
|
/**
|
38
|
-
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
39
|
-
* The DELETE method deletes a task, canceling it first if it's running.
|
38
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)
|
39
|
+
* instance. The DELETE method deletes a task, canceling it first if it's running.
|
40
40
|
* @param groupName Name of the resource group
|
41
41
|
* @param serviceName Name of the service
|
42
42
|
* @param projectName Name of the project
|
@@ -45,9 +45,9 @@ export interface Tasks {
|
|
45
45
|
*/
|
46
46
|
delete(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<void>;
|
47
47
|
/**
|
48
|
-
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
49
|
-
* The PATCH method updates an existing task, but since tasks have no mutable custom
|
50
|
-
* is little reason to do so.
|
48
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)
|
49
|
+
* instance. The PATCH method updates an existing task, but since tasks have no mutable custom
|
50
|
+
* properties, there is little reason to do so.
|
51
51
|
* @param groupName Name of the resource group
|
52
52
|
* @param serviceName Name of the service
|
53
53
|
* @param projectName Name of the project
|
@@ -57,8 +57,8 @@ export interface Tasks {
|
|
57
57
|
*/
|
58
58
|
update(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: ProjectTask, options?: TasksUpdateOptionalParams): Promise<TasksUpdateResponse>;
|
59
59
|
/**
|
60
|
-
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
61
|
-
* This method cancels a task if it's currently queued or running.
|
60
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)
|
61
|
+
* instance. This method cancels a task if it's currently queued or running.
|
62
62
|
* @param groupName Name of the resource group
|
63
63
|
* @param serviceName Name of the service
|
64
64
|
* @param projectName Name of the project
|
@@ -67,8 +67,8 @@ export interface Tasks {
|
|
67
67
|
*/
|
68
68
|
cancel(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksCancelOptionalParams): Promise<TasksCancelResponse>;
|
69
69
|
/**
|
70
|
-
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
71
|
-
* This method executes a command on a running task.
|
70
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)
|
71
|
+
* instance. This method executes a command on a running task.
|
72
72
|
* @param groupName Name of the resource group
|
73
73
|
* @param serviceName Name of the service
|
74
74
|
* @param projectName Name of the project
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"tasks.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tasks.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ProjectTask,\n TasksListOptionalParams,\n TasksCreateOrUpdateOptionalParams,\n TasksCreateOrUpdateResponse,\n TasksGetOptionalParams,\n TasksGetResponse,\n TasksDeleteOptionalParams,\n TasksUpdateOptionalParams,\n TasksUpdateResponse,\n TasksCancelOptionalParams,\n TasksCancelResponse,\n CommandPropertiesUnion,\n TasksCommandOptionalParams,\n TasksCommandResponse
|
1
|
+
{"version":3,"file":"tasks.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tasks.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ProjectTask,\n TasksListOptionalParams,\n TasksCreateOrUpdateOptionalParams,\n TasksCreateOrUpdateResponse,\n TasksGetOptionalParams,\n TasksGetResponse,\n TasksDeleteOptionalParams,\n TasksUpdateOptionalParams,\n TasksUpdateResponse,\n TasksCancelOptionalParams,\n TasksCancelResponse,\n CommandPropertiesUnion,\n TasksCommandOptionalParams,\n TasksCommandResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Tasks. */\nexport interface Tasks {\n /**\n * The services resource is the top-level resource that represents the Azure Database Migration Service\n * (classic). This method returns a list of tasks owned by a service resource. Some tasks may have a\n * status of Unknown, which indicates that an error occurred while querying the status of that task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param options The options parameters.\n */\n list(\n groupName: string,\n serviceName: string,\n projectName: string,\n options?: TasksListOptionalParams,\n ): PagedAsyncIterableIterator<ProjectTask>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The PUT method creates a new task or updates an existing one, although since tasks have no\n * mutable custom properties, there is little reason to update an existing one.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Information about the task\n * @param options The options parameters.\n */\n createOrUpdate(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: ProjectTask,\n options?: TasksCreateOrUpdateOptionalParams,\n ): Promise<TasksCreateOrUpdateResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The GET method retrieves information about a task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n get(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksGetOptionalParams,\n ): Promise<TasksGetResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The DELETE method deletes a task, canceling it first if it's running.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n delete(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksDeleteOptionalParams,\n ): Promise<void>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. The PATCH method updates an existing task, but since tasks have no mutable custom\n * properties, there is little reason to do so.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Information about the task\n * @param options The options parameters.\n */\n update(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: ProjectTask,\n options?: TasksUpdateOptionalParams,\n ): Promise<TasksUpdateResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. This method cancels a task if it's currently queued or running.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n cancel(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksCancelOptionalParams,\n ): Promise<TasksCancelResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic)\n * instance. This method executes a command on a running task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Command to execute\n * @param options The options parameters.\n */\n command(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: CommandPropertiesUnion,\n options?: TasksCommandOptionalParams,\n ): Promise<TasksCommandResponse>;\n}\n"]}
|
@@ -3,8 +3,8 @@ import { Quota, UsagesListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Usages. */
|
4
4
|
export interface Usages {
|
5
5
|
/**
|
6
|
-
* This method returns region-specific quotas and resource usage information for the Database
|
7
|
-
* Service.
|
6
|
+
* This method returns region-specific quotas and resource usage information for the Azure Database
|
7
|
+
* Migration Service (classic).
|
8
8
|
* @param location The Azure region of the operation
|
9
9
|
* @param options The options parameters.
|
10
10
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Quota, UsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * This method returns region-specific quotas and resource usage information for the Database
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Quota, UsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * This method returns region-specific quotas and resource usage information for the Azure Database\n * Migration Service (classic).\n * @param location The Azure region of the operation\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: UsagesListOptionalParams,\n ): PagedAsyncIterableIterator<Quota>;\n}\n"]}
|
@@ -2,11 +2,11 @@ export interface PageInfo {
|
|
2
2
|
continuationToken?: string;
|
3
3
|
}
|
4
4
|
/**
|
5
|
-
* Given
|
6
|
-
* continuation token that can be used to begin paging from
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
7
7
|
* that point later.
|
8
|
-
* @param page
|
9
|
-
* @returns The continuation token that can be passed into byPage().
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
10
10
|
*/
|
11
11
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
12
12
|
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|