@azure/arm-storagecache 8.0.2-alpha.20250925.1 → 8.1.0
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/LICENSE +1 -1
- package/README.md +3 -6
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +623 -3
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +92 -7
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +13 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +759 -85
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +6 -0
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +50 -9
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/amlFilesystems.d.ts.map +1 -1
- package/dist/browser/operations/amlFilesystems.js +5 -18
- package/dist/browser/operations/amlFilesystems.js.map +1 -1
- package/dist/browser/operations/ascOperations.d.ts.map +1 -1
- package/dist/browser/operations/ascOperations.js +2 -7
- package/dist/browser/operations/ascOperations.js.map +1 -1
- package/dist/browser/operations/ascUsages.d.ts.map +1 -1
- package/dist/browser/operations/ascUsages.js +3 -12
- package/dist/browser/operations/ascUsages.js.map +1 -1
- package/dist/browser/operations/autoExportJobs.d.ts +120 -0
- package/dist/browser/operations/autoExportJobs.d.ts.map +1 -0
- package/dist/browser/operations/autoExportJobs.js +478 -0
- package/dist/browser/operations/autoExportJobs.js.map +1 -0
- package/dist/browser/operations/autoImportJobs.d.ts +120 -0
- package/dist/browser/operations/autoImportJobs.d.ts.map +1 -0
- package/dist/browser/operations/autoImportJobs.js +478 -0
- package/dist/browser/operations/autoImportJobs.js.map +1 -0
- package/dist/browser/operations/caches.d.ts.map +1 -1
- package/dist/browser/operations/caches.js +5 -18
- package/dist/browser/operations/caches.js.map +1 -1
- package/dist/browser/operations/importJobs.d.ts +2 -2
- package/dist/browser/operations/importJobs.d.ts.map +1 -1
- package/dist/browser/operations/importJobs.js +5 -10
- package/dist/browser/operations/importJobs.js.map +1 -1
- package/dist/browser/operations/index.d.ts +2 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +6 -7
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +2 -7
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/skus.d.ts.map +1 -1
- package/dist/browser/operations/skus.js +3 -12
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/operations/storageTargetOperations.d.ts.map +1 -1
- package/dist/browser/operations/storageTargetOperations.js +3 -8
- package/dist/browser/operations/storageTargetOperations.js.map +1 -1
- package/dist/browser/operations/storageTargets.d.ts.map +1 -1
- package/dist/browser/operations/storageTargets.js +3 -8
- package/dist/browser/operations/storageTargets.js.map +1 -1
- package/dist/browser/operations/usageModels.d.ts.map +1 -1
- package/dist/browser/operations/usageModels.js +3 -12
- package/dist/browser/operations/usageModels.js.map +1 -1
- package/dist/browser/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/amlFilesystems.js +2 -7
- package/dist/browser/operationsInterfaces/amlFilesystems.js.map +1 -1
- package/dist/browser/operationsInterfaces/ascOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/ascOperations.js +2 -7
- package/dist/browser/operationsInterfaces/ascOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/ascUsages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/ascUsages.js +2 -7
- package/dist/browser/operationsInterfaces/ascUsages.js.map +1 -1
- package/dist/browser/operationsInterfaces/autoExportJobs.d.ts +93 -0
- package/dist/browser/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autoExportJobs.js +4 -0
- package/dist/browser/operationsInterfaces/autoExportJobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/autoImportJobs.d.ts +93 -0
- package/dist/browser/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autoImportJobs.js +4 -0
- package/dist/browser/operationsInterfaces/autoImportJobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/caches.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/caches.js +2 -7
- package/dist/browser/operationsInterfaces/caches.js.map +1 -1
- package/dist/browser/operationsInterfaces/importJobs.d.ts +2 -2
- package/dist/browser/operationsInterfaces/importJobs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/importJobs.js +2 -7
- package/dist/browser/operationsInterfaces/importJobs.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +6 -7
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/skus.js +2 -7
- package/dist/browser/operationsInterfaces/skus.js.map +1 -1
- package/dist/browser/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/storageTargetOperations.js +2 -7
- package/dist/browser/operationsInterfaces/storageTargetOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/storageTargets.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/storageTargets.js +2 -7
- package/dist/browser/operationsInterfaces/storageTargets.js.map +1 -1
- package/dist/browser/operationsInterfaces/usageModels.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usageModels.js +2 -7
- package/dist/browser/operationsInterfaces/usageModels.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/storageCacheManagementClient.d.ts +3 -1
- package/dist/browser/storageCacheManagementClient.d.ts.map +1 -1
- package/dist/browser/storageCacheManagementClient.js +13 -14
- package/dist/browser/storageCacheManagementClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +623 -3
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +93 -8
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +13 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +762 -88
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +6 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +50 -9
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/amlFilesystems.d.ts.map +1 -1
- package/dist/commonjs/operations/amlFilesystems.js +4 -17
- package/dist/commonjs/operations/amlFilesystems.js.map +1 -1
- package/dist/commonjs/operations/ascOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/ascOperations.js +2 -7
- package/dist/commonjs/operations/ascOperations.js.map +1 -1
- package/dist/commonjs/operations/ascUsages.d.ts.map +1 -1
- package/dist/commonjs/operations/ascUsages.js +3 -12
- package/dist/commonjs/operations/ascUsages.js.map +1 -1
- package/dist/commonjs/operations/autoExportJobs.d.ts +120 -0
- package/dist/commonjs/operations/autoExportJobs.d.ts.map +1 -0
- package/dist/commonjs/operations/autoExportJobs.js +483 -0
- package/dist/commonjs/operations/autoExportJobs.js.map +1 -0
- package/dist/commonjs/operations/autoImportJobs.d.ts +120 -0
- package/dist/commonjs/operations/autoImportJobs.d.ts.map +1 -0
- package/dist/commonjs/operations/autoImportJobs.js +483 -0
- package/dist/commonjs/operations/autoImportJobs.js.map +1 -0
- package/dist/commonjs/operations/caches.d.ts.map +1 -1
- package/dist/commonjs/operations/caches.js +4 -17
- package/dist/commonjs/operations/caches.js.map +1 -1
- package/dist/commonjs/operations/importJobs.d.ts +2 -2
- package/dist/commonjs/operations/importJobs.d.ts.map +1 -1
- package/dist/commonjs/operations/importJobs.js +4 -9
- package/dist/commonjs/operations/importJobs.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +2 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +6 -7
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +2 -7
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/skus.d.ts.map +1 -1
- package/dist/commonjs/operations/skus.js +3 -12
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/operations/storageTargetOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/storageTargetOperations.js +2 -7
- package/dist/commonjs/operations/storageTargetOperations.js.map +1 -1
- package/dist/commonjs/operations/storageTargets.d.ts.map +1 -1
- package/dist/commonjs/operations/storageTargets.js +2 -7
- package/dist/commonjs/operations/storageTargets.js.map +1 -1
- package/dist/commonjs/operations/usageModels.d.ts.map +1 -1
- package/dist/commonjs/operations/usageModels.js +3 -12
- package/dist/commonjs/operations/usageModels.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/amlFilesystems.js +2 -7
- package/dist/commonjs/operationsInterfaces/amlFilesystems.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/ascOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/ascOperations.js +2 -7
- package/dist/commonjs/operationsInterfaces/ascOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/ascUsages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/ascUsages.js +2 -7
- package/dist/commonjs/operationsInterfaces/ascUsages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoExportJobs.js +5 -0
- package/dist/commonjs/operationsInterfaces/autoExportJobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoImportJobs.js +5 -0
- package/dist/commonjs/operationsInterfaces/autoImportJobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/caches.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/caches.js +2 -7
- package/dist/commonjs/operationsInterfaces/caches.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/importJobs.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/importJobs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/importJobs.js +2 -7
- package/dist/commonjs/operationsInterfaces/importJobs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +6 -7
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/skus.js +2 -7
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.js +2 -7
- package/dist/commonjs/operationsInterfaces/storageTargetOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/storageTargets.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/storageTargets.js +2 -7
- package/dist/commonjs/operationsInterfaces/storageTargets.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usageModels.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/usageModels.js +2 -7
- package/dist/commonjs/operationsInterfaces/usageModels.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/storageCacheManagementClient.d.ts +3 -1
- package/dist/commonjs/storageCacheManagementClient.d.ts.map +1 -1
- package/dist/commonjs/storageCacheManagementClient.js +12 -13
- package/dist/commonjs/storageCacheManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +623 -3
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +92 -7
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +13 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +759 -85
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +6 -0
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +50 -9
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/amlFilesystems.d.ts.map +1 -1
- package/dist/esm/operations/amlFilesystems.js +5 -18
- package/dist/esm/operations/amlFilesystems.js.map +1 -1
- package/dist/esm/operations/ascOperations.d.ts.map +1 -1
- package/dist/esm/operations/ascOperations.js +2 -7
- package/dist/esm/operations/ascOperations.js.map +1 -1
- package/dist/esm/operations/ascUsages.d.ts.map +1 -1
- package/dist/esm/operations/ascUsages.js +3 -12
- package/dist/esm/operations/ascUsages.js.map +1 -1
- package/dist/esm/operations/autoExportJobs.d.ts +120 -0
- package/dist/esm/operations/autoExportJobs.d.ts.map +1 -0
- package/dist/esm/operations/autoExportJobs.js +478 -0
- package/dist/esm/operations/autoExportJobs.js.map +1 -0
- package/dist/esm/operations/autoImportJobs.d.ts +120 -0
- package/dist/esm/operations/autoImportJobs.d.ts.map +1 -0
- package/dist/esm/operations/autoImportJobs.js +478 -0
- package/dist/esm/operations/autoImportJobs.js.map +1 -0
- package/dist/esm/operations/caches.d.ts.map +1 -1
- package/dist/esm/operations/caches.js +5 -18
- package/dist/esm/operations/caches.js.map +1 -1
- package/dist/esm/operations/importJobs.d.ts +2 -2
- package/dist/esm/operations/importJobs.d.ts.map +1 -1
- package/dist/esm/operations/importJobs.js +5 -10
- package/dist/esm/operations/importJobs.js.map +1 -1
- package/dist/esm/operations/index.d.ts +2 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +6 -7
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +2 -7
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/skus.d.ts.map +1 -1
- package/dist/esm/operations/skus.js +3 -12
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/operations/storageTargetOperations.d.ts.map +1 -1
- package/dist/esm/operations/storageTargetOperations.js +3 -8
- package/dist/esm/operations/storageTargetOperations.js.map +1 -1
- package/dist/esm/operations/storageTargets.d.ts.map +1 -1
- package/dist/esm/operations/storageTargets.js +3 -8
- package/dist/esm/operations/storageTargets.js.map +1 -1
- package/dist/esm/operations/usageModels.d.ts.map +1 -1
- package/dist/esm/operations/usageModels.js +3 -12
- package/dist/esm/operations/usageModels.js.map +1 -1
- package/dist/esm/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/amlFilesystems.js +2 -7
- package/dist/esm/operationsInterfaces/amlFilesystems.js.map +1 -1
- package/dist/esm/operationsInterfaces/ascOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/ascOperations.js +2 -7
- package/dist/esm/operationsInterfaces/ascOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/ascUsages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/ascUsages.js +2 -7
- package/dist/esm/operationsInterfaces/ascUsages.js.map +1 -1
- package/dist/esm/operationsInterfaces/autoExportJobs.d.ts +93 -0
- package/dist/esm/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autoExportJobs.js +4 -0
- package/dist/esm/operationsInterfaces/autoExportJobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/autoImportJobs.d.ts +93 -0
- package/dist/esm/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autoImportJobs.js +4 -0
- package/dist/esm/operationsInterfaces/autoImportJobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/caches.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/caches.js +2 -7
- package/dist/esm/operationsInterfaces/caches.js.map +1 -1
- package/dist/esm/operationsInterfaces/importJobs.d.ts +2 -2
- package/dist/esm/operationsInterfaces/importJobs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/importJobs.js +2 -7
- package/dist/esm/operationsInterfaces/importJobs.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +6 -7
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/skus.js +2 -7
- package/dist/esm/operationsInterfaces/skus.js.map +1 -1
- package/dist/esm/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/storageTargetOperations.js +2 -7
- package/dist/esm/operationsInterfaces/storageTargetOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/storageTargets.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/storageTargets.js +2 -7
- package/dist/esm/operationsInterfaces/storageTargets.js.map +1 -1
- package/dist/esm/operationsInterfaces/usageModels.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/usageModels.js +2 -7
- package/dist/esm/operationsInterfaces/usageModels.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/storageCacheManagementClient.d.ts +3 -1
- package/dist/esm/storageCacheManagementClient.d.ts.map +1 -1
- package/dist/esm/storageCacheManagementClient.js +13 -14
- package/dist/esm/storageCacheManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +623 -3
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +92 -7
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +13 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +759 -85
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +6 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +50 -9
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/amlFilesystems.d.ts.map +1 -1
- package/dist/react-native/operations/amlFilesystems.js +5 -18
- package/dist/react-native/operations/amlFilesystems.js.map +1 -1
- package/dist/react-native/operations/ascOperations.d.ts.map +1 -1
- package/dist/react-native/operations/ascOperations.js +2 -7
- package/dist/react-native/operations/ascOperations.js.map +1 -1
- package/dist/react-native/operations/ascUsages.d.ts.map +1 -1
- package/dist/react-native/operations/ascUsages.js +3 -12
- package/dist/react-native/operations/ascUsages.js.map +1 -1
- package/dist/react-native/operations/autoExportJobs.d.ts +120 -0
- package/dist/react-native/operations/autoExportJobs.d.ts.map +1 -0
- package/dist/react-native/operations/autoExportJobs.js +478 -0
- package/dist/react-native/operations/autoExportJobs.js.map +1 -0
- package/dist/react-native/operations/autoImportJobs.d.ts +120 -0
- package/dist/react-native/operations/autoImportJobs.d.ts.map +1 -0
- package/dist/react-native/operations/autoImportJobs.js +478 -0
- package/dist/react-native/operations/autoImportJobs.js.map +1 -0
- package/dist/react-native/operations/caches.d.ts.map +1 -1
- package/dist/react-native/operations/caches.js +5 -18
- package/dist/react-native/operations/caches.js.map +1 -1
- package/dist/react-native/operations/importJobs.d.ts +2 -2
- package/dist/react-native/operations/importJobs.d.ts.map +1 -1
- package/dist/react-native/operations/importJobs.js +5 -10
- package/dist/react-native/operations/importJobs.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +2 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +6 -7
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +2 -7
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/skus.d.ts.map +1 -1
- package/dist/react-native/operations/skus.js +3 -12
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/operations/storageTargetOperations.d.ts.map +1 -1
- package/dist/react-native/operations/storageTargetOperations.js +3 -8
- package/dist/react-native/operations/storageTargetOperations.js.map +1 -1
- package/dist/react-native/operations/storageTargets.d.ts.map +1 -1
- package/dist/react-native/operations/storageTargets.js +3 -8
- package/dist/react-native/operations/storageTargets.js.map +1 -1
- package/dist/react-native/operations/usageModels.d.ts.map +1 -1
- package/dist/react-native/operations/usageModels.js +3 -12
- package/dist/react-native/operations/usageModels.js.map +1 -1
- package/dist/react-native/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/amlFilesystems.js +2 -7
- package/dist/react-native/operationsInterfaces/amlFilesystems.js.map +1 -1
- package/dist/react-native/operationsInterfaces/ascOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/ascOperations.js +2 -7
- package/dist/react-native/operationsInterfaces/ascOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/ascUsages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/ascUsages.js +2 -7
- package/dist/react-native/operationsInterfaces/ascUsages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autoExportJobs.js +4 -0
- package/dist/react-native/operationsInterfaces/autoExportJobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autoImportJobs.js +4 -0
- package/dist/react-native/operationsInterfaces/autoImportJobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/caches.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/caches.js +2 -7
- package/dist/react-native/operationsInterfaces/caches.js.map +1 -1
- package/dist/react-native/operationsInterfaces/importJobs.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/importJobs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/importJobs.js +2 -7
- package/dist/react-native/operationsInterfaces/importJobs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +6 -7
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/skus.js +2 -7
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/storageTargetOperations.js +2 -7
- package/dist/react-native/operationsInterfaces/storageTargetOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/storageTargets.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/storageTargets.js +2 -7
- package/dist/react-native/operationsInterfaces/storageTargets.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usageModels.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/usageModels.js +2 -7
- package/dist/react-native/operationsInterfaces/usageModels.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/storageCacheManagementClient.d.ts +3 -1
- package/dist/react-native/storageCacheManagementClient.d.ts.map +1 -1
- package/dist/react-native/storageCacheManagementClient.js +13 -14
- package/dist/react-native/storageCacheManagementClient.js.map +1 -1
- package/package.json +30 -33
- package/CHANGELOG.md +0 -269
- package/review/arm-storagecache-node.api.md +0 -1647
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { AutoImportJob, AutoImportJobsListByAmlFilesystemOptionalParams, AutoImportJobsDeleteOptionalParams, AutoImportJobsDeleteResponse, AutoImportJobsGetOptionalParams, AutoImportJobsGetResponse, AutoImportJobsCreateOrUpdateOptionalParams, AutoImportJobsCreateOrUpdateResponse, AutoImportJobUpdate, AutoImportJobsUpdateOptionalParams, AutoImportJobsUpdateResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a AutoImportJobs. */
|
|
5
|
+
export interface AutoImportJobs {
|
|
6
|
+
/**
|
|
7
|
+
* Returns all the auto import jobs the user has access to under an AML File System.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
10
|
+
* hyphens. Start and end with alphanumeric.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: AutoImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<AutoImportJob>;
|
|
14
|
+
/**
|
|
15
|
+
* Schedules an auto import job for deletion.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
18
|
+
* hyphens. Start and end with alphanumeric.
|
|
19
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
20
|
+
* hyphens. Start and end with alphanumeric.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
beginDelete(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsDeleteResponse>, AutoImportJobsDeleteResponse>>;
|
|
24
|
+
/**
|
|
25
|
+
* Schedules an auto import job for deletion.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
28
|
+
* hyphens. Start and end with alphanumeric.
|
|
29
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
30
|
+
* hyphens. Start and end with alphanumeric.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams): Promise<AutoImportJobsDeleteResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Returns an auto import job.
|
|
36
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
38
|
+
* hyphens. Start and end with alphanumeric.
|
|
39
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
40
|
+
* hyphens. Start and end with alphanumeric.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
get(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams): Promise<AutoImportJobsGetResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Create or update an auto import job.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
48
|
+
* hyphens. Start and end with alphanumeric.
|
|
49
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
50
|
+
* hyphens. Start and end with alphanumeric.
|
|
51
|
+
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
52
|
+
* read-only properties are included, they must match the existing values of those properties.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsCreateOrUpdateResponse>, AutoImportJobsCreateOrUpdateResponse>>;
|
|
56
|
+
/**
|
|
57
|
+
* Create or update an auto import job.
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
60
|
+
* hyphens. Start and end with alphanumeric.
|
|
61
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
62
|
+
* hyphens. Start and end with alphanumeric.
|
|
63
|
+
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
64
|
+
* read-only properties are included, they must match the existing values of those properties.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams): Promise<AutoImportJobsCreateOrUpdateResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Update an auto import job instance.
|
|
70
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
72
|
+
* hyphens. Start and end with alphanumeric.
|
|
73
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
74
|
+
* hyphens. Start and end with alphanumeric.
|
|
75
|
+
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
76
|
+
* read-only properties are included, they must match the existing values of those properties.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
beginUpdate(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsUpdateResponse>, AutoImportJobsUpdateResponse>>;
|
|
80
|
+
/**
|
|
81
|
+
* Update an auto import job instance.
|
|
82
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
|
+
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
84
|
+
* hyphens. Start and end with alphanumeric.
|
|
85
|
+
* @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and
|
|
86
|
+
* hyphens. Start and end with alphanumeric.
|
|
87
|
+
* @param autoImportJob Object containing the user-selectable properties of the auto import job. If
|
|
88
|
+
* read-only properties are included, they must match the existing values of those properties.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams): Promise<AutoImportJobsUpdateResponse>;
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=autoImportJobs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoImportJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoImportJobs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,+CAA+C,EAC/C,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,mBAAmB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoImportJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/autoImportJobs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AutoImportJob,\n AutoImportJobsListByAmlFilesystemOptionalParams,\n AutoImportJobsDeleteOptionalParams,\n AutoImportJobsDeleteResponse,\n AutoImportJobsGetOptionalParams,\n AutoImportJobsGetResponse,\n AutoImportJobsCreateOrUpdateOptionalParams,\n AutoImportJobsCreateOrUpdateResponse,\n AutoImportJobUpdate,\n AutoImportJobsUpdateOptionalParams,\n AutoImportJobsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AutoImportJobs. */\nexport interface AutoImportJobs {\n /**\n * Returns all the auto import jobs the user has access to under an AML File System.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n listByAmlFilesystem(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: AutoImportJobsListByAmlFilesystemOptionalParams,\n ): PagedAsyncIterableIterator<AutoImportJob>;\n /**\n * Schedules an auto import job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n options?: AutoImportJobsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoImportJobsDeleteResponse>, AutoImportJobsDeleteResponse>\n >;\n /**\n * Schedules an auto import job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n options?: AutoImportJobsDeleteOptionalParams,\n ): Promise<AutoImportJobsDeleteResponse>;\n /**\n * Returns an auto import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n options?: AutoImportJobsGetOptionalParams,\n ): Promise<AutoImportJobsGetResponse>;\n /**\n * Create or update an auto import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJob,\n options?: AutoImportJobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AutoImportJobsCreateOrUpdateResponse>,\n AutoImportJobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an auto import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJob,\n options?: AutoImportJobsCreateOrUpdateOptionalParams,\n ): Promise<AutoImportJobsCreateOrUpdateResponse>;\n /**\n * Update an auto import job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJobUpdate,\n options?: AutoImportJobsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AutoImportJobsUpdateResponse>, AutoImportJobsUpdateResponse>\n >;\n /**\n * Update an auto import job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJobName Name for the auto import job. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param autoImportJob Object containing the user-selectable properties of the auto import job. If\n * read-only properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n autoImportJobName: string,\n autoImportJob: AutoImportJobUpdate,\n options?: AutoImportJobsUpdateOptionalParams,\n ): Promise<AutoImportJobsUpdateResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caches.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/caches.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"caches.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/caches.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=caches.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caches.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/caches.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Cache,\n CachesListOptionalParams,\n CachesListByResourceGroupOptionalParams,\n CachesDeleteOptionalParams,\n CachesGetOptionalParams,\n CachesGetResponse,\n CachesCreateOrUpdateOptionalParams,\n CachesCreateOrUpdateResponse,\n CachesUpdateOptionalParams,\n CachesUpdateResponse,\n CachesDebugInfoOptionalParams,\n CachesFlushOptionalParams,\n CachesStartOptionalParams,\n CachesStopOptionalParams,\n CachesStartPrimingJobOptionalParams,\n CachesStartPrimingJobResponse,\n CachesStopPrimingJobOptionalParams,\n CachesStopPrimingJobResponse,\n CachesPausePrimingJobOptionalParams,\n CachesPausePrimingJobResponse,\n CachesResumePrimingJobOptionalParams,\n CachesResumePrimingJobResponse,\n CachesUpgradeFirmwareOptionalParams,\n CachesSpaceAllocationOptionalParams,\n CachesSpaceAllocationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Caches. */\nexport interface Caches {\n /**\n * Returns all caches the user has access to under a subscription.\n * @param options The options parameters.\n */\n list(options?: CachesListOptionalParams): PagedAsyncIterableIterator<Cache>;\n /**\n * Returns all caches 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?: CachesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Cache>;\n /**\n * Schedules a cache for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Schedules a cache for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesGetOptionalParams,\n ): Promise<CachesGetResponse>;\n /**\n * Create or update a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param cache Object containing the user-selectable properties of the new cache. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n cacheName: string,\n cache: Cache,\n options?: CachesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CachesCreateOrUpdateResponse>,\n CachesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param cache Object containing the user-selectable properties of the new cache. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n cacheName: string,\n cache: Cache,\n options?: CachesCreateOrUpdateOptionalParams,\n ): Promise<CachesCreateOrUpdateResponse>;\n /**\n * Update a cache instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesUpdateResponse>, CachesUpdateResponse>\n >;\n /**\n * Update a cache instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpdateOptionalParams,\n ): Promise<CachesUpdateResponse>;\n /**\n * Tells a cache to write generate debug info for support to process.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDebugInfo(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDebugInfoOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a cache to write generate debug info for support to process.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDebugInfoAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDebugInfoOptionalParams,\n ): Promise<void>;\n /**\n * Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see\n * errors returned until the flush is complete.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see\n * errors returned until the flush is complete.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesFlushOptionalParams,\n ): Promise<void>;\n /**\n * Tells a Stopped state cache to transition to Active state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a Stopped state cache to transition to Active state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartOptionalParams,\n ): Promise<void>;\n /**\n * Tells an Active cache to transition to Stopped state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells an Active cache to transition to Stopped state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopOptionalParams,\n ): Promise<void>;\n /**\n * Create a priming job. This operation is only allowed when the cache is healthy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStartPrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartPrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CachesStartPrimingJobResponse>,\n CachesStartPrimingJobResponse\n >\n >;\n /**\n * Create a priming job. This operation is only allowed when the cache is healthy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStartPrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartPrimingJobOptionalParams,\n ): Promise<CachesStartPrimingJobResponse>;\n /**\n * Schedule a priming job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStopPrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopPrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CachesStopPrimingJobResponse>,\n CachesStopPrimingJobResponse\n >\n >;\n /**\n * Schedule a priming job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStopPrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopPrimingJobOptionalParams,\n ): Promise<CachesStopPrimingJobResponse>;\n /**\n * Schedule a priming job to be paused.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginPausePrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesPausePrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CachesPausePrimingJobResponse>,\n CachesPausePrimingJobResponse\n >\n >;\n /**\n * Schedule a priming job to be paused.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginPausePrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesPausePrimingJobOptionalParams,\n ): Promise<CachesPausePrimingJobResponse>;\n /**\n * Resumes a paused priming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginResumePrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesResumePrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CachesResumePrimingJobResponse>,\n CachesResumePrimingJobResponse\n >\n >;\n /**\n * Resumes a paused priming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginResumePrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesResumePrimingJobOptionalParams,\n ): Promise<CachesResumePrimingJobResponse>;\n /**\n * Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpgradeFirmware(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpgradeFirmwareOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpgradeFirmwareAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpgradeFirmwareOptionalParams,\n ): Promise<void>;\n /**\n * Update cache space allocation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginSpaceAllocation(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesSpaceAllocationOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CachesSpaceAllocationResponse>,\n CachesSpaceAllocationResponse\n >\n >;\n /**\n * Update cache space allocation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginSpaceAllocationAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesSpaceAllocationOptionalParams,\n ): Promise<CachesSpaceAllocationResponse>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"caches.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/caches.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Cache,\n CachesListOptionalParams,\n CachesListByResourceGroupOptionalParams,\n CachesDeleteOptionalParams,\n CachesGetOptionalParams,\n CachesGetResponse,\n CachesCreateOrUpdateOptionalParams,\n CachesCreateOrUpdateResponse,\n CachesUpdateOptionalParams,\n CachesUpdateResponse,\n CachesDebugInfoOptionalParams,\n CachesFlushOptionalParams,\n CachesStartOptionalParams,\n CachesStopOptionalParams,\n CachesStartPrimingJobOptionalParams,\n CachesStartPrimingJobResponse,\n CachesStopPrimingJobOptionalParams,\n CachesStopPrimingJobResponse,\n CachesPausePrimingJobOptionalParams,\n CachesPausePrimingJobResponse,\n CachesResumePrimingJobOptionalParams,\n CachesResumePrimingJobResponse,\n CachesUpgradeFirmwareOptionalParams,\n CachesSpaceAllocationOptionalParams,\n CachesSpaceAllocationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Caches. */\nexport interface Caches {\n /**\n * Returns all caches the user has access to under a subscription.\n * @param options The options parameters.\n */\n list(options?: CachesListOptionalParams): PagedAsyncIterableIterator<Cache>;\n /**\n * Returns all caches 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?: CachesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Cache>;\n /**\n * Schedules a cache for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Schedules a cache for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesGetOptionalParams,\n ): Promise<CachesGetResponse>;\n /**\n * Create or update a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param cache Object containing the user-selectable properties of the new cache. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n cacheName: string,\n cache: Cache,\n options?: CachesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesCreateOrUpdateResponse>, CachesCreateOrUpdateResponse>\n >;\n /**\n * Create or update a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param cache Object containing the user-selectable properties of the new cache. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n cacheName: string,\n cache: Cache,\n options?: CachesCreateOrUpdateOptionalParams,\n ): Promise<CachesCreateOrUpdateResponse>;\n /**\n * Update a cache instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<CachesUpdateResponse>, CachesUpdateResponse>>;\n /**\n * Update a cache instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpdateOptionalParams,\n ): Promise<CachesUpdateResponse>;\n /**\n * Tells a cache to write generate debug info for support to process.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDebugInfo(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDebugInfoOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a cache to write generate debug info for support to process.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginDebugInfoAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesDebugInfoOptionalParams,\n ): Promise<void>;\n /**\n * Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see\n * errors returned until the flush is complete.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see\n * errors returned until the flush is complete.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesFlushOptionalParams,\n ): Promise<void>;\n /**\n * Tells a Stopped state cache to transition to Active state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a Stopped state cache to transition to Active state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartOptionalParams,\n ): Promise<void>;\n /**\n * Tells an Active cache to transition to Stopped state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells an Active cache to transition to Stopped state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopOptionalParams,\n ): Promise<void>;\n /**\n * Create a priming job. This operation is only allowed when the cache is healthy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStartPrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartPrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesStartPrimingJobResponse>, CachesStartPrimingJobResponse>\n >;\n /**\n * Create a priming job. This operation is only allowed when the cache is healthy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStartPrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStartPrimingJobOptionalParams,\n ): Promise<CachesStartPrimingJobResponse>;\n /**\n * Schedule a priming job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStopPrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopPrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesStopPrimingJobResponse>, CachesStopPrimingJobResponse>\n >;\n /**\n * Schedule a priming job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginStopPrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesStopPrimingJobOptionalParams,\n ): Promise<CachesStopPrimingJobResponse>;\n /**\n * Schedule a priming job to be paused.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginPausePrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesPausePrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesPausePrimingJobResponse>, CachesPausePrimingJobResponse>\n >;\n /**\n * Schedule a priming job to be paused.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginPausePrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesPausePrimingJobOptionalParams,\n ): Promise<CachesPausePrimingJobResponse>;\n /**\n * Resumes a paused priming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginResumePrimingJob(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesResumePrimingJobOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesResumePrimingJobResponse>, CachesResumePrimingJobResponse>\n >;\n /**\n * Resumes a paused priming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginResumePrimingJobAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesResumePrimingJobOptionalParams,\n ): Promise<CachesResumePrimingJobResponse>;\n /**\n * Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpgradeFirmware(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpgradeFirmwareOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginUpgradeFirmwareAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesUpgradeFirmwareOptionalParams,\n ): Promise<void>;\n /**\n * Update cache space allocation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginSpaceAllocation(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesSpaceAllocationOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<CachesSpaceAllocationResponse>, CachesSpaceAllocationResponse>\n >;\n /**\n * Update cache space allocation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n beginSpaceAllocationAndWait(\n resourceGroupName: string,\n cacheName: string,\n options?: CachesSpaceAllocationOptionalParams,\n ): Promise<CachesSpaceAllocationResponse>;\n}\n"]}
|
|
@@ -42,7 +42,7 @@ export interface ImportJobs {
|
|
|
42
42
|
*/
|
|
43
43
|
get(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsGetOptionalParams): Promise<ImportJobsGetResponse>;
|
|
44
44
|
/**
|
|
45
|
-
* Create or update an import job.
|
|
45
|
+
* Create or update an import job.
|
|
46
46
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
47
|
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
48
48
|
* hyphens. Start and end with alphanumeric.
|
|
@@ -54,7 +54,7 @@ export interface ImportJobs {
|
|
|
54
54
|
*/
|
|
55
55
|
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsCreateOrUpdateResponse>, ImportJobsCreateOrUpdateResponse>>;
|
|
56
56
|
/**
|
|
57
|
-
* Create or update an import job.
|
|
57
|
+
* Create or update an import job.
|
|
58
58
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
59
|
* @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
|
|
60
60
|
* hyphens. Start and end with alphanumeric.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/importJobs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"importJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/importJobs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,2CAA2C,EAC3C,8BAA8B,EAC9B,wBAAwB,EACxB,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,eAAe,EACf,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC,CAAC,CAAC;IACjG;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;;;OAUG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gCAAgC,CAAC,EAChD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,eAAe,EAC1B,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC,CAAC,CAAC;IACjG;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,eAAe,EAC1B,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=importJobs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/importJobs.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"importJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/importJobs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ImportJob,\n ImportJobsListByAmlFilesystemOptionalParams,\n ImportJobsDeleteOptionalParams,\n ImportJobsDeleteResponse,\n ImportJobsGetOptionalParams,\n ImportJobsGetResponse,\n ImportJobsCreateOrUpdateOptionalParams,\n ImportJobsCreateOrUpdateResponse,\n ImportJobUpdate,\n ImportJobsUpdateOptionalParams,\n ImportJobsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ImportJobs. */\nexport interface ImportJobs {\n /**\n * Returns all import jobs the user has access to under an AML File System.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param options The options parameters.\n */\n listByAmlFilesystem(\n resourceGroupName: string,\n amlFilesystemName: string,\n options?: ImportJobsListByAmlFilesystemOptionalParams,\n ): PagedAsyncIterableIterator<ImportJob>;\n /**\n * Schedules an import job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n options?: ImportJobsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ImportJobsDeleteResponse>, ImportJobsDeleteResponse>>;\n /**\n * Schedules an import job for deletion.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n options?: ImportJobsDeleteOptionalParams,\n ): Promise<ImportJobsDeleteResponse>;\n /**\n * Returns an import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n options?: ImportJobsGetOptionalParams,\n ): Promise<ImportJobsGetResponse>;\n /**\n * Create or update an import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n importJob: ImportJob,\n options?: ImportJobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ImportJobsCreateOrUpdateResponse>,\n ImportJobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an import job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n importJob: ImportJob,\n options?: ImportJobsCreateOrUpdateOptionalParams,\n ): Promise<ImportJobsCreateOrUpdateResponse>;\n /**\n * Update an import job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n importJob: ImportJobUpdate,\n options?: ImportJobsUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ImportJobsUpdateResponse>, ImportJobsUpdateResponse>>;\n /**\n * Update an import job instance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and\n * hyphens. Start and end with alphanumeric.\n * @param importJobName Name for the import job. Allows alphanumerics, underscores, and hyphens. Start\n * and end with alphanumeric.\n * @param importJob Object containing the user-selectable properties of the import job. If read-only\n * properties are included, they must match the existing values of those properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n amlFilesystemName: string,\n importJobName: string,\n importJob: ImportJobUpdate,\n options?: ImportJobsUpdateOptionalParams,\n ): Promise<ImportJobsUpdateResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAMA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
const tslib_1 = require("tslib");
|
|
6
|
+
// Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
11
8
|
tslib_1.__exportStar(require("./amlFilesystems.js"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./autoExportJobs.js"), exports);
|
|
12
10
|
tslib_1.__exportStar(require("./importJobs.js"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./autoImportJobs.js"), exports);
|
|
13
12
|
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
14
13
|
tslib_1.__exportStar(require("./skus.js"), exports);
|
|
15
14
|
tslib_1.__exportStar(require("./usageModels.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,8DAAoC;AACpC,8DAAoC;AACpC,0DAAgC;AAChC,8DAAoC;AACpC,0DAAgC;AAChC,oDAA0B;AAC1B,2DAAiC;AACjC,6DAAmC;AACnC,yDAA+B;AAC/B,sDAA4B;AAC5B,8DAAoC;AACpC,uEAA6C","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./amlFilesystems.js\";\nexport * from \"./autoExportJobs.js\";\nexport * from \"./importJobs.js\";\nexport * from \"./autoImportJobs.js\";\nexport * from \"./operations.js\";\nexport * from \"./skus.js\";\nexport * from \"./usageModels.js\";\nexport * from \"./ascOperations.js\";\nexport * from \"./ascUsages.js\";\nexport * from \"./caches.js\";\nexport * from \"./storageTargets.js\";\nexport * from \"./storageTargetOperations.js\";\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGhF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,0BAA0B,CAAC,YAAY,CAAC,CAAC;CACxF"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ApiOperation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Resource Provider operations.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ApiOperation>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAGzE,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,sBAAsB,GAAG,0BAA0B,CAAC,WAAW,CAAC,CAAC;CACjF"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=skus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ResourceSku, SkusListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * Get the list of StorageCache.Cache SKUs available to this subscription.\n * @param options The options parameters.\n */\n list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageTargetOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargetOperations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"storageTargetOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargetOperations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,gCAAgC,EAChC,kCAAkC,EAClC,iCAAiC,EACjC,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;OAQG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=storageTargetOperations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageTargetOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargetOperations.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"storageTargetOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargetOperations.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n StorageTargetFlushOptionalParams,\n StorageTargetSuspendOptionalParams,\n StorageTargetResumeOptionalParams,\n StorageTargetInvalidateOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a StorageTargetOperations. */\nexport interface StorageTargetOperations {\n /**\n * Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to\n * this storage target's namespace will return errors until the flush operation completes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to\n * this storage target's namespace will return errors until the flush operation completes.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetFlushOptionalParams,\n ): Promise<void>;\n /**\n * Suspends client access to a storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginSuspend(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetSuspendOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Suspends client access to a storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginSuspendAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetSuspendOptionalParams,\n ): Promise<void>;\n /**\n * Resumes client access to a previously suspended storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginResume(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetResumeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Resumes client access to a previously suspended storage target.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginResumeAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetResumeOptionalParams,\n ): Promise<void>;\n /**\n * Invalidate all cached data for a storage target. Cached files are discarded and fetched from the\n * back end on the next request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginInvalidate(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetInvalidateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Invalidate all cached data for a storage target. Cached files are discarded and fetched from the\n * back end on the next request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginInvalidateAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetInvalidateOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageTargets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"storageTargets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargets.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=storageTargets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageTargets.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargets.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"storageTargets.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/storageTargets.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n StorageTarget,\n StorageTargetsListByCacheOptionalParams,\n StorageTargetsDnsRefreshOptionalParams,\n StorageTargetsDeleteOptionalParams,\n StorageTargetsGetOptionalParams,\n StorageTargetsGetResponse,\n StorageTargetsCreateOrUpdateOptionalParams,\n StorageTargetsCreateOrUpdateResponse,\n StorageTargetsRestoreDefaultsOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a StorageTargets. */\nexport interface StorageTargets {\n /**\n * Returns a list of Storage Targets for the specified cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param options The options parameters.\n */\n listByCache(\n resourceGroupName: string,\n cacheName: string,\n options?: StorageTargetsListByCacheOptionalParams,\n ): PagedAsyncIterableIterator<StorageTarget>;\n /**\n * Tells a storage target to refresh its DNS information.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDnsRefresh(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDnsRefreshOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a storage target to refresh its DNS information.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDnsRefreshAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDnsRefreshOptionalParams,\n ): Promise<void>;\n /**\n * Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is\n * down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is\n * healthy again. Note that if the cache has data to flush to the Storage Target, the data will be\n * flushed before the Storage Target will be deleted.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is\n * down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is\n * healthy again. Note that if the cache has data to flush to the Storage Target, the data will be\n * flushed before the Storage Target will be deleted.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a Storage Target from a cache.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsGetOptionalParams,\n ): Promise<StorageTargetsGetResponse>;\n /**\n * Create or update a Storage Target. This operation is allowed at any time, but if the cache is down\n * or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache\n * is healthy again.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param storagetarget Object containing the definition of a Storage Target.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n storagetarget: StorageTarget,\n options?: StorageTargetsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<StorageTargetsCreateOrUpdateResponse>,\n StorageTargetsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a Storage Target. This operation is allowed at any time, but if the cache is down\n * or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache\n * is healthy again.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param storagetarget Object containing the definition of a Storage Target.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n storagetarget: StorageTarget,\n options?: StorageTargetsCreateOrUpdateOptionalParams,\n ): Promise<StorageTargetsCreateOrUpdateResponse>;\n /**\n * Tells a storage target to restore its settings to their default values.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginRestoreDefaults(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsRestoreDefaultsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Tells a storage target to restore its settings to their default values.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param cacheName Name of cache. Length of name must not be greater than 80 and chars must be from\n * the [-0-9a-zA-Z_] char class.\n * @param storageTargetName Name of Storage Target.\n * @param options The options parameters.\n */\n beginRestoreDefaultsAndWait(\n resourceGroupName: string,\n cacheName: string,\n storageTargetName: string,\n options?: StorageTargetsRestoreDefaultsOptionalParams,\n ): Promise<void>;\n}\n"]}
|