Uses of Class
com.microsoft.azure.management.redis.RedisUpdateParameters
-
-
Uses of RedisUpdateParameters in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return RedisUpdateParameters Modifier and Type Method Description RedisUpdateParametersRedisUpdateParameters. withEnableNonSslPort(Boolean enableNonSslPort)Set the enableNonSslPort value.RedisUpdateParametersRedisUpdateParameters. withMinimumTlsVersion(TlsVersion minimumTlsVersion)Set the minimumTlsVersion value.RedisUpdateParametersRedisUpdateParameters. withRedisConfiguration(Map<String,String> redisConfiguration)Set the redisConfiguration value.RedisUpdateParametersRedisUpdateParameters. withShardCount(Integer shardCount)Set the shardCount value.RedisUpdateParametersRedisUpdateParameters. withSku(Sku sku)Set the sku value.RedisUpdateParametersRedisUpdateParameters. withTags(Map<String,String> tags)Set the tags value.RedisUpdateParametersRedisUpdateParameters. withTenantSettings(Map<String,String> tenantSettings)Set the tenantSettings value.
-