Microsoft.Cache (stable:2025-04-01)

2025/03/25 • 30 new methods

Operations_List (new)
Description Lists all of the available REST API operations of the Microsoft.Cache provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Cache/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationsStatus_Get (new)
Description Gets the status of operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
{
location: string ,
operationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Create (new)
Description Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
parameters:
{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (200)

{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Update (new)
Description Updates an existing Redis Enterprise cluster
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
parameters:
{
sku:
{
name: enum ,
capacity: integer ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Delete (new)
Description Deletes a Redis Enterprise cache cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_Get (new)
Description Gets information about a Redis Enterprise cluster
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_ListByResourceGroup (new)
Description Lists all Redis Enterprise clusters in a resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RedisEnterprise_List (new)
Description Lists all Redis Enterprise clusters in the specified subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
kind: enum ,
sku:
{
name: enum ,
capacity: integer ,
}
,
zones:
[
string ,
]
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
highAvailability: enum ,
minimumTlsVersion: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
userAssignedIdentityResourceId: string ,
identityType: enum ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
hostName: string ,
provisioningState: enum ,
redundancyMode: enum ,
resourceState: enum ,
redisVersion: string ,
privateEndpointConnections:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_ListByCluster (new)
Description Gets all databases in the specified Redis Enterprise cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Create (new)
Description Creates a database
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Update (new)
Description Updates a database
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Get (new)
Description Gets information about a database in a Redis Enterprise cluster.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
clientProtocol: enum ,
port: integer ,
provisioningState: enum ,
resourceState: enum ,
clusteringPolicy: enum ,
evictionPolicy: enum ,
persistence:
{
aofEnabled: boolean ,
rdbEnabled: boolean ,
aofFrequency: enum ,
rdbFrequency: enum ,
}
,
modules:
[
{
name: string ,
args: string ,
version: string ,
}
,
]
,
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
redisVersion: string ,
deferUpgrade: enum ,
accessKeysAuthentication: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Delete (new)
Description Deletes a single database
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_ListKeys (new)
Description Retrieves the access keys for the Redis Enterprise database.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_RegenerateKey (new)
Description Regenerates the Redis Enterprise database's access keys.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/regenerateKey
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
keyType: enum ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Import (new)
Description Imports database files to target database.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/import
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
sasUris:
[
string ,
]
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Export (new)
Description Exports a database file from target database.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/export
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
sasUri: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_CreateUpdate (new)
Description Creates/Updates a particular access policy assignment for a database
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
accessPolicyAssignmentName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_Get (new)
Description Gets information about access policy assignment for database.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
accessPolicyAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_Delete (new)
Description Deletes a single access policy assignment.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
accessPolicyAssignmentName: string ,
api-version: string ,
}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AccessPolicyAssignment_List (new)
Description Gets all access policy assignments..
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicyName: string ,
user:
{
objectId: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_List (new)
Description Lists all the private endpoint connections associated with the Redis Enterprise cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Get (new)
Description Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
{
resourceGroupName: string ,
clusterName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Put (new)
Description Updates the state of the specified private endpoint connection associated with the Redis Enterprise cluster.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
privateEndpointConnectionName: string ,
properties:
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Delete (new)
Description Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_ListByCluster (new)
Description Gets the private link resources that need to be created for a Redis Enterprise cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_ForceLinkToReplicationGroup (new)
Description Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/forceLinkToReplicationGroup
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
geoReplication:
{
groupNickname: string ,
linkedDatabases:
[
{
id: string ,
state: enum ,
}
,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_Flush (new)
Description Flushes all the keys in this database and also from its linked databases.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/flush
{
resourceGroupName: string ,
clusterName: string ,
databaseName: string ,
parameters:
{
ids:
[
string ,
]
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Databases_UpgradeDBRedisVersion (new)
Description Upgrades the database Redis version to the latest available.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

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