@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
|
@@ -1,1647 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-storagecache"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AmlFilesystem extends TrackedResource {
|
|
15
|
-
readonly clientInfo?: AmlFilesystemClientInfo;
|
|
16
|
-
encryptionSettings?: AmlFilesystemEncryptionSettings;
|
|
17
|
-
filesystemSubnet?: string;
|
|
18
|
-
readonly health?: AmlFilesystemHealth;
|
|
19
|
-
hsm?: AmlFilesystemPropertiesHsm;
|
|
20
|
-
identity?: AmlFilesystemIdentity;
|
|
21
|
-
maintenanceWindow?: AmlFilesystemPropertiesMaintenanceWindow;
|
|
22
|
-
readonly provisioningState?: AmlFilesystemProvisioningStateType;
|
|
23
|
-
rootSquashSettings?: AmlFilesystemRootSquashSettings;
|
|
24
|
-
sku?: SkuName;
|
|
25
|
-
storageCapacityTiB?: number;
|
|
26
|
-
readonly throughputProvisionedMBps?: number;
|
|
27
|
-
zones?: string[];
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// @public
|
|
31
|
-
export interface AmlFilesystemArchive {
|
|
32
|
-
readonly filesystemPath?: string;
|
|
33
|
-
readonly status?: AmlFilesystemArchiveStatus;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export interface AmlFilesystemArchiveInfo {
|
|
38
|
-
filesystemPath?: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// @public
|
|
42
|
-
export interface AmlFilesystemArchiveStatus {
|
|
43
|
-
readonly errorCode?: string;
|
|
44
|
-
readonly errorMessage?: string;
|
|
45
|
-
readonly lastCompletionTime?: Date;
|
|
46
|
-
readonly lastStartedTime?: Date;
|
|
47
|
-
readonly percentComplete?: number;
|
|
48
|
-
readonly state?: ArchiveStatusType;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export interface AmlFilesystemCheckSubnetError {
|
|
53
|
-
filesystemSubnet?: AmlFilesystemCheckSubnetErrorFilesystemSubnet;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// @public
|
|
57
|
-
export interface AmlFilesystemCheckSubnetErrorFilesystemSubnet {
|
|
58
|
-
message?: string;
|
|
59
|
-
status?: FilesystemSubnetStatusType;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// @public
|
|
63
|
-
export interface AmlFilesystemClientInfo {
|
|
64
|
-
readonly containerStorageInterface?: AmlFilesystemContainerStorageInterface;
|
|
65
|
-
readonly lustreVersion?: string;
|
|
66
|
-
readonly mgsAddress?: string;
|
|
67
|
-
readonly mountCommand?: string;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// @public
|
|
71
|
-
export interface AmlFilesystemContainerStorageInterface {
|
|
72
|
-
readonly persistentVolume?: string;
|
|
73
|
-
readonly persistentVolumeClaim?: string;
|
|
74
|
-
readonly storageClass?: string;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// @public
|
|
78
|
-
export interface AmlFilesystemEncryptionSettings {
|
|
79
|
-
keyEncryptionKey?: KeyVaultKeyReference;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// @public
|
|
83
|
-
export interface AmlFilesystemHealth {
|
|
84
|
-
state?: AmlFilesystemHealthStateType;
|
|
85
|
-
statusCode?: string;
|
|
86
|
-
statusDescription?: string;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public
|
|
90
|
-
export type AmlFilesystemHealthStateType = string;
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface AmlFilesystemHsmSettings {
|
|
94
|
-
container: string;
|
|
95
|
-
importPrefix?: string;
|
|
96
|
-
importPrefixesInitial?: string[];
|
|
97
|
-
loggingContainer: string;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// @public
|
|
101
|
-
export interface AmlFilesystemIdentity {
|
|
102
|
-
readonly principalId?: string;
|
|
103
|
-
readonly tenantId?: string;
|
|
104
|
-
type?: AmlFilesystemIdentityType;
|
|
105
|
-
userAssignedIdentities?: {
|
|
106
|
-
[propertyName: string]: UserAssignedIdentitiesValue;
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export type AmlFilesystemIdentityType = "UserAssigned" | "None";
|
|
112
|
-
|
|
113
|
-
// @public
|
|
114
|
-
export interface AmlFilesystemPropertiesHsm {
|
|
115
|
-
readonly archiveStatus?: AmlFilesystemArchive[];
|
|
116
|
-
settings?: AmlFilesystemHsmSettings;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// @public
|
|
120
|
-
export interface AmlFilesystemPropertiesMaintenanceWindow {
|
|
121
|
-
dayOfWeek?: MaintenanceDayOfWeekType;
|
|
122
|
-
timeOfDayUTC?: string;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export type AmlFilesystemProvisioningStateType = string;
|
|
127
|
-
|
|
128
|
-
// @public
|
|
129
|
-
export interface AmlFilesystemRootSquashSettings {
|
|
130
|
-
mode?: AmlFilesystemSquashMode;
|
|
131
|
-
noSquashNidLists?: string;
|
|
132
|
-
squashGID?: number;
|
|
133
|
-
squashUID?: number;
|
|
134
|
-
readonly status?: string;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export interface AmlFilesystems {
|
|
139
|
-
archive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams): Promise<void>;
|
|
140
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystemsCreateOrUpdateResponse>, AmlFilesystemsCreateOrUpdateResponse>>;
|
|
141
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<AmlFilesystemsCreateOrUpdateResponse>;
|
|
142
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
143
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<void>;
|
|
144
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystemsUpdateResponse>, AmlFilesystemsUpdateResponse>>;
|
|
145
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<AmlFilesystemsUpdateResponse>;
|
|
146
|
-
cancelArchive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams): Promise<void>;
|
|
147
|
-
get(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams): Promise<AmlFilesystemsGetResponse>;
|
|
148
|
-
list(options?: AmlFilesystemsListOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;
|
|
149
|
-
listByResourceGroup(resourceGroupName: string, options?: AmlFilesystemsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AmlFilesystem>;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// @public
|
|
153
|
-
export interface AmlFilesystemsArchiveOptionalParams extends coreClient.OperationOptions {
|
|
154
|
-
archiveInfo?: AmlFilesystemArchiveInfo;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// @public
|
|
158
|
-
export interface AmlFilesystemsCancelArchiveOptionalParams extends coreClient.OperationOptions {
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
// @public
|
|
162
|
-
export interface AmlFilesystemsCreateOrUpdateHeaders {
|
|
163
|
-
azureAsyncOperation?: string;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
// @public
|
|
167
|
-
export interface AmlFilesystemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
168
|
-
resumeFrom?: string;
|
|
169
|
-
updateIntervalInMs?: number;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// @public
|
|
173
|
-
export type AmlFilesystemsCreateOrUpdateResponse = AmlFilesystem;
|
|
174
|
-
|
|
175
|
-
// @public
|
|
176
|
-
export interface AmlFilesystemsDeleteHeaders {
|
|
177
|
-
azureAsyncOperation?: string;
|
|
178
|
-
location?: string;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// @public
|
|
182
|
-
export interface AmlFilesystemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
183
|
-
resumeFrom?: string;
|
|
184
|
-
updateIntervalInMs?: number;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
// @public
|
|
188
|
-
export interface AmlFilesystemsGetOptionalParams extends coreClient.OperationOptions {
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
// @public
|
|
192
|
-
export type AmlFilesystemsGetResponse = AmlFilesystem;
|
|
193
|
-
|
|
194
|
-
// @public
|
|
195
|
-
export interface AmlFilesystemsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
// @public
|
|
199
|
-
export type AmlFilesystemsListByResourceGroupNextResponse = AmlFilesystemsListResult;
|
|
200
|
-
|
|
201
|
-
// @public
|
|
202
|
-
export interface AmlFilesystemsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// @public
|
|
206
|
-
export type AmlFilesystemsListByResourceGroupResponse = AmlFilesystemsListResult;
|
|
207
|
-
|
|
208
|
-
// @public
|
|
209
|
-
export interface AmlFilesystemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
// @public
|
|
213
|
-
export type AmlFilesystemsListNextResponse = AmlFilesystemsListResult;
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export interface AmlFilesystemsListOptionalParams extends coreClient.OperationOptions {
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// @public
|
|
220
|
-
export type AmlFilesystemsListResponse = AmlFilesystemsListResult;
|
|
221
|
-
|
|
222
|
-
// @public
|
|
223
|
-
export interface AmlFilesystemsListResult {
|
|
224
|
-
nextLink?: string;
|
|
225
|
-
value?: AmlFilesystem[];
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
// @public
|
|
229
|
-
export type AmlFilesystemSquashMode = string;
|
|
230
|
-
|
|
231
|
-
// @public
|
|
232
|
-
export interface AmlFilesystemSubnetInfo {
|
|
233
|
-
filesystemSubnet?: string;
|
|
234
|
-
location?: string;
|
|
235
|
-
sku?: SkuName;
|
|
236
|
-
storageCapacityTiB?: number;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
// @public
|
|
240
|
-
export interface AmlFilesystemsUpdateHeaders {
|
|
241
|
-
azureAsyncOperation?: string;
|
|
242
|
-
location?: string;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
// @public
|
|
246
|
-
export interface AmlFilesystemsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
247
|
-
resumeFrom?: string;
|
|
248
|
-
updateIntervalInMs?: number;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
// @public
|
|
252
|
-
export type AmlFilesystemsUpdateResponse = AmlFilesystem;
|
|
253
|
-
|
|
254
|
-
// @public
|
|
255
|
-
export interface AmlFilesystemUpdate {
|
|
256
|
-
encryptionSettings?: AmlFilesystemEncryptionSettings;
|
|
257
|
-
maintenanceWindow?: AmlFilesystemUpdatePropertiesMaintenanceWindow;
|
|
258
|
-
rootSquashSettings?: AmlFilesystemRootSquashSettings;
|
|
259
|
-
tags?: {
|
|
260
|
-
[propertyName: string]: string;
|
|
261
|
-
};
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
// @public
|
|
265
|
-
export interface AmlFilesystemUpdatePropertiesMaintenanceWindow {
|
|
266
|
-
dayOfWeek?: MaintenanceDayOfWeekType;
|
|
267
|
-
timeOfDayUTC?: string;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
// @public
|
|
271
|
-
export interface ApiOperation {
|
|
272
|
-
display?: ApiOperationDisplay;
|
|
273
|
-
isDataAction?: boolean;
|
|
274
|
-
name?: string;
|
|
275
|
-
origin?: string;
|
|
276
|
-
serviceSpecification?: ApiOperationPropertiesServiceSpecification;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
// @public
|
|
280
|
-
export interface ApiOperationDisplay {
|
|
281
|
-
description?: string;
|
|
282
|
-
operation?: string;
|
|
283
|
-
provider?: string;
|
|
284
|
-
resource?: string;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
// @public
|
|
288
|
-
export interface ApiOperationListResult {
|
|
289
|
-
nextLink?: string;
|
|
290
|
-
value?: ApiOperation[];
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
// @public
|
|
294
|
-
export interface ApiOperationPropertiesServiceSpecification {
|
|
295
|
-
logSpecifications?: LogSpecification[];
|
|
296
|
-
metricSpecifications?: MetricSpecification[];
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// @public
|
|
300
|
-
export type ArchiveStatusType = string;
|
|
301
|
-
|
|
302
|
-
// @public
|
|
303
|
-
export interface AscOperation {
|
|
304
|
-
endTime?: string;
|
|
305
|
-
error?: AscOperationErrorResponse;
|
|
306
|
-
id?: string;
|
|
307
|
-
name?: string;
|
|
308
|
-
output?: {
|
|
309
|
-
[propertyName: string]: Record<string, unknown>;
|
|
310
|
-
};
|
|
311
|
-
startTime?: string;
|
|
312
|
-
status?: string;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
// @public
|
|
316
|
-
export interface AscOperationErrorResponse {
|
|
317
|
-
code?: string;
|
|
318
|
-
message?: string;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
// @public
|
|
322
|
-
export interface AscOperations {
|
|
323
|
-
get(location: string, operationId: string, options?: AscOperationsGetOptionalParams): Promise<AscOperationsGetResponse>;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
// @public
|
|
327
|
-
export interface AscOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
// @public
|
|
331
|
-
export type AscOperationsGetResponse = AscOperation;
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export interface AscUsages {
|
|
335
|
-
list(location: string, options?: AscUsagesListOptionalParams): PagedAsyncIterableIterator<ResourceUsage>;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
// @public
|
|
339
|
-
export interface AscUsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
// @public
|
|
343
|
-
export type AscUsagesListNextResponse = ResourceUsagesListResult;
|
|
344
|
-
|
|
345
|
-
// @public
|
|
346
|
-
export interface AscUsagesListOptionalParams extends coreClient.OperationOptions {
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
// @public
|
|
350
|
-
export type AscUsagesListResponse = ResourceUsagesListResult;
|
|
351
|
-
|
|
352
|
-
// @public
|
|
353
|
-
export interface BlobNfsTarget {
|
|
354
|
-
target?: string;
|
|
355
|
-
usageModel?: string;
|
|
356
|
-
verificationTimer?: number;
|
|
357
|
-
writeBackTimer?: number;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
// @public
|
|
361
|
-
export interface Cache {
|
|
362
|
-
cacheSizeGB?: number;
|
|
363
|
-
directoryServicesSettings?: CacheDirectorySettings;
|
|
364
|
-
encryptionSettings?: CacheEncryptionSettings;
|
|
365
|
-
readonly health?: CacheHealth;
|
|
366
|
-
readonly id?: string;
|
|
367
|
-
identity?: CacheIdentity;
|
|
368
|
-
location?: string;
|
|
369
|
-
readonly mountAddresses?: string[];
|
|
370
|
-
readonly name?: string;
|
|
371
|
-
networkSettings?: CacheNetworkSettings;
|
|
372
|
-
readonly primingJobs?: PrimingJob[];
|
|
373
|
-
readonly provisioningState?: ProvisioningStateType;
|
|
374
|
-
securitySettings?: CacheSecuritySettings;
|
|
375
|
-
sku?: CacheSku;
|
|
376
|
-
readonly spaceAllocation?: StorageTargetSpaceAllocation[];
|
|
377
|
-
subnet?: string;
|
|
378
|
-
readonly systemData?: SystemData;
|
|
379
|
-
tags?: {
|
|
380
|
-
[propertyName: string]: string;
|
|
381
|
-
};
|
|
382
|
-
readonly type?: string;
|
|
383
|
-
upgradeSettings?: CacheUpgradeSettings;
|
|
384
|
-
readonly upgradeStatus?: CacheUpgradeStatus;
|
|
385
|
-
zones?: string[];
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
// @public
|
|
389
|
-
export interface CacheActiveDirectorySettings {
|
|
390
|
-
cacheNetBiosName: string;
|
|
391
|
-
credentials?: CacheActiveDirectorySettingsCredentials;
|
|
392
|
-
readonly domainJoined?: DomainJoinedType;
|
|
393
|
-
domainName: string;
|
|
394
|
-
domainNetBiosName: string;
|
|
395
|
-
primaryDnsIpAddress: string;
|
|
396
|
-
secondaryDnsIpAddress?: string;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
// @public
|
|
400
|
-
export interface CacheActiveDirectorySettingsCredentials {
|
|
401
|
-
password?: string;
|
|
402
|
-
username: string;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
// @public
|
|
406
|
-
export interface CacheDirectorySettings {
|
|
407
|
-
activeDirectory?: CacheActiveDirectorySettings;
|
|
408
|
-
usernameDownload?: CacheUsernameDownloadSettings;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
// @public
|
|
412
|
-
export interface CacheEncryptionSettings {
|
|
413
|
-
keyEncryptionKey?: KeyVaultKeyReference;
|
|
414
|
-
rotationToLatestKeyVersionEnabled?: boolean;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
// @public
|
|
418
|
-
export interface CacheHealth {
|
|
419
|
-
readonly conditions?: Condition[];
|
|
420
|
-
state?: HealthStateType;
|
|
421
|
-
statusDescription?: string;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
// @public
|
|
425
|
-
export interface CacheIdentity {
|
|
426
|
-
readonly principalId?: string;
|
|
427
|
-
readonly tenantId?: string;
|
|
428
|
-
type?: CacheIdentityType;
|
|
429
|
-
userAssignedIdentities?: {
|
|
430
|
-
[propertyName: string]: UserAssignedIdentitiesValue;
|
|
431
|
-
};
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
// @public
|
|
435
|
-
export type CacheIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
436
|
-
|
|
437
|
-
// @public
|
|
438
|
-
export interface CacheNetworkSettings {
|
|
439
|
-
dnsSearchDomain?: string;
|
|
440
|
-
dnsServers?: string[];
|
|
441
|
-
mtu?: number;
|
|
442
|
-
ntpServer?: string;
|
|
443
|
-
readonly utilityAddresses?: string[];
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
// @public
|
|
447
|
-
export interface Caches {
|
|
448
|
-
beginCreateOrUpdate(resourceGroupName: string, cacheName: string, cache: Cache, options?: CachesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CachesCreateOrUpdateResponse>, CachesCreateOrUpdateResponse>>;
|
|
449
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, cacheName: string, cache: Cache, options?: CachesCreateOrUpdateOptionalParams): Promise<CachesCreateOrUpdateResponse>;
|
|
450
|
-
beginDebugInfo(resourceGroupName: string, cacheName: string, options?: CachesDebugInfoOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
451
|
-
beginDebugInfoAndWait(resourceGroupName: string, cacheName: string, options?: CachesDebugInfoOptionalParams): Promise<void>;
|
|
452
|
-
beginDelete(resourceGroupName: string, cacheName: string, options?: CachesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
453
|
-
beginDeleteAndWait(resourceGroupName: string, cacheName: string, options?: CachesDeleteOptionalParams): Promise<void>;
|
|
454
|
-
beginFlush(resourceGroupName: string, cacheName: string, options?: CachesFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
455
|
-
beginFlushAndWait(resourceGroupName: string, cacheName: string, options?: CachesFlushOptionalParams): Promise<void>;
|
|
456
|
-
beginPausePrimingJob(resourceGroupName: string, cacheName: string, options?: CachesPausePrimingJobOptionalParams): Promise<SimplePollerLike<OperationState<CachesPausePrimingJobResponse>, CachesPausePrimingJobResponse>>;
|
|
457
|
-
beginPausePrimingJobAndWait(resourceGroupName: string, cacheName: string, options?: CachesPausePrimingJobOptionalParams): Promise<CachesPausePrimingJobResponse>;
|
|
458
|
-
beginResumePrimingJob(resourceGroupName: string, cacheName: string, options?: CachesResumePrimingJobOptionalParams): Promise<SimplePollerLike<OperationState<CachesResumePrimingJobResponse>, CachesResumePrimingJobResponse>>;
|
|
459
|
-
beginResumePrimingJobAndWait(resourceGroupName: string, cacheName: string, options?: CachesResumePrimingJobOptionalParams): Promise<CachesResumePrimingJobResponse>;
|
|
460
|
-
beginSpaceAllocation(resourceGroupName: string, cacheName: string, options?: CachesSpaceAllocationOptionalParams): Promise<SimplePollerLike<OperationState<CachesSpaceAllocationResponse>, CachesSpaceAllocationResponse>>;
|
|
461
|
-
beginSpaceAllocationAndWait(resourceGroupName: string, cacheName: string, options?: CachesSpaceAllocationOptionalParams): Promise<CachesSpaceAllocationResponse>;
|
|
462
|
-
beginStart(resourceGroupName: string, cacheName: string, options?: CachesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
463
|
-
beginStartAndWait(resourceGroupName: string, cacheName: string, options?: CachesStartOptionalParams): Promise<void>;
|
|
464
|
-
beginStartPrimingJob(resourceGroupName: string, cacheName: string, options?: CachesStartPrimingJobOptionalParams): Promise<SimplePollerLike<OperationState<CachesStartPrimingJobResponse>, CachesStartPrimingJobResponse>>;
|
|
465
|
-
beginStartPrimingJobAndWait(resourceGroupName: string, cacheName: string, options?: CachesStartPrimingJobOptionalParams): Promise<CachesStartPrimingJobResponse>;
|
|
466
|
-
beginStop(resourceGroupName: string, cacheName: string, options?: CachesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
467
|
-
beginStopAndWait(resourceGroupName: string, cacheName: string, options?: CachesStopOptionalParams): Promise<void>;
|
|
468
|
-
beginStopPrimingJob(resourceGroupName: string, cacheName: string, options?: CachesStopPrimingJobOptionalParams): Promise<SimplePollerLike<OperationState<CachesStopPrimingJobResponse>, CachesStopPrimingJobResponse>>;
|
|
469
|
-
beginStopPrimingJobAndWait(resourceGroupName: string, cacheName: string, options?: CachesStopPrimingJobOptionalParams): Promise<CachesStopPrimingJobResponse>;
|
|
470
|
-
beginUpdate(resourceGroupName: string, cacheName: string, options?: CachesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CachesUpdateResponse>, CachesUpdateResponse>>;
|
|
471
|
-
beginUpdateAndWait(resourceGroupName: string, cacheName: string, options?: CachesUpdateOptionalParams): Promise<CachesUpdateResponse>;
|
|
472
|
-
beginUpgradeFirmware(resourceGroupName: string, cacheName: string, options?: CachesUpgradeFirmwareOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
473
|
-
beginUpgradeFirmwareAndWait(resourceGroupName: string, cacheName: string, options?: CachesUpgradeFirmwareOptionalParams): Promise<void>;
|
|
474
|
-
get(resourceGroupName: string, cacheName: string, options?: CachesGetOptionalParams): Promise<CachesGetResponse>;
|
|
475
|
-
list(options?: CachesListOptionalParams): PagedAsyncIterableIterator<Cache>;
|
|
476
|
-
listByResourceGroup(resourceGroupName: string, options?: CachesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cache>;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
// @public
|
|
480
|
-
export interface CachesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
481
|
-
resumeFrom?: string;
|
|
482
|
-
updateIntervalInMs?: number;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
// @public
|
|
486
|
-
export type CachesCreateOrUpdateResponse = Cache;
|
|
487
|
-
|
|
488
|
-
// @public
|
|
489
|
-
export interface CachesDebugInfoHeaders {
|
|
490
|
-
azureAsyncOperation?: string;
|
|
491
|
-
location?: string;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
// @public
|
|
495
|
-
export interface CachesDebugInfoOptionalParams extends coreClient.OperationOptions {
|
|
496
|
-
resumeFrom?: string;
|
|
497
|
-
updateIntervalInMs?: number;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
// @public
|
|
501
|
-
export interface CachesDeleteHeaders {
|
|
502
|
-
azureAsyncOperation?: string;
|
|
503
|
-
location?: string;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
// @public
|
|
507
|
-
export interface CachesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
508
|
-
resumeFrom?: string;
|
|
509
|
-
updateIntervalInMs?: number;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// @public
|
|
513
|
-
export interface CacheSecuritySettings {
|
|
514
|
-
accessPolicies?: NfsAccessPolicy[];
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
// @public
|
|
518
|
-
export interface CachesFlushHeaders {
|
|
519
|
-
azureAsyncOperation?: string;
|
|
520
|
-
location?: string;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
// @public
|
|
524
|
-
export interface CachesFlushOptionalParams extends coreClient.OperationOptions {
|
|
525
|
-
resumeFrom?: string;
|
|
526
|
-
updateIntervalInMs?: number;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
// @public
|
|
530
|
-
export interface CachesGetOptionalParams extends coreClient.OperationOptions {
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
// @public
|
|
534
|
-
export type CachesGetResponse = Cache;
|
|
535
|
-
|
|
536
|
-
// @public
|
|
537
|
-
export interface CacheSku {
|
|
538
|
-
name?: string;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
// @public
|
|
542
|
-
export interface CachesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
// @public
|
|
546
|
-
export type CachesListByResourceGroupNextResponse = CachesListResult;
|
|
547
|
-
|
|
548
|
-
// @public
|
|
549
|
-
export interface CachesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
// @public
|
|
553
|
-
export type CachesListByResourceGroupResponse = CachesListResult;
|
|
554
|
-
|
|
555
|
-
// @public
|
|
556
|
-
export interface CachesListNextOptionalParams extends coreClient.OperationOptions {
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
// @public
|
|
560
|
-
export type CachesListNextResponse = CachesListResult;
|
|
561
|
-
|
|
562
|
-
// @public
|
|
563
|
-
export interface CachesListOptionalParams extends coreClient.OperationOptions {
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export type CachesListResponse = CachesListResult;
|
|
568
|
-
|
|
569
|
-
// @public
|
|
570
|
-
export interface CachesListResult {
|
|
571
|
-
nextLink?: string;
|
|
572
|
-
value?: Cache[];
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
// @public
|
|
576
|
-
export interface CachesPausePrimingJobHeaders {
|
|
577
|
-
azureAsyncOperation?: string;
|
|
578
|
-
location?: string;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
// @public
|
|
582
|
-
export interface CachesPausePrimingJobOptionalParams extends coreClient.OperationOptions {
|
|
583
|
-
primingJobId?: PrimingJobIdParameter;
|
|
584
|
-
resumeFrom?: string;
|
|
585
|
-
updateIntervalInMs?: number;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
// @public
|
|
589
|
-
export type CachesPausePrimingJobResponse = CachesPausePrimingJobHeaders;
|
|
590
|
-
|
|
591
|
-
// @public
|
|
592
|
-
export interface CachesResumePrimingJobHeaders {
|
|
593
|
-
azureAsyncOperation?: string;
|
|
594
|
-
location?: string;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
// @public
|
|
598
|
-
export interface CachesResumePrimingJobOptionalParams extends coreClient.OperationOptions {
|
|
599
|
-
primingJobId?: PrimingJobIdParameter;
|
|
600
|
-
resumeFrom?: string;
|
|
601
|
-
updateIntervalInMs?: number;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
// @public
|
|
605
|
-
export type CachesResumePrimingJobResponse = CachesResumePrimingJobHeaders;
|
|
606
|
-
|
|
607
|
-
// @public
|
|
608
|
-
export interface CachesSpaceAllocationHeaders {
|
|
609
|
-
azureAsyncOperation?: string;
|
|
610
|
-
location?: string;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
// @public
|
|
614
|
-
export interface CachesSpaceAllocationOptionalParams extends coreClient.OperationOptions {
|
|
615
|
-
resumeFrom?: string;
|
|
616
|
-
spaceAllocation?: StorageTargetSpaceAllocation[];
|
|
617
|
-
updateIntervalInMs?: number;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
// @public
|
|
621
|
-
export type CachesSpaceAllocationResponse = CachesSpaceAllocationHeaders;
|
|
622
|
-
|
|
623
|
-
// @public
|
|
624
|
-
export interface CachesStartHeaders {
|
|
625
|
-
azureAsyncOperation?: string;
|
|
626
|
-
location?: string;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
// @public
|
|
630
|
-
export interface CachesStartOptionalParams extends coreClient.OperationOptions {
|
|
631
|
-
resumeFrom?: string;
|
|
632
|
-
updateIntervalInMs?: number;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
// @public
|
|
636
|
-
export interface CachesStartPrimingJobHeaders {
|
|
637
|
-
azureAsyncOperation?: string;
|
|
638
|
-
location?: string;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
// @public
|
|
642
|
-
export interface CachesStartPrimingJobOptionalParams extends coreClient.OperationOptions {
|
|
643
|
-
primingjob?: PrimingJob;
|
|
644
|
-
resumeFrom?: string;
|
|
645
|
-
updateIntervalInMs?: number;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
// @public
|
|
649
|
-
export type CachesStartPrimingJobResponse = CachesStartPrimingJobHeaders;
|
|
650
|
-
|
|
651
|
-
// @public
|
|
652
|
-
export interface CachesStopHeaders {
|
|
653
|
-
azureAsyncOperation?: string;
|
|
654
|
-
location?: string;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
// @public
|
|
658
|
-
export interface CachesStopOptionalParams extends coreClient.OperationOptions {
|
|
659
|
-
resumeFrom?: string;
|
|
660
|
-
updateIntervalInMs?: number;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
// @public
|
|
664
|
-
export interface CachesStopPrimingJobHeaders {
|
|
665
|
-
azureAsyncOperation?: string;
|
|
666
|
-
location?: string;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
// @public
|
|
670
|
-
export interface CachesStopPrimingJobOptionalParams extends coreClient.OperationOptions {
|
|
671
|
-
primingJobId?: PrimingJobIdParameter;
|
|
672
|
-
resumeFrom?: string;
|
|
673
|
-
updateIntervalInMs?: number;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
// @public
|
|
677
|
-
export type CachesStopPrimingJobResponse = CachesStopPrimingJobHeaders;
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export interface CachesUpdateHeaders {
|
|
681
|
-
azureAsyncOperation?: string;
|
|
682
|
-
location?: string;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
// @public
|
|
686
|
-
export interface CachesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
687
|
-
cache?: Cache;
|
|
688
|
-
resumeFrom?: string;
|
|
689
|
-
updateIntervalInMs?: number;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
// @public
|
|
693
|
-
export type CachesUpdateResponse = Cache;
|
|
694
|
-
|
|
695
|
-
// @public
|
|
696
|
-
export interface CachesUpgradeFirmwareHeaders {
|
|
697
|
-
azureAsyncOperation?: string;
|
|
698
|
-
location?: string;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
// @public
|
|
702
|
-
export interface CachesUpgradeFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
703
|
-
resumeFrom?: string;
|
|
704
|
-
updateIntervalInMs?: number;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export interface CacheUpgradeSettings {
|
|
709
|
-
scheduledTime?: Date;
|
|
710
|
-
upgradeScheduleEnabled?: boolean;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
// @public
|
|
714
|
-
export interface CacheUpgradeStatus {
|
|
715
|
-
readonly currentFirmwareVersion?: string;
|
|
716
|
-
readonly firmwareUpdateDeadline?: Date;
|
|
717
|
-
readonly firmwareUpdateStatus?: FirmwareStatusType;
|
|
718
|
-
readonly lastFirmwareUpdate?: Date;
|
|
719
|
-
readonly pendingFirmwareVersion?: string;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
// @public
|
|
723
|
-
export interface CacheUsernameDownloadSettings {
|
|
724
|
-
autoDownloadCertificate?: boolean;
|
|
725
|
-
caCertificateURI?: string;
|
|
726
|
-
credentials?: CacheUsernameDownloadSettingsCredentials;
|
|
727
|
-
encryptLdapConnection?: boolean;
|
|
728
|
-
extendedGroups?: boolean;
|
|
729
|
-
groupFileURI?: string;
|
|
730
|
-
ldapBaseDN?: string;
|
|
731
|
-
ldapServer?: string;
|
|
732
|
-
requireValidCertificate?: boolean;
|
|
733
|
-
userFileURI?: string;
|
|
734
|
-
readonly usernameDownloaded?: UsernameDownloadedType;
|
|
735
|
-
usernameSource?: UsernameSource;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
// @public
|
|
739
|
-
export interface CacheUsernameDownloadSettingsCredentials {
|
|
740
|
-
bindDn?: string;
|
|
741
|
-
bindPassword?: string;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
// @public
|
|
745
|
-
export interface CheckAmlFSSubnetsOptionalParams extends coreClient.OperationOptions {
|
|
746
|
-
amlFilesystemSubnetInfo?: AmlFilesystemSubnetInfo;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
// @public
|
|
750
|
-
export interface ClfsTarget {
|
|
751
|
-
target?: string;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
// @public
|
|
755
|
-
export interface CloudError {
|
|
756
|
-
error?: CloudErrorBody;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
// @public
|
|
760
|
-
export interface CloudErrorBody {
|
|
761
|
-
code?: string;
|
|
762
|
-
details?: CloudErrorBody[];
|
|
763
|
-
message?: string;
|
|
764
|
-
target?: string;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
// @public
|
|
768
|
-
export interface Condition {
|
|
769
|
-
readonly message?: string;
|
|
770
|
-
readonly timestamp?: Date;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
// @public
|
|
774
|
-
export type ConflictResolutionMode = string;
|
|
775
|
-
|
|
776
|
-
// @public
|
|
777
|
-
export type CreatedByType = string;
|
|
778
|
-
|
|
779
|
-
// @public
|
|
780
|
-
export type DomainJoinedType = string;
|
|
781
|
-
|
|
782
|
-
// @public
|
|
783
|
-
export interface ErrorAdditionalInfo {
|
|
784
|
-
readonly info?: Record<string, unknown>;
|
|
785
|
-
readonly type?: string;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
// @public
|
|
789
|
-
export interface ErrorDetail {
|
|
790
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
791
|
-
readonly code?: string;
|
|
792
|
-
readonly details?: ErrorDetail[];
|
|
793
|
-
readonly message?: string;
|
|
794
|
-
readonly target?: string;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
// @public
|
|
798
|
-
export interface ErrorResponse {
|
|
799
|
-
error?: ErrorDetail;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
// @public
|
|
803
|
-
export type FilesystemSubnetStatusType = string;
|
|
804
|
-
|
|
805
|
-
// @public
|
|
806
|
-
export type FirmwareStatusType = string;
|
|
807
|
-
|
|
808
|
-
// @public
|
|
809
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
810
|
-
|
|
811
|
-
// @public
|
|
812
|
-
export interface GetRequiredAmlFSSubnetsSizeOptionalParams extends coreClient.OperationOptions {
|
|
813
|
-
requiredAMLFilesystemSubnetsSizeInfo?: RequiredAmlFilesystemSubnetsSizeInfo;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export type GetRequiredAmlFSSubnetsSizeResponse = RequiredAmlFilesystemSubnetsSize;
|
|
818
|
-
|
|
819
|
-
// @public
|
|
820
|
-
export type HealthStateType = string;
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export interface ImportJob extends TrackedResource {
|
|
824
|
-
readonly blobsImportedPerSecond?: number;
|
|
825
|
-
readonly blobsWalkedPerSecond?: number;
|
|
826
|
-
conflictResolutionMode?: ConflictResolutionMode;
|
|
827
|
-
importPrefixes?: string[];
|
|
828
|
-
readonly lastCompletionTime?: Date;
|
|
829
|
-
readonly lastStartedTime?: Date;
|
|
830
|
-
maximumErrors?: number;
|
|
831
|
-
readonly provisioningState?: ImportJobProvisioningStateType;
|
|
832
|
-
readonly state?: ImportStatusType;
|
|
833
|
-
readonly statusMessage?: string;
|
|
834
|
-
readonly totalBlobsImported?: number;
|
|
835
|
-
readonly totalBlobsWalked?: number;
|
|
836
|
-
readonly totalConflicts?: number;
|
|
837
|
-
readonly totalErrors?: number;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
// @public
|
|
841
|
-
export type ImportJobProvisioningStateType = string;
|
|
842
|
-
|
|
843
|
-
// @public
|
|
844
|
-
export interface ImportJobs {
|
|
845
|
-
beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsCreateOrUpdateResponse>, ImportJobsCreateOrUpdateResponse>>;
|
|
846
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<ImportJobsCreateOrUpdateResponse>;
|
|
847
|
-
beginDelete(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsDeleteResponse>, ImportJobsDeleteResponse>>;
|
|
848
|
-
beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<ImportJobsDeleteResponse>;
|
|
849
|
-
beginUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsUpdateResponse>, ImportJobsUpdateResponse>>;
|
|
850
|
-
beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<ImportJobsUpdateResponse>;
|
|
851
|
-
get(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsGetOptionalParams): Promise<ImportJobsGetResponse>;
|
|
852
|
-
listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: ImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<ImportJob>;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
// @public
|
|
856
|
-
export interface ImportJobsCreateOrUpdateHeaders {
|
|
857
|
-
azureAsyncOperation?: string;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
// @public
|
|
861
|
-
export interface ImportJobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
862
|
-
resumeFrom?: string;
|
|
863
|
-
updateIntervalInMs?: number;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
// @public
|
|
867
|
-
export type ImportJobsCreateOrUpdateResponse = ImportJob;
|
|
868
|
-
|
|
869
|
-
// @public
|
|
870
|
-
export interface ImportJobsDeleteHeaders {
|
|
871
|
-
azureAsyncOperation?: string;
|
|
872
|
-
location?: string;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
// @public
|
|
876
|
-
export interface ImportJobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
877
|
-
resumeFrom?: string;
|
|
878
|
-
updateIntervalInMs?: number;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
// @public
|
|
882
|
-
export type ImportJobsDeleteResponse = ImportJobsDeleteHeaders;
|
|
883
|
-
|
|
884
|
-
// @public
|
|
885
|
-
export interface ImportJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
// @public
|
|
889
|
-
export type ImportJobsGetResponse = ImportJob;
|
|
890
|
-
|
|
891
|
-
// @public
|
|
892
|
-
export interface ImportJobsListByAmlFilesystemNextOptionalParams extends coreClient.OperationOptions {
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
// @public
|
|
896
|
-
export type ImportJobsListByAmlFilesystemNextResponse = ImportJobsListResult;
|
|
897
|
-
|
|
898
|
-
// @public
|
|
899
|
-
export interface ImportJobsListByAmlFilesystemOptionalParams extends coreClient.OperationOptions {
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
// @public
|
|
903
|
-
export type ImportJobsListByAmlFilesystemResponse = ImportJobsListResult;
|
|
904
|
-
|
|
905
|
-
// @public
|
|
906
|
-
export interface ImportJobsListResult {
|
|
907
|
-
nextLink?: string;
|
|
908
|
-
value?: ImportJob[];
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
// @public
|
|
912
|
-
export interface ImportJobsUpdateHeaders {
|
|
913
|
-
azureAsyncOperation?: string;
|
|
914
|
-
location?: string;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
// @public
|
|
918
|
-
export interface ImportJobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
919
|
-
resumeFrom?: string;
|
|
920
|
-
updateIntervalInMs?: number;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
// @public
|
|
924
|
-
export type ImportJobsUpdateResponse = ImportJob;
|
|
925
|
-
|
|
926
|
-
// @public
|
|
927
|
-
export interface ImportJobUpdate {
|
|
928
|
-
tags?: {
|
|
929
|
-
[propertyName: string]: string;
|
|
930
|
-
};
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
// @public
|
|
934
|
-
export type ImportStatusType = string;
|
|
935
|
-
|
|
936
|
-
// @public
|
|
937
|
-
export interface KeyVaultKeyReference {
|
|
938
|
-
keyUrl: string;
|
|
939
|
-
sourceVault: KeyVaultKeyReferenceSourceVault;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
// @public
|
|
943
|
-
export interface KeyVaultKeyReferenceSourceVault {
|
|
944
|
-
id?: string;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
// @public
|
|
948
|
-
export enum KnownAmlFilesystemHealthStateType {
|
|
949
|
-
Available = "Available",
|
|
950
|
-
Degraded = "Degraded",
|
|
951
|
-
Maintenance = "Maintenance",
|
|
952
|
-
Transitioning = "Transitioning",
|
|
953
|
-
Unavailable = "Unavailable"
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
// @public
|
|
957
|
-
export enum KnownAmlFilesystemProvisioningStateType {
|
|
958
|
-
Canceled = "Canceled",
|
|
959
|
-
Creating = "Creating",
|
|
960
|
-
Deleting = "Deleting",
|
|
961
|
-
Failed = "Failed",
|
|
962
|
-
Succeeded = "Succeeded",
|
|
963
|
-
Updating = "Updating"
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
// @public
|
|
967
|
-
export enum KnownAmlFilesystemSquashMode {
|
|
968
|
-
All = "All",
|
|
969
|
-
None = "None",
|
|
970
|
-
RootOnly = "RootOnly"
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
// @public
|
|
974
|
-
export enum KnownArchiveStatusType {
|
|
975
|
-
Canceled = "Canceled",
|
|
976
|
-
Cancelling = "Cancelling",
|
|
977
|
-
Completed = "Completed",
|
|
978
|
-
Failed = "Failed",
|
|
979
|
-
FSScanInProgress = "FSScanInProgress",
|
|
980
|
-
Idle = "Idle",
|
|
981
|
-
InProgress = "InProgress",
|
|
982
|
-
NotConfigured = "NotConfigured"
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
// @public
|
|
986
|
-
export enum KnownConflictResolutionMode {
|
|
987
|
-
Fail = "Fail",
|
|
988
|
-
OverwriteAlways = "OverwriteAlways",
|
|
989
|
-
OverwriteIfDirty = "OverwriteIfDirty",
|
|
990
|
-
Skip = "Skip"
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
// @public
|
|
994
|
-
export enum KnownCreatedByType {
|
|
995
|
-
Application = "Application",
|
|
996
|
-
Key = "Key",
|
|
997
|
-
ManagedIdentity = "ManagedIdentity",
|
|
998
|
-
User = "User"
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
// @public
|
|
1002
|
-
export enum KnownDomainJoinedType {
|
|
1003
|
-
Error = "Error",
|
|
1004
|
-
No = "No",
|
|
1005
|
-
Yes = "Yes"
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
// @public
|
|
1009
|
-
export enum KnownFilesystemSubnetStatusType {
|
|
1010
|
-
Invalid = "Invalid",
|
|
1011
|
-
Ok = "Ok"
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
// @public
|
|
1015
|
-
export enum KnownFirmwareStatusType {
|
|
1016
|
-
Available = "available",
|
|
1017
|
-
Unavailable = "unavailable"
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
// @public
|
|
1021
|
-
export enum KnownHealthStateType {
|
|
1022
|
-
Degraded = "Degraded",
|
|
1023
|
-
Down = "Down",
|
|
1024
|
-
Flushing = "Flushing",
|
|
1025
|
-
Healthy = "Healthy",
|
|
1026
|
-
StartFailed = "StartFailed",
|
|
1027
|
-
Stopped = "Stopped",
|
|
1028
|
-
Stopping = "Stopping",
|
|
1029
|
-
Transitioning = "Transitioning",
|
|
1030
|
-
Unknown = "Unknown",
|
|
1031
|
-
UpgradeFailed = "UpgradeFailed",
|
|
1032
|
-
Upgrading = "Upgrading",
|
|
1033
|
-
WaitingForKey = "WaitingForKey"
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
// @public
|
|
1037
|
-
export enum KnownImportJobProvisioningStateType {
|
|
1038
|
-
Canceled = "Canceled",
|
|
1039
|
-
Creating = "Creating",
|
|
1040
|
-
Deleting = "Deleting",
|
|
1041
|
-
Failed = "Failed",
|
|
1042
|
-
Succeeded = "Succeeded",
|
|
1043
|
-
Updating = "Updating"
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
// @public
|
|
1047
|
-
export enum KnownImportStatusType {
|
|
1048
|
-
Canceled = "Canceled",
|
|
1049
|
-
Cancelling = "Cancelling",
|
|
1050
|
-
Completed = "Completed",
|
|
1051
|
-
CompletedPartial = "CompletedPartial",
|
|
1052
|
-
Failed = "Failed",
|
|
1053
|
-
InProgress = "InProgress"
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
// @public
|
|
1057
|
-
export enum KnownMetricAggregationType {
|
|
1058
|
-
Average = "Average",
|
|
1059
|
-
Count = "Count",
|
|
1060
|
-
Maximum = "Maximum",
|
|
1061
|
-
Minimum = "Minimum",
|
|
1062
|
-
None = "None",
|
|
1063
|
-
NotSpecified = "NotSpecified",
|
|
1064
|
-
Total = "Total"
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
// @public
|
|
1068
|
-
export enum KnownNfsAccessRuleAccess {
|
|
1069
|
-
No = "no",
|
|
1070
|
-
Ro = "ro",
|
|
1071
|
-
Rw = "rw"
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
// @public
|
|
1075
|
-
export enum KnownNfsAccessRuleScope {
|
|
1076
|
-
Default = "default",
|
|
1077
|
-
Host = "host",
|
|
1078
|
-
Network = "network"
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
// @public
|
|
1082
|
-
export enum KnownOperationalStateType {
|
|
1083
|
-
Busy = "Busy",
|
|
1084
|
-
Flushing = "Flushing",
|
|
1085
|
-
Ready = "Ready",
|
|
1086
|
-
Suspended = "Suspended"
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
// @public
|
|
1090
|
-
export enum KnownPrimingJobState {
|
|
1091
|
-
Complete = "Complete",
|
|
1092
|
-
Paused = "Paused",
|
|
1093
|
-
Queued = "Queued",
|
|
1094
|
-
Running = "Running"
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
// @public
|
|
1098
|
-
export enum KnownProvisioningStateType {
|
|
1099
|
-
Canceled = "Canceled",
|
|
1100
|
-
Creating = "Creating",
|
|
1101
|
-
Deleting = "Deleting",
|
|
1102
|
-
Failed = "Failed",
|
|
1103
|
-
Succeeded = "Succeeded",
|
|
1104
|
-
Updating = "Updating"
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
// @public
|
|
1108
|
-
export enum KnownReasonCode {
|
|
1109
|
-
NotAvailableForSubscription = "NotAvailableForSubscription",
|
|
1110
|
-
QuotaId = "QuotaId"
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
// @public
|
|
1114
|
-
export enum KnownStorageTargetType {
|
|
1115
|
-
BlobNfs = "blobNfs",
|
|
1116
|
-
Clfs = "clfs",
|
|
1117
|
-
Nfs3 = "nfs3",
|
|
1118
|
-
Unknown = "unknown"
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
// @public
|
|
1122
|
-
export enum KnownUsernameDownloadedType {
|
|
1123
|
-
Error = "Error",
|
|
1124
|
-
No = "No",
|
|
1125
|
-
Yes = "Yes"
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
// @public
|
|
1129
|
-
export enum KnownUsernameSource {
|
|
1130
|
-
AD = "AD",
|
|
1131
|
-
File = "File",
|
|
1132
|
-
Ldap = "LDAP",
|
|
1133
|
-
None = "None"
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// @public
|
|
1137
|
-
export interface LogSpecification {
|
|
1138
|
-
displayName?: string;
|
|
1139
|
-
name?: string;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
// @public
|
|
1143
|
-
export type MaintenanceDayOfWeekType = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
1144
|
-
|
|
1145
|
-
// @public
|
|
1146
|
-
export type MetricAggregationType = string;
|
|
1147
|
-
|
|
1148
|
-
// @public
|
|
1149
|
-
export interface MetricDimension {
|
|
1150
|
-
displayName?: string;
|
|
1151
|
-
internalName?: string;
|
|
1152
|
-
name?: string;
|
|
1153
|
-
toBeExportedForShoebox?: boolean;
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
// @public
|
|
1157
|
-
export interface MetricSpecification {
|
|
1158
|
-
aggregationType?: string;
|
|
1159
|
-
dimensions?: MetricDimension[];
|
|
1160
|
-
displayDescription?: string;
|
|
1161
|
-
displayName?: string;
|
|
1162
|
-
metricClass?: string;
|
|
1163
|
-
name?: string;
|
|
1164
|
-
supportedAggregationTypes?: MetricAggregationType[];
|
|
1165
|
-
unit?: string;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
// @public
|
|
1169
|
-
export interface NamespaceJunction {
|
|
1170
|
-
namespacePath?: string;
|
|
1171
|
-
nfsAccessPolicy?: string;
|
|
1172
|
-
nfsExport?: string;
|
|
1173
|
-
targetPath?: string;
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
// @public
|
|
1177
|
-
export interface Nfs3Target {
|
|
1178
|
-
target?: string;
|
|
1179
|
-
usageModel?: string;
|
|
1180
|
-
verificationTimer?: number;
|
|
1181
|
-
writeBackTimer?: number;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
// @public
|
|
1185
|
-
export interface NfsAccessPolicy {
|
|
1186
|
-
accessRules: NfsAccessRule[];
|
|
1187
|
-
name: string;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
// @public
|
|
1191
|
-
export interface NfsAccessRule {
|
|
1192
|
-
access: NfsAccessRuleAccess;
|
|
1193
|
-
anonymousGID?: string;
|
|
1194
|
-
anonymousUID?: string;
|
|
1195
|
-
filter?: string;
|
|
1196
|
-
rootSquash?: boolean;
|
|
1197
|
-
scope: NfsAccessRuleScope;
|
|
1198
|
-
submountAccess?: boolean;
|
|
1199
|
-
suid?: boolean;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
// @public
|
|
1203
|
-
export type NfsAccessRuleAccess = string;
|
|
1204
|
-
|
|
1205
|
-
// @public
|
|
1206
|
-
export type NfsAccessRuleScope = string;
|
|
1207
|
-
|
|
1208
|
-
// @public
|
|
1209
|
-
export type OperationalStateType = string;
|
|
1210
|
-
|
|
1211
|
-
// @public
|
|
1212
|
-
export interface Operations {
|
|
1213
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ApiOperation>;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
// @public
|
|
1217
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
// @public
|
|
1221
|
-
export type OperationsListNextResponse = ApiOperationListResult;
|
|
1222
|
-
|
|
1223
|
-
// @public
|
|
1224
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
// @public
|
|
1228
|
-
export type OperationsListResponse = ApiOperationListResult;
|
|
1229
|
-
|
|
1230
|
-
// @public
|
|
1231
|
-
export interface PrimingJob {
|
|
1232
|
-
readonly primingJobDetails?: string;
|
|
1233
|
-
readonly primingJobId?: string;
|
|
1234
|
-
primingJobName: string;
|
|
1235
|
-
readonly primingJobPercentComplete?: number;
|
|
1236
|
-
readonly primingJobState?: PrimingJobState;
|
|
1237
|
-
readonly primingJobStatus?: string;
|
|
1238
|
-
primingManifestUrl: string;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
// @public
|
|
1242
|
-
export interface PrimingJobIdParameter {
|
|
1243
|
-
primingJobId: string;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
// @public
|
|
1247
|
-
export type PrimingJobState = string;
|
|
1248
|
-
|
|
1249
|
-
// @public
|
|
1250
|
-
export type ProvisioningStateType = string;
|
|
1251
|
-
|
|
1252
|
-
// @public
|
|
1253
|
-
export type ReasonCode = string;
|
|
1254
|
-
|
|
1255
|
-
// @public
|
|
1256
|
-
export interface RequiredAmlFilesystemSubnetsSize {
|
|
1257
|
-
filesystemSubnetSize?: number;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
// @public
|
|
1261
|
-
export interface RequiredAmlFilesystemSubnetsSizeInfo {
|
|
1262
|
-
sku?: SkuName;
|
|
1263
|
-
storageCapacityTiB?: number;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
// @public
|
|
1267
|
-
export interface Resource {
|
|
1268
|
-
readonly id?: string;
|
|
1269
|
-
readonly name?: string;
|
|
1270
|
-
readonly systemData?: SystemData;
|
|
1271
|
-
readonly type?: string;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
// @public
|
|
1275
|
-
export interface ResourceSku {
|
|
1276
|
-
capabilities?: ResourceSkuCapabilities[];
|
|
1277
|
-
locationInfo?: ResourceSkuLocationInfo[];
|
|
1278
|
-
readonly locations?: string[];
|
|
1279
|
-
name?: string;
|
|
1280
|
-
readonly resourceType?: string;
|
|
1281
|
-
restrictions?: Restriction[];
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
// @public
|
|
1285
|
-
export interface ResourceSkuCapabilities {
|
|
1286
|
-
name?: string;
|
|
1287
|
-
value?: string;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
// @public
|
|
1291
|
-
export interface ResourceSkuLocationInfo {
|
|
1292
|
-
location?: string;
|
|
1293
|
-
zones?: string[];
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
// @public
|
|
1297
|
-
export interface ResourceSkusResult {
|
|
1298
|
-
nextLink?: string;
|
|
1299
|
-
readonly value?: ResourceSku[];
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
// @public
|
|
1303
|
-
export interface ResourceUsage {
|
|
1304
|
-
readonly currentValue?: number;
|
|
1305
|
-
readonly limit?: number;
|
|
1306
|
-
readonly name?: ResourceUsageName;
|
|
1307
|
-
readonly unit?: string;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
// @public
|
|
1311
|
-
export interface ResourceUsageName {
|
|
1312
|
-
localizedValue?: string;
|
|
1313
|
-
value?: string;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
// @public
|
|
1317
|
-
export interface ResourceUsagesListResult {
|
|
1318
|
-
readonly nextLink?: string;
|
|
1319
|
-
readonly value?: ResourceUsage[];
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
// @public
|
|
1323
|
-
export interface Restriction {
|
|
1324
|
-
reasonCode?: ReasonCode;
|
|
1325
|
-
readonly type?: string;
|
|
1326
|
-
readonly values?: string[];
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
// @public
|
|
1330
|
-
export interface SkuName {
|
|
1331
|
-
name?: string;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
// @public
|
|
1335
|
-
export interface Skus {
|
|
1336
|
-
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
// @public
|
|
1340
|
-
export interface SkusListNextOptionalParams extends coreClient.OperationOptions {
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
// @public
|
|
1344
|
-
export type SkusListNextResponse = ResourceSkusResult;
|
|
1345
|
-
|
|
1346
|
-
// @public
|
|
1347
|
-
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
// @public
|
|
1351
|
-
export type SkusListResponse = ResourceSkusResult;
|
|
1352
|
-
|
|
1353
|
-
// @public (undocumented)
|
|
1354
|
-
export class StorageCacheManagementClient extends coreClient.ServiceClient {
|
|
1355
|
-
// (undocumented)
|
|
1356
|
-
$host: string;
|
|
1357
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorageCacheManagementClientOptionalParams);
|
|
1358
|
-
// (undocumented)
|
|
1359
|
-
amlFilesystems: AmlFilesystems;
|
|
1360
|
-
// (undocumented)
|
|
1361
|
-
apiVersion: string;
|
|
1362
|
-
// (undocumented)
|
|
1363
|
-
ascOperations: AscOperations;
|
|
1364
|
-
// (undocumented)
|
|
1365
|
-
ascUsages: AscUsages;
|
|
1366
|
-
// (undocumented)
|
|
1367
|
-
caches: Caches;
|
|
1368
|
-
checkAmlFSSubnets(options?: CheckAmlFSSubnetsOptionalParams): Promise<void>;
|
|
1369
|
-
getRequiredAmlFSSubnetsSize(options?: GetRequiredAmlFSSubnetsSizeOptionalParams): Promise<GetRequiredAmlFSSubnetsSizeResponse>;
|
|
1370
|
-
// (undocumented)
|
|
1371
|
-
importJobs: ImportJobs;
|
|
1372
|
-
// (undocumented)
|
|
1373
|
-
operations: Operations;
|
|
1374
|
-
// (undocumented)
|
|
1375
|
-
skus: Skus;
|
|
1376
|
-
// (undocumented)
|
|
1377
|
-
storageTargetOperations: StorageTargetOperations;
|
|
1378
|
-
// (undocumented)
|
|
1379
|
-
storageTargets: StorageTargets;
|
|
1380
|
-
// (undocumented)
|
|
1381
|
-
subscriptionId: string;
|
|
1382
|
-
// (undocumented)
|
|
1383
|
-
usageModels: UsageModels;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
// @public
|
|
1387
|
-
export interface StorageCacheManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1388
|
-
$host?: string;
|
|
1389
|
-
apiVersion?: string;
|
|
1390
|
-
endpoint?: string;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
// @public
|
|
1394
|
-
export interface StorageTarget extends StorageTargetResource {
|
|
1395
|
-
readonly allocationPercentage?: number;
|
|
1396
|
-
blobNfs?: BlobNfsTarget;
|
|
1397
|
-
clfs?: ClfsTarget;
|
|
1398
|
-
junctions?: NamespaceJunction[];
|
|
1399
|
-
nfs3?: Nfs3Target;
|
|
1400
|
-
readonly provisioningState?: ProvisioningStateType;
|
|
1401
|
-
state?: OperationalStateType;
|
|
1402
|
-
targetType?: StorageTargetType;
|
|
1403
|
-
unknown?: UnknownTarget;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
// @public
|
|
1407
|
-
export interface StorageTargetFlushHeaders {
|
|
1408
|
-
azureAsyncOperation?: string;
|
|
1409
|
-
location?: string;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
// @public
|
|
1413
|
-
export interface StorageTargetFlushOptionalParams extends coreClient.OperationOptions {
|
|
1414
|
-
resumeFrom?: string;
|
|
1415
|
-
updateIntervalInMs?: number;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
// @public
|
|
1419
|
-
export interface StorageTargetInvalidateHeaders {
|
|
1420
|
-
azureAsyncOperation?: string;
|
|
1421
|
-
location?: string;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
// @public
|
|
1425
|
-
export interface StorageTargetInvalidateOptionalParams extends coreClient.OperationOptions {
|
|
1426
|
-
resumeFrom?: string;
|
|
1427
|
-
updateIntervalInMs?: number;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
// @public
|
|
1431
|
-
export interface StorageTargetOperations {
|
|
1432
|
-
beginFlush(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1433
|
-
beginFlushAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetFlushOptionalParams): Promise<void>;
|
|
1434
|
-
beginInvalidate(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetInvalidateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1435
|
-
beginInvalidateAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetInvalidateOptionalParams): Promise<void>;
|
|
1436
|
-
beginResume(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetResumeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1437
|
-
beginResumeAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetResumeOptionalParams): Promise<void>;
|
|
1438
|
-
beginSuspend(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetSuspendOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1439
|
-
beginSuspendAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetSuspendOptionalParams): Promise<void>;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
// @public
|
|
1443
|
-
export interface StorageTargetResource {
|
|
1444
|
-
readonly id?: string;
|
|
1445
|
-
readonly location?: string;
|
|
1446
|
-
readonly name?: string;
|
|
1447
|
-
readonly systemData?: SystemData;
|
|
1448
|
-
readonly type?: string;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
// @public
|
|
1452
|
-
export interface StorageTargetResumeHeaders {
|
|
1453
|
-
azureAsyncOperation?: string;
|
|
1454
|
-
location?: string;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
// @public
|
|
1458
|
-
export interface StorageTargetResumeOptionalParams extends coreClient.OperationOptions {
|
|
1459
|
-
resumeFrom?: string;
|
|
1460
|
-
updateIntervalInMs?: number;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
// @public
|
|
1464
|
-
export interface StorageTargets {
|
|
1465
|
-
beginCreateOrUpdate(resourceGroupName: string, cacheName: string, storageTargetName: string, storagetarget: StorageTarget, options?: StorageTargetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageTargetsCreateOrUpdateResponse>, StorageTargetsCreateOrUpdateResponse>>;
|
|
1466
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, storagetarget: StorageTarget, options?: StorageTargetsCreateOrUpdateOptionalParams): Promise<StorageTargetsCreateOrUpdateResponse>;
|
|
1467
|
-
beginDelete(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1468
|
-
beginDeleteAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDeleteOptionalParams): Promise<void>;
|
|
1469
|
-
beginDnsRefresh(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDnsRefreshOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1470
|
-
beginDnsRefreshAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsDnsRefreshOptionalParams): Promise<void>;
|
|
1471
|
-
beginRestoreDefaults(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsRestoreDefaultsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1472
|
-
beginRestoreDefaultsAndWait(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsRestoreDefaultsOptionalParams): Promise<void>;
|
|
1473
|
-
get(resourceGroupName: string, cacheName: string, storageTargetName: string, options?: StorageTargetsGetOptionalParams): Promise<StorageTargetsGetResponse>;
|
|
1474
|
-
listByCache(resourceGroupName: string, cacheName: string, options?: StorageTargetsListByCacheOptionalParams): PagedAsyncIterableIterator<StorageTarget>;
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
// @public
|
|
1478
|
-
export interface StorageTargetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1479
|
-
resumeFrom?: string;
|
|
1480
|
-
updateIntervalInMs?: number;
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
// @public
|
|
1484
|
-
export type StorageTargetsCreateOrUpdateResponse = StorageTarget;
|
|
1485
|
-
|
|
1486
|
-
// @public
|
|
1487
|
-
export interface StorageTargetsDeleteHeaders {
|
|
1488
|
-
azureAsyncOperation?: string;
|
|
1489
|
-
location?: string;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
// @public
|
|
1493
|
-
export interface StorageTargetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1494
|
-
force?: string;
|
|
1495
|
-
resumeFrom?: string;
|
|
1496
|
-
updateIntervalInMs?: number;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
// @public
|
|
1500
|
-
export interface StorageTargetsDnsRefreshHeaders {
|
|
1501
|
-
azureAsyncOperation?: string;
|
|
1502
|
-
location?: string;
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
// @public
|
|
1506
|
-
export interface StorageTargetsDnsRefreshOptionalParams extends coreClient.OperationOptions {
|
|
1507
|
-
resumeFrom?: string;
|
|
1508
|
-
updateIntervalInMs?: number;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
// @public
|
|
1512
|
-
export interface StorageTargetsGetOptionalParams extends coreClient.OperationOptions {
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
// @public
|
|
1516
|
-
export type StorageTargetsGetResponse = StorageTarget;
|
|
1517
|
-
|
|
1518
|
-
// @public
|
|
1519
|
-
export interface StorageTargetsListByCacheNextOptionalParams extends coreClient.OperationOptions {
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
// @public
|
|
1523
|
-
export type StorageTargetsListByCacheNextResponse = StorageTargetsResult;
|
|
1524
|
-
|
|
1525
|
-
// @public
|
|
1526
|
-
export interface StorageTargetsListByCacheOptionalParams extends coreClient.OperationOptions {
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
// @public
|
|
1530
|
-
export type StorageTargetsListByCacheResponse = StorageTargetsResult;
|
|
1531
|
-
|
|
1532
|
-
// @public
|
|
1533
|
-
export interface StorageTargetSpaceAllocation {
|
|
1534
|
-
allocationPercentage?: number;
|
|
1535
|
-
name?: string;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
// @public
|
|
1539
|
-
export interface StorageTargetsRestoreDefaultsHeaders {
|
|
1540
|
-
azureAsyncOperation?: string;
|
|
1541
|
-
location?: string;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
// @public
|
|
1545
|
-
export interface StorageTargetsRestoreDefaultsOptionalParams extends coreClient.OperationOptions {
|
|
1546
|
-
resumeFrom?: string;
|
|
1547
|
-
updateIntervalInMs?: number;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
// @public
|
|
1551
|
-
export interface StorageTargetsResult {
|
|
1552
|
-
nextLink?: string;
|
|
1553
|
-
value?: StorageTarget[];
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
// @public
|
|
1557
|
-
export interface StorageTargetSuspendHeaders {
|
|
1558
|
-
azureAsyncOperation?: string;
|
|
1559
|
-
location?: string;
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
// @public
|
|
1563
|
-
export interface StorageTargetSuspendOptionalParams extends coreClient.OperationOptions {
|
|
1564
|
-
resumeFrom?: string;
|
|
1565
|
-
updateIntervalInMs?: number;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
// @public
|
|
1569
|
-
export type StorageTargetType = string;
|
|
1570
|
-
|
|
1571
|
-
// @public
|
|
1572
|
-
export interface SystemData {
|
|
1573
|
-
createdAt?: Date;
|
|
1574
|
-
createdBy?: string;
|
|
1575
|
-
createdByType?: CreatedByType;
|
|
1576
|
-
lastModifiedAt?: Date;
|
|
1577
|
-
lastModifiedBy?: string;
|
|
1578
|
-
lastModifiedByType?: CreatedByType;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
// @public
|
|
1582
|
-
export interface TrackedResource extends Resource {
|
|
1583
|
-
location: string;
|
|
1584
|
-
tags?: {
|
|
1585
|
-
[propertyName: string]: string;
|
|
1586
|
-
};
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
// @public
|
|
1590
|
-
export interface UnknownTarget {
|
|
1591
|
-
attributes?: {
|
|
1592
|
-
[propertyName: string]: string;
|
|
1593
|
-
};
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
// @public
|
|
1597
|
-
export interface UsageModel {
|
|
1598
|
-
display?: UsageModelDisplay;
|
|
1599
|
-
modelName?: string;
|
|
1600
|
-
targetType?: string;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
// @public
|
|
1604
|
-
export interface UsageModelDisplay {
|
|
1605
|
-
description?: string;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
// @public
|
|
1609
|
-
export interface UsageModels {
|
|
1610
|
-
list(options?: UsageModelsListOptionalParams): PagedAsyncIterableIterator<UsageModel>;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
// @public
|
|
1614
|
-
export interface UsageModelsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
// @public
|
|
1618
|
-
export type UsageModelsListNextResponse = UsageModelsResult;
|
|
1619
|
-
|
|
1620
|
-
// @public
|
|
1621
|
-
export interface UsageModelsListOptionalParams extends coreClient.OperationOptions {
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
// @public
|
|
1625
|
-
export type UsageModelsListResponse = UsageModelsResult;
|
|
1626
|
-
|
|
1627
|
-
// @public
|
|
1628
|
-
export interface UsageModelsResult {
|
|
1629
|
-
nextLink?: string;
|
|
1630
|
-
value?: UsageModel[];
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
// @public (undocumented)
|
|
1634
|
-
export interface UserAssignedIdentitiesValue {
|
|
1635
|
-
readonly clientId?: string;
|
|
1636
|
-
readonly principalId?: string;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
// @public
|
|
1640
|
-
export type UsernameDownloadedType = string;
|
|
1641
|
-
|
|
1642
|
-
// @public
|
|
1643
|
-
export type UsernameSource = string;
|
|
1644
|
-
|
|
1645
|
-
// (No @packageDocumentation comment for this package)
|
|
1646
|
-
|
|
1647
|
-
```
|