RedisUpdateParameters |
RedisUpdateParameters.withEnableNonSslPort(Boolean enableNonSslPort) |
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
RedisUpdateParameters |
RedisUpdateParameters.withIdentity(ManagedServiceIdentity identity) |
Set the identity property: The identity of the resource.
|
RedisUpdateParameters |
RedisUpdateParameters.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').
|
RedisUpdateParameters |
RedisUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisUpdateParameters |
RedisUpdateParameters.withRedisConfiguration(RedisConfiguration redisConfiguration) |
Set the redisConfiguration property: All Redis Settings.
|
RedisUpdateParameters |
RedisUpdateParameters.withRedisVersion(String redisVersion) |
Set the redisVersion property: Redis version.
|
RedisUpdateParameters |
RedisUpdateParameters.withReplicasPerMaster(Integer replicasPerMaster) |
Set the replicasPerMaster property: The number of replicas to be created per primary.
|
RedisUpdateParameters |
RedisUpdateParameters.withReplicasPerPrimary(Integer replicasPerPrimary) |
Set the replicasPerPrimary property: The number of replicas to be created per primary.
|
RedisUpdateParameters |
RedisUpdateParameters.withShardCount(Integer shardCount) |
Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.
|
RedisUpdateParameters |
RedisUpdateParameters.withSku(Sku sku) |
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisUpdateParameters |
RedisUpdateParameters.withTags(Map<String,String> tags) |
Set the tags property: Resource tags.
|
RedisUpdateParameters |
RedisUpdateParameters.withTenantSettings(Map<String,String> tenantSettings) |
Set the tenantSettings property: A dictionary of tenant settings.
|