azure.com

A Storage Cache provides scalable caching service for NAS clients, serving data from either NFSv3 or Blob at-rest storage (referred to as "Storage Targets"). These operations allow you to manage Caches.

🔑 oauth2 17 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all of the available Resource Provider operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.StorageCache/operations
Get the list of StorageCache.Cache SKUs available to this subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/skus
Returns all Caches the user has access to under a subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/caches
Endpoints (17 total)
GET
/providers/Microsoft.StorageCache/operations
Lists all of the available Resource Provider operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/skus
Get the list of StorageCache.Cache SKUs available to this subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/caches
Returns all Caches the user has access to under a subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/usageModels
Get the list of Cache Usage Models available to this subscription.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches
Returns all Caches the user has access to under a resource group.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}
Returns a Cache.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets
Returns a list of Storage Targets for the specified Cache.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
Returns a Storage Target from a Cache.
POST
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/stop
Tells an Active Cache to transition to Stopped state.
POST
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/flush
Tells a Cache to write all dirty data to the Storage Target(s). During the fl…
POST
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/start
Tells a Stopped state Cache to transition to Active state.
POST
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/upgrade
Upgrade a Cache's firmware if a new version is available. Otherwise, this ope…
At a glance
Total SDKs9
Languages8
Endpoints17
Authoauth2
Categories1