@azure/arm-datamigration 3.0.0-beta.4 → 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 +84 -106
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +29 -3
- package/dist/browser/index.js +7 -11
- 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 -8305
- package/dist/browser/models/index.js +3 -891
- 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 -116
- package/dist/commonjs/dataMigrationManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +29 -3
- package/dist/commonjs/index.js +150 -19
- 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 -8305
- package/dist/commonjs/models/index.js +136 -896
- 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 +84 -106
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +29 -3
- package/dist/esm/index.js +7 -11
- 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 -8305
- package/dist/esm/models/index.js +3 -891
- 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 -96
- 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 -21
- 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 -467
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -12924
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -45
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -346
- 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 -370
- 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 -370
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.js +0 -303
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +0 -314
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +0 -314
- 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 -371
- 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 -23
- 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 -676
- 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 -129
- 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 -292
- 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 -137
- 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 -332
- 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 -932
- 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 -764
- 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 -382
- 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 -147
- 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 -9
- 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 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
- 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 -9
- 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 -23
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -32
- 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 -24
- 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 -467
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -12933
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -45
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -349
- 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 -374
- 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 -374
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +0 -308
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +0 -319
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +0 -319
- 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 -375
- 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 -26
- 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 -680
- 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 -133
- 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 -296
- 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 -141
- 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 -336
- 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 -936
- 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 -768
- 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 -386
- 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 -151
- 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 -10
- 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 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +0 -10
- 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 -10
- 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 -26
- 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 -10
- 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 -10
- 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 -10
- 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 -10
- 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 -10
- 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 -10
- 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 -10
- 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 -10
- 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 -10
- 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 -36
- 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 -21
- 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 -467
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -12924
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -45
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -346
- 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 -370
- 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 -370
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.js +0 -303
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +0 -314
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +0 -314
- 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 -371
- 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 -23
- 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 -676
- 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 -129
- 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 -292
- 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 -137
- 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 -332
- 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 -932
- 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 -764
- 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 -382
- 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 -147
- 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 -9
- 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 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
- 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 -9
- 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 -23
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -32
- 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 -113
- 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 -13
- 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 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -8306
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -892
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -467
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -12924
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -45
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -346
- 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 -370
- 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 -370
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +0 -303
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +0 -314
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +0 -314
- 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 -371
- 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 -23
- 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 -676
- 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 -129
- 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 -292
- 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 -137
- 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 -332
- 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 -932
- 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 -764
- 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 -382
- 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 -147
- 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 -9
- 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 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
- 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 -9
- 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 -23
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -9
- 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 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { DataMigrationManagementContext as Client } from "../index.js";
|
|
2
|
+
import type { ProjectTask, _TaskList } from "../../models/models.js";
|
|
3
|
+
import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import type { ServiceTasksCancelOptionalParams, ServiceTasksListOptionalParams, ServiceTasksDeleteOptionalParams, ServiceTasksUpdateOptionalParams, ServiceTasksCreateOrUpdateOptionalParams, ServiceTasksGetOptionalParams } from "./options.js";
|
|
5
|
+
import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
6
|
+
export declare function _cancelSend(context: Client, groupName: string, serviceName: string, taskName: string, options?: ServiceTasksCancelOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _cancelDeserialize(result: PathUncheckedResponse): Promise<ProjectTask>;
|
|
8
|
+
/** 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. */
|
|
9
|
+
export declare function cancel(context: Client, groupName: string, serviceName: string, taskName: string, options?: ServiceTasksCancelOptionalParams): Promise<ProjectTask>;
|
|
10
|
+
export declare function _listSend(context: Client, groupName: string, serviceName: string, options?: ServiceTasksListOptionalParams): StreamableMethod;
|
|
11
|
+
export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_TaskList>;
|
|
12
|
+
/** 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. */
|
|
13
|
+
export declare function list(context: Client, groupName: string, serviceName: string, options?: ServiceTasksListOptionalParams): PagedAsyncIterableIterator<ProjectTask>;
|
|
14
|
+
export declare function _$deleteSend(context: Client, groupName: string, serviceName: string, taskName: string, options?: ServiceTasksDeleteOptionalParams): StreamableMethod;
|
|
15
|
+
export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
16
|
+
/** 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. */
|
|
17
|
+
export declare function $delete(context: Client, groupName: string, serviceName: string, taskName: string, options?: ServiceTasksDeleteOptionalParams): Promise<void>;
|
|
18
|
+
export declare function _updateSend(context: Client, groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksUpdateOptionalParams): StreamableMethod;
|
|
19
|
+
export declare function _updateDeserialize(result: PathUncheckedResponse): Promise<ProjectTask>;
|
|
20
|
+
/** 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. */
|
|
21
|
+
export declare function update(context: Client, groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksUpdateOptionalParams): Promise<ProjectTask>;
|
|
22
|
+
export declare function _createOrUpdateSend(context: Client, groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksCreateOrUpdateOptionalParams): StreamableMethod;
|
|
23
|
+
export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise<ProjectTask>;
|
|
24
|
+
/** 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. */
|
|
25
|
+
export declare function createOrUpdate(context: Client, groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksCreateOrUpdateOptionalParams): Promise<ProjectTask>;
|
|
26
|
+
export declare function _getSend(context: Client, groupName: string, serviceName: string, taskName: string, options?: ServiceTasksGetOptionalParams): StreamableMethod;
|
|
27
|
+
export declare function _getDeserialize(result: PathUncheckedResponse): Promise<ProjectTask>;
|
|
28
|
+
/** 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. */
|
|
29
|
+
export declare function get(context: Client, groupName: string, serviceName: string, taskName: string, options?: ServiceTasksGetOptionalParams): Promise<ProjectTask>;
|
|
30
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var operations_exports = {};
|
|
19
|
+
__export(operations_exports, {
|
|
20
|
+
$delete: () => $delete,
|
|
21
|
+
_$deleteDeserialize: () => _$deleteDeserialize,
|
|
22
|
+
_$deleteSend: () => _$deleteSend,
|
|
23
|
+
_cancelDeserialize: () => _cancelDeserialize,
|
|
24
|
+
_cancelSend: () => _cancelSend,
|
|
25
|
+
_createOrUpdateDeserialize: () => _createOrUpdateDeserialize,
|
|
26
|
+
_createOrUpdateSend: () => _createOrUpdateSend,
|
|
27
|
+
_getDeserialize: () => _getDeserialize,
|
|
28
|
+
_getSend: () => _getSend,
|
|
29
|
+
_listDeserialize: () => _listDeserialize,
|
|
30
|
+
_listSend: () => _listSend,
|
|
31
|
+
_updateDeserialize: () => _updateDeserialize,
|
|
32
|
+
_updateSend: () => _updateSend,
|
|
33
|
+
cancel: () => cancel,
|
|
34
|
+
createOrUpdate: () => createOrUpdate,
|
|
35
|
+
get: () => get,
|
|
36
|
+
list: () => list,
|
|
37
|
+
update: () => update
|
|
38
|
+
});
|
|
39
|
+
module.exports = __toCommonJS(operations_exports);
|
|
40
|
+
var import_models = require("../../models/models.js");
|
|
41
|
+
var import_pagingHelpers = require("../../static-helpers/pagingHelpers.js");
|
|
42
|
+
var import_urlTemplate = require("../../static-helpers/urlTemplate.js");
|
|
43
|
+
var import_core_client = require("@azure-rest/core-client");
|
|
44
|
+
function _cancelSend(context, groupName, serviceName, taskName, options = { requestOptions: {} }) {
|
|
45
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
46
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}/cancel{?api%2Dversion}",
|
|
47
|
+
{
|
|
48
|
+
subscriptionId: context.subscriptionId,
|
|
49
|
+
groupName,
|
|
50
|
+
serviceName,
|
|
51
|
+
taskName,
|
|
52
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
return context.path(path).post({
|
|
59
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
60
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
async function _cancelDeserialize(result) {
|
|
64
|
+
const expectedStatuses = ["200"];
|
|
65
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
66
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
67
|
+
if (result.body) {
|
|
68
|
+
error.details = (0, import_models.apiErrorDeserializer)(result.body);
|
|
69
|
+
}
|
|
70
|
+
throw error;
|
|
71
|
+
}
|
|
72
|
+
return (0, import_models.projectTaskDeserializer)(result.body);
|
|
73
|
+
}
|
|
74
|
+
async function cancel(context, groupName, serviceName, taskName, options = { requestOptions: {} }) {
|
|
75
|
+
const result = await _cancelSend(context, groupName, serviceName, taskName, options);
|
|
76
|
+
return _cancelDeserialize(result);
|
|
77
|
+
}
|
|
78
|
+
function _listSend(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
79
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
80
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks{?api%2Dversion,taskType}",
|
|
81
|
+
{
|
|
82
|
+
subscriptionId: context.subscriptionId,
|
|
83
|
+
groupName,
|
|
84
|
+
serviceName,
|
|
85
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
86
|
+
taskType: options?.taskType
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
90
|
+
}
|
|
91
|
+
);
|
|
92
|
+
return context.path(path).get({
|
|
93
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
94
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
async function _listDeserialize(result) {
|
|
98
|
+
const expectedStatuses = ["200"];
|
|
99
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
100
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
101
|
+
if (result.body) {
|
|
102
|
+
error.details = (0, import_models.apiErrorDeserializer)(result.body);
|
|
103
|
+
}
|
|
104
|
+
throw error;
|
|
105
|
+
}
|
|
106
|
+
return (0, import_models._taskListDeserializer)(result.body);
|
|
107
|
+
}
|
|
108
|
+
function list(context, groupName, serviceName, options = { requestOptions: {} }) {
|
|
109
|
+
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
110
|
+
context,
|
|
111
|
+
() => _listSend(context, groupName, serviceName, options),
|
|
112
|
+
_listDeserialize,
|
|
113
|
+
["200"],
|
|
114
|
+
{
|
|
115
|
+
itemName: "value",
|
|
116
|
+
nextLinkName: "nextLink",
|
|
117
|
+
apiVersion: context.apiVersion ?? "2025-09-01-preview"
|
|
118
|
+
}
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
function _$deleteSend(context, groupName, serviceName, taskName, options = { requestOptions: {} }) {
|
|
122
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
123
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion,deleteRunningTasks}",
|
|
124
|
+
{
|
|
125
|
+
subscriptionId: context.subscriptionId,
|
|
126
|
+
groupName,
|
|
127
|
+
serviceName,
|
|
128
|
+
taskName,
|
|
129
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
130
|
+
deleteRunningTasks: options?.deleteRunningTasks
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
134
|
+
}
|
|
135
|
+
);
|
|
136
|
+
return context.path(path).delete({ ...(0, import_core_client.operationOptionsToRequestParameters)(options) });
|
|
137
|
+
}
|
|
138
|
+
async function _$deleteDeserialize(result) {
|
|
139
|
+
const expectedStatuses = ["200", "204"];
|
|
140
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
141
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
142
|
+
if (result.body) {
|
|
143
|
+
error.details = (0, import_models.apiErrorDeserializer)(result.body);
|
|
144
|
+
}
|
|
145
|
+
throw error;
|
|
146
|
+
}
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
async function $delete(context, groupName, serviceName, taskName, options = { requestOptions: {} }) {
|
|
150
|
+
const result = await _$deleteSend(context, groupName, serviceName, taskName, options);
|
|
151
|
+
return _$deleteDeserialize(result);
|
|
152
|
+
}
|
|
153
|
+
function _updateSend(context, groupName, serviceName, taskName, parameters, options = { requestOptions: {} }) {
|
|
154
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
155
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion}",
|
|
156
|
+
{
|
|
157
|
+
subscriptionId: context.subscriptionId,
|
|
158
|
+
groupName,
|
|
159
|
+
serviceName,
|
|
160
|
+
taskName,
|
|
161
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
165
|
+
}
|
|
166
|
+
);
|
|
167
|
+
return context.path(path).patch({
|
|
168
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
169
|
+
contentType: "application/json",
|
|
170
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
171
|
+
body: (0, import_models.projectTaskSerializer)(parameters)
|
|
172
|
+
});
|
|
173
|
+
}
|
|
174
|
+
async function _updateDeserialize(result) {
|
|
175
|
+
const expectedStatuses = ["200"];
|
|
176
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
177
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
178
|
+
if (result.body) {
|
|
179
|
+
error.details = (0, import_models.apiErrorDeserializer)(result.body);
|
|
180
|
+
}
|
|
181
|
+
throw error;
|
|
182
|
+
}
|
|
183
|
+
return (0, import_models.projectTaskDeserializer)(result.body);
|
|
184
|
+
}
|
|
185
|
+
async function update(context, groupName, serviceName, taskName, parameters, options = { requestOptions: {} }) {
|
|
186
|
+
const result = await _updateSend(context, groupName, serviceName, taskName, parameters, options);
|
|
187
|
+
return _updateDeserialize(result);
|
|
188
|
+
}
|
|
189
|
+
function _createOrUpdateSend(context, groupName, serviceName, taskName, parameters, options = { requestOptions: {} }) {
|
|
190
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
191
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion}",
|
|
192
|
+
{
|
|
193
|
+
subscriptionId: context.subscriptionId,
|
|
194
|
+
groupName,
|
|
195
|
+
serviceName,
|
|
196
|
+
taskName,
|
|
197
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
201
|
+
}
|
|
202
|
+
);
|
|
203
|
+
return context.path(path).put({
|
|
204
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
205
|
+
contentType: "application/json",
|
|
206
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
207
|
+
body: (0, import_models.projectTaskSerializer)(parameters)
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
async function _createOrUpdateDeserialize(result) {
|
|
211
|
+
const expectedStatuses = ["200", "201"];
|
|
212
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
213
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
214
|
+
if (result.body) {
|
|
215
|
+
error.details = (0, import_models.apiErrorDeserializer)(result.body);
|
|
216
|
+
}
|
|
217
|
+
throw error;
|
|
218
|
+
}
|
|
219
|
+
return (0, import_models.projectTaskDeserializer)(result.body);
|
|
220
|
+
}
|
|
221
|
+
async function createOrUpdate(context, groupName, serviceName, taskName, parameters, options = { requestOptions: {} }) {
|
|
222
|
+
const result = await _createOrUpdateSend(
|
|
223
|
+
context,
|
|
224
|
+
groupName,
|
|
225
|
+
serviceName,
|
|
226
|
+
taskName,
|
|
227
|
+
parameters,
|
|
228
|
+
options
|
|
229
|
+
);
|
|
230
|
+
return _createOrUpdateDeserialize(result);
|
|
231
|
+
}
|
|
232
|
+
function _getSend(context, groupName, serviceName, taskName, options = { requestOptions: {} }) {
|
|
233
|
+
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
234
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}{?api%2Dversion,%24expand}",
|
|
235
|
+
{
|
|
236
|
+
subscriptionId: context.subscriptionId,
|
|
237
|
+
groupName,
|
|
238
|
+
serviceName,
|
|
239
|
+
taskName,
|
|
240
|
+
"api%2Dversion": context.apiVersion ?? "2025-09-01-preview",
|
|
241
|
+
"%24expand": options?.expand
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
245
|
+
}
|
|
246
|
+
);
|
|
247
|
+
return context.path(path).get({
|
|
248
|
+
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
249
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
async function _getDeserialize(result) {
|
|
253
|
+
const expectedStatuses = ["200"];
|
|
254
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
255
|
+
const error = (0, import_core_client.createRestError)(result);
|
|
256
|
+
if (result.body) {
|
|
257
|
+
error.details = (0, import_models.apiErrorDeserializer)(result.body);
|
|
258
|
+
}
|
|
259
|
+
throw error;
|
|
260
|
+
}
|
|
261
|
+
return (0, import_models.projectTaskDeserializer)(result.body);
|
|
262
|
+
}
|
|
263
|
+
async function get(context, groupName, serviceName, taskName, options = { requestOptions: {} }) {
|
|
264
|
+
const result = await _getSend(context, groupName, serviceName, taskName, options);
|
|
265
|
+
return _getDeserialize(result);
|
|
266
|
+
}
|
|
267
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
268
|
+
0 && (module.exports = {
|
|
269
|
+
$delete,
|
|
270
|
+
_$deleteDeserialize,
|
|
271
|
+
_$deleteSend,
|
|
272
|
+
_cancelDeserialize,
|
|
273
|
+
_cancelSend,
|
|
274
|
+
_createOrUpdateDeserialize,
|
|
275
|
+
_createOrUpdateSend,
|
|
276
|
+
_getDeserialize,
|
|
277
|
+
_getSend,
|
|
278
|
+
_listDeserialize,
|
|
279
|
+
_listSend,
|
|
280
|
+
_updateDeserialize,
|
|
281
|
+
_updateSend,
|
|
282
|
+
cancel,
|
|
283
|
+
createOrUpdate,
|
|
284
|
+
get,
|
|
285
|
+
list,
|
|
286
|
+
update
|
|
287
|
+
});
|
|
288
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/api/serviceTasks/operations.ts"],
|
|
4
|
+
"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"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAKA,oBAKO;AAEP,2BAAwC;AACxC,yBAAkC;AAUlC,yBAAqE;AAE9D,SAAS,YACd,SACA,WACA,aACA,UACA,UAA4C,EAAE,gBAAgB,CAAC,EAAE,GAC/C;AAClB,QAAM,WAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,IACzC;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,KAAK;AAAA,IAC7B,OAAG,wDAAoC,OAAO;AAAA,IAC9C,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,EAC5E,CAAC;AACH;AAEA,eAAsB,mBAAmB,QAAqD;AAC5F,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,YAAQ,oCAAgB,MAAM;AACpC,QAAI,OAAO,MAAM;AACf,YAAM,cAAU,oCAAqB,OAAO,IAAI;AAAA,IAClD;AAEA,UAAM;AAAA,EACR;AAEA,aAAO,uCAAwB,OAAO,IAAI;AAC5C;AAGA,eAAsB,OACpB,SACA,WACA,aACA,UACA,UAA4C,EAAE,gBAAgB,CAAC,EAAE,GAC3C;AACtB,QAAM,SAAS,MAAM,YAAY,SAAS,WAAW,aAAa,UAAU,OAAO;AACnF,SAAO,mBAAmB,MAAM;AAClC;AAEO,SAAS,UACd,SACA,WACA,aACA,UAA0C,EAAE,gBAAgB,CAAC,EAAE,GAC7C;AAClB,QAAM,WAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,MACvC,UAAU,SAAS;AAAA,IACrB;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,IAAI;AAAA,IAC5B,OAAG,wDAAoC,OAAO;AAAA,IAC9C,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,EAC5E,CAAC;AACH;AAEA,eAAsB,iBAAiB,QAAmD;AACxF,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,YAAQ,oCAAgB,MAAM;AACpC,QAAI,OAAO,MAAM;AACf,YAAM,cAAU,oCAAqB,OAAO,IAAI;AAAA,IAClD;AAEA,UAAM;AAAA,EACR;AAEA,aAAO,qCAAsB,OAAO,IAAI;AAC1C;AAGO,SAAS,KACd,SACA,WACA,aACA,UAA0C,EAAE,gBAAgB,CAAC,EAAE,GACtB;AACzC,aAAO;AAAA,IACL;AAAA,IACA,MAAM,UAAU,SAAS,WAAW,aAAa,OAAO;AAAA,IACxD;AAAA,IACA,CAAC,KAAK;AAAA,IACN;AAAA,MACE,UAAU;AAAA,MACV,cAAc;AAAA,MACd,YAAY,QAAQ,cAAc;AAAA,IACpC;AAAA,EACF;AACF;AAEO,SAAS,aACd,SACA,WACA,aACA,UACA,UAA4C,EAAE,gBAAgB,CAAC,EAAE,GAC/C;AAClB,QAAM,WAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,MACvC,oBAAoB,SAAS;AAAA,IAC/B;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,OAAO,EAAE,OAAG,wDAAoC,OAAO,EAAE,CAAC;AACtF;AAEA,eAAsB,oBAAoB,QAA8C;AACtF,QAAM,mBAAmB,CAAC,OAAO,KAAK;AACtC,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,YAAQ,oCAAgB,MAAM;AACpC,QAAI,OAAO,MAAM;AACf,YAAM,cAAU,oCAAqB,OAAO,IAAI;AAAA,IAClD;AAEA,UAAM;AAAA,EACR;AAEA;AACF;AAGA,eAAsB,QACpB,SACA,WACA,aACA,UACA,UAA4C,EAAE,gBAAgB,CAAC,EAAE,GAClD;AACf,QAAM,SAAS,MAAM,aAAa,SAAS,WAAW,aAAa,UAAU,OAAO;AACpF,SAAO,oBAAoB,MAAM;AACnC;AAEO,SAAS,YACd,SACA,WACA,aACA,UACA,YACA,UAA4C,EAAE,gBAAgB,CAAC,EAAE,GAC/C;AAClB,QAAM,WAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,IACzC;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,MAAM;AAAA,IAC9B,OAAG,wDAAoC,OAAO;AAAA,IAC9C,aAAa;AAAA,IACb,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,IAC1E,UAAM,qCAAsB,UAAU;AAAA,EACxC,CAAC;AACH;AAEA,eAAsB,mBAAmB,QAAqD;AAC5F,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,YAAQ,oCAAgB,MAAM;AACpC,QAAI,OAAO,MAAM;AACf,YAAM,cAAU,oCAAqB,OAAO,IAAI;AAAA,IAClD;AAEA,UAAM;AAAA,EACR;AAEA,aAAO,uCAAwB,OAAO,IAAI;AAC5C;AAGA,eAAsB,OACpB,SACA,WACA,aACA,UACA,YACA,UAA4C,EAAE,gBAAgB,CAAC,EAAE,GAC3C;AACtB,QAAM,SAAS,MAAM,YAAY,SAAS,WAAW,aAAa,UAAU,YAAY,OAAO;AAC/F,SAAO,mBAAmB,MAAM;AAClC;AAEO,SAAS,oBACd,SACA,WACA,aACA,UACA,YACA,UAAoD,EAAE,gBAAgB,CAAC,EAAE,GACvD;AAClB,QAAM,WAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,IACzC;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,IAAI;AAAA,IAC5B,OAAG,wDAAoC,OAAO;AAAA,IAC9C,aAAa;AAAA,IACb,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,IAC1E,UAAM,qCAAsB,UAAU;AAAA,EACxC,CAAC;AACH;AAEA,eAAsB,2BACpB,QACsB;AACtB,QAAM,mBAAmB,CAAC,OAAO,KAAK;AACtC,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,YAAQ,oCAAgB,MAAM;AACpC,QAAI,OAAO,MAAM;AACf,YAAM,cAAU,oCAAqB,OAAO,IAAI;AAAA,IAClD;AAEA,UAAM;AAAA,EACR;AAEA,aAAO,uCAAwB,OAAO,IAAI;AAC5C;AAGA,eAAsB,eACpB,SACA,WACA,aACA,UACA,YACA,UAAoD,EAAE,gBAAgB,CAAC,EAAE,GACnD;AACtB,QAAM,SAAS,MAAM;AAAA,IACnB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACA,SAAO,2BAA2B,MAAM;AAC1C;AAEO,SAAS,SACd,SACA,WACA,aACA,UACA,UAAyC,EAAE,gBAAgB,CAAC,EAAE,GAC5C;AAClB,QAAM,WAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,MACvC,aAAa,SAAS;AAAA,IACxB;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,IAAI;AAAA,IAC5B,OAAG,wDAAoC,OAAO;AAAA,IAC9C,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,EAC5E,CAAC;AACH;AAEA,eAAsB,gBAAgB,QAAqD;AACzF,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,YAAQ,oCAAgB,MAAM;AACpC,QAAI,OAAO,MAAM;AACf,YAAM,cAAU,oCAAqB,OAAO,IAAI;AAAA,IAClD;AAEA,UAAM;AAAA,EACR;AAEA,aAAO,uCAAwB,OAAO,IAAI;AAC5C;AAGA,eAAsB,IACpB,SACA,WACA,aACA,UACA,UAAyC,EAAE,gBAAgB,CAAC,EAAE,GACxC;AACtB,QAAM,SAAS,MAAM,SAAS,SAAS,WAAW,aAAa,UAAU,OAAO;AAChF,SAAO,gBAAgB,MAAM;AAC/B;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -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,16 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
+
var options_exports = {};
|
|
15
|
+
module.exports = __toCommonJS(options_exports);
|
|
16
|
+
//# sourceMappingURL=options.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/api/serviceTasks/options.ts"],
|
|
4
|
+
"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"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -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,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var services_exports = {};
|
|
19
|
+
__export(services_exports, {
|
|
20
|
+
$delete: () => import_operations.$delete,
|
|
21
|
+
checkChildrenNameAvailability: () => import_operations.checkChildrenNameAvailability,
|
|
22
|
+
checkNameAvailability: () => import_operations.checkNameAvailability,
|
|
23
|
+
checkStatus: () => import_operations.checkStatus,
|
|
24
|
+
createOrUpdate: () => import_operations.createOrUpdate,
|
|
25
|
+
get: () => import_operations.get,
|
|
26
|
+
list: () => import_operations.list,
|
|
27
|
+
listByResourceGroup: () => import_operations.listByResourceGroup,
|
|
28
|
+
listSkus: () => import_operations.listSkus,
|
|
29
|
+
start: () => import_operations.start,
|
|
30
|
+
stop: () => import_operations.stop,
|
|
31
|
+
update: () => import_operations.update
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(services_exports);
|
|
34
|
+
var import_operations = require("./operations.js");
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
$delete,
|
|
38
|
+
checkChildrenNameAvailability,
|
|
39
|
+
checkNameAvailability,
|
|
40
|
+
checkStatus,
|
|
41
|
+
createOrUpdate,
|
|
42
|
+
get,
|
|
43
|
+
list,
|
|
44
|
+
listByResourceGroup,
|
|
45
|
+
listSkus,
|
|
46
|
+
start,
|
|
47
|
+
stop,
|
|
48
|
+
update
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/api/services/index.ts"],
|
|
4
|
+
"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"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,wBAaO;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -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
|