@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/serviceTasks/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { DataMigrationManagementContext as Client } from \"../index.js\";\nimport type { ProjectTask, _TaskList } from \"../../models/models.js\";\nimport {\n projectTaskSerializer,\n projectTaskDeserializer,\n apiErrorDeserializer,\n _taskListDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n ServiceTasksCancelOptionalParams,\n ServiceTasksListOptionalParams,\n ServiceTasksDeleteOptionalParams,\n ServiceTasksUpdateOptionalParams,\n ServiceTasksCreateOrUpdateOptionalParams,\n ServiceTasksGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _cancelSend(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n options: ServiceTasksCancelOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}/cancel{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n groupName: groupName,\n serviceName: serviceName,\n taskName: taskName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-09-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _cancelDeserialize(result: PathUncheckedResponse): Promise<ProjectTask> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = apiErrorDeserializer(result.body);\n }\n\n throw error;\n }\n\n return projectTaskDeserializer(result.body);\n}\n\n/** The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. This method cancels a service task if it's currently queued or running. */\nexport async function cancel(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n options: ServiceTasksCancelOptionalParams = { requestOptions: {} },\n): Promise<ProjectTask> {\n const result = await _cancelSend(context, groupName, serviceName, taskName, options);\n return _cancelDeserialize(result);\n}\n\nexport function _listSend(\n context: Client,\n groupName: string,\n serviceName: string,\n options: ServiceTasksListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks{?api%2Dversion,taskType}\",\n {\n subscriptionId: context.subscriptionId,\n groupName: groupName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-09-01-preview\",\n taskType: options?.taskType,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listDeserialize(result: PathUncheckedResponse): Promise<_TaskList> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = apiErrorDeserializer(result.body);\n }\n\n throw error;\n }\n\n return _taskListDeserializer(result.body);\n}\n\n/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service level tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task. */\nexport function list(\n context: Client,\n groupName: string,\n serviceName: string,\n options: ServiceTasksListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<ProjectTask> {\n return buildPagedAsyncIterator(\n context,\n () => _listSend(context, groupName, serviceName, options),\n _listDeserialize,\n [\"200\"],\n {\n itemName: \"value\",\n nextLinkName: \"nextLink\",\n apiVersion: context.apiVersion ?? \"2025-09-01-preview\",\n },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n options: ServiceTasksDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion,deleteRunningTasks}\",\n {\n subscriptionId: context.subscriptionId,\n groupName: groupName,\n serviceName: serviceName,\n taskName: taskName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-09-01-preview\",\n deleteRunningTasks: options?.deleteRunningTasks,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"200\", \"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = apiErrorDeserializer(result.body);\n }\n\n throw error;\n }\n\n return;\n}\n\n/** The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The DELETE method deletes a service task, canceling it first if it's running. */\nexport async function $delete(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n options: ServiceTasksDeleteOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _$deleteSend(context, groupName, serviceName, taskName, options);\n return _$deleteDeserialize(result);\n}\n\nexport function _updateSend(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n parameters: ProjectTask,\n options: ServiceTasksUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n groupName: groupName,\n serviceName: serviceName,\n taskName: taskName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-09-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: projectTaskSerializer(parameters),\n });\n}\n\nexport async function _updateDeserialize(result: PathUncheckedResponse): Promise<ProjectTask> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = apiErrorDeserializer(result.body);\n }\n\n throw error;\n }\n\n return projectTaskDeserializer(result.body);\n}\n\n/** The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The PATCH method updates an existing service task, but since service tasks have no mutable custom properties, there is little reason to do so. */\nexport async function update(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n parameters: ProjectTask,\n options: ServiceTasksUpdateOptionalParams = { requestOptions: {} },\n): Promise<ProjectTask> {\n const result = await _updateSend(context, groupName, serviceName, taskName, parameters, options);\n return _updateDeserialize(result);\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n parameters: ProjectTask,\n options: ServiceTasksCreateOrUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n groupName: groupName,\n serviceName: serviceName,\n taskName: taskName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-09-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: projectTaskSerializer(parameters),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<ProjectTask> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = apiErrorDeserializer(result.body);\n }\n\n throw error;\n }\n\n return projectTaskDeserializer(result.body);\n}\n\n/** The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The PUT method creates a new service task or updates an existing one, although since service tasks have no mutable custom properties, there is little reason to update an existing one. */\nexport async function createOrUpdate(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n parameters: ProjectTask,\n options: ServiceTasksCreateOrUpdateOptionalParams = { requestOptions: {} },\n): Promise<ProjectTask> {\n const result = await _createOrUpdateSend(\n context,\n groupName,\n serviceName,\n taskName,\n parameters,\n options,\n );\n return _createOrUpdateDeserialize(result);\n}\n\nexport function _getSend(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n options: ServiceTasksGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion,%24expand}\",\n {\n subscriptionId: context.subscriptionId,\n groupName: groupName,\n serviceName: serviceName,\n taskName: taskName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-09-01-preview\",\n \"%24expand\": options?.expand,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<ProjectTask> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = apiErrorDeserializer(result.body);\n }\n\n throw error;\n }\n\n return projectTaskDeserializer(result.body);\n}\n\n/** The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The GET method retrieves information about a service task. */\nexport async function get(\n context: Client,\n groupName: string,\n serviceName: string,\n taskName: string,\n options: ServiceTasksGetOptionalParams = { requestOptions: {} },\n): Promise<ProjectTask> {\n const result = await _getSend(context, groupName, serviceName, taskName, options);\n return _getDeserialize(result);\n}\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { OperationOptions } from "@azure-rest/core-client";
|
|
2
|
+
/** Optional parameters. */
|
|
3
|
+
export interface ServiceTasksCancelOptionalParams extends OperationOptions {
|
|
4
|
+
}
|
|
5
|
+
/** Optional parameters. */
|
|
6
|
+
export interface ServiceTasksListOptionalParams extends OperationOptions {
|
|
7
|
+
/** Filter tasks by task type */
|
|
8
|
+
taskType?: string;
|
|
9
|
+
}
|
|
10
|
+
/** Optional parameters. */
|
|
11
|
+
export interface ServiceTasksDeleteOptionalParams extends OperationOptions {
|
|
12
|
+
/** Delete the resource even if it contains running tasks */
|
|
13
|
+
deleteRunningTasks?: boolean;
|
|
14
|
+
}
|
|
15
|
+
/** Optional parameters. */
|
|
16
|
+
export interface ServiceTasksUpdateOptionalParams extends OperationOptions {
|
|
17
|
+
}
|
|
18
|
+
/** Optional parameters. */
|
|
19
|
+
export interface ServiceTasksCreateOrUpdateOptionalParams extends OperationOptions {
|
|
20
|
+
}
|
|
21
|
+
/** Optional parameters. */
|
|
22
|
+
export interface ServiceTasksGetOptionalParams extends OperationOptions {
|
|
23
|
+
/** Expand the response */
|
|
24
|
+
expand?: string;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/serviceTasks/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface ServiceTasksCancelOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceTasksListOptionalParams extends OperationOptions {\n /** Filter tasks by task type */\n taskType?: string;\n}\n\n/** Optional parameters. */\nexport interface ServiceTasksDeleteOptionalParams extends OperationOptions {\n /** Delete the resource even if it contains running tasks */\n deleteRunningTasks?: boolean;\n}\n\n/** Optional parameters. */\nexport interface ServiceTasksUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceTasksCreateOrUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceTasksGetOptionalParams extends OperationOptions {\n /** Expand the response */\n expand?: string;\n}\n"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { checkNameAvailability, checkChildrenNameAvailability, listSkus, stop, start, checkStatus, list, listByResourceGroup, $delete, update, createOrUpdate, get, } from "./operations.js";
|
|
2
|
+
export type { ServicesCheckNameAvailabilityOptionalParams, ServicesCheckChildrenNameAvailabilityOptionalParams, ServicesListSkusOptionalParams, ServicesStopOptionalParams, ServicesStartOptionalParams, ServicesCheckStatusOptionalParams, ServicesListOptionalParams, ServicesListByResourceGroupOptionalParams, ServicesDeleteOptionalParams, ServicesUpdateOptionalParams, ServicesCreateOrUpdateOptionalParams, ServicesGetOptionalParams, } from "./options.js";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { checkNameAvailability, checkChildrenNameAvailability, listSkus, stop, start, checkStatus, list, listByResourceGroup, $delete, update, createOrUpdate, get, } from "./operations.js";
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/services/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,qBAAqB,EACrB,6BAA6B,EAC7B,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,WAAW,EACX,IAAI,EACJ,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n checkNameAvailability,\n checkChildrenNameAvailability,\n listSkus,\n stop,\n start,\n checkStatus,\n list,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"./operations.js\";\nexport type {\n ServicesCheckNameAvailabilityOptionalParams,\n ServicesCheckChildrenNameAvailabilityOptionalParams,\n ServicesListSkusOptionalParams,\n ServicesStopOptionalParams,\n ServicesStartOptionalParams,\n ServicesCheckStatusOptionalParams,\n ServicesListOptionalParams,\n ServicesListByResourceGroupOptionalParams,\n ServicesDeleteOptionalParams,\n ServicesUpdateOptionalParams,\n ServicesCreateOrUpdateOptionalParams,\n ServicesGetOptionalParams,\n} from \"./options.js\";\n"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { DataMigrationManagementContext as Client } from "../index.js";
|
|
2
|
+
import type { DataMigrationService, _DataMigrationServiceList, DataMigrationServiceStatusResponse, _ServiceSkuList, AvailableServiceSku, NameAvailabilityRequest, NameAvailabilityResponse } from "../../models/models.js";
|
|
3
|
+
import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import type { ServicesCheckNameAvailabilityOptionalParams, ServicesCheckChildrenNameAvailabilityOptionalParams, ServicesListSkusOptionalParams, ServicesStopOptionalParams, ServicesStartOptionalParams, ServicesCheckStatusOptionalParams, ServicesListOptionalParams, ServicesListByResourceGroupOptionalParams, ServicesDeleteOptionalParams, ServicesUpdateOptionalParams, ServicesCreateOrUpdateOptionalParams, ServicesGetOptionalParams } from "./options.js";
|
|
5
|
+
import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
6
|
+
import type { PollerLike, OperationState } from "@azure/core-lro";
|
|
7
|
+
export declare function _checkNameAvailabilitySend(context: Client, location: string, parameters: NameAvailabilityRequest, options?: ServicesCheckNameAvailabilityOptionalParams): StreamableMethod;
|
|
8
|
+
export declare function _checkNameAvailabilityDeserialize(result: PathUncheckedResponse): Promise<NameAvailabilityResponse>;
|
|
9
|
+
/** This method checks whether a proposed top-level resource name is valid and available. */
|
|
10
|
+
export declare function checkNameAvailability(context: Client, location: string, parameters: NameAvailabilityRequest, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityResponse>;
|
|
11
|
+
export declare function _checkChildrenNameAvailabilitySend(context: Client, groupName: string, serviceName: string, parameters: NameAvailabilityRequest, options?: ServicesCheckChildrenNameAvailabilityOptionalParams): StreamableMethod;
|
|
12
|
+
export declare function _checkChildrenNameAvailabilityDeserialize(result: PathUncheckedResponse): Promise<NameAvailabilityResponse>;
|
|
13
|
+
/** This method checks whether a proposed nested resource name is valid and available. */
|
|
14
|
+
export declare function checkChildrenNameAvailability(context: Client, groupName: string, serviceName: string, parameters: NameAvailabilityRequest, options?: ServicesCheckChildrenNameAvailabilityOptionalParams): Promise<NameAvailabilityResponse>;
|
|
15
|
+
export declare function _listSkusSend(context: Client, groupName: string, serviceName: string, options?: ServicesListSkusOptionalParams): StreamableMethod;
|
|
16
|
+
export declare function _listSkusDeserialize(result: PathUncheckedResponse): Promise<_ServiceSkuList>;
|
|
17
|
+
/** The services resource is the top-level resource that represents the Database Migration Service (classic). The skus action returns the list of SKUs that a service resource can be updated to. */
|
|
18
|
+
export declare function listSkus(context: Client, groupName: string, serviceName: string, options?: ServicesListSkusOptionalParams): PagedAsyncIterableIterator<AvailableServiceSku>;
|
|
19
|
+
export declare function _stopSend(context: Client, groupName: string, serviceName: string, options?: ServicesStopOptionalParams): StreamableMethod;
|
|
20
|
+
export declare function _stopDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
21
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action stops the service and the service cannot be used for data migration. The service owner won't be billed when the service is stopped. */
|
|
22
|
+
export declare function stop(context: Client, groupName: string, serviceName: string, options?: ServicesStopOptionalParams): PollerLike<OperationState<void>, void>;
|
|
23
|
+
export declare function _startSend(context: Client, groupName: string, serviceName: string, options?: ServicesStartOptionalParams): StreamableMethod;
|
|
24
|
+
export declare function _startDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
25
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action starts the service and the service can be used for data migration. */
|
|
26
|
+
export declare function start(context: Client, groupName: string, serviceName: string, options?: ServicesStartOptionalParams): PollerLike<OperationState<void>, void>;
|
|
27
|
+
export declare function _checkStatusSend(context: Client, groupName: string, serviceName: string, options?: ServicesCheckStatusOptionalParams): StreamableMethod;
|
|
28
|
+
export declare function _checkStatusDeserialize(result: PathUncheckedResponse): Promise<DataMigrationServiceStatusResponse>;
|
|
29
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action performs a health check and returns the status of the service and virtual machine size. */
|
|
30
|
+
export declare function checkStatus(context: Client, groupName: string, serviceName: string, options?: ServicesCheckStatusOptionalParams): Promise<DataMigrationServiceStatusResponse>;
|
|
31
|
+
export declare function _listSend(context: Client, options?: ServicesListOptionalParams): StreamableMethod;
|
|
32
|
+
export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_DataMigrationServiceList>;
|
|
33
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a subscription. */
|
|
34
|
+
export declare function list(context: Client, options?: ServicesListOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
|
|
35
|
+
export declare function _listByResourceGroupSend(context: Client, groupName: string, options?: ServicesListByResourceGroupOptionalParams): StreamableMethod;
|
|
36
|
+
export declare function _listByResourceGroupDeserialize(result: PathUncheckedResponse): Promise<_DataMigrationServiceList>;
|
|
37
|
+
/** The Services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a resource group. */
|
|
38
|
+
export declare function listByResourceGroup(context: Client, groupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataMigrationService>;
|
|
39
|
+
export declare function _$deleteSend(context: Client, groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): StreamableMethod;
|
|
40
|
+
export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
41
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The DELETE method deletes a service. Any running tasks will be canceled. */
|
|
42
|
+
export declare function $delete(context: Client, groupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
43
|
+
export declare function _updateSend(context: Client, groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): StreamableMethod;
|
|
44
|
+
export declare function _updateDeserialize(result: PathUncheckedResponse): Promise<DataMigrationService>;
|
|
45
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). */
|
|
46
|
+
export declare function update(context: Client, groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesUpdateOptionalParams): PollerLike<OperationState<DataMigrationService>, DataMigrationService>;
|
|
47
|
+
export declare function _createOrUpdateSend(context: Client, groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): StreamableMethod;
|
|
48
|
+
export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise<DataMigrationService>;
|
|
49
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which refers to a VM-based service, although other kinds may be added in the future. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState property. */
|
|
50
|
+
export declare function createOrUpdate(context: Client, groupName: string, serviceName: string, parameters: DataMigrationService, options?: ServicesCreateOrUpdateOptionalParams): PollerLike<OperationState<DataMigrationService>, DataMigrationService>;
|
|
51
|
+
export declare function _getSend(context: Client, groupName: string, serviceName: string, options?: ServicesGetOptionalParams): StreamableMethod;
|
|
52
|
+
export declare function _getDeserialize(result: PathUncheckedResponse): Promise<DataMigrationService>;
|
|
53
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The GET method retrieves information about a service instance. */
|
|
54
|
+
export declare function get(context: Client, groupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<DataMigrationService>;
|
|
55
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { apiErrorDeserializer, dataMigrationServiceSerializer, dataMigrationServiceDeserializer, _dataMigrationServiceListDeserializer, dataMigrationServiceStatusResponseDeserializer, _serviceSkuListDeserializer, nameAvailabilityRequestSerializer, nameAvailabilityResponseDeserializer, } from "../../models/models.js";
|
|
4
|
+
import { buildPagedAsyncIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
|
|
6
|
+
import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
|
|
7
|
+
import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
|
|
8
|
+
export function _checkNameAvailabilitySend(context, location, parameters, options = { requestOptions: {} }) {
|
|
9
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailability{?api%2Dversion}", {
|
|
10
|
+
subscriptionId: context.subscriptionId,
|
|
11
|
+
location: location,
|
|
12
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
13
|
+
}, {
|
|
14
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
15
|
+
});
|
|
16
|
+
return context.path(path).post({
|
|
17
|
+
...operationOptionsToRequestParameters(options),
|
|
18
|
+
contentType: "application/json",
|
|
19
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
20
|
+
body: nameAvailabilityRequestSerializer(parameters),
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
export async function _checkNameAvailabilityDeserialize(result) {
|
|
24
|
+
const expectedStatuses = ["200"];
|
|
25
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
26
|
+
const error = createRestError(result);
|
|
27
|
+
if (result.body) {
|
|
28
|
+
error.details = apiErrorDeserializer(result.body);
|
|
29
|
+
}
|
|
30
|
+
throw error;
|
|
31
|
+
}
|
|
32
|
+
return nameAvailabilityResponseDeserializer(result.body);
|
|
33
|
+
}
|
|
34
|
+
/** This method checks whether a proposed top-level resource name is valid and available. */
|
|
35
|
+
export async function checkNameAvailability(context, location, parameters, options = { requestOptions: {} }) {
|
|
36
|
+
const result = await _checkNameAvailabilitySend(context, location, parameters, options);
|
|
37
|
+
return _checkNameAvailabilityDeserialize(result);
|
|
38
|
+
}
|
|
39
|
+
export function _checkChildrenNameAvailabilitySend(context, groupName, serviceName, parameters, options = { requestOptions: {} }) {
|
|
40
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/checkNameAvailability{?api%2Dversion}", {
|
|
41
|
+
subscriptionId: context.subscriptionId,
|
|
42
|
+
groupName: groupName,
|
|
43
|
+
serviceName: serviceName,
|
|
44
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
45
|
+
}, {
|
|
46
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
47
|
+
});
|
|
48
|
+
return context.path(path).post({
|
|
49
|
+
...operationOptionsToRequestParameters(options),
|
|
50
|
+
contentType: "application/json",
|
|
51
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
52
|
+
body: nameAvailabilityRequestSerializer(parameters),
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
export async function _checkChildrenNameAvailabilityDeserialize(result) {
|
|
56
|
+
const expectedStatuses = ["200"];
|
|
57
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
58
|
+
const error = createRestError(result);
|
|
59
|
+
if (result.body) {
|
|
60
|
+
error.details = apiErrorDeserializer(result.body);
|
|
61
|
+
}
|
|
62
|
+
throw error;
|
|
63
|
+
}
|
|
64
|
+
return nameAvailabilityResponseDeserializer(result.body);
|
|
65
|
+
}
|
|
66
|
+
/** This method checks whether a proposed nested resource name is valid and available. */
|
|
67
|
+
export async function checkChildrenNameAvailability(context, groupName, serviceName, parameters, options = { requestOptions: {} }) {
|
|
68
|
+
const result = await _checkChildrenNameAvailabilitySend(context, groupName, serviceName, parameters, options);
|
|
69
|
+
return _checkChildrenNameAvailabilityDeserialize(result);
|
|
70
|
+
}
|
|
71
|
+
export function _listSkusSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
72
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/skus{?api%2Dversion}", {
|
|
73
|
+
subscriptionId: context.subscriptionId,
|
|
74
|
+
groupName: groupName,
|
|
75
|
+
serviceName: serviceName,
|
|
76
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
77
|
+
}, {
|
|
78
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
79
|
+
});
|
|
80
|
+
return context.path(path).get({
|
|
81
|
+
...operationOptionsToRequestParameters(options),
|
|
82
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
export async function _listSkusDeserialize(result) {
|
|
86
|
+
const expectedStatuses = ["200"];
|
|
87
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
88
|
+
const error = createRestError(result);
|
|
89
|
+
if (result.body) {
|
|
90
|
+
error.details = apiErrorDeserializer(result.body);
|
|
91
|
+
}
|
|
92
|
+
throw error;
|
|
93
|
+
}
|
|
94
|
+
return _serviceSkuListDeserializer(result.body);
|
|
95
|
+
}
|
|
96
|
+
/** The services resource is the top-level resource that represents the Database Migration Service (classic). The skus action returns the list of SKUs that a service resource can be updated to. */
|
|
97
|
+
export function listSkus(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
98
|
+
return buildPagedAsyncIterator(context, () => _listSkusSend(context, groupName, serviceName, options), _listSkusDeserialize, ["200"], {
|
|
99
|
+
itemName: "value",
|
|
100
|
+
nextLinkName: "nextLink",
|
|
101
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
export function _stopSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
105
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/stop{?api%2Dversion}", {
|
|
106
|
+
subscriptionId: context.subscriptionId,
|
|
107
|
+
groupName: groupName,
|
|
108
|
+
serviceName: serviceName,
|
|
109
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
110
|
+
}, {
|
|
111
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
112
|
+
});
|
|
113
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
114
|
+
}
|
|
115
|
+
export async function _stopDeserialize(result) {
|
|
116
|
+
const expectedStatuses = ["200", "202", "201"];
|
|
117
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
118
|
+
const error = createRestError(result);
|
|
119
|
+
if (result.body) {
|
|
120
|
+
error.details = apiErrorDeserializer(result.body);
|
|
121
|
+
}
|
|
122
|
+
throw error;
|
|
123
|
+
}
|
|
124
|
+
return;
|
|
125
|
+
}
|
|
126
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action stops the service and the service cannot be used for data migration. The service owner won't be billed when the service is stopped. */
|
|
127
|
+
export function stop(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
128
|
+
return getLongRunningPoller(context, _stopDeserialize, ["200", "202", "201"], {
|
|
129
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
130
|
+
abortSignal: options?.abortSignal,
|
|
131
|
+
getInitialResponse: () => _stopSend(context, groupName, serviceName, options),
|
|
132
|
+
resourceLocationConfig: "location",
|
|
133
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
export function _startSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
137
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/start{?api%2Dversion}", {
|
|
138
|
+
subscriptionId: context.subscriptionId,
|
|
139
|
+
groupName: groupName,
|
|
140
|
+
serviceName: serviceName,
|
|
141
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
142
|
+
}, {
|
|
143
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
144
|
+
});
|
|
145
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
146
|
+
}
|
|
147
|
+
export async function _startDeserialize(result) {
|
|
148
|
+
const expectedStatuses = ["200", "202", "201"];
|
|
149
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
150
|
+
const error = createRestError(result);
|
|
151
|
+
if (result.body) {
|
|
152
|
+
error.details = apiErrorDeserializer(result.body);
|
|
153
|
+
}
|
|
154
|
+
throw error;
|
|
155
|
+
}
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action starts the service and the service can be used for data migration. */
|
|
159
|
+
export function start(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
160
|
+
return getLongRunningPoller(context, _startDeserialize, ["200", "202", "201"], {
|
|
161
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
162
|
+
abortSignal: options?.abortSignal,
|
|
163
|
+
getInitialResponse: () => _startSend(context, groupName, serviceName, options),
|
|
164
|
+
resourceLocationConfig: "location",
|
|
165
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
export function _checkStatusSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
169
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/checkStatus{?api%2Dversion}", {
|
|
170
|
+
subscriptionId: context.subscriptionId,
|
|
171
|
+
groupName: groupName,
|
|
172
|
+
serviceName: serviceName,
|
|
173
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
174
|
+
}, {
|
|
175
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
176
|
+
});
|
|
177
|
+
return context.path(path).post({
|
|
178
|
+
...operationOptionsToRequestParameters(options),
|
|
179
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
export async function _checkStatusDeserialize(result) {
|
|
183
|
+
const expectedStatuses = ["200"];
|
|
184
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
185
|
+
const error = createRestError(result);
|
|
186
|
+
if (result.body) {
|
|
187
|
+
error.details = apiErrorDeserializer(result.body);
|
|
188
|
+
}
|
|
189
|
+
throw error;
|
|
190
|
+
}
|
|
191
|
+
return dataMigrationServiceStatusResponseDeserializer(result.body);
|
|
192
|
+
}
|
|
193
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action performs a health check and returns the status of the service and virtual machine size. */
|
|
194
|
+
export async function checkStatus(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
195
|
+
const result = await _checkStatusSend(context, groupName, serviceName, options);
|
|
196
|
+
return _checkStatusDeserialize(result);
|
|
197
|
+
}
|
|
198
|
+
export function _listSend(context, options = { requestOptions: {} }) {
|
|
199
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/services{?api%2Dversion}", {
|
|
200
|
+
subscriptionId: context.subscriptionId,
|
|
201
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
202
|
+
}, {
|
|
203
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
204
|
+
});
|
|
205
|
+
return context.path(path).get({
|
|
206
|
+
...operationOptionsToRequestParameters(options),
|
|
207
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
export async function _listDeserialize(result) {
|
|
211
|
+
const expectedStatuses = ["200"];
|
|
212
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
213
|
+
const error = createRestError(result);
|
|
214
|
+
if (result.body) {
|
|
215
|
+
error.details = apiErrorDeserializer(result.body);
|
|
216
|
+
}
|
|
217
|
+
throw error;
|
|
218
|
+
}
|
|
219
|
+
return _dataMigrationServiceListDeserializer(result.body);
|
|
220
|
+
}
|
|
221
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a subscription. */
|
|
222
|
+
export function list(context, options = { requestOptions: {} }) {
|
|
223
|
+
return buildPagedAsyncIterator(context, () => _listSend(context, options), _listDeserialize, ["200"], {
|
|
224
|
+
itemName: "value",
|
|
225
|
+
nextLinkName: "nextLink",
|
|
226
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
export function _listByResourceGroupSend(context, groupName, options = { requestOptions: {} }) {
|
|
230
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services{?api%2Dversion}", {
|
|
231
|
+
subscriptionId: context.subscriptionId,
|
|
232
|
+
groupName: groupName,
|
|
233
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
234
|
+
}, {
|
|
235
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
236
|
+
});
|
|
237
|
+
return context.path(path).get({
|
|
238
|
+
...operationOptionsToRequestParameters(options),
|
|
239
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
240
|
+
});
|
|
241
|
+
}
|
|
242
|
+
export async function _listByResourceGroupDeserialize(result) {
|
|
243
|
+
const expectedStatuses = ["200"];
|
|
244
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
245
|
+
const error = createRestError(result);
|
|
246
|
+
if (result.body) {
|
|
247
|
+
error.details = apiErrorDeserializer(result.body);
|
|
248
|
+
}
|
|
249
|
+
throw error;
|
|
250
|
+
}
|
|
251
|
+
return _dataMigrationServiceListDeserializer(result.body);
|
|
252
|
+
}
|
|
253
|
+
/** The Services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a resource group. */
|
|
254
|
+
export function listByResourceGroup(context, groupName, options = { requestOptions: {} }) {
|
|
255
|
+
return buildPagedAsyncIterator(context, () => _listByResourceGroupSend(context, groupName, options), _listByResourceGroupDeserialize, ["200"], {
|
|
256
|
+
itemName: "value",
|
|
257
|
+
nextLinkName: "nextLink",
|
|
258
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
259
|
+
});
|
|
260
|
+
}
|
|
261
|
+
export function _$deleteSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
262
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}{?api%2Dversion,deleteRunningTasks}", {
|
|
263
|
+
subscriptionId: context.subscriptionId,
|
|
264
|
+
groupName: groupName,
|
|
265
|
+
serviceName: serviceName,
|
|
266
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
267
|
+
deleteRunningTasks: options?.deleteRunningTasks,
|
|
268
|
+
}, {
|
|
269
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
270
|
+
});
|
|
271
|
+
return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });
|
|
272
|
+
}
|
|
273
|
+
export async function _$deleteDeserialize(result) {
|
|
274
|
+
const expectedStatuses = ["200", "202", "204"];
|
|
275
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
276
|
+
const error = createRestError(result);
|
|
277
|
+
if (result.body) {
|
|
278
|
+
error.details = apiErrorDeserializer(result.body);
|
|
279
|
+
}
|
|
280
|
+
throw error;
|
|
281
|
+
}
|
|
282
|
+
return;
|
|
283
|
+
}
|
|
284
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The DELETE method deletes a service. Any running tasks will be canceled. */
|
|
285
|
+
export function $delete(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
286
|
+
return getLongRunningPoller(context, _$deleteDeserialize, ["200", "202", "204"], {
|
|
287
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
288
|
+
abortSignal: options?.abortSignal,
|
|
289
|
+
getInitialResponse: () => _$deleteSend(context, groupName, serviceName, options),
|
|
290
|
+
resourceLocationConfig: "location",
|
|
291
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
292
|
+
});
|
|
293
|
+
}
|
|
294
|
+
export function _updateSend(context, groupName, serviceName, parameters, options = { requestOptions: {} }) {
|
|
295
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}{?api%2Dversion}", {
|
|
296
|
+
subscriptionId: context.subscriptionId,
|
|
297
|
+
groupName: groupName,
|
|
298
|
+
serviceName: serviceName,
|
|
299
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
300
|
+
}, {
|
|
301
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
302
|
+
});
|
|
303
|
+
return context.path(path).patch({
|
|
304
|
+
...operationOptionsToRequestParameters(options),
|
|
305
|
+
contentType: "application/json",
|
|
306
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
307
|
+
body: dataMigrationServiceSerializer(parameters),
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
export async function _updateDeserialize(result) {
|
|
311
|
+
const expectedStatuses = ["200", "202", "201"];
|
|
312
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
313
|
+
const error = createRestError(result);
|
|
314
|
+
if (result.body) {
|
|
315
|
+
error.details = apiErrorDeserializer(result.body);
|
|
316
|
+
}
|
|
317
|
+
throw error;
|
|
318
|
+
}
|
|
319
|
+
return dataMigrationServiceDeserializer(result.body);
|
|
320
|
+
}
|
|
321
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). */
|
|
322
|
+
export function update(context, groupName, serviceName, parameters, options = { requestOptions: {} }) {
|
|
323
|
+
return getLongRunningPoller(context, _updateDeserialize, ["200", "202", "201"], {
|
|
324
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
325
|
+
abortSignal: options?.abortSignal,
|
|
326
|
+
getInitialResponse: () => _updateSend(context, groupName, serviceName, parameters, options),
|
|
327
|
+
resourceLocationConfig: "location",
|
|
328
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
329
|
+
});
|
|
330
|
+
}
|
|
331
|
+
export function _createOrUpdateSend(context, groupName, serviceName, parameters, options = { requestOptions: {} }) {
|
|
332
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}{?api%2Dversion}", {
|
|
333
|
+
subscriptionId: context.subscriptionId,
|
|
334
|
+
groupName: groupName,
|
|
335
|
+
serviceName: serviceName,
|
|
336
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
337
|
+
}, {
|
|
338
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
339
|
+
});
|
|
340
|
+
return context.path(path).put({
|
|
341
|
+
...operationOptionsToRequestParameters(options),
|
|
342
|
+
contentType: "application/json",
|
|
343
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
344
|
+
body: dataMigrationServiceSerializer(parameters),
|
|
345
|
+
});
|
|
346
|
+
}
|
|
347
|
+
export async function _createOrUpdateDeserialize(result) {
|
|
348
|
+
const expectedStatuses = ["200", "201", "202"];
|
|
349
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
350
|
+
const error = createRestError(result);
|
|
351
|
+
if (result.body) {
|
|
352
|
+
error.details = apiErrorDeserializer(result.body);
|
|
353
|
+
}
|
|
354
|
+
throw error;
|
|
355
|
+
}
|
|
356
|
+
return dataMigrationServiceDeserializer(result.body);
|
|
357
|
+
}
|
|
358
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which refers to a VM-based service, although other kinds may be added in the future. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState property. */
|
|
359
|
+
export function createOrUpdate(context, groupName, serviceName, parameters, options = { requestOptions: {} }) {
|
|
360
|
+
return getLongRunningPoller(context, _createOrUpdateDeserialize, ["200", "201", "202"], {
|
|
361
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
362
|
+
abortSignal: options?.abortSignal,
|
|
363
|
+
getInitialResponse: () => _createOrUpdateSend(context, groupName, serviceName, parameters, options),
|
|
364
|
+
resourceLocationConfig: "location",
|
|
365
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview",
|
|
366
|
+
});
|
|
367
|
+
}
|
|
368
|
+
export function _getSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
369
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}{?api%2Dversion}", {
|
|
370
|
+
subscriptionId: context.subscriptionId,
|
|
371
|
+
groupName: groupName,
|
|
372
|
+
serviceName: serviceName,
|
|
373
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
374
|
+
}, {
|
|
375
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
376
|
+
});
|
|
377
|
+
return context.path(path).get({
|
|
378
|
+
...operationOptionsToRequestParameters(options),
|
|
379
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
380
|
+
});
|
|
381
|
+
}
|
|
382
|
+
export async function _getDeserialize(result) {
|
|
383
|
+
const expectedStatuses = ["200"];
|
|
384
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
385
|
+
const error = createRestError(result);
|
|
386
|
+
if (result.body) {
|
|
387
|
+
error.details = apiErrorDeserializer(result.body);
|
|
388
|
+
}
|
|
389
|
+
throw error;
|
|
390
|
+
}
|
|
391
|
+
return dataMigrationServiceDeserializer(result.body);
|
|
392
|
+
}
|
|
393
|
+
/** The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The GET method retrieves information about a service instance. */
|
|
394
|
+
export async function get(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
395
|
+
const result = await _getSend(context, groupName, serviceName, options);
|
|
396
|
+
return _getDeserialize(result);
|
|
397
|
+
}
|
|
398
|
+
//# sourceMappingURL=operations.js.map
|