CacheFunctions

Functions

Link copied to clipboard

Gets information about a database in a RedisEnterprise cluster. API Version: 2021-03-01.

suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
suspend fun getDatabase(clusterName: String, databaseName: String, resourceGroupName: String): GetDatabaseResult
Link copied to clipboard

Gets a single firewall rule in a specified redis cache. API Version: 2020-06-01.

suspend fun getFirewallRule(cacheName: String, resourceGroupName: String, ruleName: String): GetFirewallRuleResult
Link copied to clipboard

Gets the detailed information about a linked server of a redis cache (requires Premium SKU). API Version: 2020-06-01.

suspend fun getLinkedServer(linkedServerName: String, name: String, resourceGroupName: String): GetLinkedServerResult
Link copied to clipboard

Gets the patching schedule of a redis cache. API Version: 2020-06-01.

suspend fun getPatchSchedule(default: String, name: String, resourceGroupName: String): GetPatchScheduleResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the RedisEnterprise cluster. API Version: 2021-03-01.

suspend fun getPrivateEndpointConnection(clusterName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
suspend fun getRedis(argument: GetRedisPlainArgs): GetRedisResult

Gets a Redis cache (resource description). API Version: 2020-06-01.

suspend fun getRedis(argument: suspend GetRedisPlainArgsBuilder.() -> Unit): GetRedisResult
suspend fun getRedis(name: String, resourceGroupName: String): GetRedisResult
Link copied to clipboard

Gets information about a RedisEnterprise cluster API Version: 2021-03-01.

suspend fun getRedisEnterprise(clusterName: String, resourceGroupName: String): GetRedisEnterpriseResult
Link copied to clipboard

Retrieves the access keys for the RedisEnterprise database. API Version: 2021-03-01.

suspend fun listDatabaseKeys(clusterName: String, databaseName: String, resourceGroupName: String): ListDatabaseKeysResult
Link copied to clipboard

Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource. API Version: 2020-06-01.

suspend fun listRedisKeys(name: String, resourceGroupName: String): ListRedisKeysResult