| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RedisResourceInner |
RedisClient.update(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
Mono<RedisResourceInner> |
RedisClient.updateAsync(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
com.azure.core.http.rest.Response<RedisResourceInner> |
RedisClient.updateWithResponse(String resourceGroupName,
String name,
RedisUpdateParameters parameters,
com.azure.core.util.Context context)
Update an existing Redis cache.
|
Mono<com.azure.core.http.rest.Response<RedisResourceInner>> |
RedisClient.updateWithResponseAsync(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisUpdateParameters |
RedisUpdateParameters.withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
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(Map<String,String> 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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.