Cache Functions
object CacheFunctions
Functions
Link copied to clipboard
Describes a database on the 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
A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect API Version: 2020-06-01.
suspend fun getFirewallRule(argument: suspend GetFirewallRulePlainArgsBuilder.() -> Unit): GetFirewallRuleResult
suspend fun getFirewallRule(cacheName: String, resourceGroupName: String, ruleName: String): GetFirewallRuleResult
Link copied to clipboard
Response to put/get linked server (with properties) for Redis cache. API Version: 2020-06-01.
suspend fun getLinkedServer(argument: suspend GetLinkedServerPlainArgsBuilder.() -> Unit): GetLinkedServerResult
suspend fun getLinkedServer(linkedServerName: String, name: String, resourceGroupName: String): GetLinkedServerResult
Link copied to clipboard
Response to put/get patch schedules for Redis cache. API Version: 2020-06-01.
suspend fun getPatchSchedule(argument: suspend GetPatchSchedulePlainArgsBuilder.() -> Unit): GetPatchScheduleResult
suspend fun getPatchSchedule(default: String, name: String, resourceGroupName: String): GetPatchScheduleResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
The Private Endpoint Connection resource. API Version: 2021-03-01.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(clusterName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
A single Redis item in List or Get Operation. API Version: 2020-06-01.
Link copied to clipboard
Describes the RedisEnterprise cluster API Version: 2021-03-01.
suspend fun getRedisEnterprise(argument: suspend GetRedisEnterprisePlainArgsBuilder.() -> Unit): GetRedisEnterpriseResult
suspend fun getRedisEnterprise(clusterName: String, resourceGroupName: String): GetRedisEnterpriseResult
Link copied to clipboard
The secret access keys used for authenticating connections to redis API Version: 2021-03-01.
suspend fun listDatabaseKeys(argument: suspend ListDatabaseKeysPlainArgsBuilder.() -> Unit): ListDatabaseKeysResult
suspend fun listDatabaseKeys(clusterName: String, databaseName: String, resourceGroupName: String): ListDatabaseKeysResult
Link copied to clipboard
Redis cache access keys. API Version: 2020-06-01.
suspend fun listRedisKeys(argument: suspend ListRedisKeysPlainArgsBuilder.() -> Unit): ListRedisKeysResult