Skip to main content

storage_target

Overview

Namestorage_target
TypeResource
Idazure.storage_cache.storage_target

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
flushEXECcacheName, resourceGroupName, storageTargetName, subscriptionIdTells 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.
invalidateEXECcacheName, resourceGroupName, storageTargetName, subscriptionIdInvalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request.
resumeEXECcacheName, resourceGroupName, storageTargetName, subscriptionIdResumes client access to a previously suspended storage target.
suspendEXECcacheName, resourceGroupName, storageTargetName, subscriptionIdSuspends client access to a storage target.