Microsoft.Cache (preview:2025-05-01)

2025/04/22 • 1 updated methods

RedisEnterprise_ListSkusForScaling (updated)
Description Lists the available SKUs for scaling the Redis Enterprise cluster.
Reference Link ¶

⚶ Changes

{
  "#id": "RedisEnterprise_ListSkusForScaling",
  "$responses": {
    "200": {
      "$properties": {
        "skus": {
          "$properties": {
            "@added_f093cf5bdd884f8584ce02296ccebff2": {
              "#name": "sizeInGB",
              "Description": "The cache size in GB.",
              "Required": false,
              "Type": "number"
            },
            "@removed_c0792aa22929466aa89edfc497f1a941": {
              "#name": "customerFacingSizeInGB",
              "Description": "The cache size in GB.",
              "Required": false,
              "Type": "number"
            }
          }
        }
      }
    }
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/listSkusForScaling
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
skus:
[
{
name: string ,
sizeInGB: number ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}