Uses of Class
com.microsoft.azure.management.redis.RedisCreateParameters
-
-
Uses of RedisCreateParameters in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return RedisCreateParameters Modifier and Type Method Description RedisCreateParametersRedisCreateParameters. withEnableNonSslPort(Boolean enableNonSslPort)Set the enableNonSslPort value.RedisCreateParametersRedisCreateParameters. withLocation(String location)Set the location value.RedisCreateParametersRedisCreateParameters. withMinimumTlsVersion(TlsVersion minimumTlsVersion)Set the minimumTlsVersion value.RedisCreateParametersRedisCreateParameters. withRedisConfiguration(Map<String,String> redisConfiguration)Set the redisConfiguration value.RedisCreateParametersRedisCreateParameters. withShardCount(Integer shardCount)Set the shardCount value.RedisCreateParametersRedisCreateParameters. withSku(Sku sku)Set the sku value.RedisCreateParametersRedisCreateParameters. withStaticIP(String staticIP)Set the staticIP value.RedisCreateParametersRedisCreateParameters. withSubnetId(String subnetId)Set the subnetId value.RedisCreateParametersRedisCreateParameters. withTags(Map<String,String> tags)Set the tags value.RedisCreateParametersRedisCreateParameters. withTenantSettings(Map<String,String> tenantSettings)Set the tenantSettings value.RedisCreateParametersRedisCreateParameters. withZones(List<String> zones)Set the zones value.
-