RedisUpdateProperties |
RedisUpdateProperties.withEnableNonSslPort(Boolean enableNonSslPort) |
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
RedisUpdateProperties |
RedisUpdateProperties.withMinimumTlsVersion(TlsVersion minimumTlsVersion) |
Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to
connect (e,g, '1.0', '1.1', '1.2').
|
RedisUpdateProperties |
RedisUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisUpdateProperties |
RedisUpdateProperties.withRedisConfiguration(RedisConfiguration redisConfiguration) |
Set the redisConfiguration property: All Redis Settings.
|
RedisUpdateProperties |
RedisUpdateProperties.withRedisVersion(String redisVersion) |
Set the redisVersion property: Redis version.
|
RedisUpdateProperties |
RedisUpdateProperties.withReplicasPerMaster(Integer replicasPerMaster) |
Set the replicasPerMaster property: The number of replicas to be created per primary.
|
RedisUpdateProperties |
RedisUpdateProperties.withReplicasPerPrimary(Integer replicasPerPrimary) |
Set the replicasPerPrimary property: The number of replicas to be created per primary.
|
RedisUpdateProperties |
RedisUpdateProperties.withShardCount(Integer shardCount) |
Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.
|
RedisUpdateProperties |
RedisUpdateProperties.withSku(Sku sku) |
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisUpdateProperties |
RedisUpdateProperties.withTenantSettings(Map<String,String> tenantSettings) |
Set the tenantSettings property: A dictionary of tenant settings.
|