Az.StorageCache
Microsoft Azure PowerShell: StorageCache cmdlets
StorageCache
Clear-AzStorageCache |
Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. |
Clear-AzStorageCacheTarget |
Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to this storage target's namespace will return errors until the flush operation completes. |
Debug-AzStorageCache |
Tells a cache to write generate debug info for support to process. |
Get-AzStorageCache |
Returns a cache. |
Get-AzStorageCacheAmlFileSystem |
Returns an AML file system. |
Get-AzStorageCacheAmlFileSystemSubnetRequiredSize |
Get the number of available IP addresses needed for the AML file system information provided. |
Get-AzStorageCacheAscUsage |
Gets the quantity used and quota limit for resources |
Get-AzStorageCacheSku |
Get the list of StorageCache.Cache SKUs available to this subscription. |
Get-AzStorageCacheTarget |
Returns a Storage Target from a cache. |
Get-AzStorageCacheUsageModel |
Get the list of cache usage models available to this subscription. |
Invoke-AzStorageCacheAmlFileSystemArchive |
Archive data from the AML file system. |
Invoke-AzStorageCacheInvalidateTarget |
Invalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request. |
New-AzStorageCache |
Create or update a cache. |
New-AzStorageCacheAmlFileSystem |
Create or update an AML file system. |
New-AzStorageCacheDirectorySettingObject |
Create an in-memory object for CacheDirectorySettings. |
New-AzStorageCacheNamespaceJunctionObject |
Create an in-memory object for NamespaceJunction. |
New-AzStorageCacheNfsAccessPolicyObject |
Create an in-memory object for NfsAccessPolicy. |
New-AzStorageCacheNfsAccessRuleObject |
Create an in-memory object for NfsAccessRule. |
New-AzStorageCachePrimingJobObject |
Create an in-memory object for PrimingJob. |
New-AzStorageCacheTarget |
Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. |
New-AzStorageCacheTargetSpaceAllocationObject |
Create an in-memory object for StorageTargetSpaceAllocation. |
Remove-AzStorageCache |
Schedules a cache for deletion. |
Remove-AzStorageCacheAmlFileSystem |
Schedules an AML file system for deletion. |
Remove-AzStorageCacheTarget |
Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. |
Restore-AzStorageCacheTargetSetting |
Tells a storage target to restore its settings to their default values. |
Resume-AzStorageCachePrimingJob |
Resumes a paused priming job. |
Resume-AzStorageCacheTarget |
Resumes client access to a previously suspended storage target. |
Start-AzStorageCache |
Tells a Stopped state cache to transition to Active state. |
Start-AzStorageCachePrimingJob |
Create a priming job. This operation is only allowed when the cache is healthy. |
Stop-AzStorageCache |
Tells an Active cache to transition to Stopped state. |
Stop-AzStorageCacheAmlFilesystemArchive |
Cancel archiving data from the AML file system. |
Stop-AzStorageCachePrimingJob |
Schedule a priming job for deletion. |
Suspend-AzStorageCachePrimingJob |
Schedule a priming job to be paused. |
Suspend-AzStorageCacheTarget |
Suspends client access to a storage target. |
Test-AzStorageCacheAmlFileSystemSubnet |
Check that subnets will be valid for AML file system create calls. |
Update-AzStorageCache |
Update a cache instance. |
Update-AzStorageCacheAmlFileSystem |
Update an AML file system instance. |
Update-AzStorageCacheFirmware |
Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect. |
Update-AzStorageCacheSpaceAllocation |
Update cache space allocation. |
Update-AzStorageCacheTargetDns |
Tells a storage target to refresh its DNS information. |