@azure/arm-storagecache 8.1.0 → 9.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/dist/browser/api/amlFilesystems/index.d.ts +3 -0
- package/dist/browser/api/amlFilesystems/index.js +4 -0
- package/dist/browser/api/amlFilesystems/index.js.map +1 -0
- package/dist/browser/api/amlFilesystems/operations.d.ts +39 -0
- package/dist/browser/api/amlFilesystems/operations.js +259 -0
- package/dist/browser/api/amlFilesystems/operations.js.map +1 -0
- package/dist/browser/api/amlFilesystems/options.d.ts +35 -0
- package/dist/browser/api/amlFilesystems/options.js +4 -0
- package/dist/browser/api/amlFilesystems/options.js.map +1 -0
- package/dist/browser/api/ascOperations/index.d.ts +3 -0
- package/dist/browser/api/ascOperations/index.js +4 -0
- package/dist/browser/api/ascOperations/index.js.map +1 -0
- package/dist/browser/api/ascOperations/operations.d.ts +9 -0
- package/dist/browser/api/ascOperations/operations.js +36 -0
- package/dist/browser/api/ascOperations/operations.js.map +1 -0
- package/dist/browser/api/ascOperations/options.d.ts +5 -0
- package/dist/browser/api/ascOperations/options.js +4 -0
- package/dist/browser/api/ascOperations/options.js.map +1 -0
- package/dist/browser/api/ascUsages/index.d.ts +3 -0
- package/dist/browser/api/ascUsages/index.js +4 -0
- package/dist/browser/api/ascUsages/index.js.map +1 -0
- package/dist/browser/api/ascUsages/operations.d.ts +10 -0
- package/dist/browser/api/ascUsages/operations.js +35 -0
- package/dist/browser/api/ascUsages/operations.js.map +1 -0
- package/dist/browser/api/ascUsages/options.d.ts +5 -0
- package/dist/browser/api/ascUsages/options.js +4 -0
- package/dist/browser/api/ascUsages/options.js.map +1 -0
- package/dist/browser/api/autoExportJobs/index.d.ts +3 -0
- package/dist/browser/api/autoExportJobs/index.js +4 -0
- package/dist/browser/api/autoExportJobs/index.js.map +1 -0
- package/dist/browser/api/autoExportJobs/operations.d.ts +27 -0
- package/dist/browser/api/autoExportJobs/operations.js +177 -0
- package/dist/browser/api/autoExportJobs/operations.js.map +1 -0
- package/dist/browser/api/autoExportJobs/options.d.ts +23 -0
- package/dist/browser/api/autoExportJobs/options.js +4 -0
- package/dist/browser/api/autoExportJobs/options.js.map +1 -0
- package/dist/browser/api/autoImportJobs/index.d.ts +3 -0
- package/dist/browser/api/autoImportJobs/index.js +4 -0
- package/dist/browser/api/autoImportJobs/index.js.map +1 -0
- package/dist/browser/api/autoImportJobs/operations.d.ts +27 -0
- package/dist/browser/api/autoImportJobs/operations.js +177 -0
- package/dist/browser/api/autoImportJobs/operations.js.map +1 -0
- package/dist/browser/api/autoImportJobs/options.d.ts +23 -0
- package/dist/browser/api/autoImportJobs/options.js +4 -0
- package/dist/browser/api/autoImportJobs/options.js.map +1 -0
- package/dist/browser/api/caches/index.d.ts +3 -0
- package/dist/browser/api/caches/index.js +4 -0
- package/dist/browser/api/caches/index.js.map +1 -0
- package/dist/browser/api/caches/operations.d.ts +71 -0
- package/dist/browser/api/caches/operations.js +547 -0
- package/dist/browser/api/caches/operations.js.map +1 -0
- package/dist/browser/api/caches/options.d.ts +89 -0
- package/dist/browser/api/caches/options.js +4 -0
- package/dist/browser/api/caches/options.js.map +1 -0
- package/dist/browser/api/expansionJobs/index.d.ts +3 -0
- package/dist/browser/api/expansionJobs/index.js +4 -0
- package/dist/browser/api/expansionJobs/index.js.map +1 -0
- package/dist/browser/api/expansionJobs/operations.d.ts +27 -0
- package/dist/browser/api/expansionJobs/operations.js +177 -0
- package/dist/browser/api/expansionJobs/operations.js.map +1 -0
- package/dist/browser/api/expansionJobs/options.d.ts +23 -0
- package/dist/browser/api/expansionJobs/options.js +4 -0
- package/dist/browser/api/expansionJobs/options.js.map +1 -0
- package/dist/browser/api/importJobs/index.d.ts +3 -0
- package/dist/browser/api/importJobs/index.js +4 -0
- package/dist/browser/api/importJobs/index.js.map +1 -0
- package/dist/browser/api/importJobs/operations.d.ts +27 -0
- package/dist/browser/api/importJobs/operations.js +177 -0
- package/dist/browser/api/importJobs/operations.js.map +1 -0
- package/dist/browser/api/importJobs/options.d.ts +23 -0
- package/dist/browser/api/importJobs/options.js +4 -0
- package/dist/browser/api/importJobs/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +33 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +13 -0
- package/dist/browser/api/operations.js +77 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +13 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/skus/index.d.ts +3 -0
- package/dist/browser/api/skus/index.js +4 -0
- package/dist/browser/api/skus/index.js.map +1 -0
- package/dist/browser/api/skus/operations.d.ts +10 -0
- package/dist/browser/api/skus/operations.js +34 -0
- package/dist/browser/api/skus/operations.js.map +1 -0
- package/dist/browser/api/skus/options.d.ts +5 -0
- package/dist/browser/api/skus/options.js +4 -0
- package/dist/browser/api/skus/options.js.map +1 -0
- package/dist/browser/api/storageCacheManagementContext.d.ts +22 -0
- package/dist/browser/api/storageCacheManagementContext.js +26 -0
- package/dist/browser/api/storageCacheManagementContext.js.map +1 -0
- package/dist/browser/api/storageTargetOperations/index.d.ts +3 -0
- package/dist/browser/api/storageTargetOperations/index.js +4 -0
- package/dist/browser/api/storageTargetOperations/index.js.map +1 -0
- package/dist/browser/api/storageTargetOperations/operations.d.ts +21 -0
- package/dist/browser/api/storageTargetOperations/operations.js +139 -0
- package/dist/browser/api/storageTargetOperations/operations.js.map +1 -0
- package/dist/browser/api/storageTargetOperations/options.d.ts +22 -0
- package/dist/browser/api/storageTargetOperations/options.js +4 -0
- package/dist/browser/api/storageTargetOperations/options.js.map +1 -0
- package/dist/browser/api/storageTargets/index.d.ts +3 -0
- package/dist/browser/api/storageTargets/index.js +4 -0
- package/dist/browser/api/storageTargets/index.js.map +1 -0
- package/dist/browser/api/storageTargets/operations.d.ts +31 -0
- package/dist/browser/api/storageTargets/operations.js +206 -0
- package/dist/browser/api/storageTargets/operations.js.map +1 -0
- package/dist/browser/api/storageTargets/options.d.ts +30 -0
- package/dist/browser/api/storageTargets/options.js +4 -0
- package/dist/browser/api/storageTargets/options.js.map +1 -0
- package/dist/browser/api/usageModels/index.d.ts +3 -0
- package/dist/browser/api/usageModels/index.js +4 -0
- package/dist/browser/api/usageModels/index.js.map +1 -0
- package/dist/browser/api/usageModels/operations.d.ts +10 -0
- package/dist/browser/api/usageModels/operations.js +34 -0
- package/dist/browser/api/usageModels/operations.js.map +1 -0
- package/dist/browser/api/usageModels/options.d.ts +5 -0
- package/dist/browser/api/usageModels/options.js +4 -0
- package/dist/browser/api/usageModels/options.js.map +1 -0
- package/dist/browser/classic/amlFilesystems/index.d.ts +39 -0
- package/dist/browser/classic/amlFilesystems/index.js +46 -0
- package/dist/browser/classic/amlFilesystems/index.js.map +1 -0
- package/dist/browser/classic/ascOperations/index.d.ts +10 -0
- package/dist/browser/classic/ascOperations/index.js +14 -0
- package/dist/browser/classic/ascOperations/index.js.map +1 -0
- package/dist/browser/classic/ascUsages/index.d.ts +11 -0
- package/dist/browser/classic/ascUsages/index.js +14 -0
- package/dist/browser/classic/ascUsages/index.js.map +1 -0
- package/dist/browser/classic/autoExportJobs/index.d.ts +33 -0
- package/dist/browser/classic/autoExportJobs/index.js +43 -0
- package/dist/browser/classic/autoExportJobs/index.js.map +1 -0
- package/dist/browser/classic/autoImportJobs/index.d.ts +33 -0
- package/dist/browser/classic/autoImportJobs/index.js +43 -0
- package/dist/browser/classic/autoImportJobs/index.js.map +1 -0
- package/dist/browser/classic/caches/index.d.ts +95 -0
- package/dist/browser/classic/caches/index.js +134 -0
- package/dist/browser/classic/caches/index.js.map +1 -0
- package/dist/browser/classic/expansionJobs/index.d.ts +33 -0
- package/dist/browser/classic/expansionJobs/index.js +43 -0
- package/dist/browser/classic/expansionJobs/index.js.map +1 -0
- package/dist/browser/classic/importJobs/index.d.ts +33 -0
- package/dist/browser/classic/importJobs/index.js +43 -0
- package/dist/browser/classic/importJobs/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +14 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/skus/index.d.ts +11 -0
- package/dist/browser/classic/skus/index.js +14 -0
- package/dist/browser/classic/skus/index.js.map +1 -0
- package/dist/browser/classic/storageTargetOperations/index.d.ts +33 -0
- package/dist/browser/classic/storageTargetOperations/index.js +50 -0
- package/dist/browser/classic/storageTargetOperations/index.js.map +1 -0
- package/dist/browser/classic/storageTargets/index.d.ts +39 -0
- package/dist/browser/classic/storageTargets/index.js +52 -0
- package/dist/browser/classic/storageTargets/index.js.map +1 -0
- package/dist/browser/classic/usageModels/index.d.ts +11 -0
- package/dist/browser/classic/usageModels/index.js +14 -0
- package/dist/browser/classic/usageModels/index.js.map +1 -0
- package/dist/browser/index.d.ts +27 -3
- package/dist/browser/index.js +5 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -2863
- package/dist/browser/models/index.js +1 -380
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +2443 -0
- package/dist/browser/models/models.js +2519 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +148 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageCacheManagementClient.d.ts +54 -38
- package/dist/browser/storageCacheManagementClient.js +78 -167
- package/dist/browser/storageCacheManagementClient.js.map +1 -1
- package/dist/commonjs/api/amlFilesystems/index.d.ts +3 -0
- package/dist/commonjs/api/amlFilesystems/index.js +42 -0
- package/dist/commonjs/api/amlFilesystems/index.js.map +7 -0
- package/dist/commonjs/api/amlFilesystems/operations.d.ts +39 -0
- package/dist/commonjs/api/amlFilesystems/operations.js +363 -0
- package/dist/commonjs/api/amlFilesystems/operations.js.map +7 -0
- package/dist/commonjs/api/amlFilesystems/options.d.ts +35 -0
- package/dist/commonjs/api/amlFilesystems/options.js +16 -0
- package/dist/commonjs/api/amlFilesystems/options.js.map +7 -0
- package/dist/commonjs/api/ascOperations/index.d.ts +3 -0
- package/dist/commonjs/api/ascOperations/index.js +28 -0
- package/dist/commonjs/api/ascOperations/index.js.map +7 -0
- package/dist/commonjs/api/ascOperations/operations.d.ts +9 -0
- package/dist/commonjs/api/ascOperations/operations.js +67 -0
- package/dist/commonjs/api/ascOperations/operations.js.map +7 -0
- package/dist/commonjs/api/ascOperations/options.d.ts +5 -0
- package/dist/commonjs/api/ascOperations/options.js +16 -0
- package/dist/commonjs/api/ascOperations/options.js.map +7 -0
- package/dist/commonjs/api/ascUsages/index.d.ts +3 -0
- package/dist/commonjs/api/ascUsages/index.js +28 -0
- package/dist/commonjs/api/ascUsages/index.js.map +7 -0
- package/dist/commonjs/api/ascUsages/operations.d.ts +10 -0
- package/dist/commonjs/api/ascUsages/operations.js +72 -0
- package/dist/commonjs/api/ascUsages/operations.js.map +7 -0
- package/dist/commonjs/api/ascUsages/options.d.ts +5 -0
- package/dist/commonjs/api/ascUsages/options.js +16 -0
- package/dist/commonjs/api/ascUsages/options.js.map +7 -0
- package/dist/commonjs/api/autoExportJobs/index.d.ts +3 -0
- package/dist/commonjs/api/autoExportJobs/index.js +36 -0
- package/dist/commonjs/api/autoExportJobs/index.js.map +7 -0
- package/dist/commonjs/api/autoExportJobs/operations.d.ts +27 -0
- package/dist/commonjs/api/autoExportJobs/operations.js +270 -0
- package/dist/commonjs/api/autoExportJobs/operations.js.map +7 -0
- package/dist/commonjs/api/autoExportJobs/options.d.ts +23 -0
- package/dist/commonjs/api/autoExportJobs/options.js +16 -0
- package/dist/commonjs/api/autoExportJobs/options.js.map +7 -0
- package/dist/commonjs/api/autoImportJobs/index.d.ts +3 -0
- package/dist/commonjs/api/autoImportJobs/index.js +36 -0
- package/dist/commonjs/api/autoImportJobs/index.js.map +7 -0
- package/dist/commonjs/api/autoImportJobs/operations.d.ts +27 -0
- package/dist/commonjs/api/autoImportJobs/operations.js +270 -0
- package/dist/commonjs/api/autoImportJobs/operations.js.map +7 -0
- package/dist/commonjs/api/autoImportJobs/options.d.ts +23 -0
- package/dist/commonjs/api/autoImportJobs/options.js +16 -0
- package/dist/commonjs/api/autoImportJobs/options.js.map +7 -0
- package/dist/commonjs/api/caches/index.d.ts +3 -0
- package/dist/commonjs/api/caches/index.js +58 -0
- package/dist/commonjs/api/caches/index.js.map +7 -0
- package/dist/commonjs/api/caches/operations.d.ts +71 -0
- package/dist/commonjs/api/caches/operations.js +717 -0
- package/dist/commonjs/api/caches/operations.js.map +7 -0
- package/dist/commonjs/api/caches/options.d.ts +89 -0
- package/dist/commonjs/api/caches/options.js +16 -0
- package/dist/commonjs/api/caches/options.js.map +7 -0
- package/dist/commonjs/api/expansionJobs/index.d.ts +3 -0
- package/dist/commonjs/api/expansionJobs/index.js +36 -0
- package/dist/commonjs/api/expansionJobs/index.js.map +7 -0
- package/dist/commonjs/api/expansionJobs/operations.d.ts +27 -0
- package/dist/commonjs/api/expansionJobs/operations.js +270 -0
- package/dist/commonjs/api/expansionJobs/operations.js.map +7 -0
- package/dist/commonjs/api/expansionJobs/options.d.ts +23 -0
- package/dist/commonjs/api/expansionJobs/options.js +16 -0
- package/dist/commonjs/api/expansionJobs/options.js.map +7 -0
- package/dist/commonjs/api/importJobs/index.d.ts +3 -0
- package/dist/commonjs/api/importJobs/index.js +36 -0
- package/dist/commonjs/api/importJobs/index.js.map +7 -0
- package/dist/commonjs/api/importJobs/operations.d.ts +27 -0
- package/dist/commonjs/api/importJobs/operations.js +263 -0
- package/dist/commonjs/api/importJobs/operations.js.map +7 -0
- package/dist/commonjs/api/importJobs/options.d.ts +23 -0
- package/dist/commonjs/api/importJobs/options.js +16 -0
- package/dist/commonjs/api/importJobs/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +33 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +13 -0
- package/dist/commonjs/api/operations.js +114 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +13 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/skus/index.d.ts +3 -0
- package/dist/commonjs/api/skus/index.js +28 -0
- package/dist/commonjs/api/skus/index.js.map +7 -0
- package/dist/commonjs/api/skus/operations.d.ts +10 -0
- package/dist/commonjs/api/skus/operations.js +71 -0
- package/dist/commonjs/api/skus/operations.js.map +7 -0
- package/dist/commonjs/api/skus/options.d.ts +5 -0
- package/dist/commonjs/api/skus/options.js +16 -0
- package/dist/commonjs/api/skus/options.js.map +7 -0
- package/dist/commonjs/api/storageCacheManagementContext.d.ts +22 -0
- package/dist/commonjs/api/storageCacheManagementContext.js +47 -0
- package/dist/commonjs/api/storageCacheManagementContext.js.map +7 -0
- package/dist/commonjs/api/storageTargetOperations/index.d.ts +3 -0
- package/dist/commonjs/api/storageTargetOperations/index.js +34 -0
- package/dist/commonjs/api/storageTargetOperations/index.js.map +7 -0
- package/dist/commonjs/api/storageTargetOperations/operations.d.ts +21 -0
- package/dist/commonjs/api/storageTargetOperations/operations.js +197 -0
- package/dist/commonjs/api/storageTargetOperations/operations.js.map +7 -0
- package/dist/commonjs/api/storageTargetOperations/options.d.ts +22 -0
- package/dist/commonjs/api/storageTargetOperations/options.js +16 -0
- package/dist/commonjs/api/storageTargetOperations/options.js.map +7 -0
- package/dist/commonjs/api/storageTargets/index.d.ts +3 -0
- package/dist/commonjs/api/storageTargets/index.js +38 -0
- package/dist/commonjs/api/storageTargets/index.js.map +7 -0
- package/dist/commonjs/api/storageTargets/operations.d.ts +31 -0
- package/dist/commonjs/api/storageTargets/operations.js +295 -0
- package/dist/commonjs/api/storageTargets/operations.js.map +7 -0
- package/dist/commonjs/api/storageTargets/options.d.ts +30 -0
- package/dist/commonjs/api/storageTargets/options.js +16 -0
- package/dist/commonjs/api/storageTargets/options.js.map +7 -0
- package/dist/commonjs/api/usageModels/index.d.ts +3 -0
- package/dist/commonjs/api/usageModels/index.js +28 -0
- package/dist/commonjs/api/usageModels/index.js.map +7 -0
- package/dist/commonjs/api/usageModels/operations.d.ts +10 -0
- package/dist/commonjs/api/usageModels/operations.js +71 -0
- package/dist/commonjs/api/usageModels/operations.js.map +7 -0
- package/dist/commonjs/api/usageModels/options.d.ts +5 -0
- package/dist/commonjs/api/usageModels/options.js +16 -0
- package/dist/commonjs/api/usageModels/options.js.map +7 -0
- package/dist/commonjs/classic/amlFilesystems/index.d.ts +39 -0
- package/dist/commonjs/classic/amlFilesystems/index.js +82 -0
- package/dist/commonjs/classic/amlFilesystems/index.js.map +7 -0
- package/dist/commonjs/classic/ascOperations/index.d.ts +10 -0
- package/dist/commonjs/classic/ascOperations/index.js +38 -0
- package/dist/commonjs/classic/ascOperations/index.js.map +7 -0
- package/dist/commonjs/classic/ascUsages/index.d.ts +11 -0
- package/dist/commonjs/classic/ascUsages/index.js +38 -0
- package/dist/commonjs/classic/ascUsages/index.js.map +7 -0
- package/dist/commonjs/classic/autoExportJobs/index.d.ts +33 -0
- package/dist/commonjs/classic/autoExportJobs/index.js +121 -0
- package/dist/commonjs/classic/autoExportJobs/index.js.map +7 -0
- package/dist/commonjs/classic/autoImportJobs/index.d.ts +33 -0
- package/dist/commonjs/classic/autoImportJobs/index.js +121 -0
- package/dist/commonjs/classic/autoImportJobs/index.js.map +7 -0
- package/dist/commonjs/classic/caches/index.d.ts +95 -0
- package/dist/commonjs/classic/caches/index.js +158 -0
- package/dist/commonjs/classic/caches/index.js.map +7 -0
- package/dist/commonjs/classic/expansionJobs/index.d.ts +33 -0
- package/dist/commonjs/classic/expansionJobs/index.js +121 -0
- package/dist/commonjs/classic/expansionJobs/index.js.map +7 -0
- package/dist/commonjs/classic/importJobs/index.d.ts +33 -0
- package/dist/commonjs/classic/importJobs/index.js +102 -0
- package/dist/commonjs/classic/importJobs/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +14 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/skus/index.d.ts +11 -0
- package/dist/commonjs/classic/skus/index.js +38 -0
- package/dist/commonjs/classic/skus/index.js.map +7 -0
- package/dist/commonjs/classic/storageTargetOperations/index.d.ts +33 -0
- package/dist/commonjs/classic/storageTargetOperations/index.js +74 -0
- package/dist/commonjs/classic/storageTargetOperations/index.js.map +7 -0
- package/dist/commonjs/classic/storageTargets/index.d.ts +39 -0
- package/dist/commonjs/classic/storageTargets/index.js +109 -0
- package/dist/commonjs/classic/storageTargets/index.js.map +7 -0
- package/dist/commonjs/classic/usageModels/index.d.ts +11 -0
- package/dist/commonjs/classic/usageModels/index.js +38 -0
- package/dist/commonjs/classic/usageModels/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +27 -3
- package/dist/commonjs/index.js +106 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -2863
- package/dist/commonjs/models/index.js +92 -386
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +2443 -0
- package/dist/commonjs/models/models.js +2509 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +161 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/storageCacheManagementClient.d.ts +54 -38
- package/dist/commonjs/storageCacheManagementClient.js +109 -182
- package/dist/commonjs/storageCacheManagementClient.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/amlFilesystems/index.d.ts +3 -0
- package/dist/esm/api/amlFilesystems/index.js +4 -0
- package/dist/esm/api/amlFilesystems/index.js.map +1 -0
- package/dist/esm/api/amlFilesystems/operations.d.ts +39 -0
- package/dist/esm/api/amlFilesystems/operations.js +259 -0
- package/dist/esm/api/amlFilesystems/operations.js.map +1 -0
- package/dist/esm/api/amlFilesystems/options.d.ts +35 -0
- package/dist/esm/api/amlFilesystems/options.js +4 -0
- package/dist/esm/api/amlFilesystems/options.js.map +1 -0
- package/dist/esm/api/ascOperations/index.d.ts +3 -0
- package/dist/esm/api/ascOperations/index.js +4 -0
- package/dist/esm/api/ascOperations/index.js.map +1 -0
- package/dist/esm/api/ascOperations/operations.d.ts +9 -0
- package/dist/esm/api/ascOperations/operations.js +36 -0
- package/dist/esm/api/ascOperations/operations.js.map +1 -0
- package/dist/esm/api/ascOperations/options.d.ts +5 -0
- package/dist/esm/api/ascOperations/options.js +4 -0
- package/dist/esm/api/ascOperations/options.js.map +1 -0
- package/dist/esm/api/ascUsages/index.d.ts +3 -0
- package/dist/esm/api/ascUsages/index.js +4 -0
- package/dist/esm/api/ascUsages/index.js.map +1 -0
- package/dist/esm/api/ascUsages/operations.d.ts +10 -0
- package/dist/esm/api/ascUsages/operations.js +35 -0
- package/dist/esm/api/ascUsages/operations.js.map +1 -0
- package/dist/esm/api/ascUsages/options.d.ts +5 -0
- package/dist/esm/api/ascUsages/options.js +4 -0
- package/dist/esm/api/ascUsages/options.js.map +1 -0
- package/dist/esm/api/autoExportJobs/index.d.ts +3 -0
- package/dist/esm/api/autoExportJobs/index.js +4 -0
- package/dist/esm/api/autoExportJobs/index.js.map +1 -0
- package/dist/esm/api/autoExportJobs/operations.d.ts +27 -0
- package/dist/esm/api/autoExportJobs/operations.js +177 -0
- package/dist/esm/api/autoExportJobs/operations.js.map +1 -0
- package/dist/esm/api/autoExportJobs/options.d.ts +23 -0
- package/dist/esm/api/autoExportJobs/options.js +4 -0
- package/dist/esm/api/autoExportJobs/options.js.map +1 -0
- package/dist/esm/api/autoImportJobs/index.d.ts +3 -0
- package/dist/esm/api/autoImportJobs/index.js +4 -0
- package/dist/esm/api/autoImportJobs/index.js.map +1 -0
- package/dist/esm/api/autoImportJobs/operations.d.ts +27 -0
- package/dist/esm/api/autoImportJobs/operations.js +177 -0
- package/dist/esm/api/autoImportJobs/operations.js.map +1 -0
- package/dist/esm/api/autoImportJobs/options.d.ts +23 -0
- package/dist/esm/api/autoImportJobs/options.js +4 -0
- package/dist/esm/api/autoImportJobs/options.js.map +1 -0
- package/dist/esm/api/caches/index.d.ts +3 -0
- package/dist/esm/api/caches/index.js +4 -0
- package/dist/esm/api/caches/index.js.map +1 -0
- package/dist/esm/api/caches/operations.d.ts +71 -0
- package/dist/esm/api/caches/operations.js +547 -0
- package/dist/esm/api/caches/operations.js.map +1 -0
- package/dist/esm/api/caches/options.d.ts +89 -0
- package/dist/esm/api/caches/options.js +4 -0
- package/dist/esm/api/caches/options.js.map +1 -0
- package/dist/esm/api/expansionJobs/index.d.ts +3 -0
- package/dist/esm/api/expansionJobs/index.js +4 -0
- package/dist/esm/api/expansionJobs/index.js.map +1 -0
- package/dist/esm/api/expansionJobs/operations.d.ts +27 -0
- package/dist/esm/api/expansionJobs/operations.js +177 -0
- package/dist/esm/api/expansionJobs/operations.js.map +1 -0
- package/dist/esm/api/expansionJobs/options.d.ts +23 -0
- package/dist/esm/api/expansionJobs/options.js +4 -0
- package/dist/esm/api/expansionJobs/options.js.map +1 -0
- package/dist/esm/api/importJobs/index.d.ts +3 -0
- package/dist/esm/api/importJobs/index.js +4 -0
- package/dist/esm/api/importJobs/index.js.map +1 -0
- package/dist/esm/api/importJobs/operations.d.ts +27 -0
- package/dist/esm/api/importJobs/operations.js +177 -0
- package/dist/esm/api/importJobs/operations.js.map +1 -0
- package/dist/esm/api/importJobs/options.d.ts +23 -0
- package/dist/esm/api/importJobs/options.js +4 -0
- package/dist/esm/api/importJobs/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +33 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +13 -0
- package/dist/esm/api/operations.js +77 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +13 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/skus/index.d.ts +3 -0
- package/dist/esm/api/skus/index.js +4 -0
- package/dist/esm/api/skus/index.js.map +1 -0
- package/dist/esm/api/skus/operations.d.ts +10 -0
- package/dist/esm/api/skus/operations.js +34 -0
- package/dist/esm/api/skus/operations.js.map +1 -0
- package/dist/esm/api/skus/options.d.ts +5 -0
- package/dist/esm/api/skus/options.js +4 -0
- package/dist/esm/api/skus/options.js.map +1 -0
- package/dist/esm/api/storageCacheManagementContext.d.ts +22 -0
- package/dist/esm/api/storageCacheManagementContext.js +26 -0
- package/dist/esm/api/storageCacheManagementContext.js.map +1 -0
- package/dist/esm/api/storageTargetOperations/index.d.ts +3 -0
- package/dist/esm/api/storageTargetOperations/index.js +4 -0
- package/dist/esm/api/storageTargetOperations/index.js.map +1 -0
- package/dist/esm/api/storageTargetOperations/operations.d.ts +21 -0
- package/dist/esm/api/storageTargetOperations/operations.js +139 -0
- package/dist/esm/api/storageTargetOperations/operations.js.map +1 -0
- package/dist/esm/api/storageTargetOperations/options.d.ts +22 -0
- package/dist/esm/api/storageTargetOperations/options.js +4 -0
- package/dist/esm/api/storageTargetOperations/options.js.map +1 -0
- package/dist/esm/api/storageTargets/index.d.ts +3 -0
- package/dist/esm/api/storageTargets/index.js +4 -0
- package/dist/esm/api/storageTargets/index.js.map +1 -0
- package/dist/esm/api/storageTargets/operations.d.ts +31 -0
- package/dist/esm/api/storageTargets/operations.js +206 -0
- package/dist/esm/api/storageTargets/operations.js.map +1 -0
- package/dist/esm/api/storageTargets/options.d.ts +30 -0
- package/dist/esm/api/storageTargets/options.js +4 -0
- package/dist/esm/api/storageTargets/options.js.map +1 -0
- package/dist/esm/api/usageModels/index.d.ts +3 -0
- package/dist/esm/api/usageModels/index.js +4 -0
- package/dist/esm/api/usageModels/index.js.map +1 -0
- package/dist/esm/api/usageModels/operations.d.ts +10 -0
- package/dist/esm/api/usageModels/operations.js +34 -0
- package/dist/esm/api/usageModels/operations.js.map +1 -0
- package/dist/esm/api/usageModels/options.d.ts +5 -0
- package/dist/esm/api/usageModels/options.js +4 -0
- package/dist/esm/api/usageModels/options.js.map +1 -0
- package/dist/esm/classic/amlFilesystems/index.d.ts +39 -0
- package/dist/esm/classic/amlFilesystems/index.js +46 -0
- package/dist/esm/classic/amlFilesystems/index.js.map +1 -0
- package/dist/esm/classic/ascOperations/index.d.ts +10 -0
- package/dist/esm/classic/ascOperations/index.js +14 -0
- package/dist/esm/classic/ascOperations/index.js.map +1 -0
- package/dist/esm/classic/ascUsages/index.d.ts +11 -0
- package/dist/esm/classic/ascUsages/index.js +14 -0
- package/dist/esm/classic/ascUsages/index.js.map +1 -0
- package/dist/esm/classic/autoExportJobs/index.d.ts +33 -0
- package/dist/esm/classic/autoExportJobs/index.js +43 -0
- package/dist/esm/classic/autoExportJobs/index.js.map +1 -0
- package/dist/esm/classic/autoImportJobs/index.d.ts +33 -0
- package/dist/esm/classic/autoImportJobs/index.js +43 -0
- package/dist/esm/classic/autoImportJobs/index.js.map +1 -0
- package/dist/esm/classic/caches/index.d.ts +95 -0
- package/dist/esm/classic/caches/index.js +134 -0
- package/dist/esm/classic/caches/index.js.map +1 -0
- package/dist/esm/classic/expansionJobs/index.d.ts +33 -0
- package/dist/esm/classic/expansionJobs/index.js +43 -0
- package/dist/esm/classic/expansionJobs/index.js.map +1 -0
- package/dist/esm/classic/importJobs/index.d.ts +33 -0
- package/dist/esm/classic/importJobs/index.js +43 -0
- package/dist/esm/classic/importJobs/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +14 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/skus/index.d.ts +11 -0
- package/dist/esm/classic/skus/index.js +14 -0
- package/dist/esm/classic/skus/index.js.map +1 -0
- package/dist/esm/classic/storageTargetOperations/index.d.ts +33 -0
- package/dist/esm/classic/storageTargetOperations/index.js +50 -0
- package/dist/esm/classic/storageTargetOperations/index.js.map +1 -0
- package/dist/esm/classic/storageTargets/index.d.ts +39 -0
- package/dist/esm/classic/storageTargets/index.js +52 -0
- package/dist/esm/classic/storageTargets/index.js.map +1 -0
- package/dist/esm/classic/usageModels/index.d.ts +11 -0
- package/dist/esm/classic/usageModels/index.js +14 -0
- package/dist/esm/classic/usageModels/index.js.map +1 -0
- package/dist/esm/index.d.ts +27 -3
- package/dist/esm/index.js +5 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -2863
- package/dist/esm/models/index.js +1 -380
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +2443 -0
- package/dist/esm/models/models.js +2519 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +148 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageCacheManagementClient.d.ts +54 -38
- package/dist/esm/storageCacheManagementClient.js +78 -167
- package/dist/esm/storageCacheManagementClient.js.map +1 -1
- package/package.json +298 -91
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -125
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -4138
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -36
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -296
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/amlFilesystems.d.ts +0 -134
- package/dist/browser/operations/amlFilesystems.d.ts.map +0 -1
- package/dist/browser/operations/amlFilesystems.js +0 -573
- package/dist/browser/operations/amlFilesystems.js.map +0 -1
- package/dist/browser/operations/ascOperations.d.ts +0 -20
- package/dist/browser/operations/ascOperations.d.ts.map +0 -1
- package/dist/browser/operations/ascOperations.js +0 -49
- package/dist/browser/operations/ascOperations.js.map +0 -1
- package/dist/browser/operations/ascUsages.d.ts +0 -35
- package/dist/browser/operations/ascUsages.d.ts.map +0 -1
- package/dist/browser/operations/ascUsages.js +0 -119
- package/dist/browser/operations/ascUsages.js.map +0 -1
- package/dist/browser/operations/autoExportJobs.d.ts +0 -120
- package/dist/browser/operations/autoExportJobs.d.ts.map +0 -1
- package/dist/browser/operations/autoExportJobs.js +0 -478
- package/dist/browser/operations/autoExportJobs.js.map +0 -1
- package/dist/browser/operations/autoImportJobs.d.ts +0 -120
- package/dist/browser/operations/autoImportJobs.d.ts.map +0 -1
- package/dist/browser/operations/autoImportJobs.js +0 -478
- package/dist/browser/operations/autoImportJobs.js.map +0 -1
- package/dist/browser/operations/caches.d.ts +0 -276
- package/dist/browser/operations/caches.d.ts.map +0 -1
- package/dist/browser/operations/caches.js +0 -1369
- package/dist/browser/operations/caches.js.map +0 -1
- package/dist/browser/operations/importJobs.d.ts +0 -120
- package/dist/browser/operations/importJobs.d.ts.map +0 -1
- package/dist/browser/operations/importJobs.js +0 -473
- package/dist/browser/operations/importJobs.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -13
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -17
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/skus.d.ts +0 -32
- package/dist/browser/operations/skus.d.ts.map +0 -1
- package/dist/browser/operations/skus.js +0 -111
- package/dist/browser/operations/skus.js.map +0 -1
- package/dist/browser/operations/storageTargetOperations.d.ts +0 -90
- package/dist/browser/operations/storageTargetOperations.d.ts.map +0 -1
- package/dist/browser/operations/storageTargetOperations.js +0 -361
- package/dist/browser/operations/storageTargetOperations.js.map +0 -1
- package/dist/browser/operations/storageTargets.d.ts +0 -135
- package/dist/browser/operations/storageTargets.d.ts.map +0 -1
- package/dist/browser/operations/storageTargets.js +0 -528
- package/dist/browser/operations/storageTargets.js.map +0 -1
- package/dist/browser/operations/usageModels.d.ts +0 -32
- package/dist/browser/operations/usageModels.d.ts.map +0 -1
- package/dist/browser/operations/usageModels.js +0 -111
- package/dist/browser/operations/usageModels.js.map +0 -1
- package/dist/browser/operationsInterfaces/amlFilesystems.d.ts +0 -98
- package/dist/browser/operationsInterfaces/amlFilesystems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/amlFilesystems.js +0 -4
- package/dist/browser/operationsInterfaces/amlFilesystems.js.map +0 -1
- package/dist/browser/operationsInterfaces/ascOperations.d.ts +0 -12
- package/dist/browser/operationsInterfaces/ascOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/ascOperations.js +0 -4
- package/dist/browser/operationsInterfaces/ascOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/ascUsages.d.ts +0 -12
- package/dist/browser/operationsInterfaces/ascUsages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/ascUsages.js +0 -4
- package/dist/browser/operationsInterfaces/ascUsages.js.map +0 -1
- package/dist/browser/operationsInterfaces/autoExportJobs.d.ts +0 -93
- package/dist/browser/operationsInterfaces/autoExportJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/autoExportJobs.js +0 -4
- package/dist/browser/operationsInterfaces/autoExportJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/autoImportJobs.d.ts +0 -93
- package/dist/browser/operationsInterfaces/autoImportJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/autoImportJobs.js +0 -4
- package/dist/browser/operationsInterfaces/autoImportJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/caches.d.ts +0 -240
- package/dist/browser/operationsInterfaces/caches.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/caches.js +0 -4
- package/dist/browser/operationsInterfaces/caches.js.map +0 -1
- package/dist/browser/operationsInterfaces/importJobs.d.ts +0 -93
- package/dist/browser/operationsInterfaces/importJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/importJobs.js +0 -4
- package/dist/browser/operationsInterfaces/importJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -13
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -17
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/skus.d.ts +0 -11
- package/dist/browser/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/skus.js +0 -4
- package/dist/browser/operationsInterfaces/skus.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageTargetOperations.d.ts +0 -82
- package/dist/browser/operationsInterfaces/storageTargetOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageTargetOperations.js +0 -4
- package/dist/browser/operationsInterfaces/storageTargetOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageTargets.d.ts +0 -108
- package/dist/browser/operationsInterfaces/storageTargets.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageTargets.js +0 -4
- package/dist/browser/operationsInterfaces/storageTargets.js.map +0 -1
- package/dist/browser/operationsInterfaces/usageModels.d.ts +0 -11
- package/dist/browser/operationsInterfaces/usageModels.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usageModels.js +0 -4
- package/dist/browser/operationsInterfaces/usageModels.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/storageCacheManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -125
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -4143
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -36
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -299
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/amlFilesystems.d.ts +0 -134
- package/dist/commonjs/operations/amlFilesystems.d.ts.map +0 -1
- package/dist/commonjs/operations/amlFilesystems.js +0 -578
- package/dist/commonjs/operations/amlFilesystems.js.map +0 -1
- package/dist/commonjs/operations/ascOperations.d.ts +0 -20
- package/dist/commonjs/operations/ascOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/ascOperations.js +0 -54
- package/dist/commonjs/operations/ascOperations.js.map +0 -1
- package/dist/commonjs/operations/ascUsages.d.ts +0 -35
- package/dist/commonjs/operations/ascUsages.d.ts.map +0 -1
- package/dist/commonjs/operations/ascUsages.js +0 -124
- package/dist/commonjs/operations/ascUsages.js.map +0 -1
- package/dist/commonjs/operations/autoExportJobs.d.ts +0 -120
- package/dist/commonjs/operations/autoExportJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/autoExportJobs.js +0 -483
- package/dist/commonjs/operations/autoExportJobs.js.map +0 -1
- package/dist/commonjs/operations/autoImportJobs.d.ts +0 -120
- package/dist/commonjs/operations/autoImportJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/autoImportJobs.js +0 -483
- package/dist/commonjs/operations/autoImportJobs.js.map +0 -1
- package/dist/commonjs/operations/caches.d.ts +0 -276
- package/dist/commonjs/operations/caches.d.ts.map +0 -1
- package/dist/commonjs/operations/caches.js +0 -1374
- package/dist/commonjs/operations/caches.js.map +0 -1
- package/dist/commonjs/operations/importJobs.d.ts +0 -120
- package/dist/commonjs/operations/importJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/importJobs.js +0 -478
- package/dist/commonjs/operations/importJobs.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -13
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -20
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/skus.d.ts +0 -32
- package/dist/commonjs/operations/skus.d.ts.map +0 -1
- package/dist/commonjs/operations/skus.js +0 -116
- package/dist/commonjs/operations/skus.js.map +0 -1
- package/dist/commonjs/operations/storageTargetOperations.d.ts +0 -90
- package/dist/commonjs/operations/storageTargetOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/storageTargetOperations.js +0 -366
- package/dist/commonjs/operations/storageTargetOperations.js.map +0 -1
- package/dist/commonjs/operations/storageTargets.d.ts +0 -135
- package/dist/commonjs/operations/storageTargets.d.ts.map +0 -1
- package/dist/commonjs/operations/storageTargets.js +0 -533
- package/dist/commonjs/operations/storageTargets.js.map +0 -1
- package/dist/commonjs/operations/usageModels.d.ts +0 -32
- package/dist/commonjs/operations/usageModels.d.ts.map +0 -1
- package/dist/commonjs/operations/usageModels.js +0 -116
- package/dist/commonjs/operations/usageModels.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/amlFilesystems.d.ts +0 -98
- package/dist/commonjs/operationsInterfaces/amlFilesystems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/amlFilesystems.js +0 -5
- package/dist/commonjs/operationsInterfaces/amlFilesystems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/ascOperations.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/ascOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/ascOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/ascOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/ascUsages.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/ascUsages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/ascUsages.js +0 -5
- package/dist/commonjs/operationsInterfaces/ascUsages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/autoExportJobs.js +0 -5
- package/dist/commonjs/operationsInterfaces/autoExportJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/autoImportJobs.js +0 -5
- package/dist/commonjs/operationsInterfaces/autoImportJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/caches.d.ts +0 -240
- package/dist/commonjs/operationsInterfaces/caches.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/caches.js +0 -5
- package/dist/commonjs/operationsInterfaces/caches.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/importJobs.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/importJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/importJobs.js +0 -5
- package/dist/commonjs/operationsInterfaces/importJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -20
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/skus.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/skus.js +0 -5
- package/dist/commonjs/operationsInterfaces/skus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.d.ts +0 -82
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTargets.d.ts +0 -108
- package/dist/commonjs/operationsInterfaces/storageTargets.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTargets.js +0 -5
- package/dist/commonjs/operationsInterfaces/storageTargets.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usageModels.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/usageModels.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usageModels.js +0 -5
- package/dist/commonjs/operationsInterfaces/usageModels.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/storageCacheManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -125
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -4138
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -36
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -296
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/amlFilesystems.d.ts +0 -134
- package/dist/esm/operations/amlFilesystems.d.ts.map +0 -1
- package/dist/esm/operations/amlFilesystems.js +0 -573
- package/dist/esm/operations/amlFilesystems.js.map +0 -1
- package/dist/esm/operations/ascOperations.d.ts +0 -20
- package/dist/esm/operations/ascOperations.d.ts.map +0 -1
- package/dist/esm/operations/ascOperations.js +0 -49
- package/dist/esm/operations/ascOperations.js.map +0 -1
- package/dist/esm/operations/ascUsages.d.ts +0 -35
- package/dist/esm/operations/ascUsages.d.ts.map +0 -1
- package/dist/esm/operations/ascUsages.js +0 -119
- package/dist/esm/operations/ascUsages.js.map +0 -1
- package/dist/esm/operations/autoExportJobs.d.ts +0 -120
- package/dist/esm/operations/autoExportJobs.d.ts.map +0 -1
- package/dist/esm/operations/autoExportJobs.js +0 -478
- package/dist/esm/operations/autoExportJobs.js.map +0 -1
- package/dist/esm/operations/autoImportJobs.d.ts +0 -120
- package/dist/esm/operations/autoImportJobs.d.ts.map +0 -1
- package/dist/esm/operations/autoImportJobs.js +0 -478
- package/dist/esm/operations/autoImportJobs.js.map +0 -1
- package/dist/esm/operations/caches.d.ts +0 -276
- package/dist/esm/operations/caches.d.ts.map +0 -1
- package/dist/esm/operations/caches.js +0 -1369
- package/dist/esm/operations/caches.js.map +0 -1
- package/dist/esm/operations/importJobs.d.ts +0 -120
- package/dist/esm/operations/importJobs.d.ts.map +0 -1
- package/dist/esm/operations/importJobs.js +0 -473
- package/dist/esm/operations/importJobs.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -13
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -17
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/skus.d.ts +0 -32
- package/dist/esm/operations/skus.d.ts.map +0 -1
- package/dist/esm/operations/skus.js +0 -111
- package/dist/esm/operations/skus.js.map +0 -1
- package/dist/esm/operations/storageTargetOperations.d.ts +0 -90
- package/dist/esm/operations/storageTargetOperations.d.ts.map +0 -1
- package/dist/esm/operations/storageTargetOperations.js +0 -361
- package/dist/esm/operations/storageTargetOperations.js.map +0 -1
- package/dist/esm/operations/storageTargets.d.ts +0 -135
- package/dist/esm/operations/storageTargets.d.ts.map +0 -1
- package/dist/esm/operations/storageTargets.js +0 -528
- package/dist/esm/operations/storageTargets.js.map +0 -1
- package/dist/esm/operations/usageModels.d.ts +0 -32
- package/dist/esm/operations/usageModels.d.ts.map +0 -1
- package/dist/esm/operations/usageModels.js +0 -111
- package/dist/esm/operations/usageModels.js.map +0 -1
- package/dist/esm/operationsInterfaces/amlFilesystems.d.ts +0 -98
- package/dist/esm/operationsInterfaces/amlFilesystems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/amlFilesystems.js +0 -4
- package/dist/esm/operationsInterfaces/amlFilesystems.js.map +0 -1
- package/dist/esm/operationsInterfaces/ascOperations.d.ts +0 -12
- package/dist/esm/operationsInterfaces/ascOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/ascOperations.js +0 -4
- package/dist/esm/operationsInterfaces/ascOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/ascUsages.d.ts +0 -12
- package/dist/esm/operationsInterfaces/ascUsages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/ascUsages.js +0 -4
- package/dist/esm/operationsInterfaces/ascUsages.js.map +0 -1
- package/dist/esm/operationsInterfaces/autoExportJobs.d.ts +0 -93
- package/dist/esm/operationsInterfaces/autoExportJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/autoExportJobs.js +0 -4
- package/dist/esm/operationsInterfaces/autoExportJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/autoImportJobs.d.ts +0 -93
- package/dist/esm/operationsInterfaces/autoImportJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/autoImportJobs.js +0 -4
- package/dist/esm/operationsInterfaces/autoImportJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/caches.d.ts +0 -240
- package/dist/esm/operationsInterfaces/caches.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/caches.js +0 -4
- package/dist/esm/operationsInterfaces/caches.js.map +0 -1
- package/dist/esm/operationsInterfaces/importJobs.d.ts +0 -93
- package/dist/esm/operationsInterfaces/importJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/importJobs.js +0 -4
- package/dist/esm/operationsInterfaces/importJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -13
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -17
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/skus.d.ts +0 -11
- package/dist/esm/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/skus.js +0 -4
- package/dist/esm/operationsInterfaces/skus.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageTargetOperations.d.ts +0 -82
- package/dist/esm/operationsInterfaces/storageTargetOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageTargetOperations.js +0 -4
- package/dist/esm/operationsInterfaces/storageTargetOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageTargets.d.ts +0 -108
- package/dist/esm/operationsInterfaces/storageTargets.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageTargets.js +0 -4
- package/dist/esm/operationsInterfaces/storageTargets.js.map +0 -1
- package/dist/esm/operationsInterfaces/usageModels.d.ts +0 -11
- package/dist/esm/operationsInterfaces/usageModels.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usageModels.js +0 -4
- package/dist/esm/operationsInterfaces/usageModels.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/storageCacheManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -2864
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -383
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -125
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -4138
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -36
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -296
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/amlFilesystems.d.ts +0 -134
- package/dist/react-native/operations/amlFilesystems.d.ts.map +0 -1
- package/dist/react-native/operations/amlFilesystems.js +0 -573
- package/dist/react-native/operations/amlFilesystems.js.map +0 -1
- package/dist/react-native/operations/ascOperations.d.ts +0 -20
- package/dist/react-native/operations/ascOperations.d.ts.map +0 -1
- package/dist/react-native/operations/ascOperations.js +0 -49
- package/dist/react-native/operations/ascOperations.js.map +0 -1
- package/dist/react-native/operations/ascUsages.d.ts +0 -35
- package/dist/react-native/operations/ascUsages.d.ts.map +0 -1
- package/dist/react-native/operations/ascUsages.js +0 -119
- package/dist/react-native/operations/ascUsages.js.map +0 -1
- package/dist/react-native/operations/autoExportJobs.d.ts +0 -120
- package/dist/react-native/operations/autoExportJobs.d.ts.map +0 -1
- package/dist/react-native/operations/autoExportJobs.js +0 -478
- package/dist/react-native/operations/autoExportJobs.js.map +0 -1
- package/dist/react-native/operations/autoImportJobs.d.ts +0 -120
- package/dist/react-native/operations/autoImportJobs.d.ts.map +0 -1
- package/dist/react-native/operations/autoImportJobs.js +0 -478
- package/dist/react-native/operations/autoImportJobs.js.map +0 -1
- package/dist/react-native/operations/caches.d.ts +0 -276
- package/dist/react-native/operations/caches.d.ts.map +0 -1
- package/dist/react-native/operations/caches.js +0 -1369
- package/dist/react-native/operations/caches.js.map +0 -1
- package/dist/react-native/operations/importJobs.d.ts +0 -120
- package/dist/react-native/operations/importJobs.d.ts.map +0 -1
- package/dist/react-native/operations/importJobs.js +0 -473
- package/dist/react-native/operations/importJobs.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -13
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -17
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/skus.d.ts +0 -32
- package/dist/react-native/operations/skus.d.ts.map +0 -1
- package/dist/react-native/operations/skus.js +0 -111
- package/dist/react-native/operations/skus.js.map +0 -1
- package/dist/react-native/operations/storageTargetOperations.d.ts +0 -90
- package/dist/react-native/operations/storageTargetOperations.d.ts.map +0 -1
- package/dist/react-native/operations/storageTargetOperations.js +0 -361
- package/dist/react-native/operations/storageTargetOperations.js.map +0 -1
- package/dist/react-native/operations/storageTargets.d.ts +0 -135
- package/dist/react-native/operations/storageTargets.d.ts.map +0 -1
- package/dist/react-native/operations/storageTargets.js +0 -528
- package/dist/react-native/operations/storageTargets.js.map +0 -1
- package/dist/react-native/operations/usageModels.d.ts +0 -32
- package/dist/react-native/operations/usageModels.d.ts.map +0 -1
- package/dist/react-native/operations/usageModels.js +0 -111
- package/dist/react-native/operations/usageModels.js.map +0 -1
- package/dist/react-native/operationsInterfaces/amlFilesystems.d.ts +0 -98
- package/dist/react-native/operationsInterfaces/amlFilesystems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/amlFilesystems.js +0 -4
- package/dist/react-native/operationsInterfaces/amlFilesystems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/ascOperations.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/ascOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/ascOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/ascOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/ascUsages.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/ascUsages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/ascUsages.js +0 -4
- package/dist/react-native/operationsInterfaces/ascUsages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/autoExportJobs.js +0 -4
- package/dist/react-native/operationsInterfaces/autoExportJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/autoImportJobs.js +0 -4
- package/dist/react-native/operationsInterfaces/autoImportJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/caches.d.ts +0 -240
- package/dist/react-native/operationsInterfaces/caches.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/caches.js +0 -4
- package/dist/react-native/operationsInterfaces/caches.js.map +0 -1
- package/dist/react-native/operationsInterfaces/importJobs.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/importJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/importJobs.js +0 -4
- package/dist/react-native/operationsInterfaces/importJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -17
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/skus.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/skus.js +0 -4
- package/dist/react-native/operationsInterfaces/skus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTargetOperations.d.ts +0 -82
- package/dist/react-native/operationsInterfaces/storageTargetOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTargetOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/storageTargetOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTargets.d.ts +0 -108
- package/dist/react-native/operationsInterfaces/storageTargets.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTargets.js +0 -4
- package/dist/react-native/operationsInterfaces/storageTargets.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usageModels.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/usageModels.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usageModels.js +0 -4
- package/dist/react-native/operationsInterfaces/usageModels.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/storageCacheManagementClient.d.ts +0 -41
- package/dist/react-native/storageCacheManagementClient.d.ts.map +0 -1
- package/dist/react-native/storageCacheManagementClient.js +0 -179
- package/dist/react-native/storageCacheManagementClient.js.map +0 -1
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
4
|
-
import * as coreClient from "@azure/core-client";
|
|
5
|
-
import * as Mappers from "../models/mappers.js";
|
|
6
|
-
import * as Parameters from "../models/parameters.js";
|
|
7
|
-
/// <reference lib="esnext.asynciterable" />
|
|
8
|
-
/** Class containing UsageModels operations. */
|
|
9
|
-
export class UsageModelsImpl {
|
|
10
|
-
client;
|
|
11
|
-
/**
|
|
12
|
-
* Initialize a new instance of the class UsageModels class.
|
|
13
|
-
* @param client Reference to the service client
|
|
14
|
-
*/
|
|
15
|
-
constructor(client) {
|
|
16
|
-
this.client = client;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Get the list of cache usage models available to this subscription.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
list(options) {
|
|
23
|
-
const iter = this.listPagingAll(options);
|
|
24
|
-
return {
|
|
25
|
-
next() {
|
|
26
|
-
return iter.next();
|
|
27
|
-
},
|
|
28
|
-
[Symbol.asyncIterator]() {
|
|
29
|
-
return this;
|
|
30
|
-
},
|
|
31
|
-
byPage: (settings) => {
|
|
32
|
-
if (settings?.maxPageSize) {
|
|
33
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
34
|
-
}
|
|
35
|
-
return this.listPagingPage(options, settings);
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
async *listPagingPage(options, settings) {
|
|
40
|
-
let result;
|
|
41
|
-
let continuationToken = settings?.continuationToken;
|
|
42
|
-
if (!continuationToken) {
|
|
43
|
-
result = await this._list(options);
|
|
44
|
-
let page = result.value || [];
|
|
45
|
-
continuationToken = result.nextLink;
|
|
46
|
-
setContinuationToken(page, continuationToken);
|
|
47
|
-
yield page;
|
|
48
|
-
}
|
|
49
|
-
while (continuationToken) {
|
|
50
|
-
result = await this._listNext(continuationToken, options);
|
|
51
|
-
continuationToken = result.nextLink;
|
|
52
|
-
let page = result.value || [];
|
|
53
|
-
setContinuationToken(page, continuationToken);
|
|
54
|
-
yield page;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
async *listPagingAll(options) {
|
|
58
|
-
for await (const page of this.listPagingPage(options)) {
|
|
59
|
-
yield* page;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Get the list of cache usage models available to this subscription.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
_list(options) {
|
|
67
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* ListNext
|
|
71
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
72
|
-
* @param options The options parameters.
|
|
73
|
-
*/
|
|
74
|
-
_listNext(nextLink, options) {
|
|
75
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
// Operation Specifications
|
|
79
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
80
|
-
const listOperationSpec = {
|
|
81
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/usageModels",
|
|
82
|
-
httpMethod: "GET",
|
|
83
|
-
responses: {
|
|
84
|
-
200: {
|
|
85
|
-
bodyMapper: Mappers.UsageModelsResult,
|
|
86
|
-
},
|
|
87
|
-
default: {
|
|
88
|
-
bodyMapper: Mappers.CloudError,
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
|
-
queryParameters: [Parameters.apiVersion],
|
|
92
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
93
|
-
headerParameters: [Parameters.accept],
|
|
94
|
-
serializer,
|
|
95
|
-
};
|
|
96
|
-
const listNextOperationSpec = {
|
|
97
|
-
path: "{nextLink}",
|
|
98
|
-
httpMethod: "GET",
|
|
99
|
-
responses: {
|
|
100
|
-
200: {
|
|
101
|
-
bodyMapper: Mappers.UsageModelsResult,
|
|
102
|
-
},
|
|
103
|
-
default: {
|
|
104
|
-
bodyMapper: Mappers.CloudError,
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
|
|
108
|
-
headerParameters: [Parameters.accept],
|
|
109
|
-
serializer,
|
|
110
|
-
};
|
|
111
|
-
//# sourceMappingURL=usageModels.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usageModels.js","sourceRoot":"","sources":["../../../src/operations/usageModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAMlC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAUtD,4CAA4C;AAC5C,+CAA+C;AAC/C,MAAM,OAAO,eAAe;IACT,MAAM,CAA+B;IAEtD;;;OAGG;IACH,YAAY,MAAoC;QAC9C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,IAAI,CAAC,OAAuC;QACjD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAChD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,OAAuC,EACvC,QAAuB;QAEvB,IAAI,MAA+B,CAAC;QACpC,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YACnC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;YAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,OAAuC;QAEvC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;YACtD,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,KAAK,CAAC,OAAuC;QACnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;IAED;;;;OAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,qBAAqB,CAAC,CAAC;IACxF,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,8EAA8E;IACpF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,QAAQ,CAAC;IACjF,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { UsageModels } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageCacheManagementClient } from \"../storageCacheManagementClient.js\";\nimport {\n UsageModel,\n UsageModelsListNextOptionalParams,\n UsageModelsListOptionalParams,\n UsageModelsListResponse,\n UsageModelsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing UsageModels operations. */\nexport class UsageModelsImpl implements UsageModels {\n private readonly client: StorageCacheManagementClient;\n\n /**\n * Initialize a new instance of the class UsageModels class.\n * @param client Reference to the service client\n */\n constructor(client: StorageCacheManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the list of cache usage models available to this subscription.\n * @param options The options parameters.\n */\n public list(options?: UsageModelsListOptionalParams): PagedAsyncIterableIterator<UsageModel> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: UsageModelsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<UsageModel[]> {\n let result: UsageModelsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: UsageModelsListOptionalParams,\n ): AsyncIterableIterator<UsageModel> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get the list of cache usage models available to this subscription.\n * @param options The options parameters.\n */\n private _list(options?: UsageModelsListOptionalParams): Promise<UsageModelsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: UsageModelsListNextOptionalParams,\n ): Promise<UsageModelsListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/usageModels\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageModelsResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageModelsResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { AmlFilesystem, AmlFilesystemsListOptionalParams, AmlFilesystemsListByResourceGroupOptionalParams, AmlFilesystemsDeleteOptionalParams, AmlFilesystemsGetOptionalParams, AmlFilesystemsGetResponse, AmlFilesystemsCreateOrUpdateOptionalParams, AmlFilesystemsCreateOrUpdateResponse, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams, AmlFilesystemsUpdateResponse, AmlFilesystemsArchiveOptionalParams, AmlFilesystemsCancelArchiveOptionalParams } from "../models/index.js";
|
|
4
|
-
/** Interface representing a AmlFilesystems. */
|
|
5
|
-
export interface AmlFilesystems {
|
|
6
|
-
/**
|
|
7
|
-
* Returns all AML file systems the user has access to under a subscription.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(options?: AmlFilesystemsListOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;
|
|
11
|
-
/**
|
|
12
|
-
* Returns all AML file systems the user has access to under a resource group.
|
|
13
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
-
* @param options The options parameters.
|
|
15
|
-
*/
|
|
16
|
-
listByResourceGroup(resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;
|
|
17
|
-
/**
|
|
18
|
-
* Schedules an AML file system for deletion.
|
|
19
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
21
|
-
* hyphens. Start and end with alphanumeric.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
25
|
-
/**
|
|
26
|
-
* Schedules an AML file system for deletion.
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
29
|
-
* hyphens. Start and end with alphanumeric.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<void>;
|
|
33
|
-
/**
|
|
34
|
-
* Returns an AML file system.
|
|
35
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
37
|
-
* hyphens. Start and end with alphanumeric.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
get(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams): Promise<AmlFilesystemsGetResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* Create or update an AML file system.
|
|
43
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
45
|
-
* hyphens. Start and end with alphanumeric.
|
|
46
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
47
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
48
|
-
* @param options The options parameters.
|
|
49
|
-
*/
|
|
50
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystemsCreateOrUpdateResponse>, AmlFilesystemsCreateOrUpdateResponse>>;
|
|
51
|
-
/**
|
|
52
|
-
* Create or update an AML file system.
|
|
53
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
55
|
-
* hyphens. Start and end with alphanumeric.
|
|
56
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
57
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<AmlFilesystemsCreateOrUpdateResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Update an AML file system instance.
|
|
63
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
65
|
-
* hyphens. Start and end with alphanumeric.
|
|
66
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
67
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystemsUpdateResponse>, AmlFilesystemsUpdateResponse>>;
|
|
71
|
-
/**
|
|
72
|
-
* Update an AML file system instance.
|
|
73
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
75
|
-
* hyphens. Start and end with alphanumeric.
|
|
76
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
77
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<AmlFilesystemsUpdateResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* Archive data from the AML file system.
|
|
83
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
85
|
-
* hyphens. Start and end with alphanumeric.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
archive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams): Promise<void>;
|
|
89
|
-
/**
|
|
90
|
-
* Cancel archiving data from the AML file system.
|
|
91
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
92
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
93
|
-
* hyphens. Start and end with alphanumeric.
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
cancelArchive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams): Promise<void>;
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=amlFilesystems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"amlFilesystems.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/amlFilesystems.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,+CAA+C,EAC/C,kCAAkC,EAClC,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC5B,mCAAmC,EACnC,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,gCAAgC,GAAG,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC5F;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"amlFilesystems.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/amlFilesystems.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AmlFilesystem,\n AmlFilesystemsListOptionalParams,\n AmlFilesystemsListByResourceGroupOptionalParams,\n AmlFilesystemsDeleteOptionalParams,\n AmlFilesystemsGetOptionalParams,\n AmlFilesystemsGetResponse,\n AmlFilesystemsCreateOrUpdateOptionalParams,\n AmlFilesystemsCreateOrUpdateResponse,\n AmlFilesystemUpdate,\n AmlFilesystemsUpdateOptionalParams,\n AmlFilesystemsUpdateResponse,\n AmlFilesystemsArchiveOptionalParams,\n AmlFilesystemsCancelArchiveOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AmlFilesystems. */\nexport interface AmlFilesystems {\n /**\n * Returns all AML file systems the user has access to under a subscription.\n * @param options The options parameters.\n */\n list(options?: AmlFilesystemsListOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;\n /**\n * Returns all AML file systems the user has access to under a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: AmlFilesystemsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<AmlFilesystem>;\n /**\n * Schedules an AML file system for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Schedules an AML file system for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns an AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsGetOptionalParams,\n ): Promise<AmlFilesystemsGetResponse>;\n /**\n * Create or update an AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystem,\n options?: AmlFilesystemsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AmlFilesystemsCreateOrUpdateResponse>,\n AmlFilesystemsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystem,\n options?: AmlFilesystemsCreateOrUpdateOptionalParams,\n ): Promise<AmlFilesystemsCreateOrUpdateResponse>;\n /**\n * Update an AML file system instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystemUpdate,\n options?: AmlFilesystemsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AmlFilesystemsUpdateResponse>, AmlFilesystemsUpdateResponse>\n >;\n /**\n * Update an AML file system instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystemUpdate,\n options?: AmlFilesystemsUpdateOptionalParams,\n ): Promise<AmlFilesystemsUpdateResponse>;\n /**\n * Archive data from the AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n archive(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsArchiveOptionalParams,\n ): Promise<void>;\n /**\n * Cancel archiving data from the AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n cancelArchive(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsCancelArchiveOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AscOperationsGetOptionalParams, AscOperationsGetResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a AscOperations. */
|
|
3
|
-
export interface AscOperations {
|
|
4
|
-
/**
|
|
5
|
-
* Gets the status of an asynchronous operation for the Azure HPC Cache
|
|
6
|
-
* @param location The name of Azure region.
|
|
7
|
-
* @param operationId The ID of an ongoing async operation.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
get(location: string, operationId: string, options?: AscOperationsGetOptionalParams): Promise<AscOperationsGetResponse>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=ascOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ascOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/ascOperations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAE9F,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ascOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/ascOperations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { AscOperationsGetOptionalParams, AscOperationsGetResponse } from \"../models/index.js\";\n\n/** Interface representing a AscOperations. */\nexport interface AscOperations {\n /**\n * Gets the status of an asynchronous operation for the Azure HPC Cache\n * @param location The name of Azure region.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n location: string,\n operationId: string,\n options?: AscOperationsGetOptionalParams,\n ): Promise<AscOperationsGetResponse>;\n}\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ResourceUsage, AscUsagesListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a AscUsages. */
|
|
4
|
-
export interface AscUsages {
|
|
5
|
-
/**
|
|
6
|
-
* Gets the quantity used and quota limit for resources
|
|
7
|
-
* @param location The name of the region to query for usage information.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(location: string, options?: AscUsagesListOptionalParams): PagedAsyncIterableIterator<ResourceUsage>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=ascUsages.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ascUsages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/ascUsages.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAGhF,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,aAAa,CAAC,CAAC;CAC9C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ascUsages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/ascUsages.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ResourceUsage, AscUsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AscUsages. */\nexport interface AscUsages {\n /**\n * Gets the quantity used and quota limit for resources\n * @param location The name of the region to query for usage information.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: AscUsagesListOptionalParams,\n ): PagedAsyncIterableIterator<ResourceUsage>;\n}\n"]}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { AutoExportJob, AutoExportJobsListByAmlFilesystemOptionalParams, AutoExportJobsDeleteOptionalParams, AutoExportJobsDeleteResponse, AutoExportJobsGetOptionalParams, AutoExportJobsGetResponse, AutoExportJobsCreateOrUpdateOptionalParams, AutoExportJobsCreateOrUpdateResponse, AutoExportJobUpdate, AutoExportJobsUpdateOptionalParams, AutoExportJobsUpdateResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a AutoExportJobs. */
|
|
5
|
-
export interface AutoExportJobs {
|
|
6
|
-
/**
|
|
7
|
-
* Returns all the auto export jobs the user has access to under an AML File System.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
10
|
-
* hyphens. Start and end with alphanumeric.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: AutoExportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<AutoExportJob>;
|
|
14
|
-
/**
|
|
15
|
-
* Schedules an auto export job for deletion.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
18
|
-
* hyphens. Start and end with alphanumeric.
|
|
19
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
20
|
-
* hyphens. Start and end with alphanumeric.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsDeleteResponse>, AutoExportJobsDeleteResponse>>;
|
|
24
|
-
/**
|
|
25
|
-
* Schedules an auto export job for deletion.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
28
|
-
* hyphens. Start and end with alphanumeric.
|
|
29
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
30
|
-
* hyphens. Start and end with alphanumeric.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams): Promise<AutoExportJobsDeleteResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* Returns an auto export job.
|
|
36
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
38
|
-
* hyphens. Start and end with alphanumeric.
|
|
39
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
40
|
-
* hyphens. Start and end with alphanumeric.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams): Promise<AutoExportJobsGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Create or update an auto export job.
|
|
46
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
48
|
-
* hyphens. Start and end with alphanumeric.
|
|
49
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
50
|
-
* hyphens. Start and end with alphanumeric.
|
|
51
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
52
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsCreateOrUpdateResponse>, AutoExportJobsCreateOrUpdateResponse>>;
|
|
56
|
-
/**
|
|
57
|
-
* Create or update an auto export job.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
60
|
-
* hyphens. Start and end with alphanumeric.
|
|
61
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
62
|
-
* hyphens. Start and end with alphanumeric.
|
|
63
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
64
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
65
|
-
* @param options The options parameters.
|
|
66
|
-
*/
|
|
67
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams): Promise<AutoExportJobsCreateOrUpdateResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Update an auto export job instance.
|
|
70
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
72
|
-
* hyphens. Start and end with alphanumeric.
|
|
73
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
74
|
-
* hyphens. Start and end with alphanumeric.
|
|
75
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
76
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsUpdateResponse>, AutoExportJobsUpdateResponse>>;
|
|
80
|
-
/**
|
|
81
|
-
* Update an auto export job instance.
|
|
82
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
84
|
-
* hyphens. Start and end with alphanumeric.
|
|
85
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
86
|
-
* hyphens. Start and end with alphanumeric.
|
|
87
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
88
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams): Promise<AutoExportJobsUpdateResponse>;
|
|
92
|
-
}
|
|
93
|
-
//# sourceMappingURL=autoExportJobs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autoExportJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoExportJobs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,+CAA+C,EAC/C,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autoExportJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoExportJobs.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AutoExportJob,\n AutoExportJobsListByAmlFilesystemOptionalParams,\n AutoExportJobsDeleteOptionalParams,\n AutoExportJobsDeleteResponse,\n AutoExportJobsGetOptionalParams,\n AutoExportJobsGetResponse,\n AutoExportJobsCreateOrUpdateOptionalParams,\n AutoExportJobsCreateOrUpdateResponse,\n AutoExportJobUpdate,\n AutoExportJobsUpdateOptionalParams,\n AutoExportJobsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AutoExportJobs. */\nexport interface AutoExportJobs {\n /**\n * Returns all the auto export jobs the user has access to under an AML File System.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n listByAmlFilesystem(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AutoExportJobsListByAmlFilesystemOptionalParams,\n ): PagedAsyncIterableIterator<AutoExportJob>;\n /**\n * Schedules an auto export job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n options?: AutoExportJobsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoExportJobsDeleteResponse>, AutoExportJobsDeleteResponse>\n >;\n /**\n * Schedules an auto export job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n options?: AutoExportJobsDeleteOptionalParams,\n ): Promise<AutoExportJobsDeleteResponse>;\n /**\n * Returns an auto export job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n options?: AutoExportJobsGetOptionalParams,\n ): Promise<AutoExportJobsGetResponse>;\n /**\n * Create or update an auto export job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJob,\n options?: AutoExportJobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AutoExportJobsCreateOrUpdateResponse>,\n AutoExportJobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an auto export job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJob,\n options?: AutoExportJobsCreateOrUpdateOptionalParams,\n ): Promise<AutoExportJobsCreateOrUpdateResponse>;\n /**\n * Update an auto export job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJobUpdate,\n options?: AutoExportJobsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoExportJobsUpdateResponse>, AutoExportJobsUpdateResponse>\n >;\n /**\n * Update an auto export job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJobUpdate,\n options?: AutoExportJobsUpdateOptionalParams,\n ): Promise<AutoExportJobsUpdateResponse>;\n}\n"]}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { AutoImportJob, AutoImportJobsListByAmlFilesystemOptionalParams, AutoImportJobsDeleteOptionalParams, AutoImportJobsDeleteResponse, AutoImportJobsGetOptionalParams, AutoImportJobsGetResponse, AutoImportJobsCreateOrUpdateOptionalParams, AutoImportJobsCreateOrUpdateResponse, AutoImportJobUpdate, AutoImportJobsUpdateOptionalParams, AutoImportJobsUpdateResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a AutoImportJobs. */
|
|
5
|
-
export interface AutoImportJobs {
|
|
6
|
-
/**
|
|
7
|
-
* Returns all the auto import jobs the user has access to under an AML File System.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
10
|
-
* hyphens. Start and end with alphanumeric.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: AutoImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<AutoImportJob>;
|
|
14
|
-
/**
|
|
15
|
-
* Schedules an auto import job for deletion.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
18
|
-
* hyphens. Start and end with alphanumeric.
|
|
19
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
20
|
-
* hyphens. Start and end with alphanumeric.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsDeleteResponse>, AutoImportJobsDeleteResponse>>;
|
|
24
|
-
/**
|
|
25
|
-
* Schedules an auto import job for deletion.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
28
|
-
* hyphens. Start and end with alphanumeric.
|
|
29
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
30
|
-
* hyphens. Start and end with alphanumeric.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams): Promise<AutoImportJobsDeleteResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* Returns an auto import job.
|
|
36
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
38
|
-
* hyphens. Start and end with alphanumeric.
|
|
39
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
40
|
-
* hyphens. Start and end with alphanumeric.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams): Promise<AutoImportJobsGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Create or update an auto import job.
|
|
46
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
48
|
-
* hyphens. Start and end with alphanumeric.
|
|
49
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
50
|
-
* hyphens. Start and end with alphanumeric.
|
|
51
|
-
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
52
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsCreateOrUpdateResponse>, AutoImportJobsCreateOrUpdateResponse>>;
|
|
56
|
-
/**
|
|
57
|
-
* Create or update an auto import job.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
60
|
-
* hyphens. Start and end with alphanumeric.
|
|
61
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
62
|
-
* hyphens. Start and end with alphanumeric.
|
|
63
|
-
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
64
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
65
|
-
* @param options The options parameters.
|
|
66
|
-
*/
|
|
67
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams): Promise<AutoImportJobsCreateOrUpdateResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Update an auto import job instance.
|
|
70
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
72
|
-
* hyphens. Start and end with alphanumeric.
|
|
73
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
74
|
-
* hyphens. Start and end with alphanumeric.
|
|
75
|
-
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
76
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsUpdateResponse>, AutoImportJobsUpdateResponse>>;
|
|
80
|
-
/**
|
|
81
|
-
* Update an auto import job instance.
|
|
82
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
84
|
-
* hyphens. Start and end with alphanumeric.
|
|
85
|
-
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
86
|
-
* hyphens. Start and end with alphanumeric.
|
|
87
|
-
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
88
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams): Promise<AutoImportJobsUpdateResponse>;
|
|
92
|
-
}
|
|
93
|
-
//# sourceMappingURL=autoImportJobs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autoImportJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoImportJobs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,+CAA+C,EAC/C,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autoImportJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoImportJobs.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AutoImportJob,\n AutoImportJobsListByAmlFilesystemOptionalParams,\n AutoImportJobsDeleteOptionalParams,\n AutoImportJobsDeleteResponse,\n AutoImportJobsGetOptionalParams,\n AutoImportJobsGetResponse,\n AutoImportJobsCreateOrUpdateOptionalParams,\n AutoImportJobsCreateOrUpdateResponse,\n AutoImportJobUpdate,\n AutoImportJobsUpdateOptionalParams,\n AutoImportJobsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AutoImportJobs. */\nexport interface AutoImportJobs {\n /**\n * Returns all the auto import jobs the user has access to under an AML File System.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n listByAmlFilesystem(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AutoImportJobsListByAmlFilesystemOptionalParams,\n ): PagedAsyncIterableIterator<AutoImportJob>;\n /**\n * Schedules an auto import job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n options?: AutoImportJobsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoImportJobsDeleteResponse>, AutoImportJobsDeleteResponse>\n >;\n /**\n * Schedules an auto import job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n options?: AutoImportJobsDeleteOptionalParams,\n ): Promise<AutoImportJobsDeleteResponse>;\n /**\n * Returns an auto import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n options?: AutoImportJobsGetOptionalParams,\n ): Promise<AutoImportJobsGetResponse>;\n /**\n * Create or update an auto import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJob,\n options?: AutoImportJobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AutoImportJobsCreateOrUpdateResponse>,\n AutoImportJobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an auto import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJob,\n options?: AutoImportJobsCreateOrUpdateOptionalParams,\n ): Promise<AutoImportJobsCreateOrUpdateResponse>;\n /**\n * Update an auto import job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJobUpdate,\n options?: AutoImportJobsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoImportJobsUpdateResponse>, AutoImportJobsUpdateResponse>\n >;\n /**\n * Update an auto import job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJobUpdate,\n options?: AutoImportJobsUpdateOptionalParams,\n ): Promise<AutoImportJobsUpdateResponse>;\n}\n"]}
|