v6

latestSwagger 2.0raw.githubusercontent.com2020-08-27263763.7 KB
Redis

Regenerate Redis cache's access keys. This operation requires write permission to the cache resource.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/regenerateKey

Path parameters

resourceGroupNamestring required

The name of the resource group.

namestring required

The name of the Redis cache.

subscriptionIdstring required

Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Query parameters

api-versionstring required

Client Api Version.

Request body

keyType'Primary' | 'Secondary' required

The Redis access key to regenerate.

Response

Lists the regenerated keys for Redis Cache

primaryKeystring

The current primary key that clients can use to authenticate with Redis cache.

secondaryKeystring

The current secondary key that clients can use to authenticate with Redis cache.