@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"migrationServices.js","sourceRoot":"","sources":["../../../src/operations/migrationServices.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 { MigrationServices } 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 MigrationService,\n MigrationServicesListByResourceGroupNextOptionalParams,\n MigrationServicesListByResourceGroupOptionalParams,\n MigrationServicesListByResourceGroupResponse,\n MigrationServicesListBySubscriptionNextOptionalParams,\n MigrationServicesListBySubscriptionOptionalParams,\n MigrationServicesListBySubscriptionResponse,\n DatabaseMigrationBase,\n MigrationServicesListMigrationsNextOptionalParams,\n MigrationServicesListMigrationsOptionalParams,\n MigrationServicesListMigrationsResponse,\n MigrationServicesGetOptionalParams,\n MigrationServicesGetResponse,\n MigrationServicesCreateOrUpdateOptionalParams,\n MigrationServicesCreateOrUpdateResponse,\n MigrationServicesDeleteOptionalParams,\n MigrationServicesDeleteResponse,\n MigrationServiceUpdate,\n MigrationServicesUpdateOptionalParams,\n MigrationServicesUpdateResponse,\n MigrationServicesListByResourceGroupNextResponse,\n MigrationServicesListBySubscriptionNextResponse,\n MigrationServicesListMigrationsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing MigrationServices operations. */\nexport class MigrationServicesImpl implements MigrationServices {\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class MigrationServices class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Retrieve all migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<MigrationService> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, 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.listByResourceGroupPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<MigrationService[]> {\n let result: MigrationServicesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, 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._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<MigrationService> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Retrieve all migration services in the subscriptions.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<MigrationService> {\n const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<MigrationService[]> {\n let result: MigrationServicesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(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._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<MigrationService> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n public listMigrations(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigrationBase> {\n const iter = this.listMigrationsPagingAll(resourceGroupName, migrationServiceName, 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.listMigrationsPagingPage(\n resourceGroupName,\n migrationServiceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMigrationsPagingPage(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DatabaseMigrationBase[]> {\n let result: MigrationServicesListMigrationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listMigrations(resourceGroupName, migrationServiceName, 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._listMigrationsNext(\n resourceGroupName,\n migrationServiceName,\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 *listMigrationsPagingAll(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): AsyncIterableIterator<DatabaseMigrationBase> {\n for await (const page of this.listMigrationsPagingPage(\n resourceGroupName,\n migrationServiceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the Database Migration Service\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesGetOptionalParams,\n ): Promise<MigrationServicesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, migrationServiceName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationService,\n options?: MigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesCreateOrUpdateResponse>,\n MigrationServicesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MigrationServicesCreateOrUpdateResponse> => {\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, migrationServiceName, parameters, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n MigrationServicesCreateOrUpdateResponse,\n OperationState<MigrationServicesCreateOrUpdateResponse>\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 Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationService,\n options?: MigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<MigrationServicesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n migrationServiceName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesDeleteResponse>,\n MigrationServicesDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MigrationServicesDeleteResponse> => {\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, migrationServiceName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n MigrationServicesDeleteResponse,\n OperationState<MigrationServicesDeleteResponse>\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 Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesDeleteOptionalParams,\n ): Promise<MigrationServicesDeleteResponse> {\n const poller = await this.beginDelete(resourceGroupName, migrationServiceName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationServiceUpdate,\n options?: MigrationServicesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesUpdateResponse>,\n MigrationServicesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MigrationServicesUpdateResponse> => {\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, migrationServiceName, parameters, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n MigrationServicesUpdateResponse,\n OperationState<MigrationServicesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationServiceUpdate,\n options?: MigrationServicesUpdateOptionalParams,\n ): Promise<MigrationServicesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n migrationServiceName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve all migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): Promise<MigrationServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Retrieve all migration services in the subscriptions.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): Promise<MigrationServicesListBySubscriptionResponse> {\n return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);\n }\n\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n private _listMigrations(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): Promise<MigrationServicesListMigrationsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, migrationServiceName, options },\n listMigrationsOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\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 nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: MigrationServicesListByResourceGroupNextOptionalParams,\n ): Promise<MigrationServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: MigrationServicesListBySubscriptionNextOptionalParams,\n ): Promise<MigrationServicesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListMigrationsNext\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 migrationServiceName Name of the Migration Service.\n * @param nextLink The nextLink from the previous successful call to the ListMigrations method.\n * @param options The options parameters.\n */\n private _listMigrationsNext(\n resourceGroupName: string,\n migrationServiceName: string,\n nextLink: string,\n options?: MigrationServicesListMigrationsNextOptionalParams,\n ): Promise<MigrationServicesListMigrationsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, migrationServiceName, nextLink, options },\n listMigrationsNextOperationSpec,\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.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationService,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationService,\n },\n 201: {\n bodyMapper: Mappers.MigrationService,\n },\n 202: {\n bodyMapper: Mappers.MigrationService,\n },\n 204: {\n bodyMapper: Mappers.MigrationService,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\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.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.MigrationServicesDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationService,\n },\n 201: {\n bodyMapper: Mappers.MigrationService,\n },\n 202: {\n bodyMapper: Mappers.MigrationService,\n },\n 204: {\n bodyMapper: Mappers.MigrationService,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceGroupName, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/migrationServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMigrationsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}/listMigrations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationBaseListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MigrationServiceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMigrationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseMigrationBaseListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.migrationServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { DataMigrationManagementClient } from "../dataMigrationManagementClient.js";
|
|
4
|
-
import { OperationsDefinition, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: DataMigrationManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the available SQL Migration REST API operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationsDefinition>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Lists all of the available SQL Migration REST API operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,oBAAoB,EAEpB,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,oBAAoB,CAAC;YAkBpC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAIb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CAMlB"}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
4
|
-
import * as coreClient from "@azure/core-client";
|
|
5
|
-
import * as Mappers from "../models/mappers.js";
|
|
6
|
-
import * as Parameters from "../models/parameters.js";
|
|
7
|
-
/// <reference lib="esnext.asynciterable" />
|
|
8
|
-
/** Class containing Operations operations. */
|
|
9
|
-
export class OperationsImpl {
|
|
10
|
-
client;
|
|
11
|
-
/**
|
|
12
|
-
* Initialize a new instance of the class Operations class.
|
|
13
|
-
* @param client Reference to the service client
|
|
14
|
-
*/
|
|
15
|
-
constructor(client) {
|
|
16
|
-
this.client = client;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Lists all of the available SQL Migration REST API operations.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
list(options) {
|
|
23
|
-
const iter = this.listPagingAll(options);
|
|
24
|
-
return {
|
|
25
|
-
next() {
|
|
26
|
-
return iter.next();
|
|
27
|
-
},
|
|
28
|
-
[Symbol.asyncIterator]() {
|
|
29
|
-
return this;
|
|
30
|
-
},
|
|
31
|
-
byPage: (settings) => {
|
|
32
|
-
if (settings?.maxPageSize) {
|
|
33
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
34
|
-
}
|
|
35
|
-
return this.listPagingPage(options, settings);
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
async *listPagingPage(options, settings) {
|
|
40
|
-
let result;
|
|
41
|
-
let continuationToken = settings?.continuationToken;
|
|
42
|
-
if (!continuationToken) {
|
|
43
|
-
result = await this._list(options);
|
|
44
|
-
let page = result.value || [];
|
|
45
|
-
continuationToken = result.nextLink;
|
|
46
|
-
setContinuationToken(page, continuationToken);
|
|
47
|
-
yield page;
|
|
48
|
-
}
|
|
49
|
-
while (continuationToken) {
|
|
50
|
-
result = await this._listNext(continuationToken, options);
|
|
51
|
-
continuationToken = result.nextLink;
|
|
52
|
-
let page = result.value || [];
|
|
53
|
-
setContinuationToken(page, continuationToken);
|
|
54
|
-
yield page;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
async *listPagingAll(options) {
|
|
58
|
-
for await (const page of this.listPagingPage(options)) {
|
|
59
|
-
yield* page;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Lists all of the available SQL Migration REST API operations.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
_list(options) {
|
|
67
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* ListNext
|
|
71
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
72
|
-
* @param options The options parameters.
|
|
73
|
-
*/
|
|
74
|
-
_listNext(nextLink, options) {
|
|
75
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
// Operation Specifications
|
|
79
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
80
|
-
const listOperationSpec = {
|
|
81
|
-
path: "/providers/Microsoft.DataMigration/operations",
|
|
82
|
-
httpMethod: "GET",
|
|
83
|
-
responses: {
|
|
84
|
-
200: {
|
|
85
|
-
bodyMapper: Mappers.OperationListResult,
|
|
86
|
-
},
|
|
87
|
-
default: {},
|
|
88
|
-
},
|
|
89
|
-
queryParameters: [Parameters.apiVersion],
|
|
90
|
-
urlParameters: [Parameters.$host],
|
|
91
|
-
headerParameters: [Parameters.accept],
|
|
92
|
-
serializer,
|
|
93
|
-
};
|
|
94
|
-
const listNextOperationSpec = {
|
|
95
|
-
path: "{nextLink}",
|
|
96
|
-
httpMethod: "GET",
|
|
97
|
-
responses: {
|
|
98
|
-
200: {
|
|
99
|
-
bodyMapper: Mappers.OperationListResult,
|
|
100
|
-
},
|
|
101
|
-
default: {},
|
|
102
|
-
},
|
|
103
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
104
|
-
headerParameters: [Parameters.accept],
|
|
105
|
-
serializer,
|
|
106
|
-
};
|
|
107
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.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 { Operations } 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 {\n OperationsDefinition,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DataMigrationManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DataMigrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available SQL Migration REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<OperationsDefinition> {\n const iter = this.listPagingAll(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.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OperationsDefinition[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(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._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<OperationsDefinition> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available SQL Migration REST API operations.\n * @param options The options parameters.\n */\n private _list(options?: OperationsListOptionalParams): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DataMigration/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {},\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Projects } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { DataMigrationManagementClient } from "../dataMigrationManagementClient.js";
|
|
4
|
-
import { Project, ProjectsListOptionalParams, ProjectsCreateOrUpdateOptionalParams, ProjectsCreateOrUpdateResponse, ProjectsGetOptionalParams, ProjectsGetResponse, ProjectsDeleteOptionalParams, ProjectsUpdateOptionalParams, ProjectsUpdateResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing Projects operations. */
|
|
6
|
-
export declare class ProjectsImpl implements Projects {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Projects class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: DataMigrationManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
|
15
|
-
* returns a list of projects owned by a service resource.
|
|
16
|
-
* @param groupName Name of the resource group
|
|
17
|
-
* @param serviceName Name of the service
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
list(groupName: string, serviceName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
21
|
-
private listPagingPage;
|
|
22
|
-
private listPagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
|
25
|
-
* returns a list of projects owned by a service resource.
|
|
26
|
-
* @param groupName Name of the resource group
|
|
27
|
-
* @param serviceName Name of the service
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _list;
|
|
31
|
-
/**
|
|
32
|
-
* The project resource is a nested resource representing a stored migration project. The PUT method
|
|
33
|
-
* creates a new project or updates an existing one.
|
|
34
|
-
* @param groupName Name of the resource group
|
|
35
|
-
* @param serviceName Name of the service
|
|
36
|
-
* @param projectName Name of the project
|
|
37
|
-
* @param parameters Information about the project
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
createOrUpdate(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* The project resource is a nested resource representing a stored migration project. The GET method
|
|
43
|
-
* retrieves information about a project.
|
|
44
|
-
* @param groupName Name of the resource group
|
|
45
|
-
* @param serviceName Name of the service
|
|
46
|
-
* @param projectName Name of the project
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
get(groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
|
50
|
-
/**
|
|
51
|
-
* The project resource is a nested resource representing a stored migration project. The DELETE method
|
|
52
|
-
* deletes a project.
|
|
53
|
-
* @param groupName Name of the resource group
|
|
54
|
-
* @param serviceName Name of the service
|
|
55
|
-
* @param projectName Name of the project
|
|
56
|
-
* @param options The options parameters.
|
|
57
|
-
*/
|
|
58
|
-
delete(groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
|
|
59
|
-
/**
|
|
60
|
-
* The project resource is a nested resource representing a stored migration project. The PATCH method
|
|
61
|
-
* updates an existing project.
|
|
62
|
-
* @param groupName Name of the resource group
|
|
63
|
-
* @param serviceName Name of the service
|
|
64
|
-
* @param projectName Name of the project
|
|
65
|
-
* @param parameters Information about the project
|
|
66
|
-
* @param options The options parameters.
|
|
67
|
-
*/
|
|
68
|
-
update(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* ListNext
|
|
71
|
-
* @param groupName Name of the resource group
|
|
72
|
-
* @param serviceName Name of the service
|
|
73
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
74
|
-
* @param options The options parameters.
|
|
75
|
-
*/
|
|
76
|
-
private _listNext;
|
|
77
|
-
}
|
|
78
|
-
//# sourceMappingURL=projects.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operations/projects.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,OAAO,EAEP,0BAA0B,EAE1B,oCAAoC,EACpC,8BAA8B,EAC9B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EAEvB,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;OAMG;IACI,IAAI,CACT,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,cAAc;YAwBd,aAAa;IAU5B;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAQb;;;;;;;;OAQG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;;;OAOG;IACH,GAAG,CACD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
4
|
-
import * as coreClient from "@azure/core-client";
|
|
5
|
-
import * as Mappers from "../models/mappers.js";
|
|
6
|
-
import * as Parameters from "../models/parameters.js";
|
|
7
|
-
/// <reference lib="esnext.asynciterable" />
|
|
8
|
-
/** Class containing Projects operations. */
|
|
9
|
-
export class ProjectsImpl {
|
|
10
|
-
client;
|
|
11
|
-
/**
|
|
12
|
-
* Initialize a new instance of the class Projects class.
|
|
13
|
-
* @param client Reference to the service client
|
|
14
|
-
*/
|
|
15
|
-
constructor(client) {
|
|
16
|
-
this.client = client;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
|
20
|
-
* returns a list of projects owned by a service resource.
|
|
21
|
-
* @param groupName Name of the resource group
|
|
22
|
-
* @param serviceName Name of the service
|
|
23
|
-
* @param options The options parameters.
|
|
24
|
-
*/
|
|
25
|
-
list(groupName, serviceName, options) {
|
|
26
|
-
const iter = this.listPagingAll(groupName, serviceName, options);
|
|
27
|
-
return {
|
|
28
|
-
next() {
|
|
29
|
-
return iter.next();
|
|
30
|
-
},
|
|
31
|
-
[Symbol.asyncIterator]() {
|
|
32
|
-
return this;
|
|
33
|
-
},
|
|
34
|
-
byPage: (settings) => {
|
|
35
|
-
if (settings?.maxPageSize) {
|
|
36
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
37
|
-
}
|
|
38
|
-
return this.listPagingPage(groupName, serviceName, options, settings);
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
async *listPagingPage(groupName, serviceName, options, settings) {
|
|
43
|
-
let result;
|
|
44
|
-
let continuationToken = settings?.continuationToken;
|
|
45
|
-
if (!continuationToken) {
|
|
46
|
-
result = await this._list(groupName, serviceName, options);
|
|
47
|
-
let page = result.value || [];
|
|
48
|
-
continuationToken = result.nextLink;
|
|
49
|
-
setContinuationToken(page, continuationToken);
|
|
50
|
-
yield page;
|
|
51
|
-
}
|
|
52
|
-
while (continuationToken) {
|
|
53
|
-
result = await this._listNext(groupName, serviceName, continuationToken, options);
|
|
54
|
-
continuationToken = result.nextLink;
|
|
55
|
-
let page = result.value || [];
|
|
56
|
-
setContinuationToken(page, continuationToken);
|
|
57
|
-
yield page;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
async *listPagingAll(groupName, serviceName, options) {
|
|
61
|
-
for await (const page of this.listPagingPage(groupName, serviceName, options)) {
|
|
62
|
-
yield* page;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
|
67
|
-
* returns a list of projects owned by a service resource.
|
|
68
|
-
* @param groupName Name of the resource group
|
|
69
|
-
* @param serviceName Name of the service
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
_list(groupName, serviceName, options) {
|
|
73
|
-
return this.client.sendOperationRequest({ groupName, serviceName, options }, listOperationSpec);
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* The project resource is a nested resource representing a stored migration project. The PUT method
|
|
77
|
-
* creates a new project or updates an existing one.
|
|
78
|
-
* @param groupName Name of the resource group
|
|
79
|
-
* @param serviceName Name of the service
|
|
80
|
-
* @param projectName Name of the project
|
|
81
|
-
* @param parameters Information about the project
|
|
82
|
-
* @param options The options parameters.
|
|
83
|
-
*/
|
|
84
|
-
createOrUpdate(groupName, serviceName, projectName, parameters, options) {
|
|
85
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, parameters, options }, createOrUpdateOperationSpec);
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* The project resource is a nested resource representing a stored migration project. The GET method
|
|
89
|
-
* retrieves information about a project.
|
|
90
|
-
* @param groupName Name of the resource group
|
|
91
|
-
* @param serviceName Name of the service
|
|
92
|
-
* @param projectName Name of the project
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
get(groupName, serviceName, projectName, options) {
|
|
96
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, options }, getOperationSpec);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* The project resource is a nested resource representing a stored migration project. The DELETE method
|
|
100
|
-
* deletes a project.
|
|
101
|
-
* @param groupName Name of the resource group
|
|
102
|
-
* @param serviceName Name of the service
|
|
103
|
-
* @param projectName Name of the project
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
delete(groupName, serviceName, projectName, options) {
|
|
107
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, options }, deleteOperationSpec);
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* The project resource is a nested resource representing a stored migration project. The PATCH method
|
|
111
|
-
* updates an existing project.
|
|
112
|
-
* @param groupName Name of the resource group
|
|
113
|
-
* @param serviceName Name of the service
|
|
114
|
-
* @param projectName Name of the project
|
|
115
|
-
* @param parameters Information about the project
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
update(groupName, serviceName, projectName, parameters, options) {
|
|
119
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, parameters, options }, updateOperationSpec);
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* ListNext
|
|
123
|
-
* @param groupName Name of the resource group
|
|
124
|
-
* @param serviceName Name of the service
|
|
125
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
126
|
-
* @param options The options parameters.
|
|
127
|
-
*/
|
|
128
|
-
_listNext(groupName, serviceName, nextLink, options) {
|
|
129
|
-
return this.client.sendOperationRequest({ groupName, serviceName, nextLink, options }, listNextOperationSpec);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
// Operation Specifications
|
|
133
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
134
|
-
const listOperationSpec = {
|
|
135
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects",
|
|
136
|
-
httpMethod: "GET",
|
|
137
|
-
responses: {
|
|
138
|
-
200: {
|
|
139
|
-
bodyMapper: Mappers.ProjectList,
|
|
140
|
-
},
|
|
141
|
-
default: {
|
|
142
|
-
bodyMapper: Mappers.ApiError,
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
queryParameters: [Parameters.apiVersion],
|
|
146
|
-
urlParameters: [
|
|
147
|
-
Parameters.$host,
|
|
148
|
-
Parameters.subscriptionId,
|
|
149
|
-
Parameters.groupName,
|
|
150
|
-
Parameters.serviceName,
|
|
151
|
-
],
|
|
152
|
-
headerParameters: [Parameters.accept],
|
|
153
|
-
serializer,
|
|
154
|
-
};
|
|
155
|
-
const createOrUpdateOperationSpec = {
|
|
156
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
|
157
|
-
httpMethod: "PUT",
|
|
158
|
-
responses: {
|
|
159
|
-
200: {
|
|
160
|
-
bodyMapper: Mappers.Project,
|
|
161
|
-
},
|
|
162
|
-
201: {
|
|
163
|
-
bodyMapper: Mappers.Project,
|
|
164
|
-
},
|
|
165
|
-
default: {
|
|
166
|
-
bodyMapper: Mappers.ApiError,
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
requestBody: Parameters.parameters15,
|
|
170
|
-
queryParameters: [Parameters.apiVersion],
|
|
171
|
-
urlParameters: [
|
|
172
|
-
Parameters.$host,
|
|
173
|
-
Parameters.subscriptionId,
|
|
174
|
-
Parameters.groupName,
|
|
175
|
-
Parameters.serviceName,
|
|
176
|
-
Parameters.projectName,
|
|
177
|
-
],
|
|
178
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
179
|
-
mediaType: "json",
|
|
180
|
-
serializer,
|
|
181
|
-
};
|
|
182
|
-
const getOperationSpec = {
|
|
183
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
|
184
|
-
httpMethod: "GET",
|
|
185
|
-
responses: {
|
|
186
|
-
200: {
|
|
187
|
-
bodyMapper: Mappers.Project,
|
|
188
|
-
},
|
|
189
|
-
default: {
|
|
190
|
-
bodyMapper: Mappers.ApiError,
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
queryParameters: [Parameters.apiVersion],
|
|
194
|
-
urlParameters: [
|
|
195
|
-
Parameters.$host,
|
|
196
|
-
Parameters.subscriptionId,
|
|
197
|
-
Parameters.groupName,
|
|
198
|
-
Parameters.serviceName,
|
|
199
|
-
Parameters.projectName,
|
|
200
|
-
],
|
|
201
|
-
headerParameters: [Parameters.accept],
|
|
202
|
-
serializer,
|
|
203
|
-
};
|
|
204
|
-
const deleteOperationSpec = {
|
|
205
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
|
206
|
-
httpMethod: "DELETE",
|
|
207
|
-
responses: {
|
|
208
|
-
200: {},
|
|
209
|
-
204: {},
|
|
210
|
-
default: {
|
|
211
|
-
bodyMapper: Mappers.ApiError,
|
|
212
|
-
},
|
|
213
|
-
},
|
|
214
|
-
queryParameters: [Parameters.apiVersion, Parameters.deleteRunningTasks],
|
|
215
|
-
urlParameters: [
|
|
216
|
-
Parameters.$host,
|
|
217
|
-
Parameters.subscriptionId,
|
|
218
|
-
Parameters.groupName,
|
|
219
|
-
Parameters.serviceName,
|
|
220
|
-
Parameters.projectName,
|
|
221
|
-
],
|
|
222
|
-
headerParameters: [Parameters.accept],
|
|
223
|
-
serializer,
|
|
224
|
-
};
|
|
225
|
-
const updateOperationSpec = {
|
|
226
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
|
227
|
-
httpMethod: "PATCH",
|
|
228
|
-
responses: {
|
|
229
|
-
200: {
|
|
230
|
-
bodyMapper: Mappers.Project,
|
|
231
|
-
},
|
|
232
|
-
default: {
|
|
233
|
-
bodyMapper: Mappers.ApiError,
|
|
234
|
-
},
|
|
235
|
-
},
|
|
236
|
-
requestBody: Parameters.parameters15,
|
|
237
|
-
queryParameters: [Parameters.apiVersion],
|
|
238
|
-
urlParameters: [
|
|
239
|
-
Parameters.$host,
|
|
240
|
-
Parameters.subscriptionId,
|
|
241
|
-
Parameters.groupName,
|
|
242
|
-
Parameters.serviceName,
|
|
243
|
-
Parameters.projectName,
|
|
244
|
-
],
|
|
245
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
246
|
-
mediaType: "json",
|
|
247
|
-
serializer,
|
|
248
|
-
};
|
|
249
|
-
const listNextOperationSpec = {
|
|
250
|
-
path: "{nextLink}",
|
|
251
|
-
httpMethod: "GET",
|
|
252
|
-
responses: {
|
|
253
|
-
200: {
|
|
254
|
-
bodyMapper: Mappers.ProjectList,
|
|
255
|
-
},
|
|
256
|
-
default: {
|
|
257
|
-
bodyMapper: Mappers.ApiError,
|
|
258
|
-
},
|
|
259
|
-
},
|
|
260
|
-
urlParameters: [
|
|
261
|
-
Parameters.$host,
|
|
262
|
-
Parameters.subscriptionId,
|
|
263
|
-
Parameters.nextLink,
|
|
264
|
-
Parameters.groupName,
|
|
265
|
-
Parameters.serviceName,
|
|
266
|
-
],
|
|
267
|
-
headerParameters: [Parameters.accept],
|
|
268
|
-
serializer,
|
|
269
|
-
};
|
|
270
|
-
//# sourceMappingURL=projects.js.map
|