@azure/arm-storagecache 8.2.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 +10 -10
- 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 -3046
- package/dist/browser/models/index.js +1 -412
- 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 -39
- package/dist/browser/storageCacheManagementClient.js +78 -169
- 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 +79 -8
- package/dist/commonjs/index.js.map +3 -3
- 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 -3046
- package/dist/commonjs/models/index.js +37 -271
- package/dist/commonjs/models/index.js.map +4 -4
- 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 -39
- package/dist/commonjs/storageCacheManagementClient.js +77 -176
- package/dist/commonjs/storageCacheManagementClient.js.map +4 -4
- 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 +9 -8
- package/dist/esm/index.js.map +1 -7
- 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 -3046
- package/dist/esm/models/index.js +4 -272
- package/dist/esm/models/index.js.map +1 -7
- 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 -39
- package/dist/esm/storageCacheManagementClient.js +86 -187
- package/dist/esm/storageCacheManagementClient.js.map +1 -7
- package/package.json +297 -78
- 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 -131
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -4321
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -39
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -319
- 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/expansionJobs.d.ts +0 -120
- package/dist/browser/operations/expansionJobs.d.ts.map +0 -1
- package/dist/browser/operations/expansionJobs.js +0 -473
- package/dist/browser/operations/expansionJobs.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 -14
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -18
- 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/expansionJobs.d.ts +0 -93
- package/dist/browser/operationsInterfaces/expansionJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/expansionJobs.js +0 -4
- package/dist/browser/operationsInterfaces/expansionJobs.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 -14
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -18
- 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 -43
- package/dist/commonjs/lroImpl.js.map +0 -7
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -131
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -4600
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -39
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -414
- package/dist/commonjs/models/parameters.js.map +0 -7
- 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 -632
- package/dist/commonjs/operations/amlFilesystems.js.map +0 -7
- 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 -84
- package/dist/commonjs/operations/ascOperations.js.map +0 -7
- 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 -153
- package/dist/commonjs/operations/ascUsages.js.map +0 -7
- 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 -552
- package/dist/commonjs/operations/autoExportJobs.js.map +0 -7
- 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 -552
- package/dist/commonjs/operations/autoImportJobs.js.map +0 -7
- 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 -1412
- package/dist/commonjs/operations/caches.js.map +0 -7
- package/dist/commonjs/operations/expansionJobs.d.ts +0 -120
- package/dist/commonjs/operations/expansionJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/expansionJobs.js +0 -547
- package/dist/commonjs/operations/expansionJobs.js.map +0 -7
- 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 -547
- package/dist/commonjs/operations/importJobs.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -14
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -45
- package/dist/commonjs/operations/index.js.map +0 -7
- 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 -145
- package/dist/commonjs/operations/operations.js.map +0 -7
- 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 -145
- package/dist/commonjs/operations/skus.js.map +0 -7
- 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 -406
- package/dist/commonjs/operations/storageTargetOperations.js.map +0 -7
- 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 -592
- package/dist/commonjs/operations/storageTargets.js.map +0 -7
- 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 -145
- package/dist/commonjs/operations/usageModels.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/amlFilesystems.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/ascOperations.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/ascUsages.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/autoExportJobs.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/autoImportJobs.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/caches.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/expansionJobs.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/expansionJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/expansionJobs.js +0 -15
- package/dist/commonjs/operationsInterfaces/expansionJobs.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/importJobs.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -45
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/skus.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/storageTargets.js.map +0 -7
- 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 -15
- package/dist/commonjs/operationsInterfaces/usageModels.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -43
- package/dist/commonjs/pagingHelper.js.map +0 -7
- 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 -7
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -131
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -4449
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -39
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -373
- package/dist/esm/models/parameters.js.map +0 -7
- 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 -599
- package/dist/esm/operations/amlFilesystems.js.map +0 -7
- 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 -51
- package/dist/esm/operations/ascOperations.js.map +0 -7
- 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 -120
- package/dist/esm/operations/ascUsages.js.map +0 -7
- 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 -519
- package/dist/esm/operations/autoExportJobs.js.map +0 -7
- 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 -519
- package/dist/esm/operations/autoImportJobs.js.map +0 -7
- 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 -1379
- package/dist/esm/operations/caches.js.map +0 -7
- package/dist/esm/operations/expansionJobs.d.ts +0 -120
- package/dist/esm/operations/expansionJobs.d.ts.map +0 -1
- package/dist/esm/operations/expansionJobs.js +0 -514
- package/dist/esm/operations/expansionJobs.js.map +0 -7
- 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 -514
- package/dist/esm/operations/importJobs.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -14
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -7
- 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 -112
- package/dist/esm/operations/operations.js.map +0 -7
- 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 -112
- package/dist/esm/operations/skus.js.map +0 -7
- 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 -373
- package/dist/esm/operations/storageTargetOperations.js.map +0 -7
- 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 -559
- package/dist/esm/operations/storageTargets.js.map +0 -7
- 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 -112
- package/dist/esm/operations/usageModels.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/amlFilesystems.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/ascOperations.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/ascUsages.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/autoExportJobs.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/autoImportJobs.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/caches.js.map +0 -7
- package/dist/esm/operationsInterfaces/expansionJobs.d.ts +0 -93
- package/dist/esm/operationsInterfaces/expansionJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/expansionJobs.js +0 -0
- package/dist/esm/operationsInterfaces/expansionJobs.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/importJobs.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -14
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/skus.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/storageTargetOperations.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/storageTargets.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/usageModels.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- 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 -3047
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -415
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -131
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -4321
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -39
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -319
- 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/expansionJobs.d.ts +0 -120
- package/dist/react-native/operations/expansionJobs.d.ts.map +0 -1
- package/dist/react-native/operations/expansionJobs.js +0 -473
- package/dist/react-native/operations/expansionJobs.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 -14
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -18
- 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/expansionJobs.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/expansionJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/expansionJobs.js +0 -4
- package/dist/react-native/operationsInterfaces/expansionJobs.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 -14
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -18
- 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 -42
- package/dist/react-native/storageCacheManagementClient.d.ts.map +0 -1
- package/dist/react-native/storageCacheManagementClient.js +0 -181
- package/dist/react-native/storageCacheManagementClient.js.map +0 -1
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { ImportJob, ImportJobsListByAmlFilesystemOptionalParams, ImportJobsDeleteOptionalParams, ImportJobsDeleteResponse, ImportJobsGetOptionalParams, ImportJobsGetResponse, ImportJobsCreateOrUpdateOptionalParams, ImportJobsCreateOrUpdateResponse, ImportJobUpdate, ImportJobsUpdateOptionalParams, ImportJobsUpdateResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a ImportJobs. */
|
|
5
|
-
export interface ImportJobs {
|
|
6
|
-
/**
|
|
7
|
-
* Returns all 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?: ImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<ImportJob>;
|
|
14
|
-
/**
|
|
15
|
-
* Schedules an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
20
|
-
* and end with alphanumeric.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsDeleteResponse>, ImportJobsDeleteResponse>>;
|
|
24
|
-
/**
|
|
25
|
-
* Schedules an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
30
|
-
* and end with alphanumeric.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<ImportJobsDeleteResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* Returns an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
40
|
-
* and end with alphanumeric.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsGetOptionalParams): Promise<ImportJobsGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Create or update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
50
|
-
* and end with alphanumeric.
|
|
51
|
-
* @param importJob Object containing the user-selectable properties of the import job. If read-only
|
|
52
|
-
* 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, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsCreateOrUpdateResponse>, ImportJobsCreateOrUpdateResponse>>;
|
|
56
|
-
/**
|
|
57
|
-
* Create or update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
62
|
-
* and end with alphanumeric.
|
|
63
|
-
* @param importJob Object containing the user-selectable properties of the import job. If read-only
|
|
64
|
-
* 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, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<ImportJobsCreateOrUpdateResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
74
|
-
* and end with alphanumeric.
|
|
75
|
-
* @param importJob Object containing the user-selectable properties of the import job. If read-only
|
|
76
|
-
* 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, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsUpdateResponse>, ImportJobsUpdateResponse>>;
|
|
80
|
-
/**
|
|
81
|
-
* Update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start
|
|
86
|
-
* and end with alphanumeric.
|
|
87
|
-
* @param importJob Object containing the user-selectable properties of the import job. If read-only
|
|
88
|
-
* 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, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<ImportJobsUpdateResponse>;
|
|
92
|
-
}
|
|
93
|
-
//# sourceMappingURL=importJobs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"importJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/importJobs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,2CAA2C,EAC3C,8BAA8B,EAC9B,wBAAwB,EACxB,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,eAAe,EACf,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC,CAAC,CAAC;IACjG;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gCAAgC,CAAC,EAChD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,eAAe,EAC1B,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC,CAAC,CAAC;IACjG;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,eAAe,EAC1B,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var importJobs_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(importJobs_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/importJobs.ts"],
|
|
4
|
-
"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 ImportJob,\n ImportJobsListByAmlFilesystemOptionalParams,\n ImportJobsDeleteOptionalParams,\n ImportJobsDeleteResponse,\n ImportJobsGetOptionalParams,\n ImportJobsGetResponse,\n ImportJobsCreateOrUpdateOptionalParams,\n ImportJobsCreateOrUpdateResponse,\n ImportJobUpdate,\n ImportJobsUpdateOptionalParams,\n ImportJobsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ImportJobs. */\nexport interface ImportJobs {\n /**\n * Returns all 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?: ImportJobsListByAmlFilesystemOptionalParams,\n ): PagedAsyncIterableIterator<ImportJob>;\n /**\n * Schedules an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n options?: ImportJobsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ImportJobsDeleteResponse>, ImportJobsDeleteResponse>>;\n /**\n * Schedules an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n options?: ImportJobsDeleteOptionalParams,\n ): Promise<ImportJobsDeleteResponse>;\n /**\n * Returns an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n options?: ImportJobsGetOptionalParams,\n ): Promise<ImportJobsGetResponse>;\n /**\n * Create or update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * 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 importJobName: string,\n importJob: ImportJob,\n options?: ImportJobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ImportJobsCreateOrUpdateResponse>,\n ImportJobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * 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 importJobName: string,\n importJob: ImportJob,\n options?: ImportJobsCreateOrUpdateOptionalParams,\n ): Promise<ImportJobsCreateOrUpdateResponse>;\n /**\n * Update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * 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 importJobName: string,\n importJob: ImportJobUpdate,\n options?: ImportJobsUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ImportJobsUpdateResponse>, ImportJobsUpdateResponse>>;\n /**\n * Update an 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 importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * 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 importJobName: string,\n importJob: ImportJobUpdate,\n options?: ImportJobsUpdateOptionalParams,\n ): Promise<ImportJobsUpdateResponse>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * from "./amlFilesystems.js";
|
|
2
|
-
export * from "./autoExportJobs.js";
|
|
3
|
-
export * from "./importJobs.js";
|
|
4
|
-
export * from "./autoImportJobs.js";
|
|
5
|
-
export * from "./expansionJobs.js";
|
|
6
|
-
export * from "./operations.js";
|
|
7
|
-
export * from "./skus.js";
|
|
8
|
-
export * from "./usageModels.js";
|
|
9
|
-
export * from "./ascOperations.js";
|
|
10
|
-
export * from "./ascUsages.js";
|
|
11
|
-
export * from "./caches.js";
|
|
12
|
-
export * from "./storageTargets.js";
|
|
13
|
-
export * from "./storageTargetOperations.js";
|
|
14
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAMA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
var operationsInterfaces_exports = {};
|
|
16
|
-
module.exports = __toCommonJS(operationsInterfaces_exports);
|
|
17
|
-
__reExport(operationsInterfaces_exports, require("./amlFilesystems.js"), module.exports);
|
|
18
|
-
__reExport(operationsInterfaces_exports, require("./autoExportJobs.js"), module.exports);
|
|
19
|
-
__reExport(operationsInterfaces_exports, require("./importJobs.js"), module.exports);
|
|
20
|
-
__reExport(operationsInterfaces_exports, require("./autoImportJobs.js"), module.exports);
|
|
21
|
-
__reExport(operationsInterfaces_exports, require("./expansionJobs.js"), module.exports);
|
|
22
|
-
__reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
|
|
23
|
-
__reExport(operationsInterfaces_exports, require("./skus.js"), module.exports);
|
|
24
|
-
__reExport(operationsInterfaces_exports, require("./usageModels.js"), module.exports);
|
|
25
|
-
__reExport(operationsInterfaces_exports, require("./ascOperations.js"), module.exports);
|
|
26
|
-
__reExport(operationsInterfaces_exports, require("./ascUsages.js"), module.exports);
|
|
27
|
-
__reExport(operationsInterfaces_exports, require("./caches.js"), module.exports);
|
|
28
|
-
__reExport(operationsInterfaces_exports, require("./storageTargets.js"), module.exports);
|
|
29
|
-
__reExport(operationsInterfaces_exports, require("./storageTargetOperations.js"), module.exports);
|
|
30
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
-
0 && (module.exports = {
|
|
32
|
-
...require("./amlFilesystems.js"),
|
|
33
|
-
...require("./autoExportJobs.js"),
|
|
34
|
-
...require("./importJobs.js"),
|
|
35
|
-
...require("./autoImportJobs.js"),
|
|
36
|
-
...require("./expansionJobs.js"),
|
|
37
|
-
...require("./operations.js"),
|
|
38
|
-
...require("./skus.js"),
|
|
39
|
-
...require("./usageModels.js"),
|
|
40
|
-
...require("./ascOperations.js"),
|
|
41
|
-
...require("./ascUsages.js"),
|
|
42
|
-
...require("./caches.js"),
|
|
43
|
-
...require("./storageTargets.js"),
|
|
44
|
-
...require("./storageTargetOperations.js")
|
|
45
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/index.ts"],
|
|
4
|
-
"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\nexport * from \"./amlFilesystems.js\";\nexport * from \"./autoExportJobs.js\";\nexport * from \"./importJobs.js\";\nexport * from \"./autoImportJobs.js\";\nexport * from \"./expansionJobs.js\";\nexport * from \"./operations.js\";\nexport * from \"./skus.js\";\nexport * from \"./usageModels.js\";\nexport * from \"./ascOperations.js\";\nexport * from \"./ascUsages.js\";\nexport * from \"./caches.js\";\nexport * from \"./storageTargets.js\";\nexport * from \"./storageTargetOperations.js\";\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAMA,yCAAc,gCANd;AAOA,yCAAc,gCAPd;AAQA,yCAAc,4BARd;AASA,yCAAc,gCATd;AAUA,yCAAc,+BAVd;AAWA,yCAAc,4BAXd;AAYA,yCAAc,sBAZd;AAaA,yCAAc,6BAbd;AAcA,yCAAc,+BAdd;AAeA,yCAAc,2BAfd;AAgBA,yCAAc,wBAhBd;AAiBA,yCAAc,gCAjBd;AAkBA,yCAAc,yCAlBd;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ApiOperation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a Operations. */
|
|
4
|
-
export interface Operations {
|
|
5
|
-
/**
|
|
6
|
-
* Lists all of the available Resource Provider operations.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ApiOperation>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGhF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,0BAA0B,CAAC,YAAY,CAAC,CAAC;CACxF"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var operations_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(operations_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/operations.ts"],
|
|
4
|
-
"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 { ApiOperation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Resource Provider operations.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ApiOperation>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ResourceSku, SkusListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a Skus. */
|
|
4
|
-
export interface Skus {
|
|
5
|
-
/**
|
|
6
|
-
* Get the list of StorageCache.Cache SKUs available to this subscription.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=skus.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGzE,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,sBAAsB,GAAG,0BAA0B,CAAC,WAAW,CAAC,CAAC;CACjF"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var skus_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(skus_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/skus.ts"],
|
|
4
|
-
"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 { ResourceSku, SkusListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * Get the list of StorageCache.Cache SKUs available to this subscription.\n * @param options The options parameters.\n */\n list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
-
import { StorageTargetFlushOptionalParams, StorageTargetSuspendOptionalParams, StorageTargetResumeOptionalParams, StorageTargetInvalidateOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a StorageTargetOperations. */
|
|
4
|
-
export interface StorageTargetOperations {
|
|
5
|
-
/**
|
|
6
|
-
* Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to
|
|
7
|
-
* this storage target's namespace will return errors until the flush operation completes.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
10
|
-
* the [-0-9a-zA-Z_] char class.
|
|
11
|
-
* @param storageTargetName Name of Storage Target.
|
|
12
|
-
* @param options The options parameters.
|
|
13
|
-
*/
|
|
14
|
-
beginFlush(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
15
|
-
/**
|
|
16
|
-
* Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to
|
|
17
|
-
* this storage target's namespace will return errors until the flush operation completes.
|
|
18
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
20
|
-
* the [-0-9a-zA-Z_] char class.
|
|
21
|
-
* @param storageTargetName Name of Storage Target.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
beginFlushAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetFlushOptionalParams): Promise<void>;
|
|
25
|
-
/**
|
|
26
|
-
* Suspends client access to a storage target.
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
29
|
-
* the [-0-9a-zA-Z_] char class.
|
|
30
|
-
* @param storageTargetName Name of Storage Target.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
beginSuspend(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetSuspendOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
34
|
-
/**
|
|
35
|
-
* Suspends client access to a storage target.
|
|
36
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
38
|
-
* the [-0-9a-zA-Z_] char class.
|
|
39
|
-
* @param storageTargetName Name of Storage Target.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
beginSuspendAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetSuspendOptionalParams): Promise<void>;
|
|
43
|
-
/**
|
|
44
|
-
* Resumes client access to a previously suspended storage target.
|
|
45
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
47
|
-
* the [-0-9a-zA-Z_] char class.
|
|
48
|
-
* @param storageTargetName Name of Storage Target.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
beginResume(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetResumeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
|
-
/**
|
|
53
|
-
* Resumes client access to a previously suspended storage target.
|
|
54
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
56
|
-
* the [-0-9a-zA-Z_] char class.
|
|
57
|
-
* @param storageTargetName Name of Storage Target.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
beginResumeAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetResumeOptionalParams): Promise<void>;
|
|
61
|
-
/**
|
|
62
|
-
* Invalidate all cached data for a storage target. Cached files are discarded and fetched from the
|
|
63
|
-
* back end on the next request.
|
|
64
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
66
|
-
* the [-0-9a-zA-Z_] char class.
|
|
67
|
-
* @param storageTargetName Name of Storage Target.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
beginInvalidate(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetInvalidateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
71
|
-
/**
|
|
72
|
-
* Invalidate all cached data for a storage target. Cached files are discarded and fetched from the
|
|
73
|
-
* back end on the next request.
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
76
|
-
* the [-0-9a-zA-Z_] char class.
|
|
77
|
-
* @param storageTargetName Name of Storage Target.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
beginInvalidateAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetInvalidateOptionalParams): Promise<void>;
|
|
81
|
-
}
|
|
82
|
-
//# sourceMappingURL=storageTargetOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageTargetOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargetOperations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,gCAAgC,EAChC,kCAAkC,EAClC,iCAAiC,EACjC,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;OAQG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var storageTargetOperations_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(storageTargetOperations_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/storageTargetOperations.ts"],
|
|
4
|
-
"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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n StorageTargetFlushOptionalParams,\n StorageTargetSuspendOptionalParams,\n StorageTargetResumeOptionalParams,\n StorageTargetInvalidateOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a StorageTargetOperations. */\nexport interface StorageTargetOperations {\n /**\n * Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to\n * this storage target's namespace will return errors until the flush operation completes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to\n * this storage target's namespace will return errors until the flush operation completes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetFlushOptionalParams,\n ): Promise<void>;\n /**\n * Suspends client access to a storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginSuspend(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetSuspendOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Suspends client access to a storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginSuspendAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetSuspendOptionalParams,\n ): Promise<void>;\n /**\n * Resumes client access to a previously suspended storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginResume(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetResumeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Resumes client access to a previously suspended storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginResumeAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetResumeOptionalParams,\n ): Promise<void>;\n /**\n * Invalidate all cached data for a storage target. Cached files are discarded and fetched from the\n * back end on the next request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginInvalidate(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetInvalidateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Invalidate all cached data for a storage target. Cached files are discarded and fetched from the\n * back end on the next request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginInvalidateAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetInvalidateOptionalParams,\n ): Promise<void>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { StorageTarget, StorageTargetsListByCacheOptionalParams, StorageTargetsDnsRefreshOptionalParams, StorageTargetsDeleteOptionalParams, StorageTargetsGetOptionalParams, StorageTargetsGetResponse, StorageTargetsCreateOrUpdateOptionalParams, StorageTargetsCreateOrUpdateResponse, StorageTargetsRestoreDefaultsOptionalParams } from "../models/index.js";
|
|
4
|
-
/** Interface representing a StorageTargets. */
|
|
5
|
-
export interface StorageTargets {
|
|
6
|
-
/**
|
|
7
|
-
* Returns a list of Storage Targets for the specified cache.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
10
|
-
* the [-0-9a-zA-Z_] char class.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
listByCache(resourceGroupName: string, cacheName: string, options?: StorageTargetsListByCacheOptionalParams): PagedAsyncIterableIterator<StorageTarget>;
|
|
14
|
-
/**
|
|
15
|
-
* Tells a storage target to refresh its DNS information.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
18
|
-
* the [-0-9a-zA-Z_] char class.
|
|
19
|
-
* @param storageTargetName Name of Storage Target.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
beginDnsRefresh(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDnsRefreshOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
23
|
-
/**
|
|
24
|
-
* Tells a storage target to refresh its DNS information.
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
27
|
-
* the [-0-9a-zA-Z_] char class.
|
|
28
|
-
* @param storageTargetName Name of Storage Target.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
beginDnsRefreshAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDnsRefreshOptionalParams): Promise<void>;
|
|
32
|
-
/**
|
|
33
|
-
* Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is
|
|
34
|
-
* down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is
|
|
35
|
-
* healthy again. Note that if the cache has data to flush to the Storage Target, the data will be
|
|
36
|
-
* flushed before the Storage Target will be deleted.
|
|
37
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
39
|
-
* the [-0-9a-zA-Z_] char class.
|
|
40
|
-
* @param storageTargetName Name of Storage Target.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
beginDelete(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
44
|
-
/**
|
|
45
|
-
* Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is
|
|
46
|
-
* down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is
|
|
47
|
-
* healthy again. Note that if the cache has data to flush to the Storage Target, the data will be
|
|
48
|
-
* flushed before the Storage Target will be deleted.
|
|
49
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
51
|
-
* the [-0-9a-zA-Z_] char class.
|
|
52
|
-
* @param storageTargetName Name of Storage Target.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginDeleteAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDeleteOptionalParams): Promise<void>;
|
|
56
|
-
/**
|
|
57
|
-
* Returns a Storage Target from a cache.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
60
|
-
* the [-0-9a-zA-Z_] char class.
|
|
61
|
-
* @param storageTargetName Name of Storage Target.
|
|
62
|
-
* @param options The options parameters.
|
|
63
|
-
*/
|
|
64
|
-
get(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsGetOptionalParams): Promise<StorageTargetsGetResponse>;
|
|
65
|
-
/**
|
|
66
|
-
* Create or update a Storage Target. This operation is allowed at any time, but if the cache is down
|
|
67
|
-
* or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache
|
|
68
|
-
* is healthy again.
|
|
69
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
70
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
71
|
-
* the [-0-9a-zA-Z_] char class.
|
|
72
|
-
* @param storageTargetName Name of Storage Target.
|
|
73
|
-
* @param storagetarget Object containing the definition of a Storage Target.
|
|
74
|
-
* @param options The options parameters.
|
|
75
|
-
*/
|
|
76
|
-
beginCreateOrUpdate(resourceGroupName: string, cacheName: string, storageTargetName: string, storagetarget: StorageTarget, options?: StorageTargetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageTargetsCreateOrUpdateResponse>, StorageTargetsCreateOrUpdateResponse>>;
|
|
77
|
-
/**
|
|
78
|
-
* Create or update a Storage Target. This operation is allowed at any time, but if the cache is down
|
|
79
|
-
* or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache
|
|
80
|
-
* is healthy again.
|
|
81
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
82
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
83
|
-
* the [-0-9a-zA-Z_] char class.
|
|
84
|
-
* @param storageTargetName Name of Storage Target.
|
|
85
|
-
* @param storagetarget Object containing the definition of a Storage Target.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, storagetarget: StorageTarget, options?: StorageTargetsCreateOrUpdateOptionalParams): Promise<StorageTargetsCreateOrUpdateResponse>;
|
|
89
|
-
/**
|
|
90
|
-
* Tells a storage target to restore its settings to their default values.
|
|
91
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
92
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
93
|
-
* the [-0-9a-zA-Z_] char class.
|
|
94
|
-
* @param storageTargetName Name of Storage Target.
|
|
95
|
-
* @param options The options parameters.
|
|
96
|
-
*/
|
|
97
|
-
beginRestoreDefaults(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsRestoreDefaultsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
98
|
-
/**
|
|
99
|
-
* Tells a storage target to restore its settings to their default values.
|
|
100
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
101
|
-
* @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from
|
|
102
|
-
* the [-0-9a-zA-Z_] char class.
|
|
103
|
-
* @param storageTargetName Name of Storage Target.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
beginRestoreDefaultsAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsRestoreDefaultsOptionalParams): Promise<void>;
|
|
107
|
-
}
|
|
108
|
-
//# sourceMappingURL=storageTargets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageTargets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargets.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,uCAAuC,EACvC,sCAAsC,EACtC,kCAAkC,EAClC,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,2CAA2C,EAC5C,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,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,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;OAOG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var storageTargets_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(storageTargets_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/storageTargets.ts"],
|
|
4
|
-
"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 StorageTarget,\n StorageTargetsListByCacheOptionalParams,\n StorageTargetsDnsRefreshOptionalParams,\n StorageTargetsDeleteOptionalParams,\n StorageTargetsGetOptionalParams,\n StorageTargetsGetResponse,\n StorageTargetsCreateOrUpdateOptionalParams,\n StorageTargetsCreateOrUpdateResponse,\n StorageTargetsRestoreDefaultsOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a StorageTargets. */\nexport interface StorageTargets {\n /**\n * Returns a list of Storage Targets for the specified cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n listByCache(\n resourceGroupName: string,\n cacheName: string,\n options?: StorageTargetsListByCacheOptionalParams,\n ): PagedAsyncIterableIterator<StorageTarget>;\n /**\n * Tells a storage target to refresh its DNS information.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDnsRefresh(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDnsRefreshOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a storage target to refresh its DNS information.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDnsRefreshAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDnsRefreshOptionalParams,\n ): Promise<void>;\n /**\n * Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is\n * down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is\n * healthy again. Note that if the cache has data to flush to the Storage Target, the data will be\n * flushed before the Storage Target will be deleted.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is\n * down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is\n * healthy again. Note that if the cache has data to flush to the Storage Target, the data will be\n * flushed before the Storage Target will be deleted.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a Storage Target from a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsGetOptionalParams,\n ): Promise<StorageTargetsGetResponse>;\n /**\n * Create or update a Storage Target. This operation is allowed at any time, but if the cache is down\n * or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache\n * is healthy again.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param storagetarget Object containing the definition of a Storage Target.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n storagetarget: StorageTarget,\n options?: StorageTargetsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<StorageTargetsCreateOrUpdateResponse>,\n StorageTargetsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a Storage Target. This operation is allowed at any time, but if the cache is down\n * or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache\n * is healthy again.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param storagetarget Object containing the definition of a Storage Target.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n storagetarget: StorageTarget,\n options?: StorageTargetsCreateOrUpdateOptionalParams,\n ): Promise<StorageTargetsCreateOrUpdateResponse>;\n /**\n * Tells a storage target to restore its settings to their default values.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginRestoreDefaults(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsRestoreDefaultsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a storage target to restore its settings to their default values.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginRestoreDefaultsAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsRestoreDefaultsOptionalParams,\n ): Promise<void>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { UsageModel, UsageModelsListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a UsageModels. */
|
|
4
|
-
export interface UsageModels {
|
|
5
|
-
/**
|
|
6
|
-
* Get the list of cache usage models available to this subscription.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: UsageModelsListOptionalParams): PagedAsyncIterableIterator<UsageModel>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=usageModels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usageModels.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usageModels.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AAG/E,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,6BAA6B,GAAG,0BAA0B,CAAC,UAAU,CAAC,CAAC;CACvF"}
|