RedisCache Interface
Definition
An immutable client-side representation of an Azure Redis Cache.
public interface RedisCache extends GroupableResource<RedisManager,RedisResourceInner>, Refreshable<RedisCache>, Updatable<RedisCache.Update>
- Implements
-
GroupableResource<com.microsoft.azure.management.redis.implementation.RedisManager,com.microsoft.azure.management.redis.implementation.RedisResourceInner> Refreshable<RedisCache> Updatable<Update>
Methods
| asPremium() | |
| firewallRules() | |
| forceReboot(RebootType rebootType) |
Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss. |
| getKeys() | |
| hostName() | |
| isPremium() | |
| keys() | |
| minimumTlsVersion() | |
| nonSslPort() | |
| patchSchedules() | |
| port() | |
| provisioningState() | |
| redisConfiguration() | |
| redisVersion() | |
| refreshKeys() |
Fetch the up-to-date access keys from Azure for this Redis Cache. |
| regenerateKey(RedisKeyType keyType) |
Regenerates the access keys for this Redis Cache. |
| shardCount() | |
| sku() | |
| sslPort() | |
| staticIP() | |
| subnetId() | |