@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
@@ -1,78 +0,0 @@
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import { Projects } from "../operationsInterfaces";
|
3
|
-
import { DataMigrationManagementClient } from "../dataMigrationManagementClient";
|
4
|
-
import { Project, ProjectsListOptionalParams, ProjectsCreateOrUpdateOptionalParams, ProjectsCreateOrUpdateResponse, ProjectsGetOptionalParams, ProjectsGetResponse, ProjectsDeleteOptionalParams, ProjectsUpdateOptionalParams, ProjectsUpdateResponse } from "../models";
|
5
|
-
/** Class containing Projects operations. */
|
6
|
-
export declare class ProjectsImpl implements Projects {
|
7
|
-
private readonly client;
|
8
|
-
/**
|
9
|
-
* Initialize a new instance of the class Projects class.
|
10
|
-
* @param client Reference to the service client
|
11
|
-
*/
|
12
|
-
constructor(client: DataMigrationManagementClient);
|
13
|
-
/**
|
14
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
15
|
-
* returns a list of projects owned by a service resource.
|
16
|
-
* @param groupName Name of the resource group
|
17
|
-
* @param serviceName Name of the service
|
18
|
-
* @param options The options parameters.
|
19
|
-
*/
|
20
|
-
list(groupName: string, serviceName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
21
|
-
private listPagingPage;
|
22
|
-
private listPagingAll;
|
23
|
-
/**
|
24
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
25
|
-
* returns a list of projects owned by a service resource.
|
26
|
-
* @param groupName Name of the resource group
|
27
|
-
* @param serviceName Name of the service
|
28
|
-
* @param options The options parameters.
|
29
|
-
*/
|
30
|
-
private _list;
|
31
|
-
/**
|
32
|
-
* The project resource is a nested resource representing a stored migration project. The PUT method
|
33
|
-
* creates a new project or updates an existing one.
|
34
|
-
* @param groupName Name of the resource group
|
35
|
-
* @param serviceName Name of the service
|
36
|
-
* @param projectName Name of the project
|
37
|
-
* @param parameters Information about the project
|
38
|
-
* @param options The options parameters.
|
39
|
-
*/
|
40
|
-
createOrUpdate(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
|
41
|
-
/**
|
42
|
-
* The project resource is a nested resource representing a stored migration project. The GET method
|
43
|
-
* retrieves information about a project.
|
44
|
-
* @param groupName Name of the resource group
|
45
|
-
* @param serviceName Name of the service
|
46
|
-
* @param projectName Name of the project
|
47
|
-
* @param options The options parameters.
|
48
|
-
*/
|
49
|
-
get(groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
50
|
-
/**
|
51
|
-
* The project resource is a nested resource representing a stored migration project. The DELETE method
|
52
|
-
* deletes a project.
|
53
|
-
* @param groupName Name of the resource group
|
54
|
-
* @param serviceName Name of the service
|
55
|
-
* @param projectName Name of the project
|
56
|
-
* @param options The options parameters.
|
57
|
-
*/
|
58
|
-
delete(groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
|
59
|
-
/**
|
60
|
-
* The project resource is a nested resource representing a stored migration project. The PATCH method
|
61
|
-
* updates an existing project.
|
62
|
-
* @param groupName Name of the resource group
|
63
|
-
* @param serviceName Name of the service
|
64
|
-
* @param projectName Name of the project
|
65
|
-
* @param parameters Information about the project
|
66
|
-
* @param options The options parameters.
|
67
|
-
*/
|
68
|
-
update(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
69
|
-
/**
|
70
|
-
* ListNext
|
71
|
-
* @param groupName Name of the resource group
|
72
|
-
* @param serviceName Name of the service
|
73
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
74
|
-
* @param options The options parameters.
|
75
|
-
*/
|
76
|
-
private _listNext;
|
77
|
-
}
|
78
|
-
//# sourceMappingURL=projects.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operations/projects.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAInD,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,OAAO,EAEP,0BAA0B,EAE1B,oCAAoC,EACpC,8BAA8B,EAC9B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EAEvB,MAAM,WAAW,CAAC;AAGnB,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;OAMG;IACI,IAAI,CACT,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,cAAc;YA6Bd,aAAa;IAc5B;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;OAQG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;;;OAOG;IACH,GAAG,CACD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;OAQG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
@@ -1,293 +0,0 @@
|
|
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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
10
|
-
import * as coreClient from "@azure/core-client";
|
11
|
-
import * as Mappers from "../models/mappers";
|
12
|
-
import * as Parameters from "../models/parameters";
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
14
|
-
/** Class containing Projects operations. */
|
15
|
-
export class ProjectsImpl {
|
16
|
-
/**
|
17
|
-
* Initialize a new instance of the class Projects class.
|
18
|
-
* @param client Reference to the service client
|
19
|
-
*/
|
20
|
-
constructor(client) {
|
21
|
-
this.client = client;
|
22
|
-
}
|
23
|
-
/**
|
24
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
25
|
-
* returns a list of projects owned by a service resource.
|
26
|
-
* @param groupName Name of the resource group
|
27
|
-
* @param serviceName Name of the service
|
28
|
-
* @param options The options parameters.
|
29
|
-
*/
|
30
|
-
list(groupName, serviceName, options) {
|
31
|
-
const iter = this.listPagingAll(groupName, serviceName, options);
|
32
|
-
return {
|
33
|
-
next() {
|
34
|
-
return iter.next();
|
35
|
-
},
|
36
|
-
[Symbol.asyncIterator]() {
|
37
|
-
return this;
|
38
|
-
},
|
39
|
-
byPage: (settings) => {
|
40
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
41
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
42
|
-
}
|
43
|
-
return this.listPagingPage(groupName, serviceName, options, settings);
|
44
|
-
}
|
45
|
-
};
|
46
|
-
}
|
47
|
-
listPagingPage(groupName, serviceName, options, settings) {
|
48
|
-
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
49
|
-
let result;
|
50
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
51
|
-
if (!continuationToken) {
|
52
|
-
result = yield __await(this._list(groupName, serviceName, options));
|
53
|
-
let page = result.value || [];
|
54
|
-
continuationToken = result.nextLink;
|
55
|
-
setContinuationToken(page, continuationToken);
|
56
|
-
yield yield __await(page);
|
57
|
-
}
|
58
|
-
while (continuationToken) {
|
59
|
-
result = yield __await(this._listNext(groupName, serviceName, continuationToken, options));
|
60
|
-
continuationToken = result.nextLink;
|
61
|
-
let page = result.value || [];
|
62
|
-
setContinuationToken(page, continuationToken);
|
63
|
-
yield yield __await(page);
|
64
|
-
}
|
65
|
-
});
|
66
|
-
}
|
67
|
-
listPagingAll(groupName, serviceName, options) {
|
68
|
-
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
69
|
-
var _a, e_1, _b, _c;
|
70
|
-
try {
|
71
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(groupName, serviceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
72
|
-
_c = _f.value;
|
73
|
-
_d = false;
|
74
|
-
const page = _c;
|
75
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
76
|
-
}
|
77
|
-
}
|
78
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
79
|
-
finally {
|
80
|
-
try {
|
81
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
82
|
-
}
|
83
|
-
finally { if (e_1) throw e_1.error; }
|
84
|
-
}
|
85
|
-
});
|
86
|
-
}
|
87
|
-
/**
|
88
|
-
* The project resource is a nested resource representing a stored migration project. This method
|
89
|
-
* returns a list of projects owned by a service resource.
|
90
|
-
* @param groupName Name of the resource group
|
91
|
-
* @param serviceName Name of the service
|
92
|
-
* @param options The options parameters.
|
93
|
-
*/
|
94
|
-
_list(groupName, serviceName, options) {
|
95
|
-
return this.client.sendOperationRequest({ groupName, serviceName, options }, listOperationSpec);
|
96
|
-
}
|
97
|
-
/**
|
98
|
-
* The project resource is a nested resource representing a stored migration project. The PUT method
|
99
|
-
* creates a new project or updates an existing one.
|
100
|
-
* @param groupName Name of the resource group
|
101
|
-
* @param serviceName Name of the service
|
102
|
-
* @param projectName Name of the project
|
103
|
-
* @param parameters Information about the project
|
104
|
-
* @param options The options parameters.
|
105
|
-
*/
|
106
|
-
createOrUpdate(groupName, serviceName, projectName, parameters, options) {
|
107
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, parameters, options }, createOrUpdateOperationSpec);
|
108
|
-
}
|
109
|
-
/**
|
110
|
-
* The project resource is a nested resource representing a stored migration project. The GET method
|
111
|
-
* retrieves information about a project.
|
112
|
-
* @param groupName Name of the resource group
|
113
|
-
* @param serviceName Name of the service
|
114
|
-
* @param projectName Name of the project
|
115
|
-
* @param options The options parameters.
|
116
|
-
*/
|
117
|
-
get(groupName, serviceName, projectName, options) {
|
118
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, options }, getOperationSpec);
|
119
|
-
}
|
120
|
-
/**
|
121
|
-
* The project resource is a nested resource representing a stored migration project. The DELETE method
|
122
|
-
* deletes a project.
|
123
|
-
* @param groupName Name of the resource group
|
124
|
-
* @param serviceName Name of the service
|
125
|
-
* @param projectName Name of the project
|
126
|
-
* @param options The options parameters.
|
127
|
-
*/
|
128
|
-
delete(groupName, serviceName, projectName, options) {
|
129
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, options }, deleteOperationSpec);
|
130
|
-
}
|
131
|
-
/**
|
132
|
-
* The project resource is a nested resource representing a stored migration project. The PATCH method
|
133
|
-
* updates an existing project.
|
134
|
-
* @param groupName Name of the resource group
|
135
|
-
* @param serviceName Name of the service
|
136
|
-
* @param projectName Name of the project
|
137
|
-
* @param parameters Information about the project
|
138
|
-
* @param options The options parameters.
|
139
|
-
*/
|
140
|
-
update(groupName, serviceName, projectName, parameters, options) {
|
141
|
-
return this.client.sendOperationRequest({ groupName, serviceName, projectName, parameters, options }, updateOperationSpec);
|
142
|
-
}
|
143
|
-
/**
|
144
|
-
* ListNext
|
145
|
-
* @param groupName Name of the resource group
|
146
|
-
* @param serviceName Name of the service
|
147
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
148
|
-
* @param options The options parameters.
|
149
|
-
*/
|
150
|
-
_listNext(groupName, serviceName, nextLink, options) {
|
151
|
-
return this.client.sendOperationRequest({ groupName, serviceName, nextLink, options }, listNextOperationSpec);
|
152
|
-
}
|
153
|
-
}
|
154
|
-
// Operation Specifications
|
155
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
156
|
-
const listOperationSpec = {
|
157
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects",
|
158
|
-
httpMethod: "GET",
|
159
|
-
responses: {
|
160
|
-
200: {
|
161
|
-
bodyMapper: Mappers.ProjectList
|
162
|
-
},
|
163
|
-
default: {
|
164
|
-
bodyMapper: Mappers.ApiError
|
165
|
-
}
|
166
|
-
},
|
167
|
-
queryParameters: [Parameters.apiVersion],
|
168
|
-
urlParameters: [
|
169
|
-
Parameters.$host,
|
170
|
-
Parameters.subscriptionId,
|
171
|
-
Parameters.groupName,
|
172
|
-
Parameters.serviceName
|
173
|
-
],
|
174
|
-
headerParameters: [Parameters.accept],
|
175
|
-
serializer
|
176
|
-
};
|
177
|
-
const createOrUpdateOperationSpec = {
|
178
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
179
|
-
httpMethod: "PUT",
|
180
|
-
responses: {
|
181
|
-
200: {
|
182
|
-
bodyMapper: Mappers.Project
|
183
|
-
},
|
184
|
-
201: {
|
185
|
-
bodyMapper: Mappers.Project
|
186
|
-
},
|
187
|
-
default: {
|
188
|
-
bodyMapper: Mappers.ApiError
|
189
|
-
}
|
190
|
-
},
|
191
|
-
requestBody: Parameters.parameters11,
|
192
|
-
queryParameters: [Parameters.apiVersion],
|
193
|
-
urlParameters: [
|
194
|
-
Parameters.$host,
|
195
|
-
Parameters.subscriptionId,
|
196
|
-
Parameters.groupName,
|
197
|
-
Parameters.serviceName,
|
198
|
-
Parameters.projectName
|
199
|
-
],
|
200
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
201
|
-
mediaType: "json",
|
202
|
-
serializer
|
203
|
-
};
|
204
|
-
const getOperationSpec = {
|
205
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
206
|
-
httpMethod: "GET",
|
207
|
-
responses: {
|
208
|
-
200: {
|
209
|
-
bodyMapper: Mappers.Project
|
210
|
-
},
|
211
|
-
default: {
|
212
|
-
bodyMapper: Mappers.ApiError
|
213
|
-
}
|
214
|
-
},
|
215
|
-
queryParameters: [Parameters.apiVersion],
|
216
|
-
urlParameters: [
|
217
|
-
Parameters.$host,
|
218
|
-
Parameters.subscriptionId,
|
219
|
-
Parameters.groupName,
|
220
|
-
Parameters.serviceName,
|
221
|
-
Parameters.projectName
|
222
|
-
],
|
223
|
-
headerParameters: [Parameters.accept],
|
224
|
-
serializer
|
225
|
-
};
|
226
|
-
const deleteOperationSpec = {
|
227
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
228
|
-
httpMethod: "DELETE",
|
229
|
-
responses: {
|
230
|
-
200: {},
|
231
|
-
204: {},
|
232
|
-
default: {
|
233
|
-
bodyMapper: Mappers.ApiError
|
234
|
-
}
|
235
|
-
},
|
236
|
-
queryParameters: [Parameters.apiVersion, Parameters.deleteRunningTasks],
|
237
|
-
urlParameters: [
|
238
|
-
Parameters.$host,
|
239
|
-
Parameters.subscriptionId,
|
240
|
-
Parameters.groupName,
|
241
|
-
Parameters.serviceName,
|
242
|
-
Parameters.projectName
|
243
|
-
],
|
244
|
-
headerParameters: [Parameters.accept],
|
245
|
-
serializer
|
246
|
-
};
|
247
|
-
const updateOperationSpec = {
|
248
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}",
|
249
|
-
httpMethod: "PATCH",
|
250
|
-
responses: {
|
251
|
-
200: {
|
252
|
-
bodyMapper: Mappers.Project
|
253
|
-
},
|
254
|
-
default: {
|
255
|
-
bodyMapper: Mappers.ApiError
|
256
|
-
}
|
257
|
-
},
|
258
|
-
requestBody: Parameters.parameters11,
|
259
|
-
queryParameters: [Parameters.apiVersion],
|
260
|
-
urlParameters: [
|
261
|
-
Parameters.$host,
|
262
|
-
Parameters.subscriptionId,
|
263
|
-
Parameters.groupName,
|
264
|
-
Parameters.serviceName,
|
265
|
-
Parameters.projectName
|
266
|
-
],
|
267
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
268
|
-
mediaType: "json",
|
269
|
-
serializer
|
270
|
-
};
|
271
|
-
const listNextOperationSpec = {
|
272
|
-
path: "{nextLink}",
|
273
|
-
httpMethod: "GET",
|
274
|
-
responses: {
|
275
|
-
200: {
|
276
|
-
bodyMapper: Mappers.ProjectList
|
277
|
-
},
|
278
|
-
default: {
|
279
|
-
bodyMapper: Mappers.ApiError
|
280
|
-
}
|
281
|
-
},
|
282
|
-
queryParameters: [Parameters.apiVersion],
|
283
|
-
urlParameters: [
|
284
|
-
Parameters.$host,
|
285
|
-
Parameters.subscriptionId,
|
286
|
-
Parameters.nextLink,
|
287
|
-
Parameters.groupName,
|
288
|
-
Parameters.serviceName
|
289
|
-
],
|
290
|
-
headerParameters: [Parameters.accept],
|
291
|
-
serializer
|
292
|
-
};
|
293
|
-
//# sourceMappingURL=projects.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../src/operations/projects.ts"],"names":[],"mappings":"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"}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import { ResourceSkus } from "../operationsInterfaces";
|
3
|
-
import { DataMigrationManagementClient } from "../dataMigrationManagementClient";
|
4
|
-
import { ResourceSku, ResourceSkusListSkusOptionalParams } from "../models";
|
5
|
-
/** Class containing ResourceSkus operations. */
|
6
|
-
export declare class ResourceSkusImpl implements ResourceSkus {
|
7
|
-
private readonly client;
|
8
|
-
/**
|
9
|
-
* Initialize a new instance of the class ResourceSkus class.
|
10
|
-
* @param client Reference to the service client
|
11
|
-
*/
|
12
|
-
constructor(client: DataMigrationManagementClient);
|
13
|
-
/**
|
14
|
-
* The skus action returns the list of SKUs that DMS supports.
|
15
|
-
* @param options The options parameters.
|
16
|
-
*/
|
17
|
-
listSkus(options?: ResourceSkusListSkusOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
|
18
|
-
private listSkusPagingPage;
|
19
|
-
private listSkusPagingAll;
|
20
|
-
/**
|
21
|
-
* The skus action returns the list of SKUs that DMS supports.
|
22
|
-
* @param options The options parameters.
|
23
|
-
*/
|
24
|
-
private _listSkus;
|
25
|
-
/**
|
26
|
-
* ListSkusNext
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the ListSkus method.
|
28
|
-
* @param options The options parameters.
|
29
|
-
*/
|
30
|
-
private _listSkusNext;
|
31
|
-
}
|
32
|
-
//# sourceMappingURL=resourceSkus.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"resourceSkus.d.ts","sourceRoot":"","sources":["../../../src/operations/resourceSkus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,WAAW,EAEX,kCAAkC,EAGnC,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;OAGG;IACI,QAAQ,CACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,WAAW,CAAC;YAkB3B,kBAAkB;YAsBlB,iBAAiB;IAQhC;;;OAGG;IACH,OAAO,CAAC,SAAS;IAMjB;;;;OAIG;IACH,OAAO,CAAC,aAAa;CAStB"}
|
@@ -1,138 +0,0 @@
|
|
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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
10
|
-
import * as coreClient from "@azure/core-client";
|
11
|
-
import * as Mappers from "../models/mappers";
|
12
|
-
import * as Parameters from "../models/parameters";
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
14
|
-
/** Class containing ResourceSkus operations. */
|
15
|
-
export class ResourceSkusImpl {
|
16
|
-
/**
|
17
|
-
* Initialize a new instance of the class ResourceSkus class.
|
18
|
-
* @param client Reference to the service client
|
19
|
-
*/
|
20
|
-
constructor(client) {
|
21
|
-
this.client = client;
|
22
|
-
}
|
23
|
-
/**
|
24
|
-
* The skus action returns the list of SKUs that DMS supports.
|
25
|
-
* @param options The options parameters.
|
26
|
-
*/
|
27
|
-
listSkus(options) {
|
28
|
-
const iter = this.listSkusPagingAll(options);
|
29
|
-
return {
|
30
|
-
next() {
|
31
|
-
return iter.next();
|
32
|
-
},
|
33
|
-
[Symbol.asyncIterator]() {
|
34
|
-
return this;
|
35
|
-
},
|
36
|
-
byPage: (settings) => {
|
37
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
38
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
39
|
-
}
|
40
|
-
return this.listSkusPagingPage(options, settings);
|
41
|
-
}
|
42
|
-
};
|
43
|
-
}
|
44
|
-
listSkusPagingPage(options, settings) {
|
45
|
-
return __asyncGenerator(this, arguments, function* listSkusPagingPage_1() {
|
46
|
-
let result;
|
47
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
48
|
-
if (!continuationToken) {
|
49
|
-
result = yield __await(this._listSkus(options));
|
50
|
-
let page = result.value || [];
|
51
|
-
continuationToken = result.nextLink;
|
52
|
-
setContinuationToken(page, continuationToken);
|
53
|
-
yield yield __await(page);
|
54
|
-
}
|
55
|
-
while (continuationToken) {
|
56
|
-
result = yield __await(this._listSkusNext(continuationToken, options));
|
57
|
-
continuationToken = result.nextLink;
|
58
|
-
let page = result.value || [];
|
59
|
-
setContinuationToken(page, continuationToken);
|
60
|
-
yield yield __await(page);
|
61
|
-
}
|
62
|
-
});
|
63
|
-
}
|
64
|
-
listSkusPagingAll(options) {
|
65
|
-
return __asyncGenerator(this, arguments, function* listSkusPagingAll_1() {
|
66
|
-
var _a, e_1, _b, _c;
|
67
|
-
try {
|
68
|
-
for (var _d = true, _e = __asyncValues(this.listSkusPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
69
|
-
_c = _f.value;
|
70
|
-
_d = false;
|
71
|
-
const page = _c;
|
72
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
73
|
-
}
|
74
|
-
}
|
75
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
76
|
-
finally {
|
77
|
-
try {
|
78
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
79
|
-
}
|
80
|
-
finally { if (e_1) throw e_1.error; }
|
81
|
-
}
|
82
|
-
});
|
83
|
-
}
|
84
|
-
/**
|
85
|
-
* The skus action returns the list of SKUs that DMS supports.
|
86
|
-
* @param options The options parameters.
|
87
|
-
*/
|
88
|
-
_listSkus(options) {
|
89
|
-
return this.client.sendOperationRequest({ options }, listSkusOperationSpec);
|
90
|
-
}
|
91
|
-
/**
|
92
|
-
* ListSkusNext
|
93
|
-
* @param nextLink The nextLink from the previous successful call to the ListSkus method.
|
94
|
-
* @param options The options parameters.
|
95
|
-
*/
|
96
|
-
_listSkusNext(nextLink, options) {
|
97
|
-
return this.client.sendOperationRequest({ nextLink, options }, listSkusNextOperationSpec);
|
98
|
-
}
|
99
|
-
}
|
100
|
-
// Operation Specifications
|
101
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
102
|
-
const listSkusOperationSpec = {
|
103
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/skus",
|
104
|
-
httpMethod: "GET",
|
105
|
-
responses: {
|
106
|
-
200: {
|
107
|
-
bodyMapper: Mappers.ResourceSkusResult
|
108
|
-
},
|
109
|
-
default: {
|
110
|
-
bodyMapper: Mappers.ApiError
|
111
|
-
}
|
112
|
-
},
|
113
|
-
queryParameters: [Parameters.apiVersion],
|
114
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
115
|
-
headerParameters: [Parameters.accept],
|
116
|
-
serializer
|
117
|
-
};
|
118
|
-
const listSkusNextOperationSpec = {
|
119
|
-
path: "{nextLink}",
|
120
|
-
httpMethod: "GET",
|
121
|
-
responses: {
|
122
|
-
200: {
|
123
|
-
bodyMapper: Mappers.ResourceSkusResult
|
124
|
-
},
|
125
|
-
default: {
|
126
|
-
bodyMapper: Mappers.ApiError
|
127
|
-
}
|
128
|
-
},
|
129
|
-
queryParameters: [Parameters.apiVersion],
|
130
|
-
urlParameters: [
|
131
|
-
Parameters.$host,
|
132
|
-
Parameters.subscriptionId,
|
133
|
-
Parameters.nextLink
|
134
|
-
],
|
135
|
-
headerParameters: [Parameters.accept],
|
136
|
-
serializer
|
137
|
-
};
|
138
|
-
//# sourceMappingURL=resourceSkus.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"resourceSkus.js","sourceRoot":"","sources":["../../../src/operations/resourceSkus.ts"],"names":[],"mappings":"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"}
|
@@ -1,91 +0,0 @@
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
-
import { ServiceTasks } from "../operationsInterfaces";
|
3
|
-
import { DataMigrationManagementClient } from "../dataMigrationManagementClient";
|
4
|
-
import { ProjectTask, ServiceTasksListOptionalParams, ServiceTasksCreateOrUpdateOptionalParams, ServiceTasksCreateOrUpdateResponse, ServiceTasksGetOptionalParams, ServiceTasksGetResponse, ServiceTasksDeleteOptionalParams, ServiceTasksUpdateOptionalParams, ServiceTasksUpdateResponse, ServiceTasksCancelOptionalParams, ServiceTasksCancelResponse } from "../models";
|
5
|
-
/** Class containing ServiceTasks operations. */
|
6
|
-
export declare class ServiceTasksImpl implements ServiceTasks {
|
7
|
-
private readonly client;
|
8
|
-
/**
|
9
|
-
* Initialize a new instance of the class ServiceTasks class.
|
10
|
-
* @param client Reference to the service client
|
11
|
-
*/
|
12
|
-
constructor(client: DataMigrationManagementClient);
|
13
|
-
/**
|
14
|
-
* The services resource is the top-level resource that represents the Database Migration Service. This
|
15
|
-
* method returns a list of service level tasks owned by a service resource. Some tasks may have a
|
16
|
-
* status of Unknown, which indicates that an error occurred while querying the status of that task.
|
17
|
-
* @param groupName Name of the resource group
|
18
|
-
* @param serviceName Name of the service
|
19
|
-
* @param options The options parameters.
|
20
|
-
*/
|
21
|
-
list(groupName: string, serviceName: string, options?: ServiceTasksListOptionalParams): PagedAsyncIterableIterator<ProjectTask>;
|
22
|
-
private listPagingPage;
|
23
|
-
private listPagingAll;
|
24
|
-
/**
|
25
|
-
* The services resource is the top-level resource that represents the Database Migration Service. This
|
26
|
-
* method returns a list of service level tasks owned by a service resource. Some tasks may have a
|
27
|
-
* status of Unknown, which indicates that an error occurred while querying the status of that task.
|
28
|
-
* @param groupName Name of the resource group
|
29
|
-
* @param serviceName Name of the service
|
30
|
-
* @param options The options parameters.
|
31
|
-
*/
|
32
|
-
private _list;
|
33
|
-
/**
|
34
|
-
* The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
35
|
-
* instance. The PUT method creates a new service task or updates an existing one, although since
|
36
|
-
* service tasks have no mutable custom properties, there is little reason to update an existing one.
|
37
|
-
* @param groupName Name of the resource group
|
38
|
-
* @param serviceName Name of the service
|
39
|
-
* @param taskName Name of the Task
|
40
|
-
* @param parameters Information about the task
|
41
|
-
* @param options The options parameters.
|
42
|
-
*/
|
43
|
-
createOrUpdate(groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksCreateOrUpdateOptionalParams): Promise<ServiceTasksCreateOrUpdateResponse>;
|
44
|
-
/**
|
45
|
-
* The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
46
|
-
* instance. The GET method retrieves information about a service task.
|
47
|
-
* @param groupName Name of the resource group
|
48
|
-
* @param serviceName Name of the service
|
49
|
-
* @param taskName Name of the Task
|
50
|
-
* @param options The options parameters.
|
51
|
-
*/
|
52
|
-
get(groupName: string, serviceName: string, taskName: string, options?: ServiceTasksGetOptionalParams): Promise<ServiceTasksGetResponse>;
|
53
|
-
/**
|
54
|
-
* The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
55
|
-
* instance. The DELETE method deletes a service task, canceling it first if it's running.
|
56
|
-
* @param groupName Name of the resource group
|
57
|
-
* @param serviceName Name of the service
|
58
|
-
* @param taskName Name of the Task
|
59
|
-
* @param options The options parameters.
|
60
|
-
*/
|
61
|
-
delete(groupName: string, serviceName: string, taskName: string, options?: ServiceTasksDeleteOptionalParams): Promise<void>;
|
62
|
-
/**
|
63
|
-
* The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
64
|
-
* instance. The PATCH method updates an existing service task, but since service tasks have no mutable
|
65
|
-
* custom properties, there is little reason to do so.
|
66
|
-
* @param groupName Name of the resource group
|
67
|
-
* @param serviceName Name of the service
|
68
|
-
* @param taskName Name of the Task
|
69
|
-
* @param parameters Information about the task
|
70
|
-
* @param options The options parameters.
|
71
|
-
*/
|
72
|
-
update(groupName: string, serviceName: string, taskName: string, parameters: ProjectTask, options?: ServiceTasksUpdateOptionalParams): Promise<ServiceTasksUpdateResponse>;
|
73
|
-
/**
|
74
|
-
* The service tasks resource is a nested, proxy-only resource representing work performed by a DMS
|
75
|
-
* instance. This method cancels a service task if it's currently queued or running.
|
76
|
-
* @param groupName Name of the resource group
|
77
|
-
* @param serviceName Name of the service
|
78
|
-
* @param taskName Name of the Task
|
79
|
-
* @param options The options parameters.
|
80
|
-
*/
|
81
|
-
cancel(groupName: string, serviceName: string, taskName: string, options?: ServiceTasksCancelOptionalParams): Promise<ServiceTasksCancelResponse>;
|
82
|
-
/**
|
83
|
-
* ListNext
|
84
|
-
* @param groupName Name of the resource group
|
85
|
-
* @param serviceName Name of the service
|
86
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
87
|
-
* @param options The options parameters.
|
88
|
-
*/
|
89
|
-
private _listNext;
|
90
|
-
}
|
91
|
-
//# sourceMappingURL=serviceTasks.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"serviceTasks.d.ts","sourceRoot":"","sources":["../../../src/operations/serviceTasks.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,WAAW,EAEX,8BAA8B,EAE9B,wCAAwC,EACxC,kCAAkC,EAClC,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,0BAA0B,EAE3B,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;;OAOG;IACI,IAAI,CACT,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC;YAkB3B,cAAc;YA6Bd,aAAa;IAc5B;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;;OASG;IACH,cAAc,CACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAO9C;;;;;;;OAOG;IACH,GAAG,CACD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;;OASG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;;OAOG;IACH,MAAM,CACJ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|