@azure/arm-datamigration 3.0.0 → 4.0.0-beta.1
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/README.md +11 -11
- package/dist/browser/api/dataMigrationManagementContext.d.ts +22 -0
- package/dist/browser/api/dataMigrationManagementContext.js +26 -0
- package/dist/browser/api/dataMigrationManagementContext.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +148 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +148 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlDb/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsSqlDb/index.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
- package/dist/browser/api/databaseMigrationsSqlDb/operations.js +187 -0
- package/dist/browser/api/databaseMigrationsSqlDb/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlDb/options.d.ts +31 -0
- package/dist/browser/api/databaseMigrationsSqlDb/options.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlDb/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlMi/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsSqlMi/index.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
- package/dist/browser/api/databaseMigrationsSqlMi/operations.js +189 -0
- package/dist/browser/api/databaseMigrationsSqlMi/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlMi/options.d.ts +31 -0
- package/dist/browser/api/databaseMigrationsSqlMi/options.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlMi/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlVm/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsSqlVm/index.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
- package/dist/browser/api/databaseMigrationsSqlVm/operations.js +189 -0
- package/dist/browser/api/databaseMigrationsSqlVm/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlVm/options.d.ts +31 -0
- package/dist/browser/api/databaseMigrationsSqlVm/options.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlVm/options.js.map +1 -0
- package/dist/browser/api/files/index.d.ts +3 -0
- package/dist/browser/api/files/index.js +4 -0
- package/dist/browser/api/files/index.js.map +1 -0
- package/dist/browser/api/files/operations.d.ts +34 -0
- package/dist/browser/api/files/operations.js +234 -0
- package/dist/browser/api/files/operations.js.map +1 -0
- package/dist/browser/api/files/options.d.ts +23 -0
- package/dist/browser/api/files/options.js +4 -0
- package/dist/browser/api/files/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/migrationServices/index.d.ts +3 -0
- package/dist/browser/api/migrationServices/index.js +4 -0
- package/dist/browser/api/migrationServices/index.js.map +1 -0
- package/dist/browser/api/migrationServices/operations.d.ts +35 -0
- package/dist/browser/api/migrationServices/operations.js +240 -0
- package/dist/browser/api/migrationServices/operations.js.map +1 -0
- package/dist/browser/api/migrationServices/options.d.ts +29 -0
- package/dist/browser/api/migrationServices/options.js +4 -0
- package/dist/browser/api/migrationServices/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +26 -0
- package/dist/browser/api/projects/operations.js +166 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +19 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/resourceSkus/index.d.ts +3 -0
- package/dist/browser/api/resourceSkus/index.js +4 -0
- package/dist/browser/api/resourceSkus/index.js.map +1 -0
- package/dist/browser/api/resourceSkus/operations.d.ts +10 -0
- package/dist/browser/api/resourceSkus/operations.js +38 -0
- package/dist/browser/api/resourceSkus/operations.js.map +1 -0
- package/dist/browser/api/resourceSkus/options.d.ts +5 -0
- package/dist/browser/api/resourceSkus/options.js +4 -0
- package/dist/browser/api/resourceSkus/options.js.map +1 -0
- package/dist/browser/api/serviceTasks/index.d.ts +3 -0
- package/dist/browser/api/serviceTasks/index.js +4 -0
- package/dist/browser/api/serviceTasks/index.js.map +1 -0
- package/dist/browser/api/serviceTasks/operations.d.ts +30 -0
- package/dist/browser/api/serviceTasks/operations.js +199 -0
- package/dist/browser/api/serviceTasks/operations.js.map +1 -0
- package/dist/browser/api/serviceTasks/options.d.ts +26 -0
- package/dist/browser/api/serviceTasks/options.js +4 -0
- package/dist/browser/api/serviceTasks/options.js.map +1 -0
- package/dist/browser/api/services/index.d.ts +3 -0
- package/dist/browser/api/services/index.js +4 -0
- package/dist/browser/api/services/index.js.map +1 -0
- package/dist/browser/api/services/operations.d.ts +55 -0
- package/dist/browser/api/services/operations.js +398 -0
- package/dist/browser/api/services/operations.js.map +1 -0
- package/dist/browser/api/services/options.d.ts +50 -0
- package/dist/browser/api/services/options.js +4 -0
- package/dist/browser/api/services/options.js.map +1 -0
- package/dist/browser/api/sqlMigrationServices/index.d.ts +3 -0
- package/dist/browser/api/sqlMigrationServices/index.js +4 -0
- package/dist/browser/api/sqlMigrationServices/index.js.map +1 -0
- package/dist/browser/api/sqlMigrationServices/operations.d.ts +51 -0
- package/dist/browser/api/sqlMigrationServices/operations.js +364 -0
- package/dist/browser/api/sqlMigrationServices/operations.js.map +1 -0
- package/dist/browser/api/sqlMigrationServices/options.d.ts +41 -0
- package/dist/browser/api/sqlMigrationServices/options.js +4 -0
- package/dist/browser/api/sqlMigrationServices/options.js.map +1 -0
- package/dist/browser/api/tasks/index.d.ts +3 -0
- package/dist/browser/api/tasks/index.js +4 -0
- package/dist/browser/api/tasks/index.js.map +1 -0
- package/dist/browser/api/tasks/operations.d.ts +34 -0
- package/dist/browser/api/tasks/operations.js +239 -0
- package/dist/browser/api/tasks/operations.js.map +1 -0
- package/dist/browser/api/tasks/options.d.ts +29 -0
- package/dist/browser/api/tasks/options.js +4 -0
- package/dist/browser/api/tasks/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +39 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +5 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
- package/dist/browser/classic/databaseMigrationsSqlDb/index.js +51 -0
- package/dist/browser/classic/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
- package/dist/browser/classic/databaseMigrationsSqlMi/index.js +51 -0
- package/dist/browser/classic/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
- package/dist/browser/classic/databaseMigrationsSqlVm/index.js +51 -0
- package/dist/browser/classic/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/browser/classic/files/index.d.ts +23 -0
- package/dist/browser/classic/files/index.js +20 -0
- package/dist/browser/classic/files/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +16 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/migrationServices/index.d.ts +37 -0
- package/dist/browser/classic/migrationServices/index.js +45 -0
- package/dist/browser/classic/migrationServices/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +19 -0
- package/dist/browser/classic/projects/index.js +18 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/resourceSkus/index.d.ts +11 -0
- package/dist/browser/classic/resourceSkus/index.js +14 -0
- package/dist/browser/classic/resourceSkus/index.js.map +1 -0
- package/dist/browser/classic/serviceTasks/index.d.ts +21 -0
- package/dist/browser/classic/serviceTasks/index.js +19 -0
- package/dist/browser/classic/serviceTasks/index.js.map +1 -0
- package/dist/browser/classic/services/index.d.ts +55 -0
- package/dist/browser/classic/services/index.js +66 -0
- package/dist/browser/classic/services/index.js.map +1 -0
- package/dist/browser/classic/sqlMigrationServices/index.d.ts +45 -0
- package/dist/browser/classic/sqlMigrationServices/index.js +49 -0
- package/dist/browser/classic/sqlMigrationServices/index.js.map +1 -0
- package/dist/browser/classic/tasks/index.d.ts +23 -0
- package/dist/browser/classic/tasks/index.js +20 -0
- package/dist/browser/classic/tasks/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/dataMigrationManagementClient.d.ts +55 -32
- package/dist/browser/dataMigrationManagementClient.js +78 -118
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +29 -3
- package/dist/browser/index.js +5 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -8270
- package/dist/browser/models/index.js +1 -884
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +5936 -0
- package/dist/browser/models/models.js +7222 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +175 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/dataMigrationManagementContext.d.ts +22 -0
- package/dist/commonjs/api/dataMigrationManagementContext.js +47 -0
- package/dist/commonjs/api/dataMigrationManagementContext.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +225 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +225 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/index.js +36 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/operations.js +274 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/options.d.ts +31 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/index.js +36 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/operations.js +283 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/options.d.ts +31 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/index.js +36 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/operations.js +283 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/options.d.ts +31 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/options.js.map +7 -0
- package/dist/commonjs/api/files/index.d.ts +3 -0
- package/dist/commonjs/api/files/index.js +40 -0
- package/dist/commonjs/api/files/index.js.map +7 -0
- package/dist/commonjs/api/files/operations.d.ts +34 -0
- package/dist/commonjs/api/files/operations.js +355 -0
- package/dist/commonjs/api/files/operations.js.map +7 -0
- package/dist/commonjs/api/files/options.d.ts +23 -0
- package/dist/commonjs/api/files/options.js +16 -0
- package/dist/commonjs/api/files/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/migrationServices/index.d.ts +3 -0
- package/dist/commonjs/api/migrationServices/index.js +40 -0
- package/dist/commonjs/api/migrationServices/index.js.map +7 -0
- package/dist/commonjs/api/migrationServices/operations.d.ts +35 -0
- package/dist/commonjs/api/migrationServices/operations.js +343 -0
- package/dist/commonjs/api/migrationServices/operations.js.map +7 -0
- package/dist/commonjs/api/migrationServices/options.d.ts +29 -0
- package/dist/commonjs/api/migrationServices/options.js +16 -0
- package/dist/commonjs/api/migrationServices/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +36 -0
- package/dist/commonjs/api/projects/index.js.map +7 -0
- package/dist/commonjs/api/projects/operations.d.ts +26 -0
- package/dist/commonjs/api/projects/operations.js +253 -0
- package/dist/commonjs/api/projects/operations.js.map +7 -0
- package/dist/commonjs/api/projects/options.d.ts +19 -0
- package/dist/commonjs/api/projects/options.js +16 -0
- package/dist/commonjs/api/projects/options.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/index.d.ts +3 -0
- package/dist/commonjs/api/resourceSkus/index.js +28 -0
- package/dist/commonjs/api/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/resourceSkus/operations.js +75 -0
- package/dist/commonjs/api/resourceSkus/operations.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/options.d.ts +5 -0
- package/dist/commonjs/api/resourceSkus/options.js +16 -0
- package/dist/commonjs/api/resourceSkus/options.js.map +7 -0
- package/dist/commonjs/api/serviceTasks/index.d.ts +3 -0
- package/dist/commonjs/api/serviceTasks/index.js +38 -0
- package/dist/commonjs/api/serviceTasks/index.js.map +7 -0
- package/dist/commonjs/api/serviceTasks/operations.d.ts +30 -0
- package/dist/commonjs/api/serviceTasks/operations.js +288 -0
- package/dist/commonjs/api/serviceTasks/operations.js.map +7 -0
- package/dist/commonjs/api/serviceTasks/options.d.ts +26 -0
- package/dist/commonjs/api/serviceTasks/options.js +16 -0
- package/dist/commonjs/api/serviceTasks/options.js.map +7 -0
- package/dist/commonjs/api/services/index.d.ts +3 -0
- package/dist/commonjs/api/services/index.js +50 -0
- package/dist/commonjs/api/services/index.js.map +7 -0
- package/dist/commonjs/api/services/operations.d.ts +55 -0
- package/dist/commonjs/api/services/operations.js +552 -0
- package/dist/commonjs/api/services/operations.js.map +7 -0
- package/dist/commonjs/api/services/options.d.ts +50 -0
- package/dist/commonjs/api/services/options.js +16 -0
- package/dist/commonjs/api/services/options.js.map +7 -0
- package/dist/commonjs/api/sqlMigrationServices/index.d.ts +3 -0
- package/dist/commonjs/api/sqlMigrationServices/index.js +48 -0
- package/dist/commonjs/api/sqlMigrationServices/index.js.map +7 -0
- package/dist/commonjs/api/sqlMigrationServices/operations.d.ts +51 -0
- package/dist/commonjs/api/sqlMigrationServices/operations.js +525 -0
- package/dist/commonjs/api/sqlMigrationServices/operations.js.map +7 -0
- package/dist/commonjs/api/sqlMigrationServices/options.d.ts +41 -0
- package/dist/commonjs/api/sqlMigrationServices/options.js +16 -0
- package/dist/commonjs/api/sqlMigrationServices/options.js.map +7 -0
- package/dist/commonjs/api/tasks/index.d.ts +3 -0
- package/dist/commonjs/api/tasks/index.js +40 -0
- package/dist/commonjs/api/tasks/index.js.map +7 -0
- package/dist/commonjs/api/tasks/operations.d.ts +34 -0
- package/dist/commonjs/api/tasks/operations.js +361 -0
- package/dist/commonjs/api/tasks/operations.js.map +7 -0
- package/dist/commonjs/api/tasks/options.d.ts +29 -0
- package/dist/commonjs/api/tasks/options.js +16 -0
- package/dist/commonjs/api/tasks/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +28 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +76 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +5 -0
- package/dist/commonjs/api/usages/options.js +16 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +78 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +78 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
- package/dist/commonjs/classic/databaseMigrationsSqlDb/index.js +131 -0
- package/dist/commonjs/classic/databaseMigrationsSqlDb/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
- package/dist/commonjs/classic/databaseMigrationsSqlMi/index.js +130 -0
- package/dist/commonjs/classic/databaseMigrationsSqlMi/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
- package/dist/commonjs/classic/databaseMigrationsSqlVm/index.js +136 -0
- package/dist/commonjs/classic/databaseMigrationsSqlVm/index.js.map +7 -0
- package/dist/commonjs/classic/files/index.d.ts +23 -0
- package/dist/commonjs/classic/files/index.js +44 -0
- package/dist/commonjs/classic/files/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +16 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/migrationServices/index.d.ts +37 -0
- package/dist/commonjs/classic/migrationServices/index.js +81 -0
- package/dist/commonjs/classic/migrationServices/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/projects/index.d.ts +19 -0
- package/dist/commonjs/classic/projects/index.js +42 -0
- package/dist/commonjs/classic/projects/index.js.map +7 -0
- package/dist/commonjs/classic/resourceSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/resourceSkus/index.js +38 -0
- package/dist/commonjs/classic/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/classic/serviceTasks/index.d.ts +21 -0
- package/dist/commonjs/classic/serviceTasks/index.js +43 -0
- package/dist/commonjs/classic/serviceTasks/index.js.map +7 -0
- package/dist/commonjs/classic/services/index.d.ts +55 -0
- package/dist/commonjs/classic/services/index.js +90 -0
- package/dist/commonjs/classic/services/index.js.map +7 -0
- package/dist/commonjs/classic/sqlMigrationServices/index.d.ts +45 -0
- package/dist/commonjs/classic/sqlMigrationServices/index.js +91 -0
- package/dist/commonjs/classic/sqlMigrationServices/index.js.map +7 -0
- package/dist/commonjs/classic/tasks/index.d.ts +23 -0
- package/dist/commonjs/classic/tasks/index.js +44 -0
- package/dist/commonjs/classic/tasks/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +38 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts +55 -32
- package/dist/commonjs/dataMigrationManagementClient.js +108 -134
- package/dist/commonjs/dataMigrationManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +29 -3
- package/dist/commonjs/index.js +150 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -8270
- package/dist/commonjs/models/index.js +136 -891
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +5936 -0
- package/dist/commonjs/models/models.js +7636 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +188 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/dataMigrationManagementContext.d.ts +22 -0
- package/dist/esm/api/dataMigrationManagementContext.js +26 -0
- package/dist/esm/api/dataMigrationManagementContext.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +148 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +148 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlDb/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsSqlDb/index.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
- package/dist/esm/api/databaseMigrationsSqlDb/operations.js +187 -0
- package/dist/esm/api/databaseMigrationsSqlDb/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlDb/options.d.ts +31 -0
- package/dist/esm/api/databaseMigrationsSqlDb/options.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlDb/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlMi/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsSqlMi/index.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
- package/dist/esm/api/databaseMigrationsSqlMi/operations.js +189 -0
- package/dist/esm/api/databaseMigrationsSqlMi/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlMi/options.d.ts +31 -0
- package/dist/esm/api/databaseMigrationsSqlMi/options.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlMi/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlVm/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsSqlVm/index.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
- package/dist/esm/api/databaseMigrationsSqlVm/operations.js +189 -0
- package/dist/esm/api/databaseMigrationsSqlVm/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlVm/options.d.ts +31 -0
- package/dist/esm/api/databaseMigrationsSqlVm/options.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlVm/options.js.map +1 -0
- package/dist/esm/api/files/index.d.ts +3 -0
- package/dist/esm/api/files/index.js +4 -0
- package/dist/esm/api/files/index.js.map +1 -0
- package/dist/esm/api/files/operations.d.ts +34 -0
- package/dist/esm/api/files/operations.js +234 -0
- package/dist/esm/api/files/operations.js.map +1 -0
- package/dist/esm/api/files/options.d.ts +23 -0
- package/dist/esm/api/files/options.js +4 -0
- package/dist/esm/api/files/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/migrationServices/index.d.ts +3 -0
- package/dist/esm/api/migrationServices/index.js +4 -0
- package/dist/esm/api/migrationServices/index.js.map +1 -0
- package/dist/esm/api/migrationServices/operations.d.ts +35 -0
- package/dist/esm/api/migrationServices/operations.js +240 -0
- package/dist/esm/api/migrationServices/operations.js.map +1 -0
- package/dist/esm/api/migrationServices/options.d.ts +29 -0
- package/dist/esm/api/migrationServices/options.js +4 -0
- package/dist/esm/api/migrationServices/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +26 -0
- package/dist/esm/api/projects/operations.js +166 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +19 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/resourceSkus/index.d.ts +3 -0
- package/dist/esm/api/resourceSkus/index.js +4 -0
- package/dist/esm/api/resourceSkus/index.js.map +1 -0
- package/dist/esm/api/resourceSkus/operations.d.ts +10 -0
- package/dist/esm/api/resourceSkus/operations.js +38 -0
- package/dist/esm/api/resourceSkus/operations.js.map +1 -0
- package/dist/esm/api/resourceSkus/options.d.ts +5 -0
- package/dist/esm/api/resourceSkus/options.js +4 -0
- package/dist/esm/api/resourceSkus/options.js.map +1 -0
- package/dist/esm/api/serviceTasks/index.d.ts +3 -0
- package/dist/esm/api/serviceTasks/index.js +4 -0
- package/dist/esm/api/serviceTasks/index.js.map +1 -0
- package/dist/esm/api/serviceTasks/operations.d.ts +30 -0
- package/dist/esm/api/serviceTasks/operations.js +199 -0
- package/dist/esm/api/serviceTasks/operations.js.map +1 -0
- package/dist/esm/api/serviceTasks/options.d.ts +26 -0
- package/dist/esm/api/serviceTasks/options.js +4 -0
- package/dist/esm/api/serviceTasks/options.js.map +1 -0
- package/dist/esm/api/services/index.d.ts +3 -0
- package/dist/esm/api/services/index.js +4 -0
- package/dist/esm/api/services/index.js.map +1 -0
- package/dist/esm/api/services/operations.d.ts +55 -0
- package/dist/esm/api/services/operations.js +398 -0
- package/dist/esm/api/services/operations.js.map +1 -0
- package/dist/esm/api/services/options.d.ts +50 -0
- package/dist/esm/api/services/options.js +4 -0
- package/dist/esm/api/services/options.js.map +1 -0
- package/dist/esm/api/sqlMigrationServices/index.d.ts +3 -0
- package/dist/esm/api/sqlMigrationServices/index.js +4 -0
- package/dist/esm/api/sqlMigrationServices/index.js.map +1 -0
- package/dist/esm/api/sqlMigrationServices/operations.d.ts +51 -0
- package/dist/esm/api/sqlMigrationServices/operations.js +364 -0
- package/dist/esm/api/sqlMigrationServices/operations.js.map +1 -0
- package/dist/esm/api/sqlMigrationServices/options.d.ts +41 -0
- package/dist/esm/api/sqlMigrationServices/options.js +4 -0
- package/dist/esm/api/sqlMigrationServices/options.js.map +1 -0
- package/dist/esm/api/tasks/index.d.ts +3 -0
- package/dist/esm/api/tasks/index.js +4 -0
- package/dist/esm/api/tasks/index.js.map +1 -0
- package/dist/esm/api/tasks/operations.d.ts +34 -0
- package/dist/esm/api/tasks/operations.js +239 -0
- package/dist/esm/api/tasks/operations.js.map +1 -0
- package/dist/esm/api/tasks/options.d.ts +29 -0
- package/dist/esm/api/tasks/options.js +4 -0
- package/dist/esm/api/tasks/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +39 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +5 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
- package/dist/esm/classic/databaseMigrationsSqlDb/index.js +51 -0
- package/dist/esm/classic/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
- package/dist/esm/classic/databaseMigrationsSqlMi/index.js +51 -0
- package/dist/esm/classic/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
- package/dist/esm/classic/databaseMigrationsSqlVm/index.js +51 -0
- package/dist/esm/classic/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/esm/classic/files/index.d.ts +23 -0
- package/dist/esm/classic/files/index.js +20 -0
- package/dist/esm/classic/files/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +16 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/migrationServices/index.d.ts +37 -0
- package/dist/esm/classic/migrationServices/index.js +45 -0
- package/dist/esm/classic/migrationServices/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +19 -0
- package/dist/esm/classic/projects/index.js +18 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/resourceSkus/index.d.ts +11 -0
- package/dist/esm/classic/resourceSkus/index.js +14 -0
- package/dist/esm/classic/resourceSkus/index.js.map +1 -0
- package/dist/esm/classic/serviceTasks/index.d.ts +21 -0
- package/dist/esm/classic/serviceTasks/index.js +19 -0
- package/dist/esm/classic/serviceTasks/index.js.map +1 -0
- package/dist/esm/classic/services/index.d.ts +55 -0
- package/dist/esm/classic/services/index.js +66 -0
- package/dist/esm/classic/services/index.js.map +1 -0
- package/dist/esm/classic/sqlMigrationServices/index.d.ts +45 -0
- package/dist/esm/classic/sqlMigrationServices/index.js +49 -0
- package/dist/esm/classic/sqlMigrationServices/index.js.map +1 -0
- package/dist/esm/classic/tasks/index.d.ts +23 -0
- package/dist/esm/classic/tasks/index.js +20 -0
- package/dist/esm/classic/tasks/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/dataMigrationManagementClient.d.ts +55 -32
- package/dist/esm/dataMigrationManagementClient.js +78 -118
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +29 -3
- package/dist/esm/index.js +5 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -8270
- package/dist/esm/models/index.js +1 -884
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +5936 -0
- package/dist/esm/models/models.js +7222 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +175 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +330 -95
- package/dist/browser/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -463
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -13592
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -48
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -371
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -358
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -358
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +0 -101
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.js +0 -409
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +0 -101
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +0 -410
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +0 -101
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +0 -410
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/browser/operations/files.d.ts +0 -101
- package/dist/browser/operations/files.d.ts.map +0 -1
- package/dist/browser/operations/files.js +0 -349
- package/dist/browser/operations/files.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -16
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -20
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/migrationServices.d.ts +0 -144
- package/dist/browser/operations/migrationServices.d.ts.map +0 -1
- package/dist/browser/operations/migrationServices.js +0 -627
- package/dist/browser/operations/migrationServices.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -107
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -78
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -270
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/resourceSkus.d.ts +0 -32
- package/dist/browser/operations/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operations/resourceSkus.js +0 -111
- package/dist/browser/operations/resourceSkus.js.map +0 -1
- package/dist/browser/operations/serviceTasks.d.ts +0 -94
- package/dist/browser/operations/serviceTasks.d.ts.map +0 -1
- package/dist/browser/operations/serviceTasks.js +0 -310
- package/dist/browser/operations/serviceTasks.js.map +0 -1
- package/dist/browser/operations/services.d.ts +0 -218
- package/dist/browser/operations/services.d.ts.map +0 -1
- package/dist/browser/operations/services.js +0 -889
- package/dist/browser/operations/services.js.map +0 -1
- package/dist/browser/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/browser/operations/sqlMigrationServices.js +0 -715
- package/dist/browser/operations/sqlMigrationServices.js.map +0 -1
- package/dist/browser/operations/tasks.d.ts +0 -110
- package/dist/browser/operations/tasks.d.ts.map +0 -1
- package/dist/browser/operations/tasks.js +0 -360
- package/dist/browser/operations/tasks.js.map +0 -1
- package/dist/browser/operations/usages.d.ts +0 -37
- package/dist/browser/operations/usages.d.ts.map +0 -1
- package/dist/browser/operations/usages.js +0 -121
- package/dist/browser/operations/usages.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -4
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -4
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -93
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +0 -4
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -93
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js +0 -4
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -93
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js +0 -4
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/browser/operationsInterfaces/files.d.ts +0 -73
- package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/files.js +0 -4
- package/dist/browser/operationsInterfaces/files.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -16
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -20
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/migrationServices.js +0 -4
- package/dist/browser/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/projects.d.ts +0 -52
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -4
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/serviceTasks.js +0 -4
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/browser/operationsInterfaces/services.d.ts +0 -162
- package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/services.js +0 -4
- package/dist/browser/operationsInterfaces/services.js.map +0 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js +0 -4
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/browser/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tasks.js +0 -4
- package/dist/browser/operationsInterfaces/tasks.js.map +0 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +0 -13
- package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usages.js +0 -4
- package/dist/browser/operationsInterfaces/usages.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -463
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -13601
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -48
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -374
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -363
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -363
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +0 -101
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +0 -414
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +0 -101
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +0 -415
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +0 -101
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +0 -415
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/commonjs/operations/files.d.ts +0 -101
- package/dist/commonjs/operations/files.d.ts.map +0 -1
- package/dist/commonjs/operations/files.js +0 -354
- package/dist/commonjs/operations/files.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -16
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -23
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/migrationServices.d.ts +0 -144
- package/dist/commonjs/operations/migrationServices.d.ts.map +0 -1
- package/dist/commonjs/operations/migrationServices.js +0 -632
- package/dist/commonjs/operations/migrationServices.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -112
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -78
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -275
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +0 -32
- package/dist/commonjs/operations/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operations/resourceSkus.js +0 -116
- package/dist/commonjs/operations/resourceSkus.js.map +0 -1
- package/dist/commonjs/operations/serviceTasks.d.ts +0 -94
- package/dist/commonjs/operations/serviceTasks.d.ts.map +0 -1
- package/dist/commonjs/operations/serviceTasks.js +0 -315
- package/dist/commonjs/operations/serviceTasks.js.map +0 -1
- package/dist/commonjs/operations/services.d.ts +0 -218
- package/dist/commonjs/operations/services.d.ts.map +0 -1
- package/dist/commonjs/operations/services.js +0 -894
- package/dist/commonjs/operations/services.js.map +0 -1
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +0 -720
- package/dist/commonjs/operations/sqlMigrationServices.js.map +0 -1
- package/dist/commonjs/operations/tasks.d.ts +0 -110
- package/dist/commonjs/operations/tasks.d.ts.map +0 -1
- package/dist/commonjs/operations/tasks.js +0 -365
- package/dist/commonjs/operations/tasks.js.map +0 -1
- package/dist/commonjs/operations/usages.d.ts +0 -37
- package/dist/commonjs/operations/usages.d.ts.map +0 -1
- package/dist/commonjs/operations/usages.js +0 -126
- package/dist/commonjs/operations/usages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -5
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -5
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +0 -5
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +0 -5
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +0 -5
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/files.d.ts +0 -73
- package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/files.js +0 -5
- package/dist/commonjs/operationsInterfaces/files.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -16
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -23
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.js +0 -5
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -52
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -5
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +0 -5
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.js +0 -5
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/services.d.ts +0 -162
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/services.js +0 -5
- package/dist/commonjs/operationsInterfaces/services.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +0 -5
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tasks.js +0 -5
- package/dist/commonjs/operationsInterfaces/tasks.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.js +0 -5
- package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -463
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -13592
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -48
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -371
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -358
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -358
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +0 -101
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.js +0 -409
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +0 -101
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +0 -410
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +0 -101
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +0 -410
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/esm/operations/files.d.ts +0 -101
- package/dist/esm/operations/files.d.ts.map +0 -1
- package/dist/esm/operations/files.js +0 -349
- package/dist/esm/operations/files.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -16
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -20
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/migrationServices.d.ts +0 -144
- package/dist/esm/operations/migrationServices.d.ts.map +0 -1
- package/dist/esm/operations/migrationServices.js +0 -627
- package/dist/esm/operations/migrationServices.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -107
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -78
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -270
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/resourceSkus.d.ts +0 -32
- package/dist/esm/operations/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operations/resourceSkus.js +0 -111
- package/dist/esm/operations/resourceSkus.js.map +0 -1
- package/dist/esm/operations/serviceTasks.d.ts +0 -94
- package/dist/esm/operations/serviceTasks.d.ts.map +0 -1
- package/dist/esm/operations/serviceTasks.js +0 -310
- package/dist/esm/operations/serviceTasks.js.map +0 -1
- package/dist/esm/operations/services.d.ts +0 -218
- package/dist/esm/operations/services.d.ts.map +0 -1
- package/dist/esm/operations/services.js +0 -889
- package/dist/esm/operations/services.js.map +0 -1
- package/dist/esm/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/esm/operations/sqlMigrationServices.js +0 -715
- package/dist/esm/operations/sqlMigrationServices.js.map +0 -1
- package/dist/esm/operations/tasks.d.ts +0 -110
- package/dist/esm/operations/tasks.d.ts.map +0 -1
- package/dist/esm/operations/tasks.js +0 -360
- package/dist/esm/operations/tasks.js.map +0 -1
- package/dist/esm/operations/usages.d.ts +0 -37
- package/dist/esm/operations/usages.d.ts.map +0 -1
- package/dist/esm/operations/usages.js +0 -121
- package/dist/esm/operations/usages.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -4
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -4
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -93
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +0 -4
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -93
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +0 -4
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -93
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +0 -4
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/esm/operationsInterfaces/files.d.ts +0 -73
- package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/files.js +0 -4
- package/dist/esm/operationsInterfaces/files.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -16
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -20
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/migrationServices.js +0 -4
- package/dist/esm/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/projects.d.ts +0 -52
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -4
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/serviceTasks.js +0 -4
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/esm/operationsInterfaces/services.d.ts +0 -162
- package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/services.js +0 -4
- package/dist/esm/operationsInterfaces/services.js.map +0 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js +0 -4
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/esm/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tasks.js +0 -4
- package/dist/esm/operationsInterfaces/tasks.js.map +0 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +0 -13
- package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -4
- package/dist/esm/operationsInterfaces/usages.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts +0 -34
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/react-native/dataMigrationManagementClient.js +0 -131
- package/dist/react-native/dataMigrationManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -8271
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -887
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -463
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -13592
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -48
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -371
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -358
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -358
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +0 -101
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +0 -409
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +0 -101
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +0 -410
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +0 -101
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +0 -410
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/react-native/operations/files.d.ts +0 -101
- package/dist/react-native/operations/files.d.ts.map +0 -1
- package/dist/react-native/operations/files.js +0 -349
- package/dist/react-native/operations/files.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -16
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -20
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/migrationServices.d.ts +0 -144
- package/dist/react-native/operations/migrationServices.d.ts.map +0 -1
- package/dist/react-native/operations/migrationServices.js +0 -627
- package/dist/react-native/operations/migrationServices.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -107
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -78
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -270
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/resourceSkus.d.ts +0 -32
- package/dist/react-native/operations/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operations/resourceSkus.js +0 -111
- package/dist/react-native/operations/resourceSkus.js.map +0 -1
- package/dist/react-native/operations/serviceTasks.d.ts +0 -94
- package/dist/react-native/operations/serviceTasks.d.ts.map +0 -1
- package/dist/react-native/operations/serviceTasks.js +0 -310
- package/dist/react-native/operations/serviceTasks.js.map +0 -1
- package/dist/react-native/operations/services.d.ts +0 -218
- package/dist/react-native/operations/services.d.ts.map +0 -1
- package/dist/react-native/operations/services.js +0 -889
- package/dist/react-native/operations/services.js.map +0 -1
- package/dist/react-native/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/react-native/operations/sqlMigrationServices.js +0 -715
- package/dist/react-native/operations/sqlMigrationServices.js.map +0 -1
- package/dist/react-native/operations/tasks.d.ts +0 -110
- package/dist/react-native/operations/tasks.d.ts.map +0 -1
- package/dist/react-native/operations/tasks.js +0 -360
- package/dist/react-native/operations/tasks.js.map +0 -1
- package/dist/react-native/operations/usages.d.ts +0 -37
- package/dist/react-native/operations/usages.d.ts.map +0 -1
- package/dist/react-native/operations/usages.js +0 -121
- package/dist/react-native/operations/usages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -4
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -4
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +0 -4
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +0 -4
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +0 -4
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/react-native/operationsInterfaces/files.d.ts +0 -73
- package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/files.js +0 -4
- package/dist/react-native/operationsInterfaces/files.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -16
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -20
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/migrationServices.js +0 -4
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.d.ts +0 -52
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -4
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.js +0 -4
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +0 -162
- package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/services.js +0 -4
- package/dist/react-native/operationsInterfaces/services.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +0 -4
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/react-native/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tasks.js +0 -4
- package/dist/react-native/operationsInterfaces/tasks.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.js +0 -4
- package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,363 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT License.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.DatabaseMigrationsMongoToCosmosDbvCoreMongoImpl = void 0;
|
|
6
|
-
const tslib_1 = require("tslib");
|
|
7
|
-
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
8
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
9
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
10
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
11
|
-
const core_lro_1 = require("@azure/core-lro");
|
|
12
|
-
const lroImpl_js_1 = require("../lroImpl.js");
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing DatabaseMigrationsMongoToCosmosDbvCoreMongo operations. */
|
|
15
|
-
class DatabaseMigrationsMongoToCosmosDbvCoreMongoImpl {
|
|
16
|
-
client;
|
|
17
|
-
/**
|
|
18
|
-
* Initialize a new instance of the class DatabaseMigrationsMongoToCosmosDbvCoreMongo class.
|
|
19
|
-
* @param client Reference to the service client
|
|
20
|
-
*/
|
|
21
|
-
constructor(client) {
|
|
22
|
-
this.client = client;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Get Database Migration resources for the scope.
|
|
26
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
27
|
-
* value from the Azure Resource Manager API or the portal.
|
|
28
|
-
* @param targetResourceName The name of the target resource/account.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
listForScope(resourceGroupName, targetResourceName, options) {
|
|
32
|
-
const iter = this.getForScopePagingAll(resourceGroupName, targetResourceName, options);
|
|
33
|
-
return {
|
|
34
|
-
next() {
|
|
35
|
-
return iter.next();
|
|
36
|
-
},
|
|
37
|
-
[Symbol.asyncIterator]() {
|
|
38
|
-
return this;
|
|
39
|
-
},
|
|
40
|
-
byPage: (settings) => {
|
|
41
|
-
if (settings?.maxPageSize) {
|
|
42
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
-
}
|
|
44
|
-
return this.getForScopePagingPage(resourceGroupName, targetResourceName, options, settings);
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
async *getForScopePagingPage(resourceGroupName, targetResourceName, options, settings) {
|
|
49
|
-
let result;
|
|
50
|
-
let continuationToken = settings?.continuationToken;
|
|
51
|
-
if (!continuationToken) {
|
|
52
|
-
result = await this._getForScope(resourceGroupName, targetResourceName, options);
|
|
53
|
-
let page = result.value || [];
|
|
54
|
-
continuationToken = result.nextLink;
|
|
55
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
-
yield page;
|
|
57
|
-
}
|
|
58
|
-
while (continuationToken) {
|
|
59
|
-
result = await this._getForScopeNext(resourceGroupName, targetResourceName, continuationToken, options);
|
|
60
|
-
continuationToken = result.nextLink;
|
|
61
|
-
let page = result.value || [];
|
|
62
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
-
yield page;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
async *getForScopePagingAll(resourceGroupName, targetResourceName, options) {
|
|
67
|
-
for await (const page of this.getForScopePagingPage(resourceGroupName, targetResourceName, options)) {
|
|
68
|
-
yield* page;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Get Database Migration resource.
|
|
73
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
74
|
-
* value from the Azure Resource Manager API or the portal.
|
|
75
|
-
* @param targetResourceName The name of the target resource/account.
|
|
76
|
-
* @param migrationName Name of the migration.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
get(resourceGroupName, targetResourceName, migrationName, options) {
|
|
80
|
-
return this.client.sendOperationRequest({ resourceGroupName, targetResourceName, migrationName, options }, getOperationSpec);
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* Create or Update Database Migration resource.
|
|
84
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
85
|
-
* value from the Azure Resource Manager API or the portal.
|
|
86
|
-
* @param targetResourceName The name of the target resource/account.
|
|
87
|
-
* @param migrationName Name of the migration.
|
|
88
|
-
* @param parameters Details of CosmosDB for Mongo API Migration resource.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
async beginCreate(resourceGroupName, targetResourceName, migrationName, parameters, options) {
|
|
92
|
-
const directSendOperation = async (args, spec) => {
|
|
93
|
-
return this.client.sendOperationRequest(args, spec);
|
|
94
|
-
};
|
|
95
|
-
const sendOperationFn = async (args, spec) => {
|
|
96
|
-
let currentRawResponse = undefined;
|
|
97
|
-
const providedCallback = args.options?.onResponse;
|
|
98
|
-
const callback = (rawResponse, flatResponse) => {
|
|
99
|
-
currentRawResponse = rawResponse;
|
|
100
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
101
|
-
};
|
|
102
|
-
const updatedArgs = {
|
|
103
|
-
...args,
|
|
104
|
-
options: {
|
|
105
|
-
...args.options,
|
|
106
|
-
onResponse: callback,
|
|
107
|
-
},
|
|
108
|
-
};
|
|
109
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
110
|
-
return {
|
|
111
|
-
flatResponse,
|
|
112
|
-
rawResponse: {
|
|
113
|
-
statusCode: currentRawResponse.status,
|
|
114
|
-
body: currentRawResponse.parsedBody,
|
|
115
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
116
|
-
},
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
120
|
-
sendOperationFn,
|
|
121
|
-
args: {
|
|
122
|
-
resourceGroupName,
|
|
123
|
-
targetResourceName,
|
|
124
|
-
migrationName,
|
|
125
|
-
parameters,
|
|
126
|
-
options,
|
|
127
|
-
},
|
|
128
|
-
spec: createOperationSpec,
|
|
129
|
-
});
|
|
130
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
131
|
-
restoreFrom: options?.resumeFrom,
|
|
132
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
133
|
-
});
|
|
134
|
-
await poller.poll();
|
|
135
|
-
return poller;
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* Create or Update Database Migration resource.
|
|
139
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
140
|
-
* value from the Azure Resource Manager API or the portal.
|
|
141
|
-
* @param targetResourceName The name of the target resource/account.
|
|
142
|
-
* @param migrationName Name of the migration.
|
|
143
|
-
* @param parameters Details of CosmosDB for Mongo API Migration resource.
|
|
144
|
-
* @param options The options parameters.
|
|
145
|
-
*/
|
|
146
|
-
async beginCreateAndWait(resourceGroupName, targetResourceName, migrationName, parameters, options) {
|
|
147
|
-
const poller = await this.beginCreate(resourceGroupName, targetResourceName, migrationName, parameters, options);
|
|
148
|
-
return poller.pollUntilDone();
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Delete Database Migration resource.
|
|
152
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
153
|
-
* value from the Azure Resource Manager API or the portal.
|
|
154
|
-
* @param targetResourceName The name of the target resource/account.
|
|
155
|
-
* @param migrationName Name of the migration.
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
async beginDelete(resourceGroupName, targetResourceName, migrationName, options) {
|
|
159
|
-
const directSendOperation = async (args, spec) => {
|
|
160
|
-
return this.client.sendOperationRequest(args, spec);
|
|
161
|
-
};
|
|
162
|
-
const sendOperationFn = async (args, spec) => {
|
|
163
|
-
let currentRawResponse = undefined;
|
|
164
|
-
const providedCallback = args.options?.onResponse;
|
|
165
|
-
const callback = (rawResponse, flatResponse) => {
|
|
166
|
-
currentRawResponse = rawResponse;
|
|
167
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
168
|
-
};
|
|
169
|
-
const updatedArgs = {
|
|
170
|
-
...args,
|
|
171
|
-
options: {
|
|
172
|
-
...args.options,
|
|
173
|
-
onResponse: callback,
|
|
174
|
-
},
|
|
175
|
-
};
|
|
176
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
177
|
-
return {
|
|
178
|
-
flatResponse,
|
|
179
|
-
rawResponse: {
|
|
180
|
-
statusCode: currentRawResponse.status,
|
|
181
|
-
body: currentRawResponse.parsedBody,
|
|
182
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
183
|
-
},
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
187
|
-
sendOperationFn,
|
|
188
|
-
args: { resourceGroupName, targetResourceName, migrationName, options },
|
|
189
|
-
spec: deleteOperationSpec,
|
|
190
|
-
});
|
|
191
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
192
|
-
restoreFrom: options?.resumeFrom,
|
|
193
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
194
|
-
});
|
|
195
|
-
await poller.poll();
|
|
196
|
-
return poller;
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* Delete Database Migration resource.
|
|
200
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
201
|
-
* value from the Azure Resource Manager API or the portal.
|
|
202
|
-
* @param targetResourceName The name of the target resource/account.
|
|
203
|
-
* @param migrationName Name of the migration.
|
|
204
|
-
* @param options The options parameters.
|
|
205
|
-
*/
|
|
206
|
-
async beginDeleteAndWait(resourceGroupName, targetResourceName, migrationName, options) {
|
|
207
|
-
const poller = await this.beginDelete(resourceGroupName, targetResourceName, migrationName, options);
|
|
208
|
-
return poller.pollUntilDone();
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* Get Database Migration resources for the scope.
|
|
212
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
213
|
-
* value from the Azure Resource Manager API or the portal.
|
|
214
|
-
* @param targetResourceName The name of the target resource/account.
|
|
215
|
-
* @param options The options parameters.
|
|
216
|
-
*/
|
|
217
|
-
_getForScope(resourceGroupName, targetResourceName, options) {
|
|
218
|
-
return this.client.sendOperationRequest({ resourceGroupName, targetResourceName, options }, getForScopeOperationSpec);
|
|
219
|
-
}
|
|
220
|
-
/**
|
|
221
|
-
* GetForScopeNext
|
|
222
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
223
|
-
* value from the Azure Resource Manager API or the portal.
|
|
224
|
-
* @param targetResourceName The name of the target resource/account.
|
|
225
|
-
* @param nextLink The nextLink from the previous successful call to the GetForScope method.
|
|
226
|
-
* @param options The options parameters.
|
|
227
|
-
*/
|
|
228
|
-
_getForScopeNext(resourceGroupName, targetResourceName, nextLink, options) {
|
|
229
|
-
return this.client.sendOperationRequest({ resourceGroupName, targetResourceName, nextLink, options }, getForScopeNextOperationSpec);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
exports.DatabaseMigrationsMongoToCosmosDbvCoreMongoImpl = DatabaseMigrationsMongoToCosmosDbvCoreMongoImpl;
|
|
233
|
-
// Operation Specifications
|
|
234
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
235
|
-
const getOperationSpec = {
|
|
236
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}",
|
|
237
|
-
httpMethod: "GET",
|
|
238
|
-
responses: {
|
|
239
|
-
200: {
|
|
240
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,
|
|
241
|
-
},
|
|
242
|
-
default: {
|
|
243
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
244
|
-
},
|
|
245
|
-
},
|
|
246
|
-
queryParameters: [Parameters.apiVersion],
|
|
247
|
-
urlParameters: [
|
|
248
|
-
Parameters.$host,
|
|
249
|
-
Parameters.resourceGroupName,
|
|
250
|
-
Parameters.targetResourceName,
|
|
251
|
-
Parameters.migrationName,
|
|
252
|
-
Parameters.subscriptionId,
|
|
253
|
-
],
|
|
254
|
-
headerParameters: [Parameters.accept],
|
|
255
|
-
serializer,
|
|
256
|
-
};
|
|
257
|
-
const createOperationSpec = {
|
|
258
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}",
|
|
259
|
-
httpMethod: "PUT",
|
|
260
|
-
responses: {
|
|
261
|
-
200: {
|
|
262
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,
|
|
263
|
-
},
|
|
264
|
-
201: {
|
|
265
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,
|
|
266
|
-
},
|
|
267
|
-
202: {
|
|
268
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,
|
|
269
|
-
},
|
|
270
|
-
204: {
|
|
271
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,
|
|
272
|
-
},
|
|
273
|
-
default: {
|
|
274
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
275
|
-
},
|
|
276
|
-
},
|
|
277
|
-
requestBody: Parameters.parameters,
|
|
278
|
-
queryParameters: [Parameters.apiVersion],
|
|
279
|
-
urlParameters: [
|
|
280
|
-
Parameters.$host,
|
|
281
|
-
Parameters.resourceGroupName,
|
|
282
|
-
Parameters.targetResourceName,
|
|
283
|
-
Parameters.migrationName,
|
|
284
|
-
Parameters.subscriptionId,
|
|
285
|
-
],
|
|
286
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
287
|
-
mediaType: "json",
|
|
288
|
-
serializer,
|
|
289
|
-
};
|
|
290
|
-
const deleteOperationSpec = {
|
|
291
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}",
|
|
292
|
-
httpMethod: "DELETE",
|
|
293
|
-
responses: {
|
|
294
|
-
200: {
|
|
295
|
-
headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,
|
|
296
|
-
},
|
|
297
|
-
201: {
|
|
298
|
-
headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,
|
|
299
|
-
},
|
|
300
|
-
202: {
|
|
301
|
-
headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,
|
|
302
|
-
},
|
|
303
|
-
204: {
|
|
304
|
-
headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,
|
|
305
|
-
},
|
|
306
|
-
default: {
|
|
307
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
308
|
-
},
|
|
309
|
-
},
|
|
310
|
-
queryParameters: [Parameters.apiVersion, Parameters.force],
|
|
311
|
-
urlParameters: [
|
|
312
|
-
Parameters.$host,
|
|
313
|
-
Parameters.resourceGroupName,
|
|
314
|
-
Parameters.targetResourceName,
|
|
315
|
-
Parameters.migrationName,
|
|
316
|
-
Parameters.subscriptionId,
|
|
317
|
-
],
|
|
318
|
-
headerParameters: [Parameters.accept],
|
|
319
|
-
serializer,
|
|
320
|
-
};
|
|
321
|
-
const getForScopeOperationSpec = {
|
|
322
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations",
|
|
323
|
-
httpMethod: "GET",
|
|
324
|
-
responses: {
|
|
325
|
-
200: {
|
|
326
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongoListResult,
|
|
327
|
-
},
|
|
328
|
-
default: {
|
|
329
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
330
|
-
},
|
|
331
|
-
},
|
|
332
|
-
queryParameters: [Parameters.apiVersion],
|
|
333
|
-
urlParameters: [
|
|
334
|
-
Parameters.$host,
|
|
335
|
-
Parameters.resourceGroupName,
|
|
336
|
-
Parameters.targetResourceName,
|
|
337
|
-
Parameters.subscriptionId,
|
|
338
|
-
],
|
|
339
|
-
headerParameters: [Parameters.accept],
|
|
340
|
-
serializer,
|
|
341
|
-
};
|
|
342
|
-
const getForScopeNextOperationSpec = {
|
|
343
|
-
path: "{nextLink}",
|
|
344
|
-
httpMethod: "GET",
|
|
345
|
-
responses: {
|
|
346
|
-
200: {
|
|
347
|
-
bodyMapper: Mappers.DatabaseMigrationCosmosDbMongoListResult,
|
|
348
|
-
},
|
|
349
|
-
default: {
|
|
350
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
351
|
-
},
|
|
352
|
-
},
|
|
353
|
-
urlParameters: [
|
|
354
|
-
Parameters.$host,
|
|
355
|
-
Parameters.resourceGroupName,
|
|
356
|
-
Parameters.targetResourceName,
|
|
357
|
-
Parameters.subscriptionId,
|
|
358
|
-
Parameters.nextLink,
|
|
359
|
-
],
|
|
360
|
-
headerParameters: [Parameters.accept],
|
|
361
|
-
serializer,
|
|
362
|
-
};
|
|
363
|
-
//# sourceMappingURL=databaseMigrationsMongoToCosmosDbvCoreMongo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"databaseMigrationsMongoToCosmosDbvCoreMongo.js","sourceRoot":"","sources":["../../../src/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { DatabaseMigrationsMongoToCosmosDbvCoreMongo } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataMigrationManagementClient } from \"../dataMigrationManagementClient.js\";\nimport { SimplePollerLike, OperationState, createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n DatabaseMigrationCosmosDbMongo,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeNextOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeResponse,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DatabaseMigrationsMongoToCosmosDbvCoreMongo operations. */\nexport class DatabaseMigrationsMongoToCosmosDbvCoreMongoImpl\n implements DatabaseMigrationsMongoToCosmosDbvCoreMongo\n{\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class DatabaseMigrationsMongoToCosmosDbvCoreMongo class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get Database Migration resources for the scope.\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 targetResourceName The name of the target resource/account.\n * @param options The options parameters.\n */\n public listForScope(\n resourceGroupName: string,\n targetResourceName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigrationCosmosDbMongo> {\n const iter = this.getForScopePagingAll(resourceGroupName, targetResourceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getForScopePagingPage(resourceGroupName, targetResourceName, options, settings);\n },\n };\n }\n\n private async *getForScopePagingPage(\n resourceGroupName: string,\n targetResourceName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DatabaseMigrationCosmosDbMongo[]> {\n let result: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getForScope(resourceGroupName, targetResourceName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getForScopeNext(\n resourceGroupName,\n targetResourceName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getForScopePagingAll(\n resourceGroupName: string,\n targetResourceName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n ): AsyncIterableIterator<DatabaseMigrationCosmosDbMongo> {\n for await (const page of this.getForScopePagingPage(\n resourceGroupName,\n targetResourceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get Database Migration resource.\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 targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, targetResourceName, migrationName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or Update Database Migration resource.\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 targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param parameters Details of CosmosDB for Mongo API Migration resource.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n parameters: DatabaseMigrationCosmosDbMongo,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n targetResourceName,\n migrationName,\n parameters,\n options,\n },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse,\n OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or Update Database Migration resource.\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 targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param parameters Details of CosmosDB for Mongo API Migration resource.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n parameters: DatabaseMigrationCosmosDbMongo,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n targetResourceName,\n migrationName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete Database Migration resource.\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 targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>,\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, targetResourceName, migrationName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse,\n OperationState<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete Database Migration resource.\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 targetResourceName The name of the target resource/account.\n * @param migrationName Name of the migration.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n targetResourceName: string,\n migrationName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n targetResourceName,\n migrationName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get Database Migration resources for the scope.\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 targetResourceName The name of the target resource/account.\n * @param options The options parameters.\n */\n private _getForScope(\n resourceGroupName: string,\n targetResourceName: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, targetResourceName, options },\n getForScopeOperationSpec,\n );\n }\n\n /**\n * GetForScopeNext\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 targetResourceName The name of the target resource/account.\n * @param nextLink The nextLink from the previous successful call to the GetForScope method.\n * @param options The options parameters.\n */\n private _getForScopeNext(\n resourceGroupName: string,\n targetResourceName: string,\n nextLink: string,\n options?: DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeNextOptionalParams,\n ): Promise<DatabaseMigrationsMongoToCosmosDbvCoreMongoGetForScopeNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, targetResourceName, nextLink, options },\n getForScopeNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.targetResourceName,\n Parameters.migrationName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,\n },\n 201: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,\n },\n 202: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,\n },\n 204: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongo,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.targetResourceName,\n Parameters.migrationName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.force],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.targetResourceName,\n Parameters.migrationName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getForScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongoListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.targetResourceName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getForScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationCosmosDbMongoListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.targetResourceName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationsSqlDb } from "../operationsInterfaces/index.js";
|
|
2
|
-
import { DataMigrationManagementClient } from "../dataMigrationManagementClient.js";
|
|
3
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
-
import { DatabaseMigrationsSqlDbGetOptionalParams, DatabaseMigrationsSqlDbGetResponse, DatabaseMigrationSqlDb, DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams, DatabaseMigrationsSqlDbCreateOrUpdateResponse, DatabaseMigrationsSqlDbDeleteOptionalParams, MigrationOperationInput, DatabaseMigrationsSqlDbCancelOptionalParams, DatabaseMigrationsSqlDbRetryOptionalParams, DatabaseMigrationsSqlDbRetryResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing DatabaseMigrationsSqlDb operations. */
|
|
6
|
-
export declare class DatabaseMigrationsSqlDbImpl implements DatabaseMigrationsSqlDb {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class DatabaseMigrationsSqlDb class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: DataMigrationManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Retrieve the Database Migration resource.
|
|
15
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
16
|
-
* value from the Azure Resource Manager API or the portal.
|
|
17
|
-
* @param sqlDbInstanceName
|
|
18
|
-
* @param targetDbName The name of the target database.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
get(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlDbGetOptionalParams): Promise<DatabaseMigrationsSqlDbGetResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Create or Update Database Migration resource.
|
|
24
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
25
|
-
* value from the Azure Resource Manager API or the portal.
|
|
26
|
-
* @param sqlDbInstanceName
|
|
27
|
-
* @param targetDbName The name of the target database.
|
|
28
|
-
* @param parameters Details of Sql Db migration resource.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlDb, options?: DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsSqlDbCreateOrUpdateResponse>, DatabaseMigrationsSqlDbCreateOrUpdateResponse>>;
|
|
32
|
-
/**
|
|
33
|
-
* Create or Update Database Migration resource.
|
|
34
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
35
|
-
* value from the Azure Resource Manager API or the portal.
|
|
36
|
-
* @param sqlDbInstanceName
|
|
37
|
-
* @param targetDbName The name of the target database.
|
|
38
|
-
* @param parameters Details of Sql Db migration resource.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlDb, options?: DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams): Promise<DatabaseMigrationsSqlDbCreateOrUpdateResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* Delete Database Migration resource.
|
|
44
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
45
|
-
* value from the Azure Resource Manager API or the portal.
|
|
46
|
-
* @param sqlDbInstanceName
|
|
47
|
-
* @param targetDbName The name of the target database.
|
|
48
|
-
* @param options The options parameters.
|
|
49
|
-
*/
|
|
50
|
-
beginDelete(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlDbDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
51
|
-
/**
|
|
52
|
-
* Delete Database Migration resource.
|
|
53
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
54
|
-
* value from the Azure Resource Manager API or the portal.
|
|
55
|
-
* @param sqlDbInstanceName
|
|
56
|
-
* @param targetDbName The name of the target database.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
beginDeleteAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlDbDeleteOptionalParams): Promise<void>;
|
|
60
|
-
/**
|
|
61
|
-
* Stop on going migration for the database.
|
|
62
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
63
|
-
* value from the Azure Resource Manager API or the portal.
|
|
64
|
-
* @param sqlDbInstanceName
|
|
65
|
-
* @param targetDbName The name of the target database.
|
|
66
|
-
* @param parameters Required migration operation ID for which cancel will be initiated.
|
|
67
|
-
* @param options The options parameters.
|
|
68
|
-
*/
|
|
69
|
-
beginCancel(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlDbCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
70
|
-
/**
|
|
71
|
-
* Stop on going migration for the database.
|
|
72
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
73
|
-
* value from the Azure Resource Manager API or the portal.
|
|
74
|
-
* @param sqlDbInstanceName
|
|
75
|
-
* @param targetDbName The name of the target database.
|
|
76
|
-
* @param parameters Required migration operation ID for which cancel will be initiated.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginCancelAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlDbCancelOptionalParams): Promise<void>;
|
|
80
|
-
/**
|
|
81
|
-
* Retry on going migration for the database.
|
|
82
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
83
|
-
* value from the Azure Resource Manager API or the portal.
|
|
84
|
-
* @param sqlDbInstanceName
|
|
85
|
-
* @param targetDbName The name of the target database.
|
|
86
|
-
* @param migrationOperationInput Required migration operation ID for which retry will be initiated.
|
|
87
|
-
* @param options The options parameters.
|
|
88
|
-
*/
|
|
89
|
-
beginRetry(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, migrationOperationInput: MigrationOperationInput, options?: DatabaseMigrationsSqlDbRetryOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsSqlDbRetryResponse>, DatabaseMigrationsSqlDbRetryResponse>>;
|
|
90
|
-
/**
|
|
91
|
-
* Retry on going migration for the database.
|
|
92
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
93
|
-
* value from the Azure Resource Manager API or the portal.
|
|
94
|
-
* @param sqlDbInstanceName
|
|
95
|
-
* @param targetDbName The name of the target database.
|
|
96
|
-
* @param migrationOperationInput Required migration operation ID for which retry will be initiated.
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
beginRetryAndWait(resourceGroupName: string, sqlDbInstanceName: string, targetDbName: string, migrationOperationInput: MigrationOperationInput, options?: DatabaseMigrationsSqlDbRetryOptionalParams): Promise<DatabaseMigrationsSqlDbRetryResponse>;
|
|
100
|
-
}
|
|
101
|
-
//# sourceMappingURL=databaseMigrationsSqlDb.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"databaseMigrationsSqlDb.d.ts","sourceRoot":"","sources":["../../../src/operations/databaseMigrationsSqlDb.ts"],"names":[],"mappings":"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"}
|