Description | : Create a Redis cache, or replace (overwrite/recreate, with potential downtime) an existing cache. |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}
{
resourceGroupName:
string
,
name:
string
,
parameters:
{
,
properties:
}
{
,
redisVersion:
string
,
sku:
{
,
name:
enum
,
family:
enum
,
capacity:
integer
,
}
redisConfiguration:
object
,
enableNonSslPort:
boolean
,
tenantSettings:
object
,
shardCount:
integer
,
virtualNetwork:
string
,
subnet:
string
,
staticIP:
string
,
}
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (201)
{
properties:
}
{
,
accessKeys:
}
{
,
primaryKey:
string
,
secondaryKey:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
accessKeys:
}
{
,
primaryKey:
string
,
secondaryKey:
string
,
}