RedisCreateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. redis. RedisCreateParameters
- com.
public class RedisCreateParameters
Parameters supplied to the Create Redis operation.
Constructor | Description | |
---|---|---|
Redis |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
enable Get the enable |
java.lang.String |
location()
Get the location value. |
Tls |
minimum Get the minimum |
java.util.Map<java.lang.String,java.lang.String> |
redis Get the redis |
java.lang.Integer |
shard Get the shard |
Sku |
sku()
Get the sku value. |
java.lang.String |
staticIP()
Get the staticIP value. |
java.lang.String |
subnet Get the subnet |
java.util.Map<java.lang.String,java.lang.String> |
tags()
Get the tags value. |
java.util.Map<java.lang.String,java.lang.String> |
tenant Get the tenant |
Redis |
with Set the enable |
Redis |
with Set the location value. |
Redis |
with Set the minimum |
Redis |
with Set the redis |
Redis |
with Set the shard |
Redis |
with Set the sku value. |
Redis |
with Set the staticIP value. |
Redis |
with Set the subnet |
Redis |
with Set the tags value. |
Redis |
with Set the tenant |
Redis |
with Set the zones value. |
java.util.List<java.lang.String> |
zones()
Get the zones value. |
RedisCreateParameters
public RedisCreateParameters()
enableNonSslPort
public Boolean enableNonSslPort()
Get the enableNonSslPort value.
Returns:
location
public String location()
Get the location value.
Returns:
minimumTlsVersion
public TlsVersion minimumTlsVersion()
Get the minimumTlsVersion value.
Returns:
redisConfiguration
public Map
Get the redisConfiguration value.
Returns:
shardCount
public Integer shardCount()
Get the shardCount value.
Returns:
sku
public Sku sku()
Get the sku value.
Returns:
staticIP
public String staticIP()
Get the staticIP value.
Returns:
subnetId
public String subnetId()
Get the subnetId value.
Returns:
tags
public Map
Get the tags value.
Returns:
tenantSettings
public Map
Get the tenantSettings value.
Returns:
withEnableNonSslPort
public RedisCreateParameters withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort value.
Parameters:
Returns:
withLocation
public RedisCreateParameters withLocation(String location)
Set the location value.
Parameters:
Returns:
withMinimumTlsVersion
public RedisCreateParameters withMinimumTlsVersion(TlsVersion minimumTlsVersion)
Set the minimumTlsVersion value.
Parameters:
Returns:
withRedisConfiguration
public RedisCreateParameters withRedisConfiguration(Map
Set the redisConfiguration value.
Parameters:
Returns:
withShardCount
public RedisCreateParameters withShardCount(Integer shardCount)
Set the shardCount value.
Parameters:
Returns:
withSku
public RedisCreateParameters withSku(Sku sku)
Set the sku value.
Parameters:
Returns:
withStaticIP
public RedisCreateParameters withStaticIP(String staticIP)
Set the staticIP value.
Parameters:
Returns:
withSubnetId
public RedisCreateParameters withSubnetId(String subnetId)
Set the subnetId value.
Parameters:
Returns:
withTags
public RedisCreateParameters withTags(Map
Set the tags value.
Parameters:
Returns:
withTenantSettings
public RedisCreateParameters withTenantSettings(Map
Set the tenantSettings value.
Parameters:
Returns:
withZones
public RedisCreateParameters withZones(List
Set the zones value.
Parameters:
Returns:
zones
public List
Get the zones value.
Returns: