@azure/arm-datamigration 3.0.0-alpha.20250115.1 → 3.0.0-alpha.20250116.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/dataMigrationManagementClient.d.ts +30 -0
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/browser/dataMigrationManagementClient.js +107 -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.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +272 -0
- package/dist/browser/models/parameters.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 +302 -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 +302 -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 +372 -0
- package/dist/browser/operations/files.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.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 +130 -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 +293 -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 +138 -0
- package/dist/browser/operations/resourceSkus.js.map +1 -0
- package/dist/browser/operations/serviceTasks.d.ts +91 -0
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -0
- package/dist/browser/operations/serviceTasks.js +330 -0
- package/dist/browser/operations/serviceTasks.js.map +1 -0
- package/dist/browser/operations/services.d.ts +217 -0
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/dist/browser/operations/services.js +914 -0
- package/dist/browser/operations/services.js.map +1 -0
- package/dist/browser/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/browser/operations/sqlMigrationServices.js +754 -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 +383 -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 +148 -0
- package/dist/browser/operations/usages.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 +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.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 +64 -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 +161 -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 +121 -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.js.map +1 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts +30 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataMigrationManagementClient.js +112 -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 +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +7554 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +852 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +434 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +11831 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +36 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +275 -0
- package/dist/commonjs/models/parameters.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 +307 -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 +307 -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 +376 -0
- package/dist/commonjs/operations/files.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.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 +134 -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 +297 -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 +142 -0
- package/dist/commonjs/operations/resourceSkus.js.map +1 -0
- package/dist/commonjs/operations/serviceTasks.d.ts +91 -0
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -0
- package/dist/commonjs/operations/serviceTasks.js +334 -0
- package/dist/commonjs/operations/serviceTasks.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +217 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +918 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlMigrationServices.js +758 -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 +387 -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 +152 -0
- package/dist/commonjs/operations/usages.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 +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.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 +64 -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 +161 -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 +121 -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/esm/dataMigrationManagementClient.d.ts +30 -0
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/esm/dataMigrationManagementClient.js +107 -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 +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +7554 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +848 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +434 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +11822 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +36 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +272 -0
- package/dist/esm/models/parameters.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 +302 -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 +302 -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 +372 -0
- package/dist/esm/operations/files.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.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 +130 -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 +293 -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 +138 -0
- package/dist/esm/operations/resourceSkus.js.map +1 -0
- package/dist/esm/operations/serviceTasks.d.ts +91 -0
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -0
- package/dist/esm/operations/serviceTasks.js +330 -0
- package/dist/esm/operations/serviceTasks.js.map +1 -0
- package/dist/esm/operations/services.d.ts +217 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +914 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/esm/operations/sqlMigrationServices.js +754 -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 +383 -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 +148 -0
- package/dist/esm/operations/usages.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 +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.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 +64 -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 +161 -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 +121 -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 +30 -0
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataMigrationManagementClient.js +107 -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 +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +7554 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +848 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +434 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +11822 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +36 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +272 -0
- package/dist/react-native/models/parameters.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 +302 -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 +302 -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 +372 -0
- package/dist/react-native/operations/files.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.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 +130 -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 +293 -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 +138 -0
- package/dist/react-native/operations/resourceSkus.js.map +1 -0
- package/dist/react-native/operations/serviceTasks.d.ts +91 -0
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -0
- package/dist/react-native/operations/serviceTasks.js +330 -0
- package/dist/react-native/operations/serviceTasks.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +217 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +914 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/sqlMigrationServices.d.ts +178 -0
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/sqlMigrationServices.js +754 -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 +383 -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 +148 -0
- package/dist/react-native/operations/usages.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 +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.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 +64 -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 +161 -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 +121 -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 +58 -28
- package/dist/index.js +0 -17519
- 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 -48
- 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 -46
- 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 -45
- 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 -47
- 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 -45
- 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 -45
- 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 -45
- 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 -47
- 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 -47
- 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 -45
- 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 -47
- 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 -47
- 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 -45
- 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 -46
- 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 -46
- 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 -45
- 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 -47
- 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 -47
- 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 -46
- 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 -46
- 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 -45
- 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 -47
- 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 -48
- 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 -48
- 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 -46
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/dataMigrationManagementClient.d.ts +0 -30
- package/dist-esm/src/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataMigrationManagementClient.js +0 -110
- 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 -13
- package/dist-esm/src/index.js.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.js.map +0 -1
- package/dist-esm/src/models/mappers.js.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 -372
- 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 -130
- 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 -293
- 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 -138
- 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 -330
- 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 -934
- 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 -766
- 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 -383
- 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 -148
- 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/src/pagingHelper.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 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/dataMigrationManagementClient.ts +0 -184
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -8368
- 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 -508
- package/src/operations/index.ts +0 -19
- package/src/operations/operations.ts +0 -146
- package/src/operations/projects.ts +0 -381
- package/src/operations/resourceSkus.ts +0 -155
- package/src/operations/serviceTasks.ts +0 -430
- package/src/operations/services.ts +0 -1227
- package/src/operations/sqlMigrationServices.ts +0 -1034
- package/src/operations/tasks.ts +0 -521
- package/src/operations/usages.ts +0 -173
- 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/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-datamigration.d.ts +0 -8876
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /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
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=sqlMigrationServices.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sqlMigrationServices.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlMigrationServices.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 { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n SqlMigrationService,\n SqlMigrationServicesListByResourceGroupOptionalParams,\n DatabaseMigration,\n SqlMigrationServicesListMigrationsOptionalParams,\n SqlMigrationServicesListBySubscriptionOptionalParams,\n SqlMigrationServicesGetOptionalParams,\n SqlMigrationServicesGetResponse,\n SqlMigrationServicesCreateOrUpdateOptionalParams,\n SqlMigrationServicesCreateOrUpdateResponse,\n SqlMigrationServicesDeleteOptionalParams,\n SqlMigrationServiceUpdate,\n SqlMigrationServicesUpdateOptionalParams,\n SqlMigrationServicesUpdateResponse,\n SqlMigrationServicesListAuthKeysOptionalParams,\n SqlMigrationServicesListAuthKeysResponse,\n RegenAuthKeys,\n SqlMigrationServicesRegenerateAuthKeysOptionalParams,\n SqlMigrationServicesRegenerateAuthKeysResponse,\n DeleteNode,\n SqlMigrationServicesDeleteNodeOptionalParams,\n SqlMigrationServicesDeleteNodeResponse,\n SqlMigrationServicesListMonitoringDataOptionalParams,\n SqlMigrationServicesListMonitoringDataResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SqlMigrationServices. */\nexport interface SqlMigrationServices {\n /**\n * Retrieve all SQL 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?: SqlMigrationServicesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SqlMigrationService>;\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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listMigrations(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListMigrationsOptionalParams\n ): PagedAsyncIterableIterator<DatabaseMigration>;\n /**\n * Retrieve all SQL migration services in the subscriptions.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: SqlMigrationServicesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SqlMigrationService>;\n /**\n * Retrieve the 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesGetOptionalParams\n ): Promise<SqlMigrationServicesGetResponse>;\n /**\n * Create or Update SQL 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationService,\n options?: SqlMigrationServicesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SqlMigrationServicesCreateOrUpdateResponse>,\n SqlMigrationServicesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update SQL 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationService,\n options?: SqlMigrationServicesCreateOrUpdateOptionalParams\n ): Promise<SqlMigrationServicesCreateOrUpdateResponse>;\n /**\n * Delete SQL 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Delete SQL 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesDeleteOptionalParams\n ): Promise<void>;\n /**\n * Update SQL 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationServiceUpdate,\n options?: SqlMigrationServicesUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SqlMigrationServicesUpdateResponse>,\n SqlMigrationServicesUpdateResponse\n >\n >;\n /**\n * Update SQL 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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: SqlMigrationServiceUpdate,\n options?: SqlMigrationServicesUpdateOptionalParams\n ): Promise<SqlMigrationServicesUpdateResponse>;\n /**\n * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.\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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listAuthKeys(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListAuthKeysOptionalParams\n ): Promise<SqlMigrationServicesListAuthKeysResponse>;\n /**\n * Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.\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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n regenerateAuthKeys(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: RegenAuthKeys,\n options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams\n ): Promise<SqlMigrationServicesRegenerateAuthKeysResponse>;\n /**\n * Delete the integration runtime node.\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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param parameters Details of SqlMigrationService resource.\n * @param options The options parameters.\n */\n deleteNode(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n parameters: DeleteNode,\n options?: SqlMigrationServicesDeleteNodeOptionalParams\n ): Promise<SqlMigrationServicesDeleteNodeResponse>;\n /**\n * Retrieve the Monitoring Data.\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 sqlMigrationServiceName Name of the SQL Migration Service.\n * @param options The options parameters.\n */\n listMonitoringData(\n resourceGroupName: string,\n sqlMigrationServiceName: string,\n options?: SqlMigrationServicesListMonitoringDataOptionalParams\n ): Promise<SqlMigrationServicesListMonitoringDataResponse>;\n}\n"]}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { ProjectTask, TasksListOptionalParams, TasksCreateOrUpdateOptionalParams, TasksCreateOrUpdateResponse, TasksGetOptionalParams, TasksGetResponse, TasksDeleteOptionalParams, TasksUpdateOptionalParams, TasksUpdateResponse, TasksCancelOptionalParams, TasksCancelResponse, CommandPropertiesUnion, TasksCommandOptionalParams, TasksCommandResponse } from "../models/index.js";
|
3
|
+
/** Interface representing a Tasks. */
|
4
|
+
export interface Tasks {
|
5
|
+
/**
|
6
|
+
* The services resource is the top-level resource that represents the Database Migration Service. This
|
7
|
+
* method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown,
|
8
|
+
* which indicates that an error occurred while querying the status of that task.
|
9
|
+
* @param groupName Name of the resource group
|
10
|
+
* @param serviceName Name of the service
|
11
|
+
* @param projectName Name of the project
|
12
|
+
* @param options The options parameters.
|
13
|
+
*/
|
14
|
+
list(groupName: string, serviceName: string, projectName: string, options?: TasksListOptionalParams): PagedAsyncIterableIterator<ProjectTask>;
|
15
|
+
/**
|
16
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
|
17
|
+
* The PUT method creates a new task or updates an existing one, although since tasks have no mutable
|
18
|
+
* custom properties, there is little reason to update an existing one.
|
19
|
+
* @param groupName Name of the resource group
|
20
|
+
* @param serviceName Name of the service
|
21
|
+
* @param projectName Name of the project
|
22
|
+
* @param taskName Name of the Task
|
23
|
+
* @param parameters Information about the task
|
24
|
+
* @param options The options parameters.
|
25
|
+
*/
|
26
|
+
createOrUpdate(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: ProjectTask, options?: TasksCreateOrUpdateOptionalParams): Promise<TasksCreateOrUpdateResponse>;
|
27
|
+
/**
|
28
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
|
29
|
+
* The GET method retrieves information about a task.
|
30
|
+
* @param groupName Name of the resource group
|
31
|
+
* @param serviceName Name of the service
|
32
|
+
* @param projectName Name of the project
|
33
|
+
* @param taskName Name of the Task
|
34
|
+
* @param options The options parameters.
|
35
|
+
*/
|
36
|
+
get(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksGetOptionalParams): Promise<TasksGetResponse>;
|
37
|
+
/**
|
38
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
|
39
|
+
* The DELETE method deletes a task, canceling it first if it's running.
|
40
|
+
* @param groupName Name of the resource group
|
41
|
+
* @param serviceName Name of the service
|
42
|
+
* @param projectName Name of the project
|
43
|
+
* @param taskName Name of the Task
|
44
|
+
* @param options The options parameters.
|
45
|
+
*/
|
46
|
+
delete(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<void>;
|
47
|
+
/**
|
48
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
|
49
|
+
* The PATCH method updates an existing task, but since tasks have no mutable custom properties, there
|
50
|
+
* is little reason to do so.
|
51
|
+
* @param groupName Name of the resource group
|
52
|
+
* @param serviceName Name of the service
|
53
|
+
* @param projectName Name of the project
|
54
|
+
* @param taskName Name of the Task
|
55
|
+
* @param parameters Information about the task
|
56
|
+
* @param options The options parameters.
|
57
|
+
*/
|
58
|
+
update(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: ProjectTask, options?: TasksUpdateOptionalParams): Promise<TasksUpdateResponse>;
|
59
|
+
/**
|
60
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
|
61
|
+
* This method cancels a task if it's currently queued or running.
|
62
|
+
* @param groupName Name of the resource group
|
63
|
+
* @param serviceName Name of the service
|
64
|
+
* @param projectName Name of the project
|
65
|
+
* @param taskName Name of the Task
|
66
|
+
* @param options The options parameters.
|
67
|
+
*/
|
68
|
+
cancel(groupName: string, serviceName: string, projectName: string, taskName: string, options?: TasksCancelOptionalParams): Promise<TasksCancelResponse>;
|
69
|
+
/**
|
70
|
+
* The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.
|
71
|
+
* This method executes a command on a running task.
|
72
|
+
* @param groupName Name of the resource group
|
73
|
+
* @param serviceName Name of the service
|
74
|
+
* @param projectName Name of the project
|
75
|
+
* @param taskName Name of the Task
|
76
|
+
* @param parameters Command to execute
|
77
|
+
* @param options The options parameters.
|
78
|
+
*/
|
79
|
+
command(groupName: string, serviceName: string, projectName: string, taskName: string, parameters: CommandPropertiesUnion, options?: TasksCommandOptionalParams): Promise<TasksCommandResponse>;
|
80
|
+
}
|
81
|
+
//# sourceMappingURL=tasks.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tasks.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tasks.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,WAAW,EACX,uBAAuB,EACvB,iCAAiC,EACjC,2BAA2B,EAC3B,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAG5B,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;;;;;OAQG;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;;;;;;;;;;OAUG;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;;;;;;;;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,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;;;;;;;;;;OAUG;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,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,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;;OASG;IACH,OAAO,CACL,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;CAClC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=tasks.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tasks.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tasks.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 ProjectTask,\n TasksListOptionalParams,\n TasksCreateOrUpdateOptionalParams,\n TasksCreateOrUpdateResponse,\n TasksGetOptionalParams,\n TasksGetResponse,\n TasksDeleteOptionalParams,\n TasksUpdateOptionalParams,\n TasksUpdateResponse,\n TasksCancelOptionalParams,\n TasksCancelResponse,\n CommandPropertiesUnion,\n TasksCommandOptionalParams,\n TasksCommandResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Tasks. */\nexport interface Tasks {\n /**\n * The services resource is the top-level resource that represents the Database Migration Service. This\n * method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown,\n * which indicates that an error occurred while querying the status of that task.\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?: TasksListOptionalParams\n ): PagedAsyncIterableIterator<ProjectTask>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.\n * The PUT method creates a new task or updates an existing one, although since tasks have no mutable\n * custom properties, there is little reason to update 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 taskName Name of the Task\n * @param parameters Information about the task\n * @param options The options parameters.\n */\n createOrUpdate(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: ProjectTask,\n options?: TasksCreateOrUpdateOptionalParams\n ): Promise<TasksCreateOrUpdateResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.\n * The GET method retrieves information about a task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n get(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksGetOptionalParams\n ): Promise<TasksGetResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.\n * The DELETE method deletes a task, canceling it first if it's running.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n delete(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksDeleteOptionalParams\n ): Promise<void>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.\n * The PATCH method updates an existing task, but since tasks have no mutable custom properties, there\n * is little reason to do so.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Information about the task\n * @param options The options parameters.\n */\n update(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: ProjectTask,\n options?: TasksUpdateOptionalParams\n ): Promise<TasksUpdateResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.\n * This method cancels a task if it's currently queued or running.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param options The options parameters.\n */\n cancel(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n options?: TasksCancelOptionalParams\n ): Promise<TasksCancelResponse>;\n /**\n * The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance.\n * This method executes a command on a running task.\n * @param groupName Name of the resource group\n * @param serviceName Name of the service\n * @param projectName Name of the project\n * @param taskName Name of the Task\n * @param parameters Command to execute\n * @param options The options parameters.\n */\n command(\n groupName: string,\n serviceName: string,\n projectName: string,\n taskName: string,\n parameters: CommandPropertiesUnion,\n options?: TasksCommandOptionalParams\n ): Promise<TasksCommandResponse>;\n}\n"]}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Quota, UsagesListOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a Usages. */
|
4
|
+
export interface Usages {
|
5
|
+
/**
|
6
|
+
* This method returns region-specific quotas and resource usage information for the Database Migration
|
7
|
+
* Service.
|
8
|
+
* @param location The Azure region of the operation
|
9
|
+
* @param options The options parameters.
|
10
|
+
*/
|
11
|
+
list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Quota>;
|
12
|
+
}
|
13
|
+
//# sourceMappingURL=usages.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;OAKG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,KAAK,CAAC,CAAC;CACtC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=usages.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.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 { Quota, UsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * This method returns region-specific quotas and resource usage information for the Database Migration\n * Service.\n * @param location The Azure region of the operation\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: UsagesListOptionalParams\n ): PagedAsyncIterableIterator<Quota>;\n}\n"]}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface PageInfo {
|
2
|
+
continuationToken?: string;
|
3
|
+
}
|
4
|
+
/**
|
5
|
+
* Given a result page from a pageable operation, returns a
|
6
|
+
* continuation token that can be used to begin paging from
|
7
|
+
* that point later.
|
8
|
+
* @param page A result object from calling .byPage() on a paged operation.
|
9
|
+
* @returns The continuation token that can be passed into byPage().
|
10
|
+
*/
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.getContinuationToken = getContinuationToken;
|
11
|
+
exports.setContinuationToken = setContinuationToken;
|
12
|
+
const pageMap = new WeakMap();
|
13
|
+
/**
|
14
|
+
* Given a result page from a pageable operation, returns a
|
15
|
+
* continuation token that can be used to begin paging from
|
16
|
+
* that point later.
|
17
|
+
* @param page A result object from calling .byPage() on a paged operation.
|
18
|
+
* @returns The continuation token that can be passed into byPage().
|
19
|
+
*/
|
20
|
+
function getContinuationToken(page) {
|
21
|
+
var _a;
|
22
|
+
if (typeof page !== "object" || page === null) {
|
23
|
+
return undefined;
|
24
|
+
}
|
25
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
26
|
+
}
|
27
|
+
function setContinuationToken(page, continuationToken) {
|
28
|
+
var _a;
|
29
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
30
|
+
return;
|
31
|
+
}
|
32
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
33
|
+
pageInfo.continuationToken = continuationToken;
|
34
|
+
pageMap.set(page, pageInfo);
|
35
|
+
}
|
36
|
+
//# sourceMappingURL=pagingHelper.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAeH,oDAKC;AAED,oDAUC;AA1BD,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,SAAgB,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given a result page from a pageable operation, returns a\n * continuation token that can be used to begin paging from\n * that point later.\n * @param page A result object from calling .byPage() on a paged operation.\n * @returns The continuation token that can be passed into byPage().\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
3
|
+
import { DatabaseMigrationsSqlMi, DatabaseMigrationsSqlVm, Operations, SqlMigrationServices, ResourceSkus, Services, Tasks, ServiceTasks, Projects, Usages, Files } from "./operationsInterfaces/index.js";
|
4
|
+
import { DataMigrationManagementClientOptionalParams } from "./models/index.js";
|
5
|
+
export declare class DataMigrationManagementClient extends coreClient.ServiceClient {
|
6
|
+
$host: string;
|
7
|
+
subscriptionId: string;
|
8
|
+
apiVersion: string;
|
9
|
+
/**
|
10
|
+
* Initializes a new instance of the DataMigrationManagementClient class.
|
11
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
12
|
+
* @param subscriptionId Subscription ID that identifies an Azure subscription.
|
13
|
+
* @param options The parameter options
|
14
|
+
*/
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataMigrationManagementClientOptionalParams);
|
16
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
17
|
+
private addCustomApiVersionPolicy;
|
18
|
+
databaseMigrationsSqlMi: DatabaseMigrationsSqlMi;
|
19
|
+
databaseMigrationsSqlVm: DatabaseMigrationsSqlVm;
|
20
|
+
operations: Operations;
|
21
|
+
sqlMigrationServices: SqlMigrationServices;
|
22
|
+
resourceSkus: ResourceSkus;
|
23
|
+
services: Services;
|
24
|
+
tasks: Tasks;
|
25
|
+
serviceTasks: ServiceTasks;
|
26
|
+
projects: Projects;
|
27
|
+
usages: Usages;
|
28
|
+
files: Files;
|
29
|
+
}
|
30
|
+
//# sourceMappingURL=dataMigrationManagementClient.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dataMigrationManagementClient.d.ts","sourceRoot":"","sources":["../../src/dataMigrationManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAc7C,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,UAAU,EACV,oBAAoB,EACpB,YAAY,EACZ,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,QAAQ,EACR,MAAM,EACN,KAAK,EACN,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,2CAA2C,EAAE,MAAM,mBAAmB,CAAC;AAEhF,qBAAa,6BAA8B,SAAQ,UAAU,CAAC,aAAa;IACzE,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C;IAsFvD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,UAAU,CAAC;IACvB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;CACd"}
|
@@ -0,0 +1,107 @@
|
|
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
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
10
|
+
import { DatabaseMigrationsSqlMiImpl, DatabaseMigrationsSqlVmImpl, OperationsImpl, SqlMigrationServicesImpl, ResourceSkusImpl, ServicesImpl, TasksImpl, ServiceTasksImpl, ProjectsImpl, UsagesImpl, FilesImpl } from "./operations/index.js";
|
11
|
+
export class DataMigrationManagementClient extends coreClient.ServiceClient {
|
12
|
+
/**
|
13
|
+
* Initializes a new instance of the DataMigrationManagementClient class.
|
14
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
15
|
+
* @param subscriptionId Subscription ID that identifies an Azure subscription.
|
16
|
+
* @param options The parameter options
|
17
|
+
*/
|
18
|
+
constructor(credentials, subscriptionId, options) {
|
19
|
+
var _a, _b, _c;
|
20
|
+
if (credentials === undefined) {
|
21
|
+
throw new Error("'credentials' cannot be null");
|
22
|
+
}
|
23
|
+
if (subscriptionId === undefined) {
|
24
|
+
throw new Error("'subscriptionId' cannot be null");
|
25
|
+
}
|
26
|
+
// Initializing default values for options
|
27
|
+
if (!options) {
|
28
|
+
options = {};
|
29
|
+
}
|
30
|
+
const defaults = {
|
31
|
+
requestContentType: "application/json; charset=utf-8",
|
32
|
+
credential: credentials
|
33
|
+
};
|
34
|
+
const packageDetails = `azsdk-js-arm-datamigration/3.0.0-beta.4`;
|
35
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
36
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
37
|
+
: `${packageDetails}`;
|
38
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
39
|
+
userAgentPrefix
|
40
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
41
|
+
super(optionsWithDefaults);
|
42
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
43
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
44
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
45
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
46
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
47
|
+
}
|
48
|
+
if (!options ||
|
49
|
+
!options.pipeline ||
|
50
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
51
|
+
!bearerTokenAuthenticationPolicyFound) {
|
52
|
+
this.pipeline.removePolicy({
|
53
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
54
|
+
});
|
55
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
56
|
+
credential: credentials,
|
57
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
58
|
+
challengeCallbacks: {
|
59
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
60
|
+
}
|
61
|
+
}));
|
62
|
+
}
|
63
|
+
// Parameter assignments
|
64
|
+
this.subscriptionId = subscriptionId;
|
65
|
+
// Assigning values to Constant parameters
|
66
|
+
this.$host = options.$host || "https://management.azure.com";
|
67
|
+
this.apiVersion = options.apiVersion || "2021-10-30-preview";
|
68
|
+
this.databaseMigrationsSqlMi = new DatabaseMigrationsSqlMiImpl(this);
|
69
|
+
this.databaseMigrationsSqlVm = new DatabaseMigrationsSqlVmImpl(this);
|
70
|
+
this.operations = new OperationsImpl(this);
|
71
|
+
this.sqlMigrationServices = new SqlMigrationServicesImpl(this);
|
72
|
+
this.resourceSkus = new ResourceSkusImpl(this);
|
73
|
+
this.services = new ServicesImpl(this);
|
74
|
+
this.tasks = new TasksImpl(this);
|
75
|
+
this.serviceTasks = new ServiceTasksImpl(this);
|
76
|
+
this.projects = new ProjectsImpl(this);
|
77
|
+
this.usages = new UsagesImpl(this);
|
78
|
+
this.files = new FilesImpl(this);
|
79
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
80
|
+
}
|
81
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
82
|
+
addCustomApiVersionPolicy(apiVersion) {
|
83
|
+
if (!apiVersion) {
|
84
|
+
return;
|
85
|
+
}
|
86
|
+
const apiVersionPolicy = {
|
87
|
+
name: "CustomApiVersionPolicy",
|
88
|
+
async sendRequest(request, next) {
|
89
|
+
const param = request.url.split("?");
|
90
|
+
if (param.length > 1) {
|
91
|
+
const newParams = param[1].split("&").map((item) => {
|
92
|
+
if (item.indexOf("api-version") > -1) {
|
93
|
+
return "api-version=" + apiVersion;
|
94
|
+
}
|
95
|
+
else {
|
96
|
+
return item;
|
97
|
+
}
|
98
|
+
});
|
99
|
+
request.url = param[0] + "?" + newParams.join("&");
|
100
|
+
}
|
101
|
+
return next(request);
|
102
|
+
}
|
103
|
+
};
|
104
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
105
|
+
}
|
106
|
+
}
|
107
|
+
//# sourceMappingURL=dataMigrationManagementClient.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dataMigrationManagementClient.js","sourceRoot":"","sources":["../../src/dataMigrationManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,cAAc,EACd,wBAAwB,EACxB,gBAAgB,EAChB,YAAY,EACZ,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,SAAS,EACV,MAAM,uBAAuB,CAAC;AAgB/B,MAAM,OAAO,6BAA8B,SAAQ,UAAU,CAAC,aAAa;IAKzE;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAqD;;QAErD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAgD;YAC5D,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,yCAAyC,CAAC;QACjE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YAClG,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,uBAAuB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,uBAAuB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAaF","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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n DatabaseMigrationsSqlMiImpl,\n DatabaseMigrationsSqlVmImpl,\n OperationsImpl,\n SqlMigrationServicesImpl,\n ResourceSkusImpl,\n ServicesImpl,\n TasksImpl,\n ServiceTasksImpl,\n ProjectsImpl,\n UsagesImpl,\n FilesImpl\n} from \"./operations/index.js\";\nimport {\n DatabaseMigrationsSqlMi,\n DatabaseMigrationsSqlVm,\n Operations,\n SqlMigrationServices,\n ResourceSkus,\n Services,\n Tasks,\n ServiceTasks,\n Projects,\n Usages,\n Files\n} from \"./operationsInterfaces/index.js\";\nimport { DataMigrationManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class DataMigrationManagementClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the DataMigrationManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Subscription ID that identifies an Azure subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: DataMigrationManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: DataMigrationManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-datamigration/3.0.0-beta.4`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2021-10-30-preview\";\n this.databaseMigrationsSqlMi = new DatabaseMigrationsSqlMiImpl(this);\n this.databaseMigrationsSqlVm = new DatabaseMigrationsSqlVmImpl(this);\n this.operations = new OperationsImpl(this);\n this.sqlMigrationServices = new SqlMigrationServicesImpl(this);\n this.resourceSkus = new ResourceSkusImpl(this);\n this.services = new ServicesImpl(this);\n this.tasks = new TasksImpl(this);\n this.serviceTasks = new ServiceTasksImpl(this);\n this.projects = new ProjectsImpl(this);\n this.usages = new UsagesImpl(this);\n this.files = new FilesImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n databaseMigrationsSqlMi: DatabaseMigrationsSqlMi;\n databaseMigrationsSqlVm: DatabaseMigrationsSqlVm;\n operations: Operations;\n sqlMigrationServices: SqlMigrationServices;\n resourceSkus: ResourceSkus;\n services: Services;\n tasks: Tasks;\n serviceTasks: ServiceTasks;\n projects: Projects;\n usages: Usages;\n files: Files;\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,cAAc,iCAAiC,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
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
|
+
/// <reference lib="esnext.asynciterable" />
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
10
|
+
export * from "./models/index.js";
|
11
|
+
export { DataMigrationManagementClient } from "./dataMigrationManagementClient.js";
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
13
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { DataMigrationManagementClient } from \"./dataMigrationManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
2
|
+
export declare class LroImpl<T> implements LongRunningOperation<T> {
|
3
|
+
private sendOperationFn;
|
4
|
+
private args;
|
5
|
+
private spec;
|
6
|
+
requestPath: string;
|
7
|
+
requestMethod: string;
|
8
|
+
constructor(sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>, args: Record<string, unknown>, spec: {
|
9
|
+
readonly requestBody?: unknown;
|
10
|
+
readonly path?: string;
|
11
|
+
readonly httpMethod: string;
|
12
|
+
} & Record<string, any>, requestPath?: string, requestMethod?: string);
|
13
|
+
sendInitialRequest(): Promise<LroResponse<T>>;
|
14
|
+
sendPollRequest(path: string): Promise<LroResponse<T>>;
|
15
|
+
}
|
16
|
+
//# sourceMappingURL=lroImpl.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,qBAAa,OAAO,CAAC,CAAC,CAAE,YAAW,oBAAoB,CAAC,CAAC,CAAC;IAEtD,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,IAAI;IAKL,WAAW,EAAE,MAAM;IACnB,aAAa,EAAE,MAAM;gBARpB,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,EAClE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,IAAI,EAAE;QACZ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAChB,WAAW,GAAE,MAAmB,EAChC,aAAa,GAAE,MAAwB;IAEnC,kBAAkB,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IAG7C,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;CAQpE"}
|
@@ -0,0 +1,25 @@
|
|
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
|
+
import { __rest } from "tslib";
|
9
|
+
export class LroImpl {
|
10
|
+
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
11
|
+
this.sendOperationFn = sendOperationFn;
|
12
|
+
this.args = args;
|
13
|
+
this.spec = spec;
|
14
|
+
this.requestPath = requestPath;
|
15
|
+
this.requestMethod = requestMethod;
|
16
|
+
}
|
17
|
+
async sendInitialRequest() {
|
18
|
+
return this.sendOperationFn(this.args, this.spec);
|
19
|
+
}
|
20
|
+
async sendPollRequest(path) {
|
21
|
+
const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
|
22
|
+
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
23
|
+
}
|
24
|
+
}
|
25
|
+
//# sourceMappingURL=lroImpl.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|