@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,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { UsageModels } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { StorageCacheManagementClient } from "../storageCacheManagementClient.js";
|
|
4
|
-
import { UsageModel, UsageModelsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing UsageModels operations. */
|
|
6
|
-
export declare class UsageModelsImpl implements UsageModels {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class UsageModels class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: StorageCacheManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Get the list of cache usage models available to this subscription.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: UsageModelsListOptionalParams): PagedAsyncIterableIterator<UsageModel>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Get the list of cache usage models available to this subscription.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=usageModels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usageModels.d.ts","sourceRoot":"","sources":["../../../src/operations/usageModels.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EACL,UAAU,EAEV,6BAA6B,EAG9B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;OAGG;IACI,IAAI,CAAC,OAAO,CAAC,EAAE,6BAA6B,GAAG,0BAA0B,CAAC,UAAU,CAAC;YAkB7E,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAIb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CAMlB"}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
-
mod
|
|
26
|
-
));
|
|
27
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var usageModels_exports = {};
|
|
29
|
-
__export(usageModels_exports, {
|
|
30
|
-
UsageModelsImpl: () => UsageModelsImpl
|
|
31
|
-
});
|
|
32
|
-
module.exports = __toCommonJS(usageModels_exports);
|
|
33
|
-
var import_pagingHelper = require("../pagingHelper.js");
|
|
34
|
-
var coreClient = __toESM(require("@azure/core-client"));
|
|
35
|
-
var Mappers = __toESM(require("../models/mappers.js"));
|
|
36
|
-
var Parameters = __toESM(require("../models/parameters.js"));
|
|
37
|
-
class UsageModelsImpl {
|
|
38
|
-
client;
|
|
39
|
-
/**
|
|
40
|
-
* Initialize a new instance of the class UsageModels class.
|
|
41
|
-
* @param client Reference to the service client
|
|
42
|
-
*/
|
|
43
|
-
constructor(client) {
|
|
44
|
-
this.client = client;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Get the list of cache usage models available to this subscription.
|
|
48
|
-
* @param options The options parameters.
|
|
49
|
-
*/
|
|
50
|
-
list(options) {
|
|
51
|
-
const iter = this.listPagingAll(options);
|
|
52
|
-
return {
|
|
53
|
-
next() {
|
|
54
|
-
return iter.next();
|
|
55
|
-
},
|
|
56
|
-
[Symbol.asyncIterator]() {
|
|
57
|
-
return this;
|
|
58
|
-
},
|
|
59
|
-
byPage: (settings) => {
|
|
60
|
-
if (settings?.maxPageSize) {
|
|
61
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
62
|
-
}
|
|
63
|
-
return this.listPagingPage(options, settings);
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
async *listPagingPage(options, settings) {
|
|
68
|
-
let result;
|
|
69
|
-
let continuationToken = settings?.continuationToken;
|
|
70
|
-
if (!continuationToken) {
|
|
71
|
-
result = await this._list(options);
|
|
72
|
-
let page = result.value || [];
|
|
73
|
-
continuationToken = result.nextLink;
|
|
74
|
-
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
75
|
-
yield page;
|
|
76
|
-
}
|
|
77
|
-
while (continuationToken) {
|
|
78
|
-
result = await this._listNext(continuationToken, options);
|
|
79
|
-
continuationToken = result.nextLink;
|
|
80
|
-
let page = result.value || [];
|
|
81
|
-
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
82
|
-
yield page;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
async *listPagingAll(options) {
|
|
86
|
-
for await (const page of this.listPagingPage(options)) {
|
|
87
|
-
yield* page;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* Get the list of cache usage models available to this subscription.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
_list(options) {
|
|
95
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* ListNext
|
|
99
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
_listNext(nextLink, options) {
|
|
103
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
const serializer = coreClient.createSerializer(
|
|
107
|
-
Mappers,
|
|
108
|
-
/* isXml */
|
|
109
|
-
false
|
|
110
|
-
);
|
|
111
|
-
const listOperationSpec = {
|
|
112
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/usageModels",
|
|
113
|
-
httpMethod: "GET",
|
|
114
|
-
responses: {
|
|
115
|
-
200: {
|
|
116
|
-
bodyMapper: Mappers.UsageModelsResult
|
|
117
|
-
},
|
|
118
|
-
default: {
|
|
119
|
-
bodyMapper: Mappers.CloudError
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
queryParameters: [Parameters.apiVersion],
|
|
123
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
124
|
-
headerParameters: [Parameters.accept],
|
|
125
|
-
serializer
|
|
126
|
-
};
|
|
127
|
-
const listNextOperationSpec = {
|
|
128
|
-
path: "{nextLink}",
|
|
129
|
-
httpMethod: "GET",
|
|
130
|
-
responses: {
|
|
131
|
-
200: {
|
|
132
|
-
bodyMapper: Mappers.UsageModelsResult
|
|
133
|
-
},
|
|
134
|
-
default: {
|
|
135
|
-
bodyMapper: Mappers.CloudError
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
|
|
139
|
-
headerParameters: [Parameters.accept],
|
|
140
|
-
serializer
|
|
141
|
-
};
|
|
142
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
143
|
-
0 && (module.exports = {
|
|
144
|
-
UsageModelsImpl
|
|
145
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operations/usageModels.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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { UsageModels } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageCacheManagementClient } from \"../storageCacheManagementClient.js\";\nimport {\n UsageModel,\n UsageModelsListNextOptionalParams,\n UsageModelsListOptionalParams,\n UsageModelsListResponse,\n UsageModelsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing UsageModels operations. */\nexport class UsageModelsImpl implements UsageModels {\n private readonly client: StorageCacheManagementClient;\n\n /**\n * Initialize a new instance of the class UsageModels class.\n * @param client Reference to the service client\n */\n constructor(client: StorageCacheManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the list of cache usage models available to this subscription.\n * @param options The options parameters.\n */\n public list(options?: UsageModelsListOptionalParams): PagedAsyncIterableIterator<UsageModel> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: UsageModelsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<UsageModel[]> {\n let result: UsageModelsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: UsageModelsListOptionalParams,\n ): AsyncIterableIterator<UsageModel> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get the list of cache usage models available to this subscription.\n * @param options The options parameters.\n */\n private _list(options?: UsageModelsListOptionalParams): Promise<UsageModelsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: UsageModelsListNextOptionalParams,\n ): Promise<UsageModelsListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/usageModels\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageModelsResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageModelsResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,0BAAqC;AAErC,iBAA4B;AAC5B,cAAyB;AACzB,iBAA4B;AAYrB,MAAM,gBAAuC;AAAA,EACjC;AAAA;AAAA;AAAA;AAAA;AAAA,EAMjB,YAAY,QAAsC;AAChD,SAAK,SAAS;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMO,KAAK,SAAiF;AAC3F,UAAM,OAAO,KAAK,cAAc,OAAO;AACvC,WAAO;AAAA,MACL,OAAO;AACL,eAAO,KAAK,KAAK;AAAA,MACnB;AAAA,MACA,CAAC,OAAO,aAAa,IAAI;AACvB,eAAO;AAAA,MACT;AAAA,MACA,QAAQ,CAAC,aAA4B;AACnC,YAAI,UAAU,aAAa;AACzB,gBAAM,IAAI,MAAM,iDAAiD;AAAA,QACnE;AACA,eAAO,KAAK,eAAe,SAAS,QAAQ;AAAA,MAC9C;AAAA,IACF;AAAA,EACF;AAAA,EAEA,OAAe,eACb,SACA,UACqC;AACrC,QAAI;AACJ,QAAI,oBAAoB,UAAU;AAClC,QAAI,CAAC,mBAAmB;AACtB,eAAS,MAAM,KAAK,MAAM,OAAO;AACjC,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,0BAAoB,OAAO;AAC3B,oDAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AACA,WAAO,mBAAmB;AACxB,eAAS,MAAM,KAAK,UAAU,mBAAmB,OAAO;AACxD,0BAAoB,OAAO;AAC3B,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,oDAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AAAA,EACF;AAAA,EAEA,OAAe,cACb,SACmC;AACnC,qBAAiB,QAAQ,KAAK,eAAe,OAAO,GAAG;AACrD,aAAO;AAAA,IACT;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMQ,MAAM,SAA2E;AACvF,WAAO,KAAK,OAAO,qBAAqB,EAAE,QAAQ,GAAG,iBAAiB;AAAA,EACxE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOQ,UACN,UACA,SACsC;AACtC,WAAO,KAAK,OAAO,qBAAqB,EAAE,UAAU,QAAQ,GAAG,qBAAqB;AAAA,EACtF;AACF;AAEA,MAAM,aAAa,WAAW;AAAA,EAAiB;AAAA;AAAA,EAAqB;AAAK;AAEzE,MAAM,oBAA8C;AAAA,EAClD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe,CAAC,WAAW,OAAO,WAAW,cAAc;AAAA,EAC3D,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,wBAAkD;AAAA,EACtD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,eAAe,CAAC,WAAW,OAAO,WAAW,gBAAgB,WAAW,QAAQ;AAAA,EAChF,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { AmlFilesystem, AmlFilesystemsListOptionalParams, AmlFilesystemsListByResourceGroupOptionalParams, AmlFilesystemsDeleteOptionalParams, AmlFilesystemsGetOptionalParams, AmlFilesystemsGetResponse, AmlFilesystemsCreateOrUpdateOptionalParams, AmlFilesystemsCreateOrUpdateResponse, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams, AmlFilesystemsUpdateResponse, AmlFilesystemsArchiveOptionalParams, AmlFilesystemsCancelArchiveOptionalParams } from "../models/index.js";
|
|
4
|
-
/** Interface representing a AmlFilesystems. */
|
|
5
|
-
export interface AmlFilesystems {
|
|
6
|
-
/**
|
|
7
|
-
* Returns all AML file systems the user has access to under a subscription.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(options?: AmlFilesystemsListOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;
|
|
11
|
-
/**
|
|
12
|
-
* Returns all AML file systems the user has access to under a resource group.
|
|
13
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
-
* @param options The options parameters.
|
|
15
|
-
*/
|
|
16
|
-
listByResourceGroup(resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;
|
|
17
|
-
/**
|
|
18
|
-
* Schedules an AML file system for deletion.
|
|
19
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
21
|
-
* hyphens. Start and end with alphanumeric.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
25
|
-
/**
|
|
26
|
-
* Schedules an AML file system for deletion.
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
29
|
-
* hyphens. Start and end with alphanumeric.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<void>;
|
|
33
|
-
/**
|
|
34
|
-
* Returns an AML file system.
|
|
35
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
37
|
-
* hyphens. Start and end with alphanumeric.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
get(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams): Promise<AmlFilesystemsGetResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* Create or update an AML file system.
|
|
43
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
45
|
-
* hyphens. Start and end with alphanumeric.
|
|
46
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
47
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
48
|
-
* @param options The options parameters.
|
|
49
|
-
*/
|
|
50
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystemsCreateOrUpdateResponse>, AmlFilesystemsCreateOrUpdateResponse>>;
|
|
51
|
-
/**
|
|
52
|
-
* Create or update an AML file system.
|
|
53
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
55
|
-
* hyphens. Start and end with alphanumeric.
|
|
56
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
57
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<AmlFilesystemsCreateOrUpdateResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Update an AML file system instance.
|
|
63
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
65
|
-
* hyphens. Start and end with alphanumeric.
|
|
66
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
67
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystemsUpdateResponse>, AmlFilesystemsUpdateResponse>>;
|
|
71
|
-
/**
|
|
72
|
-
* Update an AML file system instance.
|
|
73
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
75
|
-
* hyphens. Start and end with alphanumeric.
|
|
76
|
-
* @param amlFilesystem Object containing the user-selectable properties of the AML file system. If
|
|
77
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<AmlFilesystemsUpdateResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* Archive data from the AML file system.
|
|
83
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
85
|
-
* hyphens. Start and end with alphanumeric.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
archive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams): Promise<void>;
|
|
89
|
-
/**
|
|
90
|
-
* Cancel archiving data from the AML file system.
|
|
91
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
92
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
93
|
-
* hyphens. Start and end with alphanumeric.
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
cancelArchive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams): Promise<void>;
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=amlFilesystems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"amlFilesystems.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/amlFilesystems.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,+CAA+C,EAC/C,kCAAkC,EAClC,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC5B,mCAAmC,EACnC,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,gCAAgC,GAAG,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC5F;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,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 amlFilesystems_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(amlFilesystems_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/amlFilesystems.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 AmlFilesystem,\n AmlFilesystemsListOptionalParams,\n AmlFilesystemsListByResourceGroupOptionalParams,\n AmlFilesystemsDeleteOptionalParams,\n AmlFilesystemsGetOptionalParams,\n AmlFilesystemsGetResponse,\n AmlFilesystemsCreateOrUpdateOptionalParams,\n AmlFilesystemsCreateOrUpdateResponse,\n AmlFilesystemUpdate,\n AmlFilesystemsUpdateOptionalParams,\n AmlFilesystemsUpdateResponse,\n AmlFilesystemsArchiveOptionalParams,\n AmlFilesystemsCancelArchiveOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AmlFilesystems. */\nexport interface AmlFilesystems {\n /**\n * Returns all AML file systems the user has access to under a subscription.\n * @param options The options parameters.\n */\n list(options?: AmlFilesystemsListOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;\n /**\n * Returns all AML file systems the user has access to under a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: AmlFilesystemsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<AmlFilesystem>;\n /**\n * Schedules an AML file system for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Schedules an AML file system for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns an AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsGetOptionalParams,\n ): Promise<AmlFilesystemsGetResponse>;\n /**\n * Create or update an AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystem,\n options?: AmlFilesystemsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AmlFilesystemsCreateOrUpdateResponse>,\n AmlFilesystemsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystem,\n options?: AmlFilesystemsCreateOrUpdateOptionalParams,\n ): Promise<AmlFilesystemsCreateOrUpdateResponse>;\n /**\n * Update an AML file system instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystemUpdate,\n options?: AmlFilesystemsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AmlFilesystemsUpdateResponse>, AmlFilesystemsUpdateResponse>\n >;\n /**\n * Update an AML file system instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param amlFilesystem Object containing the user-selectable properties of the AML file system. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n amlFilesystem: AmlFilesystemUpdate,\n options?: AmlFilesystemsUpdateOptionalParams,\n ): Promise<AmlFilesystemsUpdateResponse>;\n /**\n * Archive data from the AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n archive(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsArchiveOptionalParams,\n ): Promise<void>;\n /**\n * Cancel archiving data from the AML file system.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n cancelArchive(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AmlFilesystemsCancelArchiveOptionalParams,\n ): Promise<void>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AscOperationsGetOptionalParams, AscOperationsGetResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a AscOperations. */
|
|
3
|
-
export interface AscOperations {
|
|
4
|
-
/**
|
|
5
|
-
* Gets the status of an asynchronous operation for the Azure HPC Cache
|
|
6
|
-
* @param location The name of Azure region.
|
|
7
|
-
* @param operationId The ID of an ongoing async operation.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
get(location: string, operationId: string, options?: AscOperationsGetOptionalParams): Promise<AscOperationsGetResponse>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=ascOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ascOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/ascOperations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAE9F,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -1,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 ascOperations_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(ascOperations_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/ascOperations.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 { AscOperationsGetOptionalParams, AscOperationsGetResponse } from \"../models/index.js\";\n\n/** Interface representing a AscOperations. */\nexport interface AscOperations {\n /**\n * Gets the status of an asynchronous operation for the Azure HPC Cache\n * @param location The name of Azure region.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n location: string,\n operationId: string,\n options?: AscOperationsGetOptionalParams,\n ): Promise<AscOperationsGetResponse>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ResourceUsage, AscUsagesListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a AscUsages. */
|
|
4
|
-
export interface AscUsages {
|
|
5
|
-
/**
|
|
6
|
-
* Gets the quantity used and quota limit for resources
|
|
7
|
-
* @param location The name of the region to query for usage information.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(location: string, options?: AscUsagesListOptionalParams): PagedAsyncIterableIterator<ResourceUsage>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=ascUsages.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ascUsages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/ascUsages.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAGhF,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,aAAa,CAAC,CAAC;CAC9C"}
|
|
@@ -1,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 ascUsages_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(ascUsages_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/ascUsages.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 { ResourceUsage, AscUsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AscUsages. */\nexport interface AscUsages {\n /**\n * Gets the quantity used and quota limit for resources\n * @param location The name of the region to query for usage information.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: AscUsagesListOptionalParams,\n ): PagedAsyncIterableIterator<ResourceUsage>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { AutoExportJob, AutoExportJobsListByAmlFilesystemOptionalParams, AutoExportJobsDeleteOptionalParams, AutoExportJobsDeleteResponse, AutoExportJobsGetOptionalParams, AutoExportJobsGetResponse, AutoExportJobsCreateOrUpdateOptionalParams, AutoExportJobsCreateOrUpdateResponse, AutoExportJobUpdate, AutoExportJobsUpdateOptionalParams, AutoExportJobsUpdateResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a AutoExportJobs. */
|
|
5
|
-
export interface AutoExportJobs {
|
|
6
|
-
/**
|
|
7
|
-
* Returns all the auto export jobs the user has access to under an AML File System.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
10
|
-
* hyphens. Start and end with alphanumeric.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: AutoExportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<AutoExportJob>;
|
|
14
|
-
/**
|
|
15
|
-
* Schedules an auto export job for deletion.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
18
|
-
* hyphens. Start and end with alphanumeric.
|
|
19
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
20
|
-
* hyphens. Start and end with alphanumeric.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsDeleteResponse>, AutoExportJobsDeleteResponse>>;
|
|
24
|
-
/**
|
|
25
|
-
* Schedules an auto export job for deletion.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
28
|
-
* hyphens. Start and end with alphanumeric.
|
|
29
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
30
|
-
* hyphens. Start and end with alphanumeric.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams): Promise<AutoExportJobsDeleteResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* Returns an auto export job.
|
|
36
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
38
|
-
* hyphens. Start and end with alphanumeric.
|
|
39
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
40
|
-
* hyphens. Start and end with alphanumeric.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams): Promise<AutoExportJobsGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Create or update an auto export job.
|
|
46
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
48
|
-
* hyphens. Start and end with alphanumeric.
|
|
49
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
50
|
-
* hyphens. Start and end with alphanumeric.
|
|
51
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
52
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsCreateOrUpdateResponse>, AutoExportJobsCreateOrUpdateResponse>>;
|
|
56
|
-
/**
|
|
57
|
-
* Create or update an auto export job.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
60
|
-
* hyphens. Start and end with alphanumeric.
|
|
61
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
62
|
-
* hyphens. Start and end with alphanumeric.
|
|
63
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
64
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
65
|
-
* @param options The options parameters.
|
|
66
|
-
*/
|
|
67
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams): Promise<AutoExportJobsCreateOrUpdateResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Update an auto export job instance.
|
|
70
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
72
|
-
* hyphens. Start and end with alphanumeric.
|
|
73
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
74
|
-
* hyphens. Start and end with alphanumeric.
|
|
75
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
76
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsUpdateResponse>, AutoExportJobsUpdateResponse>>;
|
|
80
|
-
/**
|
|
81
|
-
* Update an auto export job instance.
|
|
82
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
|
-
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
84
|
-
* hyphens. Start and end with alphanumeric.
|
|
85
|
-
* @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and
|
|
86
|
-
* hyphens. Start and end with alphanumeric.
|
|
87
|
-
* @param autoExportJob Object containing the user-selectable properties of the auto export job. If
|
|
88
|
-
* read-only properties are included, they must match the existing values of those properties.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams): Promise<AutoExportJobsUpdateResponse>;
|
|
92
|
-
}
|
|
93
|
-
//# sourceMappingURL=autoExportJobs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autoExportJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoExportJobs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,+CAA+C,EAC/C,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -1,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 autoExportJobs_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(autoExportJobs_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/operationsInterfaces/autoExportJobs.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 AutoExportJob,\n AutoExportJobsListByAmlFilesystemOptionalParams,\n AutoExportJobsDeleteOptionalParams,\n AutoExportJobsDeleteResponse,\n AutoExportJobsGetOptionalParams,\n AutoExportJobsGetResponse,\n AutoExportJobsCreateOrUpdateOptionalParams,\n AutoExportJobsCreateOrUpdateResponse,\n AutoExportJobUpdate,\n AutoExportJobsUpdateOptionalParams,\n AutoExportJobsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AutoExportJobs. */\nexport interface AutoExportJobs {\n /**\n * Returns all the auto export jobs the user has access to under an AML File System.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n listByAmlFilesystem(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AutoExportJobsListByAmlFilesystemOptionalParams,\n ): PagedAsyncIterableIterator<AutoExportJob>;\n /**\n * Schedules an auto export job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n options?: AutoExportJobsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoExportJobsDeleteResponse>, AutoExportJobsDeleteResponse>\n >;\n /**\n * Schedules an auto export job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n options?: AutoExportJobsDeleteOptionalParams,\n ): Promise<AutoExportJobsDeleteResponse>;\n /**\n * Returns an auto export job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n options?: AutoExportJobsGetOptionalParams,\n ): Promise<AutoExportJobsGetResponse>;\n /**\n * Create or update an auto export job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJob,\n options?: AutoExportJobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AutoExportJobsCreateOrUpdateResponse>,\n AutoExportJobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an auto export job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJob,\n options?: AutoExportJobsCreateOrUpdateOptionalParams,\n ): Promise<AutoExportJobsCreateOrUpdateResponse>;\n /**\n * Update an auto export job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJobUpdate,\n options?: AutoExportJobsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoExportJobsUpdateResponse>, AutoExportJobsUpdateResponse>\n >;\n /**\n * Update an auto export job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJobName Name for the auto export job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoExportJob Object containing the user-selectable properties of the auto export job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoExportJobName: string,\n autoExportJob: AutoExportJobUpdate,\n options?: AutoExportJobsUpdateOptionalParams,\n ): Promise<AutoExportJobsUpdateResponse>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|