@azure/arm-datamigration 3.0.0-beta.2 → 3.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +25 -19
- package/dist/browser/dataMigrationManagementClient.d.ts +34 -0
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/browser/dataMigrationManagementClient.js +113 -0
- package/dist/browser/dataMigrationManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +21 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +8306 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +892 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +467 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +12924 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +45 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +346 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.js +314 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.js +314 -0
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/browser/operations/files.d.ts +101 -0
- package/dist/browser/operations/files.d.ts.map +1 -0
- package/dist/browser/operations/files.js +371 -0
- package/dist/browser/operations/files.js.map +1 -0
- package/dist/browser/operations/index.d.ts +16 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +23 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/migrationServices.d.ts +144 -0
- package/dist/browser/operations/migrationServices.d.ts.map +1 -0
- package/dist/browser/operations/migrationServices.js +676 -0
- package/dist/browser/operations/migrationServices.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +129 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/projects.d.ts +78 -0
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/dist/browser/operations/projects.js +292 -0
- package/dist/browser/operations/projects.js.map +1 -0
- package/dist/browser/operations/resourceSkus.d.ts +32 -0
- package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operations/resourceSkus.js +137 -0
- package/dist/browser/operations/resourceSkus.js.map +1 -0
- package/dist/browser/operations/serviceTasks.d.ts +94 -0
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
- package/dist/browser/operations/serviceTasks.js +332 -0
- package/dist/browser/operations/serviceTasks.js.map +1 -0
- package/dist/browser/operations/services.d.ts +218 -0
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/dist/browser/operations/services.js +932 -0
- package/dist/browser/operations/services.js.map +1 -0
- package/dist/browser/operations/sqlMigrationServices.d.ts +179 -0
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/browser/operations/sqlMigrationServices.js +764 -0
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -0
- package/dist/browser/operations/tasks.d.ts +110 -0
- package/dist/browser/operations/tasks.d.ts.map +1 -0
- package/dist/browser/operations/tasks.js +382 -0
- package/dist/browser/operations/tasks.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +37 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +147 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/browser/operationsInterfaces/files.d.ts +73 -0
- package/dist/browser/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/files.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +16 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +23 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
- package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts +52 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +66 -0
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/browser/operationsInterfaces/services.d.ts +162 -0
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts +34 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataMigrationManagementClient.js +118 -0
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +8306 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +896 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +467 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +12933 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +45 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +349 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +319 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +319 -0
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/commonjs/operations/files.d.ts +101 -0
- package/dist/commonjs/operations/files.d.ts.map +1 -0
- package/dist/commonjs/operations/files.js +375 -0
- package/dist/commonjs/operations/files.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +16 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +26 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/migrationServices.d.ts +144 -0
- package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationServices.js +680 -0
- package/dist/commonjs/operations/migrationServices.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +133 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +78 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +296 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
- package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operations/resourceSkus.js +141 -0
- package/dist/commonjs/operations/resourceSkus.js.map +1 -0
- package/dist/commonjs/operations/serviceTasks.d.ts +94 -0
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
- package/dist/commonjs/operations/serviceTasks.js +336 -0
- package/dist/commonjs/operations/serviceTasks.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +218 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +936 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +179 -0
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlMigrationServices.js +768 -0
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -0
- package/dist/commonjs/operations/tasks.d.ts +110 -0
- package/dist/commonjs/operations/tasks.d.ts.map +1 -0
- package/dist/commonjs/operations/tasks.js +386 -0
- package/dist/commonjs/operations/tasks.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +37 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +151 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/files.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/files.js +10 -0
- package/dist/commonjs/operationsInterfaces/files.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +26 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +66 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.js +10 -0
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +162 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/dataMigrationManagementClient.d.ts +34 -0
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/esm/dataMigrationManagementClient.js +113 -0
- package/dist/esm/dataMigrationManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +8306 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +892 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +467 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +12924 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +45 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +346 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.js +314 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.js +314 -0
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/esm/operations/files.d.ts +101 -0
- package/dist/esm/operations/files.d.ts.map +1 -0
- package/dist/esm/operations/files.js +371 -0
- package/dist/esm/operations/files.js.map +1 -0
- package/dist/esm/operations/index.d.ts +16 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +23 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/migrationServices.d.ts +144 -0
- package/dist/esm/operations/migrationServices.d.ts.map +1 -0
- package/dist/esm/operations/migrationServices.js +676 -0
- package/dist/esm/operations/migrationServices.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +129 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +78 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +292 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/resourceSkus.d.ts +32 -0
- package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operations/resourceSkus.js +137 -0
- package/dist/esm/operations/resourceSkus.js.map +1 -0
- package/dist/esm/operations/serviceTasks.d.ts +94 -0
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
- package/dist/esm/operations/serviceTasks.js +332 -0
- package/dist/esm/operations/serviceTasks.js.map +1 -0
- package/dist/esm/operations/services.d.ts +218 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +932 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/sqlMigrationServices.d.ts +179 -0
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/esm/operations/sqlMigrationServices.js +764 -0
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -0
- package/dist/esm/operations/tasks.d.ts +110 -0
- package/dist/esm/operations/tasks.d.ts.map +1 -0
- package/dist/esm/operations/tasks.js +382 -0
- package/dist/esm/operations/tasks.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +37 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +147 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/esm/operationsInterfaces/files.d.ts +73 -0
- package/dist/esm/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/files.js +9 -0
- package/dist/esm/operationsInterfaces/files.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +16 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +23 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +52 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +66 -0
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serviceTasks.js +9 -0
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +162 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tasks.js +9 -0
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dataMigrationManagementClient.d.ts +34 -0
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataMigrationManagementClient.js +113 -0
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +8306 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +892 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +467 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +12924 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +45 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +346 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +83 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +314 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +83 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +314 -0
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/react-native/operations/files.d.ts +101 -0
- package/dist/react-native/operations/files.d.ts.map +1 -0
- package/dist/react-native/operations/files.js +371 -0
- package/dist/react-native/operations/files.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +16 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +23 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/migrationServices.d.ts +144 -0
- package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/migrationServices.js +676 -0
- package/dist/react-native/operations/migrationServices.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +129 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +78 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +292 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/resourceSkus.d.ts +32 -0
- package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operations/resourceSkus.js +137 -0
- package/dist/react-native/operations/resourceSkus.js.map +1 -0
- package/dist/react-native/operations/serviceTasks.d.ts +94 -0
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
- package/dist/react-native/operations/serviceTasks.js +332 -0
- package/dist/react-native/operations/serviceTasks.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +218 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +932 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/sqlMigrationServices.d.ts +179 -0
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/sqlMigrationServices.js +764 -0
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -0
- package/dist/react-native/operations/tasks.d.ts +110 -0
- package/dist/react-native/operations/tasks.d.ts.map +1 -0
- package/dist/react-native/operations/tasks.js +382 -0
- package/dist/react-native/operations/tasks.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +37 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +147 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -0
- package/dist/react-native/operationsInterfaces/files.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/files.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/files.js +9 -0
- package/dist/react-native/operationsInterfaces/files.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +23 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +66 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.js +9 -0
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +162 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +122 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tasks.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tasks.js +9 -0
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +83 -70
- package/CHANGELOG.md +0 -11
- package/dist/index.js +0 -16974
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js +0 -65
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMaximumParameters.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js +0 -65
- package/dist-esm/samples-dev/createOrUpdateDatabaseMigrationResourceWithMinimumParameters.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js +0 -32
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMaximumParameters.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js +0 -32
- package/dist-esm/samples-dev/createOrUpdateSqlMigrationServiceWithMinimumParameters.js.map +0 -1
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js +0 -35
- package/dist-esm/samples-dev/cutoverOnlineMigrationOperationForTheDatabase.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js +0 -117
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlMiCutoverSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js +0 -32
- package/dist-esm/samples-dev/databaseMigrationsSqlMiGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js +0 -117
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js +0 -35
- package/dist-esm/samples-dev/databaseMigrationsSqlVMCutoverSample.js.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js +0 -32
- package/dist-esm/samples-dev/databaseMigrationsSqlVMGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts +0 -2
- package/dist-esm/samples-dev/deleteSqlMigrationService.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteSqlMigrationService.js +0 -31
- package/dist-esm/samples-dev/deleteSqlMigrationService.js.map +0 -1
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts +0 -2
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js +0 -35
- package/dist-esm/samples-dev/deleteTheIntegrationRuntimeNode.js.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/filesCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdate.js +0 -36
- package/dist-esm/samples-dev/filesCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/filesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/filesDelete.d.ts +0 -2
- package/dist-esm/samples-dev/filesDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesDelete.js +0 -33
- package/dist-esm/samples-dev/filesDelete.js.map +0 -1
- package/dist-esm/samples-dev/filesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesDeleteSample.js +0 -33
- package/dist-esm/samples-dev/filesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/filesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesGetSample.js +0 -33
- package/dist-esm/samples-dev/filesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/filesList.d.ts +0 -2
- package/dist-esm/samples-dev/filesList.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesList.js +0 -33
- package/dist-esm/samples-dev/filesList.js.map +0 -1
- package/dist-esm/samples-dev/filesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesListSample.js +0 -46
- package/dist-esm/samples-dev/filesListSample.js.map +0 -1
- package/dist-esm/samples-dev/filesReadSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesReadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesReadSample.js +0 -33
- package/dist-esm/samples-dev/filesReadSample.js.map +0 -1
- package/dist-esm/samples-dev/filesReadWriteSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesReadWriteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesReadWriteSample.js +0 -33
- package/dist-esm/samples-dev/filesReadWriteSample.js.map +0 -1
- package/dist-esm/samples-dev/filesUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/filesUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesUpdate.js +0 -36
- package/dist-esm/samples-dev/filesUpdate.js.map +0 -1
- package/dist-esm/samples-dev/filesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/filesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/filesUpdateSample.js +0 -36
- package/dist-esm/samples-dev/filesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts +0 -2
- package/dist-esm/samples-dev/getDatabaseMigrationResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/getDatabaseMigrationResource.js +0 -32
- package/dist-esm/samples-dev/getDatabaseMigrationResource.js.map +0 -1
- package/dist-esm/samples-dev/getMigrationService.d.ts +0 -2
- package/dist-esm/samples-dev/getMigrationService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getMigrationService.js +0 -31
- package/dist-esm/samples-dev/getMigrationService.js.map +0 -1
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +0 -44
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts +0 -2
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.d.ts.map +0 -1
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +0 -43
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +0 -1
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts +0 -2
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.d.ts.map +0 -1
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +0 -45
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +0 -1
- package/dist-esm/samples-dev/listSkus.d.ts +0 -2
- package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSkus.js +0 -43
- package/dist-esm/samples-dev/listSkus.js.map +0 -1
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts +0 -2
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +0 -43
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -43
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdate.js +0 -37
- package/dist-esm/samples-dev/projectsCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsDelete.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDelete.js +0 -32
- package/dist-esm/samples-dev/projectsDelete.js.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsGet.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGet.js +0 -32
- package/dist-esm/samples-dev/projectsGet.js.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.js +0 -32
- package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsList.d.ts +0 -2
- package/dist-esm/samples-dev/projectsList.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsList.js +0 -45
- package/dist-esm/samples-dev/projectsList.js.map +0 -1
- package/dist-esm/samples-dev/projectsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsListSample.js +0 -45
- package/dist-esm/samples-dev/projectsListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdate.js +0 -37
- package/dist-esm/samples-dev/projectsUpdate.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts +0 -2
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.d.ts.map +0 -1
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js +0 -32
- package/dist-esm/samples-dev/regenerateTheOfAuthenticationKeys.js.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSkusListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSkusSample.js +0 -43
- package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts +0 -2
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.d.ts.map +0 -1
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js +0 -31
- package/dist-esm/samples-dev/retrieveTheListOfAuthenticationKeys.js.map +0 -1
- package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts +0 -2
- package/dist-esm/samples-dev/retrieveTheMonitoringData.d.ts.map +0 -1
- package/dist-esm/samples-dev/retrieveTheMonitoringData.js +0 -31
- package/dist-esm/samples-dev/retrieveTheMonitoringData.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCancelSample.js +0 -32
- package/dist-esm/samples-dev/serviceTasksCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/serviceTasksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksDeleteSample.js +0 -32
- package/dist-esm/samples-dev/serviceTasksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksGetSample.js +0 -32
- package/dist-esm/samples-dev/serviceTasksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksList.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksList.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksList.js +0 -45
- package/dist-esm/samples-dev/serviceTasksList.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksListSample.js +0 -45
- package/dist-esm/samples-dev/serviceTasksListSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceTasksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceTasksUpdateSample.js +0 -38
- package/dist-esm/samples-dev/serviceTasksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js +0 -32
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailability.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js +0 -32
- package/dist-esm/samples-dev/servicesCheckChildrenNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailability.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailability.js +0 -34
- package/dist-esm/samples-dev/servicesCheckNameAvailability.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -34
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatus.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckStatus.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatus.js +0 -31
- package/dist-esm/samples-dev/servicesCheckStatus.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckStatusSample.js +0 -31
- package/dist-esm/samples-dev/servicesCheckStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdate.js +0 -35
- package/dist-esm/samples-dev/servicesCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -31
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesList.d.ts +0 -2
- package/dist-esm/samples-dev/servicesList.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesList.js +0 -43
- package/dist-esm/samples-dev/servicesList.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -43
- package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSkus.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSkus.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSkus.js +0 -45
- package/dist-esm/samples-dev/servicesListSkus.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSkusSample.js +0 -45
- package/dist-esm/samples-dev/servicesListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesStart.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStart.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStart.js +0 -31
- package/dist-esm/samples-dev/servicesStart.js.map +0 -1
- package/dist-esm/samples-dev/servicesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStartSample.js +0 -31
- package/dist-esm/samples-dev/servicesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesStop.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStop.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStop.js +0 -31
- package/dist-esm/samples-dev/servicesStop.js.map +0 -1
- package/dist-esm/samples-dev/servicesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesStopSample.js +0 -31
- package/dist-esm/samples-dev/servicesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -35
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUsages.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUsages.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUsages.js +0 -44
- package/dist-esm/samples-dev/servicesUsages.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/sqlMigrationServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js +0 -35
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesListAuthKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +0 -45
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js +0 -31
- package/dist-esm/samples-dev/sqlMigrationServicesListMonitoringDataSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js +0 -32
- package/dist-esm/samples-dev/sqlMigrationServicesRegenerateAuthKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/sqlMigrationServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js +0 -35
- package/dist-esm/samples-dev/stopOngoingMigrationForTheDatabase.js.map +0 -1
- package/dist-esm/samples-dev/tasksCancel.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCancel.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCancel.js +0 -32
- package/dist-esm/samples-dev/tasksCancel.js.map +0 -1
- package/dist-esm/samples-dev/tasksCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCancelSample.js +0 -33
- package/dist-esm/samples-dev/tasksCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksCommand.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCommand.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCommand.js +0 -37
- package/dist-esm/samples-dev/tasksCommand.js.map +0 -1
- package/dist-esm/samples-dev/tasksCommandSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCommandSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCommandSample.js +0 -37
- package/dist-esm/samples-dev/tasksCommandSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCreateOrUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdate.js +0 -38
- package/dist-esm/samples-dev/tasksCreateOrUpdate.js.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/tasksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksDelete.d.ts +0 -2
- package/dist-esm/samples-dev/tasksDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksDelete.js +0 -32
- package/dist-esm/samples-dev/tasksDelete.js.map +0 -1
- package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksDeleteSample.js +0 -33
- package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksGet.d.ts +0 -2
- package/dist-esm/samples-dev/tasksGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksGet.js +0 -32
- package/dist-esm/samples-dev/tasksGet.js.map +0 -1
- package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksGetSample.js +0 -33
- package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksList.d.ts +0 -2
- package/dist-esm/samples-dev/tasksList.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksList.js +0 -46
- package/dist-esm/samples-dev/tasksList.js.map +0 -1
- package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksListSample.js +0 -46
- package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
- package/dist-esm/samples-dev/tasksUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/tasksUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksUpdate.js +0 -38
- package/dist-esm/samples-dev/tasksUpdate.js.map +0 -1
- package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tasksUpdateSample.js +0 -49
- package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSqlMigrationService.d.ts +0 -2
- package/dist-esm/samples-dev/updateSqlMigrationService.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSqlMigrationService.js +0 -32
- package/dist-esm/samples-dev/updateSqlMigrationService.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -44
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -28
- package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataMigrationManagementClient.js +0 -79
- package/dist-esm/src/dataMigrationManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -7238
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -534
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -434
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -11822
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -36
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -272
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist-esm/src/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlMi.js +0 -315
- package/dist-esm/src/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist-esm/src/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist-esm/src/operations/databaseMigrationsSqlVm.js +0 -315
- package/dist-esm/src/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist-esm/src/operations/files.d.ts +0 -101
- package/dist-esm/src/operations/files.d.ts.map +0 -1
- package/dist-esm/src/operations/files.js +0 -358
- package/dist-esm/src/operations/files.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -116
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/projects.d.ts +0 -78
- package/dist-esm/src/operations/projects.d.ts.map +0 -1
- package/dist-esm/src/operations/projects.js +0 -279
- package/dist-esm/src/operations/projects.js.map +0 -1
- package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
- package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceSkus.js +0 -124
- package/dist-esm/src/operations/resourceSkus.js.map +0 -1
- package/dist-esm/src/operations/serviceTasks.d.ts +0 -91
- package/dist-esm/src/operations/serviceTasks.d.ts.map +0 -1
- package/dist-esm/src/operations/serviceTasks.js +0 -316
- package/dist-esm/src/operations/serviceTasks.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -217
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -894
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/sqlMigrationServices.d.ts +0 -178
- package/dist-esm/src/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlMigrationServices.js +0 -726
- package/dist-esm/src/operations/sqlMigrationServices.js.map +0 -1
- package/dist-esm/src/operations/tasks.d.ts +0 -110
- package/dist-esm/src/operations/tasks.d.ts.map +0 -1
- package/dist-esm/src/operations/tasks.js +0 -369
- package/dist-esm/src/operations/tasks.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -37
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -134
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/files.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/files.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/files.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -161
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts +0 -121
- package/dist-esm/src/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -81
- package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-datamigration.api.md +0 -4412
- package/rollup.config.js +0 -122
- package/src/dataMigrationManagementClient.ts +0 -144
- package/src/index.ts +0 -12
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -7968
- package/src/models/mappers.ts +0 -13025
- package/src/models/parameters.ts +0 -325
- package/src/operations/databaseMigrationsSqlMi.ts +0 -459
- package/src/operations/databaseMigrationsSqlVm.ts +0 -459
- package/src/operations/files.ts +0 -494
- package/src/operations/index.ts +0 -19
- package/src/operations/operations.ts +0 -133
- package/src/operations/projects.ts +0 -368
- package/src/operations/resourceSkus.ts +0 -142
- package/src/operations/serviceTasks.ts +0 -417
- package/src/operations/services.ts +0 -1185
- package/src/operations/sqlMigrationServices.ts +0 -992
- package/src/operations/tasks.ts +0 -507
- package/src/operations/usages.ts +0 -160
- package/src/operationsInterfaces/databaseMigrationsSqlMi.ts +0 -138
- package/src/operationsInterfaces/databaseMigrationsSqlVm.ts +0 -138
- package/src/operationsInterfaces/files.ts +0 -139
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/projects.ts +0 -97
- package/src/operationsInterfaces/resourceSkus.ts +0 -22
- package/src/operationsInterfaces/serviceTasks.ts +0 -116
- package/src/operationsInterfaces/services.ts +0 -272
- package/src/operationsInterfaces/sqlMigrationServices.ts +0 -223
- package/src/operationsInterfaces/tasks.ts +0 -149
- package/src/operationsInterfaces/usages.ts +0 -25
- package/tsconfig.json +0 -33
- package/types/arm-datamigration.d.ts +0 -8549
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlMi.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseMigrationsSqlVm.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/files.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceTasks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlMigrationServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
@@ -0,0 +1,75 @@
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
2
|
+
import { DatabaseMigrationsSqlMiGetOptionalParams, DatabaseMigrationsSqlMiGetResponse, DatabaseMigrationSqlMi, DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams, DatabaseMigrationsSqlMiCreateOrUpdateResponse, MigrationOperationInput, DatabaseMigrationsSqlMiCancelOptionalParams, DatabaseMigrationsSqlMiCutoverOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a DatabaseMigrationsSqlMi. */
|
4
|
+
export interface DatabaseMigrationsSqlMi {
|
5
|
+
/**
|
6
|
+
* Retrieve the specified database migration for a given SQL Managed Instance.
|
7
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
8
|
+
* value from the Azure Resource Manager API or the portal.
|
9
|
+
* @param managedInstanceName
|
10
|
+
* @param targetDbName The name of the target database.
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
get(resourceGroupName: string, managedInstanceName: string, targetDbName: string, options?: DatabaseMigrationsSqlMiGetOptionalParams): Promise<DatabaseMigrationsSqlMiGetResponse>;
|
14
|
+
/**
|
15
|
+
* Create a new database migration to a given SQL Managed Instance.
|
16
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
17
|
+
* value from the Azure Resource Manager API or the portal.
|
18
|
+
* @param managedInstanceName
|
19
|
+
* @param targetDbName The name of the target database.
|
20
|
+
* @param parameters Details of SqlMigrationService resource.
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlMi, options?: DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsSqlMiCreateOrUpdateResponse>, DatabaseMigrationsSqlMiCreateOrUpdateResponse>>;
|
24
|
+
/**
|
25
|
+
* Create a new database migration to a given SQL Managed Instance.
|
26
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
27
|
+
* value from the Azure Resource Manager API or the portal.
|
28
|
+
* @param managedInstanceName
|
29
|
+
* @param targetDbName The name of the target database.
|
30
|
+
* @param parameters Details of SqlMigrationService resource.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: DatabaseMigrationSqlMi, options?: DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams): Promise<DatabaseMigrationsSqlMiCreateOrUpdateResponse>;
|
34
|
+
/**
|
35
|
+
* Stop in-progress database migration to SQL Managed Instance.
|
36
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
37
|
+
* value from the Azure Resource Manager API or the portal.
|
38
|
+
* @param managedInstanceName
|
39
|
+
* @param targetDbName The name of the target database.
|
40
|
+
* @param parameters Required migration operation ID for which cancel will be initiated.
|
41
|
+
* @param options The options parameters.
|
42
|
+
*/
|
43
|
+
beginCancel(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
44
|
+
/**
|
45
|
+
* Stop in-progress database migration to SQL Managed Instance.
|
46
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
47
|
+
* value from the Azure Resource Manager API or the portal.
|
48
|
+
* @param managedInstanceName
|
49
|
+
* @param targetDbName The name of the target database.
|
50
|
+
* @param parameters Required migration operation ID for which cancel will be initiated.
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
beginCancelAndWait(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCancelOptionalParams): Promise<void>;
|
54
|
+
/**
|
55
|
+
* Initiate cutover for in-progress online database migration to SQL Managed Instance.
|
56
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
57
|
+
* value from the Azure Resource Manager API or the portal.
|
58
|
+
* @param managedInstanceName
|
59
|
+
* @param targetDbName The name of the target database.
|
60
|
+
* @param parameters Required migration operation ID for which cutover will be initiated.
|
61
|
+
* @param options The options parameters.
|
62
|
+
*/
|
63
|
+
beginCutover(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCutoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
64
|
+
/**
|
65
|
+
* Initiate cutover for in-progress online database migration to SQL Managed Instance.
|
66
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
67
|
+
* value from the Azure Resource Manager API or the portal.
|
68
|
+
* @param managedInstanceName
|
69
|
+
* @param targetDbName The name of the target database.
|
70
|
+
* @param parameters Required migration operation ID for which cutover will be initiated.
|
71
|
+
* @param options The options parameters.
|
72
|
+
*/
|
73
|
+
beginCutoverAndWait(resourceGroupName: string, managedInstanceName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlMiCutoverOptionalParams): Promise<void>;
|
74
|
+
}
|
75
|
+
//# sourceMappingURL=databaseMigrationsSqlMi.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"databaseMigrationsSqlMi.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsSqlMi.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,wCAAwC,EACxC,kCAAkC,EAClC,sBAAsB,EACtB,mDAAmD,EACnD,6CAA6C,EAC7C,uBAAuB,EACvB,2CAA2C,EAC3C,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=databaseMigrationsSqlMi.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"databaseMigrationsSqlMi.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsSqlMi.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DatabaseMigrationsSqlMiGetOptionalParams,\n DatabaseMigrationsSqlMiGetResponse,\n DatabaseMigrationSqlMi,\n DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams,\n DatabaseMigrationsSqlMiCreateOrUpdateResponse,\n MigrationOperationInput,\n DatabaseMigrationsSqlMiCancelOptionalParams,\n DatabaseMigrationsSqlMiCutoverOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a DatabaseMigrationsSqlMi. */\nexport interface DatabaseMigrationsSqlMi {\n /**\n * Retrieve the specified database migration for a given SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n options?: DatabaseMigrationsSqlMiGetOptionalParams,\n ): Promise<DatabaseMigrationsSqlMiGetResponse>;\n /**\n * Create a new database migration to a given SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n parameters: DatabaseMigrationSqlMi,\n options?: DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsSqlMiCreateOrUpdateResponse>,\n DatabaseMigrationsSqlMiCreateOrUpdateResponse\n >\n >;\n /**\n * Create a new database migration to a given SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n parameters: DatabaseMigrationSqlMi,\n options?: DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams,\n ): Promise<DatabaseMigrationsSqlMiCreateOrUpdateResponse>;\n /**\n * Stop in-progress database migration to SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Required migration operation ID for which cancel will be initiated.\n * @param options The options parameters.\n */\n beginCancel(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlMiCancelOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Stop in-progress database migration to SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Required migration operation ID for which cancel will be initiated.\n * @param options The options parameters.\n */\n beginCancelAndWait(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlMiCancelOptionalParams,\n ): Promise<void>;\n /**\n * Initiate cutover for in-progress online database migration to SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Required migration operation ID for which cutover will be initiated.\n * @param options The options parameters.\n */\n beginCutover(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlMiCutoverOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Initiate cutover for in-progress online database migration to SQL Managed Instance.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param managedInstanceName\n * @param targetDbName The name of the target database.\n * @param parameters Required migration operation ID for which cutover will be initiated.\n * @param options The options parameters.\n */\n beginCutoverAndWait(\n resourceGroupName: string,\n managedInstanceName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlMiCutoverOptionalParams,\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
2
|
+
import { DatabaseMigrationsSqlVmGetOptionalParams, DatabaseMigrationsSqlVmGetResponse, DatabaseMigrationSqlVm, DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams, DatabaseMigrationsSqlVmCreateOrUpdateResponse, MigrationOperationInput, DatabaseMigrationsSqlVmCancelOptionalParams, DatabaseMigrationsSqlVmCutoverOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a DatabaseMigrationsSqlVm. */
|
4
|
+
export interface DatabaseMigrationsSqlVm {
|
5
|
+
/**
|
6
|
+
* Retrieve the specified database migration for a given SQL VM.
|
7
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
8
|
+
* value from the Azure Resource Manager API or the portal.
|
9
|
+
* @param sqlVirtualMachineName
|
10
|
+
* @param targetDbName The name of the target database.
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
get(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, options?: DatabaseMigrationsSqlVmGetOptionalParams): Promise<DatabaseMigrationsSqlVmGetResponse>;
|
14
|
+
/**
|
15
|
+
* Create a new database migration to a given SQL VM.
|
16
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
17
|
+
* value from the Azure Resource Manager API or the portal.
|
18
|
+
* @param sqlVirtualMachineName
|
19
|
+
* @param targetDbName The name of the target database.
|
20
|
+
* @param parameters Details of SqlMigrationService resource.
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: DatabaseMigrationSqlVm, options?: DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabaseMigrationsSqlVmCreateOrUpdateResponse>, DatabaseMigrationsSqlVmCreateOrUpdateResponse>>;
|
24
|
+
/**
|
25
|
+
* Create a new database migration to a given SQL VM.
|
26
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
27
|
+
* value from the Azure Resource Manager API or the portal.
|
28
|
+
* @param sqlVirtualMachineName
|
29
|
+
* @param targetDbName The name of the target database.
|
30
|
+
* @param parameters Details of SqlMigrationService resource.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: DatabaseMigrationSqlVm, options?: DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams): Promise<DatabaseMigrationsSqlVmCreateOrUpdateResponse>;
|
34
|
+
/**
|
35
|
+
* Stop in-progress database migration to SQL VM.
|
36
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
37
|
+
* value from the Azure Resource Manager API or the portal.
|
38
|
+
* @param sqlVirtualMachineName
|
39
|
+
* @param targetDbName The name of the target database.
|
40
|
+
* @param parameters Migration Operation Input
|
41
|
+
* @param options The options parameters.
|
42
|
+
*/
|
43
|
+
beginCancel(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
44
|
+
/**
|
45
|
+
* Stop in-progress database migration to SQL VM.
|
46
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
47
|
+
* value from the Azure Resource Manager API or the portal.
|
48
|
+
* @param sqlVirtualMachineName
|
49
|
+
* @param targetDbName The name of the target database.
|
50
|
+
* @param parameters Migration Operation Input
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
beginCancelAndWait(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCancelOptionalParams): Promise<void>;
|
54
|
+
/**
|
55
|
+
* Initiate cutover for in-progress online database migration to SQL VM.
|
56
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
57
|
+
* value from the Azure Resource Manager API or the portal.
|
58
|
+
* @param sqlVirtualMachineName
|
59
|
+
* @param targetDbName The name of the target database.
|
60
|
+
* @param parameters Migration Operation Input
|
61
|
+
* @param options The options parameters.
|
62
|
+
*/
|
63
|
+
beginCutover(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCutoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
64
|
+
/**
|
65
|
+
* Initiate cutover for in-progress online database migration to SQL VM.
|
66
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
67
|
+
* value from the Azure Resource Manager API or the portal.
|
68
|
+
* @param sqlVirtualMachineName
|
69
|
+
* @param targetDbName The name of the target database.
|
70
|
+
* @param parameters Migration Operation Input
|
71
|
+
* @param options The options parameters.
|
72
|
+
*/
|
73
|
+
beginCutoverAndWait(resourceGroupName: string, sqlVirtualMachineName: string, targetDbName: string, parameters: MigrationOperationInput, options?: DatabaseMigrationsSqlVmCutoverOptionalParams): Promise<void>;
|
74
|
+
}
|
75
|
+
//# sourceMappingURL=databaseMigrationsSqlVm.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"databaseMigrationsSqlVm.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsSqlVm.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,wCAAwC,EACxC,kCAAkC,EAClC,sBAAsB,EACtB,mDAAmD,EACnD,6CAA6C,EAC7C,uBAAuB,EACvB,2CAA2C,EAC3C,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=databaseMigrationsSqlVm.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"databaseMigrationsSqlVm.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databaseMigrationsSqlVm.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DatabaseMigrationsSqlVmGetOptionalParams,\n DatabaseMigrationsSqlVmGetResponse,\n DatabaseMigrationSqlVm,\n DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams,\n DatabaseMigrationsSqlVmCreateOrUpdateResponse,\n MigrationOperationInput,\n DatabaseMigrationsSqlVmCancelOptionalParams,\n DatabaseMigrationsSqlVmCutoverOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a DatabaseMigrationsSqlVm. */\nexport interface DatabaseMigrationsSqlVm {\n /**\n * Retrieve the specified database migration for a given SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n options?: DatabaseMigrationsSqlVmGetOptionalParams,\n ): Promise<DatabaseMigrationsSqlVmGetResponse>;\n /**\n * Create a new database migration to a given SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n parameters: DatabaseMigrationSqlVm,\n options?: DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabaseMigrationsSqlVmCreateOrUpdateResponse>,\n DatabaseMigrationsSqlVmCreateOrUpdateResponse\n >\n >;\n /**\n * Create a new database migration to a given SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n parameters: DatabaseMigrationSqlVm,\n options?: DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams,\n ): Promise<DatabaseMigrationsSqlVmCreateOrUpdateResponse>;\n /**\n * Stop in-progress database migration to SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param parameters Migration Operation Input\n * @param options The options parameters.\n */\n beginCancel(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlVmCancelOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Stop in-progress database migration to SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param parameters Migration Operation Input\n * @param options The options parameters.\n */\n beginCancelAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlVmCancelOptionalParams,\n ): Promise<void>;\n /**\n * Initiate cutover for in-progress online database migration to SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param parameters Migration Operation Input\n * @param options The options parameters.\n */\n beginCutover(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlVmCutoverOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Initiate cutover for in-progress online database migration to SQL VM.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName\n * @param targetDbName The name of the target database.\n * @param parameters Migration Operation Input\n * @param options The options parameters.\n */\n beginCutoverAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n targetDbName: string,\n parameters: MigrationOperationInput,\n options?: DatabaseMigrationsSqlVmCutoverOptionalParams,\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { ProjectFile, FilesListOptionalParams, FilesGetOptionalParams, FilesGetResponse, FilesCreateOrUpdateOptionalParams, FilesCreateOrUpdateResponse, FilesDeleteOptionalParams, FilesUpdateOptionalParams, FilesUpdateResponse, FilesReadOptionalParams, FilesReadResponse, FilesReadWriteOptionalParams, FilesReadWriteResponse } from "../models/index.js";
|
3
|
+
/** Interface representing a Files. */
|
4
|
+
export interface Files {
|
5
|
+
/**
|
6
|
+
* The project resource is a nested resource representing a stored migration project. This method
|
7
|
+
* returns a list of files owned by a project resource.
|
8
|
+
* @param groupName Name of the resource group
|
9
|
+
* @param serviceName Name of the service
|
10
|
+
* @param projectName Name of the project
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
list(groupName: string, serviceName: string, projectName: string, options?: FilesListOptionalParams): PagedAsyncIterableIterator<ProjectFile>;
|
14
|
+
/**
|
15
|
+
* The files resource is a nested, proxy-only resource representing a file stored under the project
|
16
|
+
* resource. This method retrieves information about a file.
|
17
|
+
* @param groupName Name of the resource group
|
18
|
+
* @param serviceName Name of the service
|
19
|
+
* @param projectName Name of the project
|
20
|
+
* @param fileName Name of the File
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
get(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesGetOptionalParams): Promise<FilesGetResponse>;
|
24
|
+
/**
|
25
|
+
* The PUT method creates a new file or updates an existing one.
|
26
|
+
* @param groupName Name of the resource group
|
27
|
+
* @param serviceName Name of the service
|
28
|
+
* @param projectName Name of the project
|
29
|
+
* @param fileName Name of the File
|
30
|
+
* @param parameters Information about the file
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
createOrUpdate(groupName: string, serviceName: string, projectName: string, fileName: string, parameters: ProjectFile, options?: FilesCreateOrUpdateOptionalParams): Promise<FilesCreateOrUpdateResponse>;
|
34
|
+
/**
|
35
|
+
* This method deletes a file.
|
36
|
+
* @param groupName Name of the resource group
|
37
|
+
* @param serviceName Name of the service
|
38
|
+
* @param projectName Name of the project
|
39
|
+
* @param fileName Name of the File
|
40
|
+
* @param options The options parameters.
|
41
|
+
*/
|
42
|
+
delete(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesDeleteOptionalParams): Promise<void>;
|
43
|
+
/**
|
44
|
+
* This method updates an existing file.
|
45
|
+
* @param groupName Name of the resource group
|
46
|
+
* @param serviceName Name of the service
|
47
|
+
* @param projectName Name of the project
|
48
|
+
* @param fileName Name of the File
|
49
|
+
* @param parameters Information about the file
|
50
|
+
* @param options The options parameters.
|
51
|
+
*/
|
52
|
+
update(groupName: string, serviceName: string, projectName: string, fileName: string, parameters: ProjectFile, options?: FilesUpdateOptionalParams): Promise<FilesUpdateResponse>;
|
53
|
+
/**
|
54
|
+
* This method is used for requesting storage information using which contents of the file can be
|
55
|
+
* downloaded.
|
56
|
+
* @param groupName Name of the resource group
|
57
|
+
* @param serviceName Name of the service
|
58
|
+
* @param projectName Name of the project
|
59
|
+
* @param fileName Name of the File
|
60
|
+
* @param options The options parameters.
|
61
|
+
*/
|
62
|
+
read(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesReadOptionalParams): Promise<FilesReadResponse>;
|
63
|
+
/**
|
64
|
+
* This method is used for requesting information for reading and writing the file content.
|
65
|
+
* @param groupName Name of the resource group
|
66
|
+
* @param serviceName Name of the service
|
67
|
+
* @param projectName Name of the project
|
68
|
+
* @param fileName Name of the File
|
69
|
+
* @param options The options parameters.
|
70
|
+
*/
|
71
|
+
readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, options?: FilesReadWriteOptionalParams): Promise<FilesReadWriteResponse>;
|
72
|
+
}
|
73
|
+
//# sourceMappingURL=files.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/files.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,WAAW,EACX,uBAAuB,EACvB,sBAAsB,EACtB,gBAAgB,EAChB,iCAAiC,EACjC,2BAA2B,EAC3B,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACnB,uBAAuB,EACvB,iBAAiB,EACjB,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAG5B,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;;;;OAOG;IACH,IAAI,CACF,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;;;OAQG;IACH,GAAG,CACD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B;;;;;;;;OAQG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;OAQG;IACH,IAAI,CACF,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9B;;;;;;;OAOG;IACH,SAAS,CACP,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=files.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"files.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/files.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ProjectFile,\n FilesListOptionalParams,\n FilesGetOptionalParams,\n FilesGetResponse,\n FilesCreateOrUpdateOptionalParams,\n FilesCreateOrUpdateResponse,\n FilesDeleteOptionalParams,\n FilesUpdateOptionalParams,\n FilesUpdateResponse,\n FilesReadOptionalParams,\n FilesReadResponse,\n FilesReadWriteOptionalParams,\n FilesReadWriteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Files. */\nexport interface Files {\n /**\n * The project resource is a nested resource representing a stored migration project. This method\n * returns a list of files owned by a project resource.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param options The options parameters.\n */\n list(\n groupName: string,\n serviceName: string,\n projectName: string,\n options?: FilesListOptionalParams,\n ): PagedAsyncIterableIterator<ProjectFile>;\n /**\n * The files resource is a nested, proxy-only resource representing a file stored under the project\n * resource. This method retrieves information about a file.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param fileName Name of the File\n * @param options The options parameters.\n */\n get(\n groupName: string,\n serviceName: string,\n projectName: string,\n fileName: string,\n options?: FilesGetOptionalParams,\n ): Promise<FilesGetResponse>;\n /**\n * The PUT method creates a new file or updates an existing one.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param fileName Name of the File\n * @param parameters Information about the file\n * @param options The options parameters.\n */\n createOrUpdate(\n groupName: string,\n serviceName: string,\n projectName: string,\n fileName: string,\n parameters: ProjectFile,\n options?: FilesCreateOrUpdateOptionalParams,\n ): Promise<FilesCreateOrUpdateResponse>;\n /**\n * This method deletes a file.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param fileName Name of the File\n * @param options The options parameters.\n */\n delete(\n groupName: string,\n serviceName: string,\n projectName: string,\n fileName: string,\n options?: FilesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * This method updates an existing file.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param fileName Name of the File\n * @param parameters Information about the file\n * @param options The options parameters.\n */\n update(\n groupName: string,\n serviceName: string,\n projectName: string,\n fileName: string,\n parameters: ProjectFile,\n options?: FilesUpdateOptionalParams,\n ): Promise<FilesUpdateResponse>;\n /**\n * This method is used for requesting storage information using which contents of the file can be\n * downloaded.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param fileName Name of the File\n * @param options The options parameters.\n */\n read(\n groupName: string,\n serviceName: string,\n projectName: string,\n fileName: string,\n options?: FilesReadOptionalParams,\n ): Promise<FilesReadResponse>;\n /**\n * This method is used for requesting information for reading and writing the file content.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param fileName Name of the File\n * @param options The options parameters.\n */\n readWrite(\n groupName: string,\n serviceName: string,\n projectName: string,\n fileName: string,\n options?: FilesReadWriteOptionalParams,\n ): Promise<FilesReadWriteResponse>;\n}\n"]}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export * from "./databaseMigrationsMongoToCosmosDbRUMongo.js";
|
2
|
+
export * from "./databaseMigrationsMongoToCosmosDbvCoreMongo.js";
|
3
|
+
export * from "./databaseMigrationsSqlDb.js";
|
4
|
+
export * from "./databaseMigrationsSqlMi.js";
|
5
|
+
export * from "./databaseMigrationsSqlVm.js";
|
6
|
+
export * from "./operations.js";
|
7
|
+
export * from "./migrationServices.js";
|
8
|
+
export * from "./sqlMigrationServices.js";
|
9
|
+
export * from "./resourceSkus.js";
|
10
|
+
export * from "./services.js";
|
11
|
+
export * from "./tasks.js";
|
12
|
+
export * from "./serviceTasks.js";
|
13
|
+
export * from "./projects.js";
|
14
|
+
export * from "./usages.js";
|
15
|
+
export * from "./files.js";
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,+CAA+C,CAAC;AAC9D,cAAc,kDAAkD,CAAC;AACjE,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export * from "./databaseMigrationsMongoToCosmosDbRUMongo.js";
|
9
|
+
export * from "./databaseMigrationsMongoToCosmosDbvCoreMongo.js";
|
10
|
+
export * from "./databaseMigrationsSqlDb.js";
|
11
|
+
export * from "./databaseMigrationsSqlMi.js";
|
12
|
+
export * from "./databaseMigrationsSqlVm.js";
|
13
|
+
export * from "./operations.js";
|
14
|
+
export * from "./migrationServices.js";
|
15
|
+
export * from "./sqlMigrationServices.js";
|
16
|
+
export * from "./resourceSkus.js";
|
17
|
+
export * from "./services.js";
|
18
|
+
export * from "./tasks.js";
|
19
|
+
export * from "./serviceTasks.js";
|
20
|
+
export * from "./projects.js";
|
21
|
+
export * from "./usages.js";
|
22
|
+
export * from "./files.js";
|
23
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,+CAA+C,CAAC;AAC9D,cAAc,kDAAkD,CAAC;AACjE,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./databaseMigrationsMongoToCosmosDbRUMongo.js\";\nexport * from \"./databaseMigrationsMongoToCosmosDbvCoreMongo.js\";\nexport * from \"./databaseMigrationsSqlDb.js\";\nexport * from \"./databaseMigrationsSqlMi.js\";\nexport * from \"./databaseMigrationsSqlVm.js\";\nexport * from \"./operations.js\";\nexport * from \"./migrationServices.js\";\nexport * from \"./sqlMigrationServices.js\";\nexport * from \"./resourceSkus.js\";\nexport * from \"./services.js\";\nexport * from \"./tasks.js\";\nexport * from \"./serviceTasks.js\";\nexport * from \"./projects.js\";\nexport * from \"./usages.js\";\nexport * from \"./files.js\";\n"]}
|
@@ -0,0 +1,87 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
3
|
+
import { MigrationService, MigrationServicesListByResourceGroupOptionalParams, MigrationServicesListBySubscriptionOptionalParams, DatabaseMigrationBase, MigrationServicesListMigrationsOptionalParams, MigrationServicesGetOptionalParams, MigrationServicesGetResponse, MigrationServicesCreateOrUpdateOptionalParams, MigrationServicesCreateOrUpdateResponse, MigrationServicesDeleteOptionalParams, MigrationServicesDeleteResponse, MigrationServiceUpdate, MigrationServicesUpdateOptionalParams, MigrationServicesUpdateResponse } from "../models/index.js";
|
4
|
+
/** Interface representing a MigrationServices. */
|
5
|
+
export interface MigrationServices {
|
6
|
+
/**
|
7
|
+
* Retrieve all migration services in the resource group.
|
8
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
9
|
+
* value from the Azure Resource Manager API or the portal.
|
10
|
+
* @param options The options parameters.
|
11
|
+
*/
|
12
|
+
listByResourceGroup(resourceGroupName: string, options?: MigrationServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MigrationService>;
|
13
|
+
/**
|
14
|
+
* Retrieve all migration services in the subscriptions.
|
15
|
+
* @param options The options parameters.
|
16
|
+
*/
|
17
|
+
listBySubscription(options?: MigrationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MigrationService>;
|
18
|
+
/**
|
19
|
+
* Retrieve the List of database migrations attached to the service.
|
20
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
21
|
+
* value from the Azure Resource Manager API or the portal.
|
22
|
+
* @param migrationServiceName Name of the Migration Service.
|
23
|
+
* @param options The options parameters.
|
24
|
+
*/
|
25
|
+
listMigrations(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesListMigrationsOptionalParams): PagedAsyncIterableIterator<DatabaseMigrationBase>;
|
26
|
+
/**
|
27
|
+
* Retrieve the Database Migration Service
|
28
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
29
|
+
* value from the Azure Resource Manager API or the portal.
|
30
|
+
* @param migrationServiceName Name of the Migration Service.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
get(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesGetOptionalParams): Promise<MigrationServicesGetResponse>;
|
34
|
+
/**
|
35
|
+
* Create or Update Database Migration Service.
|
36
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
37
|
+
* value from the Azure Resource Manager API or the portal.
|
38
|
+
* @param migrationServiceName Name of the Migration Service.
|
39
|
+
* @param parameters Details of MigrationService resource.
|
40
|
+
* @param options The options parameters.
|
41
|
+
*/
|
42
|
+
beginCreateOrUpdate(resourceGroupName: string, migrationServiceName: string, parameters: MigrationService, options?: MigrationServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MigrationServicesCreateOrUpdateResponse>, MigrationServicesCreateOrUpdateResponse>>;
|
43
|
+
/**
|
44
|
+
* Create or Update Database Migration Service.
|
45
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
46
|
+
* value from the Azure Resource Manager API or the portal.
|
47
|
+
* @param migrationServiceName Name of the Migration Service.
|
48
|
+
* @param parameters Details of MigrationService resource.
|
49
|
+
* @param options The options parameters.
|
50
|
+
*/
|
51
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, migrationServiceName: string, parameters: MigrationService, options?: MigrationServicesCreateOrUpdateOptionalParams): Promise<MigrationServicesCreateOrUpdateResponse>;
|
52
|
+
/**
|
53
|
+
* Delete Database Migration Service.
|
54
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
55
|
+
* value from the Azure Resource Manager API or the portal.
|
56
|
+
* @param migrationServiceName Name of the Migration Service.
|
57
|
+
* @param options The options parameters.
|
58
|
+
*/
|
59
|
+
beginDelete(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MigrationServicesDeleteResponse>, MigrationServicesDeleteResponse>>;
|
60
|
+
/**
|
61
|
+
* Delete Database Migration Service.
|
62
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
63
|
+
* value from the Azure Resource Manager API or the portal.
|
64
|
+
* @param migrationServiceName Name of the Migration Service.
|
65
|
+
* @param options The options parameters.
|
66
|
+
*/
|
67
|
+
beginDeleteAndWait(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesDeleteOptionalParams): Promise<MigrationServicesDeleteResponse>;
|
68
|
+
/**
|
69
|
+
* Update Database Migration Service.
|
70
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
71
|
+
* value from the Azure Resource Manager API or the portal.
|
72
|
+
* @param migrationServiceName Name of the Migration Service.
|
73
|
+
* @param parameters Details of MigrationService resource.
|
74
|
+
* @param options The options parameters.
|
75
|
+
*/
|
76
|
+
beginUpdate(resourceGroupName: string, migrationServiceName: string, parameters: MigrationServiceUpdate, options?: MigrationServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MigrationServicesUpdateResponse>, MigrationServicesUpdateResponse>>;
|
77
|
+
/**
|
78
|
+
* Update Database Migration Service.
|
79
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
80
|
+
* value from the Azure Resource Manager API or the portal.
|
81
|
+
* @param migrationServiceName Name of the Migration Service.
|
82
|
+
* @param parameters Details of MigrationService resource.
|
83
|
+
* @param options The options parameters.
|
84
|
+
*/
|
85
|
+
beginUpdateAndWait(resourceGroupName: string, migrationServiceName: string, parameters: MigrationServiceUpdate, options?: MigrationServicesUpdateOptionalParams): Promise<MigrationServicesUpdateResponse>;
|
86
|
+
}
|
87
|
+
//# sourceMappingURL=migrationServices.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"migrationServices.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/migrationServices.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,gBAAgB,EAChB,kDAAkD,EAClD,iDAAiD,EACjD,qBAAqB,EACrB,6CAA6C,EAC7C,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACrC,+BAA+B,EAC/B,sBAAsB,EACtB,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=migrationServices.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"migrationServices.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/migrationServices.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n MigrationService,\n MigrationServicesListByResourceGroupOptionalParams,\n MigrationServicesListBySubscriptionOptionalParams,\n DatabaseMigrationBase,\n MigrationServicesListMigrationsOptionalParams,\n MigrationServicesGetOptionalParams,\n MigrationServicesGetResponse,\n MigrationServicesCreateOrUpdateOptionalParams,\n MigrationServicesCreateOrUpdateResponse,\n MigrationServicesDeleteOptionalParams,\n MigrationServicesDeleteResponse,\n MigrationServiceUpdate,\n MigrationServicesUpdateOptionalParams,\n MigrationServicesUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a MigrationServices. */\nexport interface MigrationServices {\n /**\n * Retrieve all migration services in the resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: MigrationServicesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<MigrationService>;\n /**\n * Retrieve all migration services in the subscriptions.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: MigrationServicesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<MigrationService>;\n /**\n * Retrieve the List of database migrations attached to the service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n listMigrations(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesListMigrationsOptionalParams,\n ): PagedAsyncIterableIterator<DatabaseMigrationBase>;\n /**\n * Retrieve the Database Migration Service\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesGetOptionalParams,\n ): Promise<MigrationServicesGetResponse>;\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationService,\n options?: MigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesCreateOrUpdateResponse>,\n MigrationServicesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationService,\n options?: MigrationServicesCreateOrUpdateOptionalParams,\n ): Promise<MigrationServicesCreateOrUpdateResponse>;\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesDeleteResponse>,\n MigrationServicesDeleteResponse\n >\n >;\n /**\n * Delete Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n options?: MigrationServicesDeleteOptionalParams,\n ): Promise<MigrationServicesDeleteResponse>;\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationServiceUpdate,\n options?: MigrationServicesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MigrationServicesUpdateResponse>,\n MigrationServicesUpdateResponse\n >\n >;\n /**\n * Update Database Migration Service.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param migrationServiceName Name of the Migration Service.\n * @param parameters Details of MigrationService resource.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n migrationServiceName: string,\n parameters: MigrationServiceUpdate,\n options?: MigrationServicesUpdateOptionalParams,\n ): Promise<MigrationServicesUpdateResponse>;\n}\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { OperationsDefinition, OperationsListOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a Operations. */
|
4
|
+
export interface Operations {
|
5
|
+
/**
|
6
|
+
* Lists all of the available SQL Migration REST API operations.
|
7
|
+
* @param options The options parameters.
|
8
|
+
*/
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationsDefinition>;
|
10
|
+
}
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;CACrD"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=operations.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n OperationsDefinition,\n OperationsListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available SQL Migration REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<OperationsDefinition>;\n}\n"]}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Project, ProjectsListOptionalParams, ProjectsCreateOrUpdateOptionalParams, ProjectsCreateOrUpdateResponse, ProjectsGetOptionalParams, ProjectsGetResponse, ProjectsDeleteOptionalParams, ProjectsUpdateOptionalParams, ProjectsUpdateResponse } from "../models/index.js";
|
3
|
+
/** Interface representing a Projects. */
|
4
|
+
export interface Projects {
|
5
|
+
/**
|
6
|
+
* The project resource is a nested resource representing a stored migration project. This method
|
7
|
+
* returns a list of projects owned by a service resource.
|
8
|
+
* @param groupName Name of the resource group
|
9
|
+
* @param serviceName Name of the service
|
10
|
+
* @param options The options parameters.
|
11
|
+
*/
|
12
|
+
list(groupName: string, serviceName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
13
|
+
/**
|
14
|
+
* The project resource is a nested resource representing a stored migration project. The PUT method
|
15
|
+
* creates a new project or updates an existing one.
|
16
|
+
* @param groupName Name of the resource group
|
17
|
+
* @param serviceName Name of the service
|
18
|
+
* @param projectName Name of the project
|
19
|
+
* @param parameters Information about the project
|
20
|
+
* @param options The options parameters.
|
21
|
+
*/
|
22
|
+
createOrUpdate(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
|
23
|
+
/**
|
24
|
+
* The project resource is a nested resource representing a stored migration project. The GET method
|
25
|
+
* retrieves information about a project.
|
26
|
+
* @param groupName Name of the resource group
|
27
|
+
* @param serviceName Name of the service
|
28
|
+
* @param projectName Name of the project
|
29
|
+
* @param options The options parameters.
|
30
|
+
*/
|
31
|
+
get(groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
32
|
+
/**
|
33
|
+
* The project resource is a nested resource representing a stored migration project. The DELETE method
|
34
|
+
* deletes a project.
|
35
|
+
* @param groupName Name of the resource group
|
36
|
+
* @param serviceName Name of the service
|
37
|
+
* @param projectName Name of the project
|
38
|
+
* @param options The options parameters.
|
39
|
+
*/
|
40
|
+
delete(groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
|
41
|
+
/**
|
42
|
+
* The project resource is a nested resource representing a stored migration project. The PATCH method
|
43
|
+
* updates an existing project.
|
44
|
+
* @param groupName Name of the resource group
|
45
|
+
* @param serviceName Name of the service
|
46
|
+
* @param projectName Name of the project
|
47
|
+
* @param parameters Information about the project
|
48
|
+
* @param options The options parameters.
|
49
|
+
*/
|
50
|
+
update(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
51
|
+
}
|
52
|
+
//# sourceMappingURL=projects.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,OAAO,EACP,0BAA0B,EAC1B,oCAAoC,EACpC,8BAA8B,EAC9B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;;OAMG;IACH,IAAI,CACF,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;;;OAQG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,GAAG,CACD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=projects.js.map
|